commandmate 0.3.0 → 0.3.2
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/.next/BUILD_ID +1 -1
- package/.next/app-build-manifest.json +11 -11
- 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/required-server-files.json +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/api/app/update-check/route.js +1 -1
- package/.next/server/app/api/external-apps/[id]/health/route.js +1 -1
- package/.next/server/app/api/external-apps/[id]/route.js +1 -1
- package/.next/server/app/api/external-apps/route.js +1 -1
- package/.next/server/app/api/hooks/claude-done/route.js +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/excluded/route.js +7 -7
- package/.next/server/app/api/repositories/restore/route.js +3 -3
- package/.next/server/app/api/repositories/route.js +13 -11
- package/.next/server/app/api/repositories/scan/route.js +1 -1
- package/.next/server/app/api/repositories/sync/route.js +3 -3
- package/.next/server/app/api/worktrees/[id]/auto-yes/route.js +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]/execution-logs/[logId]/route.js +1 -0
- package/.next/server/app/api/worktrees/[id]/execution-logs/[logId]/route.js.nft.json +1 -0
- package/.next/server/app/api/worktrees/[id]/execution-logs/route.js +9 -0
- package/.next/server/app/api/worktrees/[id]/execution-logs/route.js.nft.json +1 -0
- 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]/kill-session/route.js +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 +2 -2
- 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]/respond/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/[scheduleId]/route.js +1 -0
- package/.next/server/app/api/worktrees/[id]/schedules/[scheduleId]/route.js.nft.json +1 -0
- package/.next/server/app/api/worktrees/[id]/schedules/route.js +4 -0
- package/.next/server/app/api/worktrees/[id]/schedules/route.js.nft.json +1 -0
- 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]/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]/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/login/page.js.nft.json +1 -1
- package/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/.next/server/app/page.js.nft.json +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/proxy/[...path]/route.js +1 -1
- package/.next/server/app/worktrees/[id]/files/[...path]/page.js.nft.json +1 -1
- package/.next/server/app/worktrees/[id]/files/[...path]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/page.js +8 -3
- package/.next/server/app/worktrees/[id]/page.js.nft.json +1 -1
- package/.next/server/app/worktrees/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/terminal/page.js.nft.json +1 -1
- package/.next/server/app/worktrees/[id]/terminal/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +13 -9
- package/.next/server/chunks/2314.js +1 -0
- package/.next/server/chunks/3860.js +1 -1
- package/.next/server/chunks/6228.js +1 -0
- package/.next/server/chunks/7425.js +85 -30
- package/.next/server/chunks/7536.js +1 -1
- package/.next/server/chunks/7566.js +2 -2
- package/.next/server/functions-config-manifest.json +1 -1
- package/.next/server/middleware-manifest.json +5 -5
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/static/chunks/app/worktrees/[id]/page-0c889ab3f30d5af7.js +1 -0
- package/.next/static/css/bd6065b03ddb3efd.css +3 -0
- package/.next/trace +5 -5
- package/.next/types/app/api/worktrees/[id]/execution-logs/[logId]/route.ts +343 -0
- package/.next/types/app/api/worktrees/[id]/execution-logs/route.ts +343 -0
- package/.next/types/app/api/worktrees/[id]/schedules/[scheduleId]/route.ts +343 -0
- package/.next/types/app/api/worktrees/[id]/schedules/route.ts +343 -0
- package/dist/cli/utils/docs-reader.d.ts.map +1 -1
- package/dist/cli/utils/docs-reader.js +1 -0
- package/dist/server/server.js +5 -0
- package/dist/server/src/config/cmate-constants.js +79 -0
- package/dist/server/src/config/schedule-config.js +54 -0
- package/dist/server/src/lib/claude-executor.js +147 -0
- package/dist/server/src/lib/claude-session.js +31 -6
- package/dist/server/src/lib/cli-patterns.js +1 -1
- package/dist/server/src/lib/cmate-parser.js +240 -0
- package/dist/server/src/lib/db-instance.js +3 -0
- package/dist/server/src/lib/db-migrations.js +96 -2
- package/dist/server/src/lib/env-sanitizer.js +57 -0
- package/dist/server/src/lib/response-poller.js +3 -2
- package/dist/server/src/lib/schedule-manager.js +397 -0
- package/dist/server/src/types/cmate.js +6 -0
- package/package.json +2 -1
- package/.next/static/chunks/app/worktrees/[id]/page-9418e49bdc1de02c.js +0 -1
- package/.next/static/css/b9ea6a4fad17dc32.css +0 -3
- /package/.next/static/{clTo9tuAoPMLcGRuVENfO → j8HFvzDZj7tHjAnhpXUno}/_buildManifest.js +0 -0
- /package/.next/static/{clTo9tuAoPMLcGRuVENfO → j8HFvzDZj7tHjAnhpXUno}/_ssgManifest.js +0 -0
package/.next/trace
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
[{"name":"generate-buildid","duration":226,"timestamp":430752238,"id":4,"parentId":1,"tags":{},"startTime":1771772952586,"traceId":"65c9ff79f902eb6f"},{"name":"load-custom-routes","duration":1376,"timestamp":430752704,"id":5,"parentId":1,"tags":{},"startTime":1771772952586,"traceId":"65c9ff79f902eb6f"},{"name":"create-pages-mapping","duration":135,"timestamp":430845844,"id":6,"parentId":1,"tags":{},"startTime":1771772952679,"traceId":"65c9ff79f902eb6f"},{"name":"collect-app-paths","duration":3811,"timestamp":430846029,"id":7,"parentId":1,"tags":{},"startTime":1771772952680,"traceId":"65c9ff79f902eb6f"},{"name":"create-app-mapping","duration":2671,"timestamp":430849861,"id":8,"parentId":1,"tags":{},"startTime":1771772952683,"traceId":"65c9ff79f902eb6f"},{"name":"public-dir-conflict-check","duration":1173,"timestamp":430853162,"id":9,"parentId":1,"tags":{},"startTime":1771772952687,"traceId":"65c9ff79f902eb6f"},{"name":"generate-routes-manifest","duration":3229,"timestamp":430854470,"id":10,"parentId":1,"tags":{},"startTime":1771772952688,"traceId":"65c9ff79f902eb6f"},{"name":"create-dist-dir","duration":10207,"timestamp":430858988,"id":11,"parentId":1,"tags":{},"startTime":1771772952693,"traceId":"65c9ff79f902eb6f"},{"name":"write-routes-manifest","duration":358,"timestamp":430882216,"id":12,"parentId":1,"tags":{},"startTime":1771772952716,"traceId":"65c9ff79f902eb6f"},{"name":"generate-required-server-files","duration":271,"timestamp":430882635,"id":13,"parentId":1,"tags":{},"startTime":1771772952716,"traceId":"65c9ff79f902eb6f"},{"name":"create-entrypoints","duration":49906,"timestamp":430885376,"id":16,"parentId":1,"tags":{},"startTime":1771772952719,"traceId":"65c9ff79f902eb6f"},{"name":"generate-webpack-config","duration":283635,"timestamp":430935315,"id":17,"parentId":15,"tags":{},"startTime":1771772952769,"traceId":"65c9ff79f902eb6f"},{"name":"next-trace-entrypoint-plugin","duration":2032,"timestamp":431289834,"id":19,"parentId":18,"tags":{},"startTime":1771772953123,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":769704,"timestamp":431298224,"id":22,"parentId":20,"tags":{"request":"next/dist/pages/_app"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":791651,"timestamp":431298250,"id":23,"parentId":20,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":798678,"timestamp":431298263,"id":24,"parentId":20,"tags":{"request":"next/dist/pages/_document"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":821628,"timestamp":431298695,"id":58,"parentId":20,"tags":{"request":"next-app-loader?page=%2Ficon.png%2Froute&name=app%2Ficon.png%2Froute&pagePath=private-next-app-dir%2Ficon.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Ficon.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":821644,"timestamp":431298698,"id":59,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapple-icon.png%2Froute&name=app%2Fapple-icon.png%2Froute&pagePath=private-next-app-dir%2Fapple-icon.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapple-icon.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1066802,"timestamp":431298679,"id":52,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1080017,"timestamp":431298693,"id":57,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1081536,"timestamp":431298715,"id":65,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Fstatus%2Froute&name=app%2Fapi%2Fauth%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1127043,"timestamp":431298682,"id":53,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1158143,"timestamp":431298688,"id":55,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1158166,"timestamp":431298685,"id":54,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1182254,"timestamp":431298673,"id":50,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1189738,"timestamp":431298690,"id":56,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1192522,"timestamp":431298720,"id":67,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&name=app%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1193133,"timestamp":431298723,"id":68,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2Froute&name=app%2Fapi%2Fexternal-apps%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1193218,"timestamp":431298725,"id":69,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1219989,"timestamp":431298275,"id":25,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Flogin%2Froute&name=app%2Fapi%2Fauth%2Flogin%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Flogin%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth%2Flogin%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1219996,"timestamp":431298286,"id":26,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Flogout%2Froute&name=app%2Fapi%2Fauth%2Flogout%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Flogout%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth%2Flogout%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1219941,"timestamp":431298348,"id":30,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Frestore%2Froute&name=app%2Fapi%2Frepositories%2Frestore%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Frestore%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Frestore%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1219918,"timestamp":431298376,"id":31,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fexcluded%2Froute&name=app%2Fapi%2Frepositories%2Fexcluded%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fexcluded%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fexcluded%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1219813,"timestamp":431298487,"id":34,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fsync%2Froute&name=app%2Fapi%2Frepositories%2Fsync%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fsync%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fsync%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1219798,"timestamp":431298508,"id":37,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1219796,"timestamp":431298514,"id":38,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1219676,"timestamp":431298644,"id":44,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1219668,"timestamp":431298657,"id":45,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1219735,"timestamp":431298594,"id":43,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1223436,"timestamp":431298730,"id":71,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1223740,"timestamp":431298520,"id":39,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1224449,"timestamp":431298322,"id":29,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fclone%2Froute&name=app%2Fapi%2Frepositories%2Fclone%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fclone%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fclone%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1224328,"timestamp":431298460,"id":33,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fscan%2Froute&name=app%2Fapi%2Frepositories%2Fscan%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fscan%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fscan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1224489,"timestamp":431298308,"id":28,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&name=app%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1231559,"timestamp":431298670,"id":49,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1232092,"timestamp":431298718,"id":66,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fapp%2Fupdate-check%2Froute&name=app%2Fapi%2Fapp%2Fupdate-check%2Froute&pagePath=private-next-app-dir%2Fapi%2Fapp%2Fupdate-check%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fapp%2Fupdate-check%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1236206,"timestamp":431298736,"id":73,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fproxy%2F%5B...path%5D%2Froute&name=app%2Fproxy%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fproxy%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fproxy%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1248883,"timestamp":431298502,"id":36,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1250337,"timestamp":431298393,"id":32,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Froute&name=app%2Fapi%2Frepositories%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1250078,"timestamp":431298668,"id":48,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1250089,"timestamp":431298662,"id":46,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1250230,"timestamp":431298526,"id":40,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1250230,"timestamp":431298532,"id":41,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1250186,"timestamp":431298579,"id":42,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1250104,"timestamp":431298665,"id":47,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1250039,"timestamp":431298733,"id":72,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2Froute&name=app%2Fapi%2Fworktrees%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1262330,"timestamp":431298295,"id":27,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fhooks%2Fclaude-done%2Froute&name=app%2Fapi%2Fhooks%2Fclaude-done%2Froute&pagePath=private-next-app-dir%2Fapi%2Fhooks%2Fclaude-done%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fhooks%2Fclaude-done%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1261915,"timestamp":431298728,"id":70,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1286593,"timestamp":431298495,"id":35,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fslash-commands%2Froute&name=app%2Fapi%2Fslash-commands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fslash-commands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fslash-commands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1286432,"timestamp":431298676,"id":51,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1298438,"timestamp":431297705,"id":21,"parentId":20,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953131,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1297464,"timestamp":431298700,"id":60,"parentId":20,"tags":{"request":"next-app-loader?page=%2Flogin%2Fpage&name=app%2Flogin%2Fpage&pagePath=private-next-app-dir%2Flogin%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Flogin%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1297468,"timestamp":431298703,"id":61,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1297472,"timestamp":431298706,"id":62,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1297473,"timestamp":431298710,"id":63,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1297476,"timestamp":431298713,"id":64,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771772953132,"traceId":"65c9ff79f902eb6f"},{"name":"make","duration":2447485,"timestamp":431297322,"id":20,"parentId":18,"tags":{},"startTime":1771772953131,"traceId":"65c9ff79f902eb6f"},{"name":"get-entries","duration":2113,"timestamp":433746119,"id":103,"parentId":102,"tags":{},"startTime":1771772955580,"traceId":"65c9ff79f902eb6f"},{"name":"node-file-trace-plugin","duration":415760,"timestamp":433754894,"id":104,"parentId":102,"tags":{"traceEntryCount":"102"},"startTime":1771772955588,"traceId":"65c9ff79f902eb6f"},{"name":"collect-traced-files","duration":4605,"timestamp":434170672,"id":105,"parentId":102,"tags":{},"startTime":1771772956004,"traceId":"65c9ff79f902eb6f"},{"name":"finish-modules","duration":429382,"timestamp":433745909,"id":102,"parentId":19,"tags":{},"startTime":1771772955579,"traceId":"65c9ff79f902eb6f"},{"name":"chunk-graph","duration":46915,"timestamp":434391395,"id":107,"parentId":106,"tags":{},"startTime":1771772956225,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-modules","duration":33,"timestamp":434438454,"id":109,"parentId":106,"tags":{},"startTime":1771772956272,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-chunks","duration":46308,"timestamp":434438572,"id":110,"parentId":106,"tags":{},"startTime":1771772956272,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-tree","duration":147,"timestamp":434484984,"id":111,"parentId":106,"tags":{},"startTime":1771772956319,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-chunk-modules","duration":49471,"timestamp":434485233,"id":112,"parentId":106,"tags":{},"startTime":1771772956319,"traceId":"65c9ff79f902eb6f"},{"name":"optimize","duration":96424,"timestamp":434438392,"id":108,"parentId":106,"tags":{},"startTime":1771772956272,"traceId":"65c9ff79f902eb6f"},{"name":"module-hash","duration":54265,"timestamp":434584598,"id":113,"parentId":106,"tags":{},"startTime":1771772956418,"traceId":"65c9ff79f902eb6f"},{"name":"code-generation","duration":20034,"timestamp":434638956,"id":114,"parentId":106,"tags":{},"startTime":1771772956473,"traceId":"65c9ff79f902eb6f"},{"name":"hash","duration":14240,"timestamp":434667452,"id":115,"parentId":106,"tags":{},"startTime":1771772956501,"traceId":"65c9ff79f902eb6f"},{"name":"code-generation-jobs","duration":346,"timestamp":434681689,"id":116,"parentId":106,"tags":{},"startTime":1771772956515,"traceId":"65c9ff79f902eb6f"},{"name":"module-assets","duration":1254,"timestamp":434681918,"id":117,"parentId":106,"tags":{},"startTime":1771772956515,"traceId":"65c9ff79f902eb6f"},{"name":"create-chunk-assets","duration":2380,"timestamp":434683192,"id":118,"parentId":106,"tags":{},"startTime":1771772956517,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":709,"timestamp":434700414,"id":120,"parentId":119,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":530,"timestamp":434700602,"id":121,"parentId":119,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":521,"timestamp":434700615,"id":122,"parentId":119,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":515,"timestamp":434700622,"id":123,"parentId":119,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":512,"timestamp":434700628,"id":124,"parentId":119,"tags":{"name":"../app/api/auth/login/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":509,"timestamp":434700632,"id":125,"parentId":119,"tags":{"name":"../app/api/auth/logout/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":506,"timestamp":434700637,"id":126,"parentId":119,"tags":{"name":"../app/api/hooks/claude-done/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":502,"timestamp":434700642,"id":127,"parentId":119,"tags":{"name":"../app/api/repositories/clone/[jobId]/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":486,"timestamp":434700660,"id":128,"parentId":119,"tags":{"name":"../app/api/repositories/clone/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":484,"timestamp":434700664,"id":129,"parentId":119,"tags":{"name":"../app/api/repositories/restore/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":422,"timestamp":434700728,"id":130,"parentId":119,"tags":{"name":"../app/api/repositories/excluded/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":414,"timestamp":434700738,"id":131,"parentId":119,"tags":{"name":"../app/api/repositories/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":410,"timestamp":434700743,"id":132,"parentId":119,"tags":{"name":"../app/api/repositories/scan/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":408,"timestamp":434700747,"id":133,"parentId":119,"tags":{"name":"../app/api/repositories/sync/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":404,"timestamp":434700752,"id":134,"parentId":119,"tags":{"name":"../app/api/slash-commands/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":400,"timestamp":434700758,"id":135,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/auto-yes/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":395,"timestamp":434700768,"id":136,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/capture/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":390,"timestamp":434700774,"id":137,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/cli-tool/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"}]
|
|
2
|
-
[{"name":"minify-js","duration":494,"timestamp":434700779,"id":138,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/files/[...path]/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":499,"timestamp":434700783,"id":139,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/current-output/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":500,"timestamp":434700786,"id":140,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/interrupt/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":499,"timestamp":434700790,"id":141,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/kill-session/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":500,"timestamp":434700794,"id":142,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/memos/[memoId]/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":500,"timestamp":434700798,"id":143,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/memos/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":499,"timestamp":434700802,"id":144,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/messages/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":497,"timestamp":434700806,"id":145,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/respond/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":495,"timestamp":434700809,"id":146,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/prompt-response/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":493,"timestamp":434700813,"id":147,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":492,"timestamp":434700816,"id":148,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/search/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":490,"timestamp":434700820,"id":149,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/send/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":489,"timestamp":434700824,"id":150,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/slash-commands/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":486,"timestamp":434700828,"id":151,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/terminal/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":484,"timestamp":434700833,"id":152,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/start-polling/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":482,"timestamp":434700836,"id":153,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/tree/[...path]/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":480,"timestamp":434700840,"id":154,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/tree/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":477,"timestamp":434700845,"id":155,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/upload/[...path]/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":475,"timestamp":434700849,"id":156,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/viewed/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":473,"timestamp":434700853,"id":157,"parentId":119,"tags":{"name":"../app/icon.png/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":471,"timestamp":434700856,"id":158,"parentId":119,"tags":{"name":"../app/apple-icon.png/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":466,"timestamp":434700863,"id":159,"parentId":119,"tags":{"name":"../app/login/page.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":464,"timestamp":434700867,"id":160,"parentId":119,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":461,"timestamp":434700871,"id":161,"parentId":119,"tags":{"name":"../app/worktrees/[id]/files/[...path]/page.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":459,"timestamp":434700875,"id":162,"parentId":119,"tags":{"name":"../app/worktrees/[id]/page.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":457,"timestamp":434700878,"id":163,"parentId":119,"tags":{"name":"../app/worktrees/[id]/terminal/page.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":456,"timestamp":434700882,"id":164,"parentId":119,"tags":{"name":"../app/api/auth/status/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":454,"timestamp":434700885,"id":165,"parentId":119,"tags":{"name":"../app/api/app/update-check/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":452,"timestamp":434700889,"id":166,"parentId":119,"tags":{"name":"../app/api/external-apps/[id]/health/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":450,"timestamp":434700892,"id":167,"parentId":119,"tags":{"name":"../app/api/external-apps/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":449,"timestamp":434700896,"id":168,"parentId":119,"tags":{"name":"../app/api/external-apps/[id]/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":447,"timestamp":434700899,"id":169,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/logs/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":445,"timestamp":434700903,"id":170,"parentId":119,"tags":{"name":"../app/api/worktrees/[id]/logs/[filename]/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":437,"timestamp":434700913,"id":171,"parentId":119,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":436,"timestamp":434700916,"id":172,"parentId":119,"tags":{"name":"../app/proxy/[...path]/route.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":434,"timestamp":434700919,"id":173,"parentId":119,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":433,"timestamp":434700923,"id":174,"parentId":119,"tags":{"name":"9582.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":431,"timestamp":434700926,"id":175,"parentId":119,"tags":{"name":"3348.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":429,"timestamp":434700929,"id":176,"parentId":119,"tags":{"name":"2683.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":431,"timestamp":434700934,"id":177,"parentId":119,"tags":{"name":"5823.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":429,"timestamp":434700937,"id":178,"parentId":119,"tags":{"name":"8744.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":428,"timestamp":434700941,"id":179,"parentId":119,"tags":{"name":"369.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":426,"timestamp":434700944,"id":180,"parentId":119,"tags":{"name":"7266.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":424,"timestamp":434700948,"id":181,"parentId":119,"tags":{"name":"6837.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":423,"timestamp":434700951,"id":182,"parentId":119,"tags":{"name":"4559.js","cache":"HIT"},"startTime":1771772956534,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":422,"timestamp":434700954,"id":183,"parentId":119,"tags":{"name":"5853.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":420,"timestamp":434700958,"id":184,"parentId":119,"tags":{"name":"5795.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":418,"timestamp":434700961,"id":185,"parentId":119,"tags":{"name":"3074.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":339,"timestamp":434701042,"id":186,"parentId":119,"tags":{"name":"8948.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":327,"timestamp":434701055,"id":187,"parentId":119,"tags":{"name":"5972.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":323,"timestamp":434701061,"id":188,"parentId":119,"tags":{"name":"3853.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":321,"timestamp":434701064,"id":189,"parentId":119,"tags":{"name":"4893.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":320,"timestamp":434701068,"id":190,"parentId":119,"tags":{"name":"3294.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":318,"timestamp":434701071,"id":191,"parentId":119,"tags":{"name":"6621.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":317,"timestamp":434701074,"id":192,"parentId":119,"tags":{"name":"8705.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":315,"timestamp":434701077,"id":193,"parentId":119,"tags":{"name":"2509.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":314,"timestamp":434701080,"id":194,"parentId":119,"tags":{"name":"7458.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":313,"timestamp":434701083,"id":195,"parentId":119,"tags":{"name":"3673.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":311,"timestamp":434701086,"id":196,"parentId":119,"tags":{"name":"7808.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":310,"timestamp":434701089,"id":197,"parentId":119,"tags":{"name":"1682.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":309,"timestamp":434701092,"id":198,"parentId":119,"tags":{"name":"2518.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":308,"timestamp":434701095,"id":199,"parentId":119,"tags":{"name":"7425.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":306,"timestamp":434701098,"id":200,"parentId":119,"tags":{"name":"7566.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":305,"timestamp":434701101,"id":201,"parentId":119,"tags":{"name":"7536.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":305,"timestamp":434701103,"id":202,"parentId":119,"tags":{"name":"3860.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":302,"timestamp":434701108,"id":203,"parentId":119,"tags":{"name":"8693.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":301,"timestamp":434701111,"id":204,"parentId":119,"tags":{"name":"539.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":299,"timestamp":434701114,"id":205,"parentId":119,"tags":{"name":"5488.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":298,"timestamp":434701117,"id":206,"parentId":119,"tags":{"name":"8585.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":297,"timestamp":434701120,"id":207,"parentId":119,"tags":{"name":"3013.js","cache":"HIT"},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"terser-webpack-plugin-optimize","duration":13076,"timestamp":434688372,"id":119,"parentId":18,"tags":{"compilationName":"server","swcMinify":true},"startTime":1771772956522,"traceId":"65c9ff79f902eb6f"},{"name":"css-minimizer-plugin","duration":134,"timestamp":434701560,"id":208,"parentId":18,"tags":{},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"create-trace-assets","duration":3305,"timestamp":434701877,"id":209,"parentId":19,"tags":{},"startTime":1771772956535,"traceId":"65c9ff79f902eb6f"},{"name":"seal","duration":445267,"timestamp":434279076,"id":106,"parentId":18,"tags":{},"startTime":1771772956113,"traceId":"65c9ff79f902eb6f"},{"name":"webpack-compilation","duration":3448224,"timestamp":431288127,"id":18,"parentId":15,"tags":{"name":"server"},"startTime":1771772953122,"traceId":"65c9ff79f902eb6f"},{"name":"emit","duration":28725,"timestamp":434736796,"id":210,"parentId":15,"tags":{},"startTime":1771772956570,"traceId":"65c9ff79f902eb6f"},{"name":"webpack-close","duration":772,"timestamp":434766214,"id":211,"parentId":15,"tags":{"name":"server"},"startTime":1771772956600,"traceId":"65c9ff79f902eb6f"},{"name":"webpack-generate-error-stats","duration":2333,"timestamp":434767062,"id":212,"parentId":211,"tags":{},"startTime":1771772956601,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":57364,"timestamp":434780176,"id":215,"parentId":214,"tags":{"request":"next-middleware-loader?absolutePagePath=private-next-root-dir%2Fsrc%2Fmiddleware.ts&page=%2Fsrc%2Fmiddleware&rootDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate&matchers=W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLygoPyFfbmV4dFxcL3xmYXZpY29uXFwuaWNvfC4qXFwuKD86c3ZnfHBuZ3xqcGd8anBlZ3xnaWZ8d2VicHxpY28pJCkuKikpKC5qc29uKT9bXFwvI1xcP10%2FJCIsIm9yaWdpbmFsU291cmNlIjoiLygoPyFfbmV4dC98ZmF2aWNvblxcLmljb3wuKlxcLig%2FOnN2Z3xwbmd8anBnfGpwZWd8Z2lmfHdlYnB8aWNvKSQpLiopIn1d&preferredRegion=&middlewareConfig=eyJtYXRjaGVycyI6W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLygoPyFfbmV4dFxcL3xmYXZpY29uXFwuaWNvfC4qXFwuKD86c3ZnfHBuZ3xqcGd8anBlZ3xnaWZ8d2VicHxpY28pJCkuKikpKC5qc29uKT9bXFwvI1xcP10%2FJCIsIm9yaWdpbmFsU291cmNlIjoiLygoPyFfbmV4dC98ZmF2aWNvblxcLmljb3wuKlxcLig%2FOnN2Z3xwbmd8anBnfGpwZWd8Z2lmfHdlYnB8aWNvKSQpLiopIn1dfQ%3D%3D!"},"startTime":1771772956614,"traceId":"65c9ff79f902eb6f"},{"name":"make","duration":57708,"timestamp":434780107,"id":214,"parentId":213,"tags":{},"startTime":1771772956614,"traceId":"65c9ff79f902eb6f"},{"name":"chunk-graph","duration":509,"timestamp":434842820,"id":217,"parentId":216,"tags":{},"startTime":1771772956676,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-modules","duration":14,"timestamp":434843417,"id":219,"parentId":216,"tags":{},"startTime":1771772956677,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-chunks","duration":643,"timestamp":434843505,"id":220,"parentId":216,"tags":{},"startTime":1771772956677,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-tree","duration":20,"timestamp":434844246,"id":221,"parentId":216,"tags":{},"startTime":1771772956678,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-chunk-modules","duration":2684,"timestamp":434844383,"id":222,"parentId":216,"tags":{},"startTime":1771772956678,"traceId":"65c9ff79f902eb6f"},{"name":"optimize","duration":3789,"timestamp":434843358,"id":218,"parentId":216,"tags":{},"startTime":1771772956677,"traceId":"65c9ff79f902eb6f"},{"name":"module-hash","duration":1666,"timestamp":434848115,"id":223,"parentId":216,"tags":{},"startTime":1771772956682,"traceId":"65c9ff79f902eb6f"},{"name":"code-generation","duration":212,"timestamp":434849816,"id":224,"parentId":216,"tags":{},"startTime":1771772956683,"traceId":"65c9ff79f902eb6f"},{"name":"hash","duration":2323,"timestamp":434852812,"id":225,"parentId":216,"tags":{},"startTime":1771772956686,"traceId":"65c9ff79f902eb6f"},{"name":"code-generation-jobs","duration":188,"timestamp":434855134,"id":226,"parentId":216,"tags":{},"startTime":1771772956689,"traceId":"65c9ff79f902eb6f"},{"name":"module-assets","duration":60,"timestamp":434855298,"id":227,"parentId":216,"tags":{},"startTime":1771772956689,"traceId":"65c9ff79f902eb6f"},{"name":"create-chunk-assets","duration":286,"timestamp":434855371,"id":228,"parentId":216,"tags":{},"startTime":1771772956689,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":79,"timestamp":434860207,"id":230,"parentId":229,"tags":{"name":"src/middleware.js","cache":"HIT"},"startTime":1771772956694,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":57,"timestamp":434860239,"id":231,"parentId":229,"tags":{"name":"edge-runtime-webpack.js","cache":"HIT"},"startTime":1771772956694,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":49,"timestamp":434860249,"id":232,"parentId":229,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1771772956694,"traceId":"65c9ff79f902eb6f"},{"name":"terser-webpack-plugin-optimize","duration":655,"timestamp":434859650,"id":229,"parentId":213,"tags":{"compilationName":"edge-server","swcMinify":true},"startTime":1771772956693,"traceId":"65c9ff79f902eb6f"},{"name":"css-minimizer-plugin","duration":10,"timestamp":434860372,"id":233,"parentId":213,"tags":{},"startTime":1771772956694,"traceId":"65c9ff79f902eb6f"},{"name":"seal","duration":21920,"timestamp":434841588,"id":216,"parentId":213,"tags":{},"startTime":1771772956675,"traceId":"65c9ff79f902eb6f"},{"name":"webpack-compilation","duration":85206,"timestamp":434778541,"id":213,"parentId":15,"tags":{"name":"edge-server"},"startTime":1771772956612,"traceId":"65c9ff79f902eb6f"},{"name":"emit","duration":1596,"timestamp":434863851,"id":234,"parentId":15,"tags":{},"startTime":1771772956697,"traceId":"65c9ff79f902eb6f"},{"name":"webpack-close","duration":271,"timestamp":434865705,"id":235,"parentId":15,"tags":{"name":"edge-server"},"startTime":1771772956699,"traceId":"65c9ff79f902eb6f"}]
|
|
3
|
-
[{"name":"webpack-generate-error-stats","duration":1132,"timestamp":434866231,"id":236,"parentId":235,"tags":{},"startTime":1771772956700,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":759720,"timestamp":434877951,"id":242,"parentId":238,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1771772956711,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":759740,"timestamp":434877955,"id":243,"parentId":238,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1771772956712,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":759739,"timestamp":434877962,"id":245,"parentId":238,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1771772956712,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":826109,"timestamp":434877946,"id":241,"parentId":238,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fapp-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fnot-found-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1771772956711,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":826148,"timestamp":434877926,"id":240,"parentId":238,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1771772956711,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":835697,"timestamp":434877959,"id":244,"parentId":238,"tags":{"request":"/home/runner/work/CommandMate/CommandMate/node_modules/next/dist/client/router.js"},"startTime":1771772956712,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":835796,"timestamp":434877874,"id":239,"parentId":238,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1771772956711,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":904272,"timestamp":434877987,"id":251,"parentId":238,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1771772956712,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1010962,"timestamp":434877976,"id":248,"parentId":238,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1771772956712,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1074271,"timestamp":434877981,"id":249,"parentId":238,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1771772956712,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1088611,"timestamp":434877966,"id":246,"parentId":238,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fcomponents%2Fproviders%2FAppProviders.tsx%22%2C%22ids%22%3A%5B%22AppProviders%22%5D%7D&server=false!"},"startTime":1771772956712,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1088624,"timestamp":434877969,"id":247,"parentId":238,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Flogin%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1771772956712,"traceId":"65c9ff79f902eb6f"},{"name":"add-entry","duration":1986937,"timestamp":434877984,"id":250,"parentId":238,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1771772956712,"traceId":"65c9ff79f902eb6f"},{"name":"make","duration":1987533,"timestamp":434877528,"id":238,"parentId":237,"tags":{},"startTime":1771772956711,"traceId":"65c9ff79f902eb6f"},{"name":"chunk-graph","duration":42137,"timestamp":437070565,"id":253,"parentId":252,"tags":{},"startTime":1771772958904,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-modules","duration":9,"timestamp":437112763,"id":255,"parentId":252,"tags":{},"startTime":1771772958946,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-chunks","duration":54231,"timestamp":437114964,"id":257,"parentId":252,"tags":{},"startTime":1771772958949,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-tree","duration":12,"timestamp":437169248,"id":258,"parentId":252,"tags":{},"startTime":1771772959003,"traceId":"65c9ff79f902eb6f"},{"name":"optimize-chunk-modules","duration":95415,"timestamp":437169290,"id":259,"parentId":252,"tags":{},"startTime":1771772959003,"traceId":"65c9ff79f902eb6f"},{"name":"optimize","duration":152024,"timestamp":437112745,"id":254,"parentId":252,"tags":{},"startTime":1771772958946,"traceId":"65c9ff79f902eb6f"},{"name":"module-hash","duration":50616,"timestamp":437299232,"id":260,"parentId":252,"tags":{},"startTime":1771772959133,"traceId":"65c9ff79f902eb6f"},{"name":"code-generation","duration":5719,"timestamp":437349895,"id":261,"parentId":252,"tags":{},"startTime":1771772959183,"traceId":"65c9ff79f902eb6f"},{"name":"hash","duration":6343,"timestamp":437360381,"id":262,"parentId":252,"tags":{},"startTime":1771772959194,"traceId":"65c9ff79f902eb6f"},{"name":"code-generation-jobs","duration":172,"timestamp":437366722,"id":263,"parentId":252,"tags":{},"startTime":1771772959200,"traceId":"65c9ff79f902eb6f"},{"name":"module-assets","duration":1644,"timestamp":437366848,"id":264,"parentId":252,"tags":{},"startTime":1771772959200,"traceId":"65c9ff79f902eb6f"},{"name":"create-chunk-assets","duration":5978,"timestamp":437368505,"id":265,"parentId":252,"tags":{},"startTime":1771772959202,"traceId":"65c9ff79f902eb6f"},{"name":"NextJsBuildManifest-generateClientManifest","duration":683,"timestamp":437377626,"id":267,"parentId":237,"tags":{},"startTime":1771772959211,"traceId":"65c9ff79f902eb6f"},{"name":"NextJsBuildManifest-createassets","duration":1342,"timestamp":437376982,"id":266,"parentId":237,"tags":{},"startTime":1771772959211,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":972,"timestamp":437386226,"id":269,"parentId":268,"tags":{"name":"static/chunks/main-db79434ee4a6c931.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":950,"timestamp":437386257,"id":270,"parentId":268,"tags":{"name":"static/chunks/main-app-420d93e43682fee5.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":944,"timestamp":437386266,"id":271,"parentId":268,"tags":{"name":"static/chunks/app/_not-found/page-ac4e4463b39d0cf7.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":938,"timestamp":437386274,"id":272,"parentId":268,"tags":{"name":"static/chunks/pages/_app-3c9ca398d360b709.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":934,"timestamp":437386280,"id":273,"parentId":268,"tags":{"name":"static/chunks/pages/_error-cf5ca766ac8f493f.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":929,"timestamp":437386287,"id":274,"parentId":268,"tags":{"name":"static/chunks/app/layout-9110f9a5e41c6bf4.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":924,"timestamp":437386294,"id":275,"parentId":268,"tags":{"name":"static/chunks/app/login/page-2d42204ba87cd136.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":920,"timestamp":437386300,"id":276,"parentId":268,"tags":{"name":"static/chunks/app/page-238b5a70d8c101e9.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":915,"timestamp":437386307,"id":277,"parentId":268,"tags":{"name":"static/chunks/app/worktrees/[id]/files/[...path]/page-4a3c0861367e0391.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":912,"timestamp":437386312,"id":278,"parentId":268,"tags":{"name":"static/chunks/app/worktrees/[id]/page-9418e49bdc1de02c.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":908,"timestamp":437386318,"id":279,"parentId":268,"tags":{"name":"static/chunks/app/worktrees/[id]/terminal/page-5d85a7e508ce36d3.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":902,"timestamp":437386326,"id":280,"parentId":268,"tags":{"name":"static/chunks/webpack-3c0ee3ce5b546818.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":898,"timestamp":437386332,"id":281,"parentId":268,"tags":{"name":"static/chunks/13.d3909672ed2537ad.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":891,"timestamp":437386341,"id":282,"parentId":268,"tags":{"name":"static/chunks/5387.c596b516693d85f7.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":886,"timestamp":437386347,"id":283,"parentId":268,"tags":{"name":"static/chunks/7753.04d8053c39f78623.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":881,"timestamp":437386355,"id":284,"parentId":268,"tags":{"name":"static/chunks/1582.2ba840113214f88b.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":877,"timestamp":437386361,"id":285,"parentId":268,"tags":{"name":"static/chunks/3574.1509567792ccbdde.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":873,"timestamp":437386367,"id":286,"parentId":268,"tags":{"name":"static/chunks/1817.80c269bf00462396.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":869,"timestamp":437386372,"id":287,"parentId":268,"tags":{"name":"static/chunks/8841.4c7f6035ac21b8a3.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":864,"timestamp":437386379,"id":288,"parentId":268,"tags":{"name":"static/chunks/6163.7986e5cd095c329b.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":856,"timestamp":437386389,"id":289,"parentId":268,"tags":{"name":"static/chunks/8772.d07dbc6583a5ddd2.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":852,"timestamp":437386395,"id":290,"parentId":268,"tags":{"name":"static/chunks/3991.f1f45f54a8ce3c40.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":847,"timestamp":437386402,"id":291,"parentId":268,"tags":{"name":"static/chunks/1015.405f7d36dc4d633e.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":843,"timestamp":437386407,"id":292,"parentId":268,"tags":{"name":"static/chunks/1423.c2becd3a3433addc.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":839,"timestamp":437386413,"id":293,"parentId":268,"tags":{"name":"static/chunks/5813.5804cd22d8b1de81.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":835,"timestamp":437386419,"id":294,"parentId":268,"tags":{"name":"static/chunks/7290.5fb8e5eab68b60de.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":832,"timestamp":437386424,"id":295,"parentId":268,"tags":{"name":"static/chunks/9552.d085b60ce4fc2e49.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":828,"timestamp":437386430,"id":296,"parentId":268,"tags":{"name":"static/chunks/7004.c7a0bc108f0a695d.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":824,"timestamp":437386436,"id":297,"parentId":268,"tags":{"name":"static/chunks/7415.63d145bdb2bb0fc9.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":820,"timestamp":437386442,"id":298,"parentId":268,"tags":{"name":"static/chunks/5126.3a2d5c4b7d088d74.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":815,"timestamp":437386449,"id":299,"parentId":268,"tags":{"name":"static/chunks/6678.bc83d4718f487817.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":811,"timestamp":437386454,"id":300,"parentId":268,"tags":{"name":"static/chunks/2398.74de33f25abfa656.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":811,"timestamp":437386460,"id":301,"parentId":268,"tags":{"name":"static/chunks/383.4fe953dcb5d06979.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":807,"timestamp":437386465,"id":302,"parentId":268,"tags":{"name":"static/chunks/8288.bbb53749ede79e20.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":804,"timestamp":437386470,"id":303,"parentId":268,"tags":{"name":"static/chunks/2526.ac552a31c7f58b8a.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":801,"timestamp":437386476,"id":304,"parentId":268,"tags":{"name":"static/chunks/4212.2006a6f7e2ff0e88.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":797,"timestamp":437386481,"id":305,"parentId":268,"tags":{"name":"static/chunks/6143.450b7a18eedb9862.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":794,"timestamp":437386486,"id":306,"parentId":268,"tags":{"name":"static/chunks/9834.7f9dd877d3f245f5.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":790,"timestamp":437386491,"id":307,"parentId":268,"tags":{"name":"static/chunks/3559.b6fb524356a2230e.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":786,"timestamp":437386497,"id":308,"parentId":268,"tags":{"name":"static/chunks/3852.bb56c3b6cef2f830.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":783,"timestamp":437386502,"id":309,"parentId":268,"tags":{"name":"static/chunks/4721.19cf8b9364ea187d.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":779,"timestamp":437386508,"id":310,"parentId":268,"tags":{"name":"static/chunks/8885.0b8bea7b560f0dca.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":775,"timestamp":437386513,"id":311,"parentId":268,"tags":{"name":"static/chunks/4362.f71ae2fde3e044fc.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":771,"timestamp":437386519,"id":312,"parentId":268,"tags":{"name":"static/chunks/6406.15ebeccc6e211061.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":768,"timestamp":437386524,"id":313,"parentId":268,"tags":{"name":"static/chunks/1098.86d319e4ae76ed88.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":764,"timestamp":437386529,"id":314,"parentId":268,"tags":{"name":"static/chunks/5112.f17aa9dff2bbc1e7.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":760,"timestamp":437386535,"id":315,"parentId":268,"tags":{"name":"static/chunks/8125.000119de7d8f03f0.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":756,"timestamp":437386540,"id":316,"parentId":268,"tags":{"name":"static/chunks/framework-8e0e0f4a6b83a956.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":753,"timestamp":437386546,"id":317,"parentId":268,"tags":{"name":"static/chunks/90542734.2f2e4c1dc1ba49c0.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":749,"timestamp":437386551,"id":318,"parentId":268,"tags":{"name":"static/chunks/2cdb6380.5fe5f9f208e7c337.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":745,"timestamp":437386557,"id":319,"parentId":268,"tags":{"name":"static/chunks/0dbeb660.182b0abe4b562191.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":741,"timestamp":437386563,"id":320,"parentId":268,"tags":{"name":"static/chunks/d3ac728e.64b8bd1cc8db9bc6.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":737,"timestamp":437386569,"id":321,"parentId":268,"tags":{"name":"static/chunks/fd9d1056-cfdf4f91f13d3485.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":733,"timestamp":437386574,"id":322,"parentId":268,"tags":{"name":"static/chunks/30d07d85-393352a92199f695.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":729,"timestamp":437386580,"id":323,"parentId":268,"tags":{"name":"static/chunks/6792.ec6c78eabeaea8ee.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":725,"timestamp":437386585,"id":324,"parentId":268,"tags":{"name":"static/chunks/4327.bf5c75539344981a.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":721,"timestamp":437386592,"id":325,"parentId":268,"tags":{"name":"static/chunks/9234-b0304101384ca079.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":717,"timestamp":437386598,"id":326,"parentId":268,"tags":{"name":"static/chunks/216-f18f4a9d8b04a91e.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":713,"timestamp":437386603,"id":327,"parentId":268,"tags":{"name":"static/chunks/8522.6733162b14be0982.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":709,"timestamp":437386609,"id":328,"parentId":268,"tags":{"name":"static/chunks/1038-3509435b68c0967e.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":701,"timestamp":437386618,"id":329,"parentId":268,"tags":{"name":"static/chunks/3843.f62b04e29fb0f55c.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":696,"timestamp":437386626,"id":330,"parentId":268,"tags":{"name":"static/chunks/2335-98a211e00b94c7ac.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":692,"timestamp":437386632,"id":331,"parentId":268,"tags":{"name":"static/chunks/2689.140cd1991848f9bd.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":688,"timestamp":437386637,"id":332,"parentId":268,"tags":{"name":"static/chunks/7665.e35ace516d7528d2.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":683,"timestamp":437386645,"id":333,"parentId":268,"tags":{"name":"static/chunks/656.1f0f588e10649872.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":679,"timestamp":437386650,"id":334,"parentId":268,"tags":{"name":"static/chunks/2117-e31fa477cb500950.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":675,"timestamp":437386656,"id":335,"parentId":268,"tags":{"name":"static/chunks/9178-88850a7c48deea07.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":671,"timestamp":437386662,"id":336,"parentId":268,"tags":{"name":"static/chunks/8528-4d554d3b94d4cf9b.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":667,"timestamp":437386667,"id":337,"parentId":268,"tags":{"name":"static/chunks/8091-925542bdfc843dce.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":663,"timestamp":437386673,"id":338,"parentId":268,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":269,"timestamp":437387069,"id":340,"parentId":268,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1771772959221,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":150,"timestamp":437387189,"id":342,"parentId":268,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1771772959221,"traceId":"65c9ff79f902eb6f"}]
|
|
4
|
-
[{"name":"minify-js","duration":1507,"timestamp":437387083,"id":341,"parentId":268,"tags":{"name":"static/clTo9tuAoPMLcGRuVENfO/_buildManifest.js","cache":"MISS"},"startTime":1771772959221,"traceId":"65c9ff79f902eb6f"},{"name":"minify-js","duration":1947,"timestamp":437386682,"id":339,"parentId":268,"tags":{"name":"static/clTo9tuAoPMLcGRuVENfO/_ssgManifest.js","cache":"MISS"},"startTime":1771772959220,"traceId":"65c9ff79f902eb6f"},{"name":"terser-webpack-plugin-optimize","duration":8987,"timestamp":437379648,"id":268,"parentId":237,"tags":{"compilationName":"client","swcMinify":true},"startTime":1771772959213,"traceId":"65c9ff79f902eb6f"},{"name":"minify-css","duration":99,"timestamp":437388744,"id":344,"parentId":343,"tags":{"file":"static/css/12c4e54021fb3cd6.css","cache":"HIT"},"startTime":1771772959222,"traceId":"65c9ff79f902eb6f"},{"name":"minify-css","duration":62,"timestamp":437388787,"id":345,"parentId":343,"tags":{"file":"static/css/a26070ae14fac156.css","cache":"HIT"},"startTime":1771772959222,"traceId":"65c9ff79f902eb6f"},{"name":"minify-css","duration":60,"timestamp":437388792,"id":346,"parentId":343,"tags":{"file":"static/css/2c3db85a1d7310ee.css","cache":"HIT"},"startTime":1771772959222,"traceId":"65c9ff79f902eb6f"},{"name":"css-minimizer-plugin","duration":161,"timestamp":437388694,"id":343,"parentId":237,"tags":{},"startTime":1771772959222,"traceId":"65c9ff79f902eb6f"},{"name":"seal","duration":438231,"timestamp":436975145,"id":252,"parentId":237,"tags":{},"startTime":1771772958809,"traceId":"65c9ff79f902eb6f"},{"name":"webpack-compilation","duration":2536992,"timestamp":434876469,"id":237,"parentId":15,"tags":{"name":"client"},"startTime":1771772956710,"traceId":"65c9ff79f902eb6f"},{"name":"emit","duration":12692,"timestamp":437413511,"id":347,"parentId":15,"tags":{},"startTime":1771772959247,"traceId":"65c9ff79f902eb6f"},{"name":"webpack-close","duration":1081290,"timestamp":437426390,"id":348,"parentId":15,"tags":{"name":"client"},"startTime":1771772959260,"traceId":"65c9ff79f902eb6f"},{"name":"webpack-generate-error-stats","duration":866,"timestamp":438507703,"id":349,"parentId":348,"tags":{},"startTime":1771772960341,"traceId":"65c9ff79f902eb6f"},{"name":"run-webpack-compiler","duration":7623436,"timestamp":430885374,"id":15,"parentId":1,"tags":{},"startTime":1771772952719,"traceId":"65c9ff79f902eb6f"},{"name":"format-webpack-messages","duration":95,"timestamp":438508820,"id":350,"parentId":1,"tags":{},"startTime":1771772960342,"traceId":"65c9ff79f902eb6f"},{"name":"verify-typescript-setup","duration":12134377,"timestamp":438510102,"id":352,"parentId":1,"tags":{},"startTime":1771772960344,"traceId":"65c9ff79f902eb6f"},{"name":"check-static-error-page","duration":10262,"timestamp":450721316,"id":355,"parentId":354,"tags":{},"startTime":1771772972555,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":4307,"timestamp":450793352,"id":356,"parentId":354,"tags":{"page":"/_app"},"startTime":1771772972627,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":3594,"timestamp":450794082,"id":358,"parentId":354,"tags":{"page":"/_document"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":3993,"timestamp":450793985,"id":357,"parentId":354,"tags":{"page":"/_error"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":237638,"timestamp":450801450,"id":411,"parentId":362,"tags":{},"startTime":1771772972635,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":244835,"timestamp":450794327,"id":362,"parentId":354,"tags":{"page":"/api/auth/logout"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":244537,"timestamp":450801646,"id":412,"parentId":363,"tags":{},"startTime":1771772972635,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":251876,"timestamp":450794345,"id":363,"parentId":354,"tags":{"page":"/api/auth/status"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":254714,"timestamp":450801788,"id":413,"parentId":364,"tags":{},"startTime":1771772972635,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":262184,"timestamp":450794362,"id":364,"parentId":354,"tags":{"page":"/api/external-apps/[id]/health"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":259556,"timestamp":450801945,"id":414,"parentId":365,"tags":{},"startTime":1771772972635,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":267098,"timestamp":450794437,"id":365,"parentId":354,"tags":{"page":"/api/external-apps/[id]"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":260533,"timestamp":450802114,"id":415,"parentId":366,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":268206,"timestamp":450794470,"id":366,"parentId":354,"tags":{"page":"/api/external-apps"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":268122,"timestamp":450802275,"id":416,"parentId":367,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":275943,"timestamp":450794489,"id":367,"parentId":354,"tags":{"page":"/api/hooks/claude-done"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":270388,"timestamp":450802343,"id":417,"parentId":369,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":278240,"timestamp":450794521,"id":369,"parentId":354,"tags":{"page":"/api/repositories/clone"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":271381,"timestamp":450802469,"id":418,"parentId":368,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":279380,"timestamp":450794506,"id":368,"parentId":354,"tags":{"page":"/api/repositories/clone/[jobId]"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":272502,"timestamp":450802545,"id":419,"parentId":370,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":280540,"timestamp":450794535,"id":370,"parentId":354,"tags":{"page":"/api/repositories/excluded"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":277403,"timestamp":450802593,"id":420,"parentId":372,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":285438,"timestamp":450794603,"id":372,"parentId":354,"tags":{"page":"/api/repositories"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":278600,"timestamp":450802630,"id":421,"parentId":371,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":286708,"timestamp":450794548,"id":371,"parentId":354,"tags":{"page":"/api/repositories/restore"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":279664,"timestamp":450802674,"id":422,"parentId":373,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":287726,"timestamp":450794639,"id":373,"parentId":354,"tags":{"page":"/api/repositories/scan"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":280754,"timestamp":450802706,"id":423,"parentId":374,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":288830,"timestamp":450794658,"id":374,"parentId":354,"tags":{"page":"/api/repositories/sync"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":281983,"timestamp":450802739,"id":424,"parentId":376,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":290067,"timestamp":450794686,"id":376,"parentId":354,"tags":{"page":"/api/worktrees/[id]/auto-yes"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":292486,"timestamp":450802762,"id":425,"parentId":375,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":300604,"timestamp":450794673,"id":375,"parentId":354,"tags":{"page":"/api/slash-commands"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":293503,"timestamp":450802846,"id":426,"parentId":377,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":301681,"timestamp":450794698,"id":377,"parentId":354,"tags":{"page":"/api/worktrees/[id]/capture"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":294611,"timestamp":450802887,"id":427,"parentId":378,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":302819,"timestamp":450794710,"id":378,"parentId":354,"tags":{"page":"/api/worktrees/[id]/cli-tool"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":297212,"timestamp":450801317,"id":410,"parentId":361,"tags":{},"startTime":1771772972635,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":304255,"timestamp":450794302,"id":361,"parentId":354,"tags":{"page":"/api/auth/login"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":297796,"timestamp":450800978,"id":409,"parentId":360,"tags":{},"startTime":1771772972635,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":304548,"timestamp":450794249,"id":360,"parentId":354,"tags":{"page":"/api/app/update-check"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":295972,"timestamp":450802920,"id":428,"parentId":379,"tags":{},"startTime":1771772972636,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":304194,"timestamp":450794722,"id":379,"parentId":354,"tags":{"page":"/api/worktrees/[id]/current-output"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":296590,"timestamp":450806058,"id":431,"parentId":382,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":307921,"timestamp":450794759,"id":382,"parentId":354,"tags":{"page":"/api/worktrees/[id]/kill-session"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":296608,"timestamp":450806176,"id":432,"parentId":383,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":308040,"timestamp":450794771,"id":383,"parentId":354,"tags":{"page":"/api/worktrees/[id]/logs/[filename]"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":297987,"timestamp":450806266,"id":433,"parentId":384,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":309496,"timestamp":450794785,"id":384,"parentId":354,"tags":{"page":"/api/worktrees/[id]/logs"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":299359,"timestamp":450806303,"id":434,"parentId":385,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":310894,"timestamp":450794797,"id":385,"parentId":354,"tags":{"page":"/api/worktrees/[id]/memos/[memoId]"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":300709,"timestamp":450806334,"id":435,"parentId":386,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":312303,"timestamp":450794809,"id":386,"parentId":354,"tags":{"page":"/api/worktrees/[id]/memos"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":304014,"timestamp":450806364,"id":436,"parentId":387,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":315585,"timestamp":450794821,"id":387,"parentId":354,"tags":{"page":"/api/worktrees/[id]/messages"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":306701,"timestamp":450806394,"id":437,"parentId":388,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":318290,"timestamp":450794832,"id":388,"parentId":354,"tags":{"page":"/api/worktrees/[id]/prompt-response"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":306851,"timestamp":450806435,"id":438,"parentId":389,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":318465,"timestamp":450794844,"id":389,"parentId":354,"tags":{"page":"/api/worktrees/[id]/respond"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":310431,"timestamp":450802965,"id":429,"parentId":380,"tags":{},"startTime":1771772972637,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":318682,"timestamp":450794734,"id":380,"parentId":354,"tags":{"page":"/api/worktrees/[id]/files/[...path]"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":308399,"timestamp":450806473,"id":439,"parentId":390,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":320044,"timestamp":450794855,"id":390,"parentId":354,"tags":{"page":"/api/worktrees/[id]"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":310688,"timestamp":450806553,"id":441,"parentId":392,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":322390,"timestamp":450794878,"id":392,"parentId":354,"tags":{"page":"/api/worktrees/[id]/send"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":313350,"timestamp":450806589,"id":442,"parentId":393,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":325082,"timestamp":450794889,"id":393,"parentId":354,"tags":{"page":"/api/worktrees/[id]/slash-commands"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":313489,"timestamp":450806612,"id":443,"parentId":394,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":325229,"timestamp":450794901,"id":394,"parentId":354,"tags":{"page":"/api/worktrees/[id]/start-polling"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":313711,"timestamp":450806510,"id":440,"parentId":391,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":325377,"timestamp":450794866,"id":391,"parentId":354,"tags":{"page":"/api/worktrees/[id]/search"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":315211,"timestamp":450806633,"id":444,"parentId":395,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":326958,"timestamp":450794913,"id":395,"parentId":354,"tags":{"page":"/api/worktrees/[id]/terminal"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":315303,"timestamp":450806658,"id":445,"parentId":396,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":327062,"timestamp":450794924,"id":396,"parentId":354,"tags":{"page":"/api/worktrees/[id]/tree/[...path]"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":316899,"timestamp":450806718,"id":447,"parentId":398,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":328699,"timestamp":450794948,"id":398,"parentId":354,"tags":{"page":"/api/worktrees/[id]/upload/[...path]"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":317875,"timestamp":450806740,"id":448,"parentId":399,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":329682,"timestamp":450794959,"id":399,"parentId":354,"tags":{"page":"/api/worktrees/[id]/viewed"},"startTime":1771772972629,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":318119,"timestamp":450806683,"id":446,"parentId":397,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":329891,"timestamp":450794936,"id":397,"parentId":354,"tags":{"page":"/api/worktrees/[id]/tree"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":326044,"timestamp":450802991,"id":430,"parentId":381,"tags":{},"startTime":1771772972637,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":334316,"timestamp":450794746,"id":381,"parentId":354,"tags":{"page":"/api/worktrees/[id]/interrupt"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":327712,"timestamp":450806869,"id":450,"parentId":401,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":339630,"timestamp":450794983,"id":401,"parentId":354,"tags":{"page":"/apple-icon.png"},"startTime":1771772972629,"traceId":"65c9ff79f902eb6f"}]
|
|
5
|
-
[{"name":"is-page-static","duration":331239,"timestamp":450806829,"id":449,"parentId":400,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":343120,"timestamp":450794971,"id":400,"parentId":354,"tags":{"page":"/api/worktrees"},"startTime":1771772972629,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":328092,"timestamp":450810143,"id":452,"parentId":405,"tags":{},"startTime":1771772972644,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":343176,"timestamp":450795079,"id":405,"parentId":354,"tags":{"page":"/proxy/[...path]"},"startTime":1771772972629,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":338352,"timestamp":450806895,"id":451,"parentId":402,"tags":{},"startTime":1771772972640,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":350276,"timestamp":450794995,"id":402,"parentId":354,"tags":{"page":"/icon.png"},"startTime":1771772972629,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":339227,"timestamp":450810185,"id":453,"parentId":359,"tags":{},"startTime":1771772972644,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":355317,"timestamp":450794118,"id":359,"parentId":354,"tags":{"page":"/_not-found"},"startTime":1771772972628,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":339989,"timestamp":450810219,"id":454,"parentId":403,"tags":{},"startTime":1771772972644,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":355202,"timestamp":450795027,"id":403,"parentId":354,"tags":{"page":"/login"},"startTime":1771772972629,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":358367,"timestamp":450810249,"id":455,"parentId":404,"tags":{},"startTime":1771772972644,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":373592,"timestamp":450795055,"id":404,"parentId":354,"tags":{"page":"/"},"startTime":1771772972629,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":359228,"timestamp":450810282,"id":456,"parentId":406,"tags":{},"startTime":1771772972644,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":374447,"timestamp":450795098,"id":406,"parentId":354,"tags":{"page":"/worktrees/[id]/files/[...path]"},"startTime":1771772972629,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":359829,"timestamp":450810300,"id":457,"parentId":407,"tags":{},"startTime":1771772972644,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":375034,"timestamp":450795117,"id":407,"parentId":354,"tags":{"page":"/worktrees/[id]"},"startTime":1771772972629,"traceId":"65c9ff79f902eb6f"},{"name":"is-page-static","duration":367375,"timestamp":450810323,"id":458,"parentId":408,"tags":{},"startTime":1771772972644,"traceId":"65c9ff79f902eb6f"},{"name":"check-page","duration":382579,"timestamp":450795137,"id":408,"parentId":354,"tags":{"page":"/worktrees/[id]/terminal"},"startTime":1771772972629,"traceId":"65c9ff79f902eb6f"},{"name":"static-check","duration":457121,"timestamp":450720617,"id":354,"parentId":1,"tags":{},"startTime":1771772972554,"traceId":"65c9ff79f902eb6f"},{"name":"load-dotenv","duration":30,"timestamp":451230805,"id":463,"parentId":462,"tags":{},"startTime":1771772973064,"traceId":"65c9ff79f902eb6f"},{"name":"run-export-path-map","duration":372,"timestamp":452105886,"id":464,"parentId":462,"tags":{},"startTime":1771772973939,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":32151,"timestamp":452107272,"id":467,"parentId":462,"tags":{"path":"/api/auth/logout"},"startTime":1771772973941,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":183520,"timestamp":452107350,"id":468,"parentId":462,"tags":{"path":"/api/hooks/claude-done"},"startTime":1771772973941,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":181238,"timestamp":452109756,"id":469,"parentId":462,"tags":{"path":"/api/repositories/clone"},"startTime":1771772973943,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":258434,"timestamp":452109854,"id":470,"parentId":462,"tags":{"path":"/api/repositories/excluded"},"startTime":1771772973943,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":261308,"timestamp":452107170,"id":466,"parentId":462,"tags":{"path":"/500"},"startTime":1771772973941,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":290044,"timestamp":452109915,"id":472,"parentId":462,"tags":{"path":"/api/repositories/restore"},"startTime":1771772973943,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":290321,"timestamp":452109889,"id":471,"parentId":462,"tags":{"path":"/api/repositories"},"startTime":1771772973943,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":293383,"timestamp":452106900,"id":465,"parentId":462,"tags":{"path":"/404"},"startTime":1771772973940,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":355581,"timestamp":452109942,"id":473,"parentId":462,"tags":{"path":"/api/repositories/scan"},"startTime":1771772973943,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":503634,"timestamp":452109971,"id":474,"parentId":462,"tags":{"path":"/api/repositories/sync"},"startTime":1771772973944,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":503632,"timestamp":452110102,"id":475,"parentId":462,"tags":{"path":"/api/slash-commands"},"startTime":1771772973944,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":515966,"timestamp":452110164,"id":476,"parentId":462,"tags":{"path":"/api/auth/login"},"startTime":1771772973944,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":577590,"timestamp":452110196,"id":478,"parentId":462,"tags":{"path":"/icon.png"},"startTime":1771772973944,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":597785,"timestamp":452110186,"id":477,"parentId":462,"tags":{"path":"/apple-icon.png"},"startTime":1771772973944,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":597877,"timestamp":452110205,"id":479,"parentId":462,"tags":{"path":"/_not-found"},"startTime":1771772973944,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":675162,"timestamp":452110215,"id":480,"parentId":462,"tags":{"path":"/login"},"startTime":1771772973944,"traceId":"65c9ff79f902eb6f"},{"name":"export-page","duration":696031,"timestamp":452110223,"id":481,"parentId":462,"tags":{"path":"/"},"startTime":1771772973944,"traceId":"65c9ff79f902eb6f"},{"name":"next-export","duration":1611233,"timestamp":451230077,"id":462,"parentId":1,"tags":{},"startTime":1771772973064,"traceId":"65c9ff79f902eb6f"},{"name":"move-exported-app-not-found-","duration":68,"timestamp":452842229,"id":482,"parentId":461,"tags":{},"startTime":1771772974676,"traceId":"65c9ff79f902eb6f"},{"name":"move-exported-page","duration":24280,"timestamp":452842404,"id":483,"parentId":461,"tags":{},"startTime":1771772974676,"traceId":"65c9ff79f902eb6f"},{"name":"static-generation","duration":1775011,"timestamp":451225495,"id":461,"parentId":1,"tags":{},"startTime":1771772973059,"traceId":"65c9ff79f902eb6f"},{"name":"node-file-trace-build","duration":11174750,"timestamp":451178942,"id":460,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1771772973012,"traceId":"65c9ff79f902eb6f"},{"name":"apply-include-excludes","duration":904,"timestamp":462353717,"id":484,"parentId":1,"tags":{},"startTime":1771772984187,"traceId":"65c9ff79f902eb6f"},{"name":"print-tree-view","duration":6405,"timestamp":462354748,"id":485,"parentId":1,"tags":{},"startTime":1771772984188,"traceId":"65c9ff79f902eb6f"},{"name":"telemetry-flush","duration":50,"timestamp":462361166,"id":486,"parentId":1,"tags":{},"startTime":1771772984195,"traceId":"65c9ff79f902eb6f"},{"name":"next-build","duration":31712021,"timestamp":430649205,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"14.2.35","isTurbopack":false,"has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1771772952483,"traceId":"65c9ff79f902eb6f"}]
|
|
1
|
+
[{"name":"generate-buildid","duration":252,"timestamp":280706729,"id":4,"parentId":1,"tags":{},"startTime":1771940837030,"traceId":"a615c0dc28c9107d"},{"name":"load-custom-routes","duration":1442,"timestamp":280707262,"id":5,"parentId":1,"tags":{},"startTime":1771940837031,"traceId":"a615c0dc28c9107d"},{"name":"create-pages-mapping","duration":242,"timestamp":280805834,"id":6,"parentId":1,"tags":{},"startTime":1771940837129,"traceId":"a615c0dc28c9107d"},{"name":"collect-app-paths","duration":5969,"timestamp":280806119,"id":7,"parentId":1,"tags":{},"startTime":1771940837130,"traceId":"a615c0dc28c9107d"},{"name":"create-app-mapping","duration":1468,"timestamp":280812113,"id":8,"parentId":1,"tags":{},"startTime":1771940837136,"traceId":"a615c0dc28c9107d"},{"name":"public-dir-conflict-check","duration":10707,"timestamp":280814249,"id":9,"parentId":1,"tags":{},"startTime":1771940837138,"traceId":"a615c0dc28c9107d"},{"name":"generate-routes-manifest","duration":3287,"timestamp":280825133,"id":10,"parentId":1,"tags":{},"startTime":1771940837149,"traceId":"a615c0dc28c9107d"},{"name":"create-dist-dir","duration":223,"timestamp":280829697,"id":11,"parentId":1,"tags":{},"startTime":1771940837153,"traceId":"a615c0dc28c9107d"},{"name":"write-routes-manifest","duration":424,"timestamp":280844446,"id":12,"parentId":1,"tags":{},"startTime":1771940837168,"traceId":"a615c0dc28c9107d"},{"name":"generate-required-server-files","duration":447,"timestamp":280844951,"id":13,"parentId":1,"tags":{},"startTime":1771940837168,"traceId":"a615c0dc28c9107d"},{"name":"create-entrypoints","duration":71166,"timestamp":280848959,"id":16,"parentId":1,"tags":{},"startTime":1771940837172,"traceId":"a615c0dc28c9107d"},{"name":"generate-webpack-config","duration":299326,"timestamp":280920183,"id":17,"parentId":15,"tags":{},"startTime":1771940837244,"traceId":"a615c0dc28c9107d"},{"name":"next-trace-entrypoint-plugin","duration":2230,"timestamp":281294176,"id":19,"parentId":18,"tags":{},"startTime":1771940837618,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":800129,"timestamp":281303332,"id":22,"parentId":20,"tags":{"request":"next/dist/pages/_app"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":817307,"timestamp":281303362,"id":23,"parentId":20,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":824144,"timestamp":281303375,"id":24,"parentId":20,"tags":{"request":"next/dist/pages/_document"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":841642,"timestamp":281303837,"id":62,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapple-icon.png%2Froute&name=app%2Fapple-icon.png%2Froute&pagePath=private-next-app-dir%2Fapple-icon.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapple-icon.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":841663,"timestamp":281303842,"id":63,"parentId":20,"tags":{"request":"next-app-loader?page=%2Ficon.png%2Froute&name=app%2Ficon.png%2Froute&pagePath=private-next-app-dir%2Ficon.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Ficon.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1139748,"timestamp":281303861,"id":69,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Fstatus%2Froute&name=app%2Fapi%2Fauth%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1187344,"timestamp":281303822,"id":57,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1251701,"timestamp":281303866,"id":71,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&name=app%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1252309,"timestamp":281303869,"id":72,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2Froute&name=app%2Fapi%2Fexternal-apps%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1252331,"timestamp":281303872,"id":73,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1267819,"timestamp":281303819,"id":56,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1267835,"timestamp":281303828,"id":59,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1267853,"timestamp":281303825,"id":58,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1267862,"timestamp":281303831,"id":60,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1284642,"timestamp":281303877,"id":75,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1284817,"timestamp":281303834,"id":61,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1285536,"timestamp":281303388,"id":25,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Flogin%2Froute&name=app%2Fapi%2Fauth%2Flogin%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Flogin%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth%2Flogin%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1285539,"timestamp":281303398,"id":26,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Flogout%2Froute&name=app%2Fapi%2Fauth%2Flogout%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Flogout%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth%2Flogout%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1285514,"timestamp":281303437,"id":29,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fexcluded%2Froute&name=app%2Fapi%2Frepositories%2Fexcluded%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fexcluded%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fexcluded%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1285466,"timestamp":281303492,"id":31,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Frestore%2Froute&name=app%2Fapi%2Frepositories%2Frestore%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Frestore%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Frestore%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1285365,"timestamp":281303599,"id":34,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fsync%2Froute&name=app%2Fapi%2Frepositories%2Fsync%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fsync%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fsync%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1285349,"timestamp":281303621,"id":37,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1285349,"timestamp":281303627,"id":38,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1285335,"timestamp":281303647,"id":41,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1285201,"timestamp":281303788,"id":46,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1285355,"timestamp":281303640,"id":40,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2F%5BlogId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2F%5BlogId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2F%5BlogId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2F%5BlogId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1285236,"timestamp":281303782,"id":45,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1285330,"timestamp":281303700,"id":42,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1285246,"timestamp":281303791,"id":47,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1291112,"timestamp":281303421,"id":28,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fclone%2Froute&name=app%2Fapi%2Frepositories%2Fclone%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fclone%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fclone%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1290985,"timestamp":281303563,"id":32,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fscan%2Froute&name=app%2Fapi%2Frepositories%2Fscan%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fscan%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fscan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1291098,"timestamp":281303459,"id":30,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&name=app%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1296654,"timestamp":281303805,"id":52,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1296672,"timestamp":281303802,"id":51,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2F%5BscheduleId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2F%5BscheduleId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2F%5BscheduleId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2F%5BscheduleId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1296658,"timestamp":281303863,"id":70,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fapp%2Fupdate-check%2Froute&name=app%2Fapi%2Fapp%2Fupdate-check%2Froute&pagePath=private-next-app-dir%2Fapi%2Fapp%2Fupdate-check%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fapp%2Fupdate-check%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1297509,"timestamp":281303809,"id":53,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1314685,"timestamp":281303614,"id":36,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1314630,"timestamp":281303882,"id":77,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fproxy%2F%5B...path%5D%2Froute&name=app%2Fproxy%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fproxy%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fproxy%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1333790,"timestamp":281303578,"id":33,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Froute&name=app%2Fapi%2Frepositories%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1333625,"timestamp":281303768,"id":44,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1333606,"timestamp":281303794,"id":48,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1333771,"timestamp":281303634,"id":39,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1333695,"timestamp":281303715,"id":43,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1333619,"timestamp":281303800,"id":50,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1333627,"timestamp":281303797,"id":49,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1333548,"timestamp":281303880,"id":76,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2Froute&name=app%2Fapi%2Fworktrees%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1333619,"timestamp":281303814,"id":54,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1338144,"timestamp":281303408,"id":27,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fhooks%2Fclaude-done%2Froute&name=app%2Fapi%2Fhooks%2Fclaude-done%2Froute&pagePath=private-next-app-dir%2Fapi%2Fhooks%2Fclaude-done%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fhooks%2Fclaude-done%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1337698,"timestamp":281303875,"id":74,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1350364,"timestamp":281303607,"id":35,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fslash-commands%2Froute&name=app%2Fapi%2Fslash-commands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fslash-commands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fslash-commands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1350180,"timestamp":281303817,"id":55,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1375128,"timestamp":281302851,"id":21,"parentId":20,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837626,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1374178,"timestamp":281303845,"id":64,"parentId":20,"tags":{"request":"next-app-loader?page=%2Flogin%2Fpage&name=app%2Flogin%2Fpage&pagePath=private-next-app-dir%2Flogin%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Flogin%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1374186,"timestamp":281303848,"id":65,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1374188,"timestamp":281303853,"id":66,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1374191,"timestamp":281303855,"id":67,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1374193,"timestamp":281303858,"id":68,"parentId":20,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1771940837627,"traceId":"a615c0dc28c9107d"},{"name":"make","duration":2567305,"timestamp":281302474,"id":20,"parentId":18,"tags":{},"startTime":1771940837626,"traceId":"a615c0dc28c9107d"},{"name":"get-entries","duration":2359,"timestamp":283871198,"id":107,"parentId":106,"tags":{},"startTime":1771940840195,"traceId":"a615c0dc28c9107d"},{"name":"node-file-trace-plugin","duration":456243,"timestamp":283880172,"id":108,"parentId":106,"tags":{"traceEntryCount":"110"},"startTime":1771940840204,"traceId":"a615c0dc28c9107d"},{"name":"collect-traced-files","duration":5471,"timestamp":284336438,"id":109,"parentId":106,"tags":{},"startTime":1771940840660,"traceId":"a615c0dc28c9107d"},{"name":"finish-modules","duration":470949,"timestamp":283870976,"id":106,"parentId":19,"tags":{},"startTime":1771940840194,"traceId":"a615c0dc28c9107d"},{"name":"chunk-graph","duration":51123,"timestamp":284592040,"id":111,"parentId":110,"tags":{},"startTime":1771940840916,"traceId":"a615c0dc28c9107d"},{"name":"optimize-modules","duration":58,"timestamp":284643405,"id":113,"parentId":110,"tags":{},"startTime":1771940840967,"traceId":"a615c0dc28c9107d"},{"name":"optimize-chunks","duration":49893,"timestamp":284643607,"id":114,"parentId":110,"tags":{},"startTime":1771940840967,"traceId":"a615c0dc28c9107d"},{"name":"optimize-tree","duration":145,"timestamp":284693613,"id":115,"parentId":110,"tags":{},"startTime":1771940841017,"traceId":"a615c0dc28c9107d"},{"name":"optimize-chunk-modules","duration":59928,"timestamp":284693869,"id":116,"parentId":110,"tags":{},"startTime":1771940841017,"traceId":"a615c0dc28c9107d"},{"name":"optimize","duration":110618,"timestamp":284643301,"id":112,"parentId":110,"tags":{},"startTime":1771940840967,"traceId":"a615c0dc28c9107d"},{"name":"module-hash","duration":55522,"timestamp":284802139,"id":117,"parentId":110,"tags":{},"startTime":1771940841126,"traceId":"a615c0dc28c9107d"},{"name":"code-generation","duration":9420,"timestamp":284857763,"id":118,"parentId":110,"tags":{},"startTime":1771940841181,"traceId":"a615c0dc28c9107d"},{"name":"hash","duration":15029,"timestamp":284875467,"id":119,"parentId":110,"tags":{},"startTime":1771940841199,"traceId":"a615c0dc28c9107d"},{"name":"code-generation-jobs","duration":375,"timestamp":284890494,"id":120,"parentId":110,"tags":{},"startTime":1771940841214,"traceId":"a615c0dc28c9107d"},{"name":"module-assets","duration":1380,"timestamp":284890769,"id":121,"parentId":110,"tags":{},"startTime":1771940841214,"traceId":"a615c0dc28c9107d"},{"name":"create-chunk-assets","duration":2499,"timestamp":284892170,"id":122,"parentId":110,"tags":{},"startTime":1771940841216,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":1030,"timestamp":284914335,"id":124,"parentId":123,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":832,"timestamp":284914549,"id":125,"parentId":123,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":820,"timestamp":284914566,"id":126,"parentId":123,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":811,"timestamp":284914577,"id":127,"parentId":123,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":806,"timestamp":284914586,"id":128,"parentId":123,"tags":{"name":"../app/api/auth/login/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":800,"timestamp":284914594,"id":129,"parentId":123,"tags":{"name":"../app/api/auth/logout/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":794,"timestamp":284914603,"id":130,"parentId":123,"tags":{"name":"../app/api/hooks/claude-done/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":771,"timestamp":284914628,"id":131,"parentId":123,"tags":{"name":"../app/api/repositories/clone/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":763,"timestamp":284914639,"id":132,"parentId":123,"tags":{"name":"../app/api/repositories/excluded/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":758,"timestamp":284914648,"id":133,"parentId":123,"tags":{"name":"../app/api/repositories/clone/[jobId]/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":673,"timestamp":284914735,"id":134,"parentId":123,"tags":{"name":"../app/api/repositories/restore/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":662,"timestamp":284914749,"id":135,"parentId":123,"tags":{"name":"../app/api/repositories/scan/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":656,"timestamp":284914757,"id":136,"parentId":123,"tags":{"name":"../app/api/repositories/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":652,"timestamp":284914764,"id":137,"parentId":123,"tags":{"name":"../app/api/repositories/sync/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"}]
|
|
2
|
+
[{"name":"minify-js","duration":775,"timestamp":284914771,"id":138,"parentId":123,"tags":{"name":"../app/api/slash-commands/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":771,"timestamp":284914783,"id":139,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/auto-yes/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":766,"timestamp":284914797,"id":140,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/capture/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":759,"timestamp":284914807,"id":141,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/cli-tool/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":755,"timestamp":284914814,"id":142,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/current-output/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":752,"timestamp":284914820,"id":143,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/execution-logs/[logId]/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":750,"timestamp":284914826,"id":144,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/execution-logs/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":747,"timestamp":284914831,"id":145,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/files/[...path]/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":744,"timestamp":284914837,"id":146,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/interrupt/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":742,"timestamp":284914842,"id":147,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/kill-session/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":739,"timestamp":284914848,"id":148,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/memos/[memoId]/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":735,"timestamp":284914854,"id":149,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/memos/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":732,"timestamp":284914860,"id":150,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/messages/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":730,"timestamp":284914866,"id":151,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/prompt-response/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":727,"timestamp":284914872,"id":152,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/respond/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":724,"timestamp":284914877,"id":153,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":720,"timestamp":284914884,"id":154,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/schedules/[scheduleId]/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":717,"timestamp":284914890,"id":155,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/schedules/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":714,"timestamp":284914895,"id":156,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/search/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":711,"timestamp":284914902,"id":157,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/send/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":708,"timestamp":284914908,"id":158,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/slash-commands/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":705,"timestamp":284914914,"id":159,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/start-polling/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":702,"timestamp":284914920,"id":160,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/terminal/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":699,"timestamp":284914926,"id":161,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/tree/[...path]/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":691,"timestamp":284914936,"id":162,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/tree/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":688,"timestamp":284914942,"id":163,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/viewed/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":685,"timestamp":284914948,"id":164,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/upload/[...path]/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":682,"timestamp":284914953,"id":165,"parentId":123,"tags":{"name":"../app/apple-icon.png/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":680,"timestamp":284914959,"id":166,"parentId":123,"tags":{"name":"../app/icon.png/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":677,"timestamp":284914965,"id":167,"parentId":123,"tags":{"name":"../app/login/page.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":674,"timestamp":284914970,"id":168,"parentId":123,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":671,"timestamp":284914976,"id":169,"parentId":123,"tags":{"name":"../app/worktrees/[id]/page.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":668,"timestamp":284914982,"id":170,"parentId":123,"tags":{"name":"../app/worktrees/[id]/files/[...path]/page.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":665,"timestamp":284914988,"id":171,"parentId":123,"tags":{"name":"../app/worktrees/[id]/terminal/page.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":662,"timestamp":284914994,"id":172,"parentId":123,"tags":{"name":"../app/api/auth/status/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":659,"timestamp":284914999,"id":173,"parentId":123,"tags":{"name":"../app/api/app/update-check/route.js","cache":"HIT"},"startTime":1771940841238,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":629,"timestamp":284915033,"id":174,"parentId":123,"tags":{"name":"../app/api/external-apps/[id]/health/route.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":619,"timestamp":284915046,"id":175,"parentId":123,"tags":{"name":"../app/api/external-apps/route.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":616,"timestamp":284915052,"id":176,"parentId":123,"tags":{"name":"../app/api/external-apps/[id]/route.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":613,"timestamp":284915058,"id":177,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/logs/route.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":610,"timestamp":284915063,"id":178,"parentId":123,"tags":{"name":"../app/api/worktrees/[id]/logs/[filename]/route.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":606,"timestamp":284915070,"id":179,"parentId":123,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":602,"timestamp":284915077,"id":180,"parentId":123,"tags":{"name":"../app/proxy/[...path]/route.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":596,"timestamp":284915085,"id":181,"parentId":123,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":593,"timestamp":284915091,"id":182,"parentId":123,"tags":{"name":"9582.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":590,"timestamp":284915097,"id":183,"parentId":123,"tags":{"name":"3348.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":586,"timestamp":284915105,"id":184,"parentId":123,"tags":{"name":"2683.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":583,"timestamp":284915110,"id":185,"parentId":123,"tags":{"name":"5823.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":580,"timestamp":284915116,"id":186,"parentId":123,"tags":{"name":"8744.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":578,"timestamp":284915121,"id":187,"parentId":123,"tags":{"name":"369.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":575,"timestamp":284915126,"id":188,"parentId":123,"tags":{"name":"7266.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":573,"timestamp":284915132,"id":189,"parentId":123,"tags":{"name":"6837.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":491,"timestamp":284915216,"id":190,"parentId":123,"tags":{"name":"4559.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":478,"timestamp":284915232,"id":191,"parentId":123,"tags":{"name":"5853.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":473,"timestamp":284915240,"id":192,"parentId":123,"tags":{"name":"5795.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":470,"timestamp":284915246,"id":193,"parentId":123,"tags":{"name":"3074.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":468,"timestamp":284915250,"id":194,"parentId":123,"tags":{"name":"6228.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":466,"timestamp":284915256,"id":195,"parentId":123,"tags":{"name":"2314.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":463,"timestamp":284915261,"id":196,"parentId":123,"tags":{"name":"8948.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":464,"timestamp":284915266,"id":197,"parentId":123,"tags":{"name":"5972.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":462,"timestamp":284915271,"id":198,"parentId":123,"tags":{"name":"3853.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":460,"timestamp":284915276,"id":199,"parentId":123,"tags":{"name":"4893.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":458,"timestamp":284915281,"id":200,"parentId":123,"tags":{"name":"2509.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":457,"timestamp":284915285,"id":201,"parentId":123,"tags":{"name":"3294.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":454,"timestamp":284915290,"id":202,"parentId":123,"tags":{"name":"6621.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":452,"timestamp":284915296,"id":203,"parentId":123,"tags":{"name":"8705.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":450,"timestamp":284915301,"id":204,"parentId":123,"tags":{"name":"7458.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":448,"timestamp":284915305,"id":205,"parentId":123,"tags":{"name":"3673.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":446,"timestamp":284915310,"id":206,"parentId":123,"tags":{"name":"7808.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":444,"timestamp":284915315,"id":207,"parentId":123,"tags":{"name":"1682.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":442,"timestamp":284915320,"id":208,"parentId":123,"tags":{"name":"2518.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":440,"timestamp":284915325,"id":209,"parentId":123,"tags":{"name":"7425.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":439,"timestamp":284915330,"id":210,"parentId":123,"tags":{"name":"7566.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":437,"timestamp":284915334,"id":211,"parentId":123,"tags":{"name":"7536.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":435,"timestamp":284915339,"id":212,"parentId":123,"tags":{"name":"8693.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":433,"timestamp":284915344,"id":213,"parentId":123,"tags":{"name":"3860.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":431,"timestamp":284915348,"id":214,"parentId":123,"tags":{"name":"539.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":430,"timestamp":284915353,"id":215,"parentId":123,"tags":{"name":"5488.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":428,"timestamp":284915357,"id":216,"parentId":123,"tags":{"name":"8585.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":426,"timestamp":284915362,"id":217,"parentId":123,"tags":{"name":"3013.js","cache":"HIT"},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"terser-webpack-plugin-optimize","duration":13752,"timestamp":284902078,"id":123,"parentId":18,"tags":{"compilationName":"server","swcMinify":true},"startTime":1771940841226,"traceId":"a615c0dc28c9107d"},{"name":"css-minimizer-plugin","duration":204,"timestamp":284915979,"id":218,"parentId":18,"tags":{},"startTime":1771940841239,"traceId":"a615c0dc28c9107d"},{"name":"create-trace-assets","duration":4202,"timestamp":284916453,"id":219,"parentId":19,"tags":{},"startTime":1771940841240,"traceId":"a615c0dc28c9107d"},{"name":"seal","duration":468215,"timestamp":284470424,"id":110,"parentId":18,"tags":{},"startTime":1771940840794,"traceId":"a615c0dc28c9107d"},{"name":"webpack-compilation","duration":3658813,"timestamp":281292271,"id":18,"parentId":15,"tags":{"name":"server"},"startTime":1771940837616,"traceId":"a615c0dc28c9107d"},{"name":"emit","duration":32363,"timestamp":284951620,"id":220,"parentId":15,"tags":{},"startTime":1771940841275,"traceId":"a615c0dc28c9107d"},{"name":"webpack-close","duration":805,"timestamp":284984689,"id":221,"parentId":15,"tags":{"name":"server"},"startTime":1771940841308,"traceId":"a615c0dc28c9107d"},{"name":"webpack-generate-error-stats","duration":2408,"timestamp":284985557,"id":222,"parentId":221,"tags":{},"startTime":1771940841309,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":55723,"timestamp":284998948,"id":225,"parentId":224,"tags":{"request":"next-middleware-loader?absolutePagePath=private-next-root-dir%2Fsrc%2Fmiddleware.ts&page=%2Fsrc%2Fmiddleware&rootDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate&matchers=W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLygoPyFfbmV4dFxcL3xmYXZpY29uXFwuaWNvfC4qXFwuKD86c3ZnfHBuZ3xqcGd8anBlZ3xnaWZ8d2VicHxpY28pJCkuKikpKC5qc29uKT9bXFwvI1xcP10%2FJCIsIm9yaWdpbmFsU291cmNlIjoiLygoPyFfbmV4dC98ZmF2aWNvblxcLmljb3wuKlxcLig%2FOnN2Z3xwbmd8anBnfGpwZWd8Z2lmfHdlYnB8aWNvKSQpLiopIn1d&preferredRegion=&middlewareConfig=eyJtYXRjaGVycyI6W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLygoPyFfbmV4dFxcL3xmYXZpY29uXFwuaWNvfC4qXFwuKD86c3ZnfHBuZ3xqcGd8anBlZ3xnaWZ8d2VicHxpY28pJCkuKikpKC5qc29uKT9bXFwvI1xcP10%2FJCIsIm9yaWdpbmFsU291cmNlIjoiLygoPyFfbmV4dC98ZmF2aWNvblxcLmljb3wuKlxcLig%2FOnN2Z3xwbmd8anBnfGpwZWd8Z2lmfHdlYnB8aWNvKSQpLiopIn1dfQ%3D%3D!"},"startTime":1771940841322,"traceId":"a615c0dc28c9107d"},{"name":"make","duration":56078,"timestamp":284998877,"id":224,"parentId":223,"tags":{},"startTime":1771940841322,"traceId":"a615c0dc28c9107d"},{"name":"chunk-graph","duration":536,"timestamp":285061101,"id":227,"parentId":226,"tags":{},"startTime":1771940841385,"traceId":"a615c0dc28c9107d"},{"name":"optimize-modules","duration":14,"timestamp":285061724,"id":229,"parentId":226,"tags":{},"startTime":1771940841385,"traceId":"a615c0dc28c9107d"},{"name":"optimize-chunks","duration":467,"timestamp":285061816,"id":230,"parentId":226,"tags":{},"startTime":1771940841385,"traceId":"a615c0dc28c9107d"},{"name":"optimize-tree","duration":14,"timestamp":285062354,"id":231,"parentId":226,"tags":{},"startTime":1771940841386,"traceId":"a615c0dc28c9107d"},{"name":"optimize-chunk-modules","duration":2028,"timestamp":285062454,"id":232,"parentId":226,"tags":{},"startTime":1771940841386,"traceId":"a615c0dc28c9107d"},{"name":"optimize","duration":2884,"timestamp":285061669,"id":228,"parentId":226,"tags":{},"startTime":1771940841385,"traceId":"a615c0dc28c9107d"},{"name":"module-hash","duration":1746,"timestamp":285065635,"id":233,"parentId":226,"tags":{},"startTime":1771940841389,"traceId":"a615c0dc28c9107d"},{"name":"code-generation","duration":201,"timestamp":285067416,"id":234,"parentId":226,"tags":{},"startTime":1771940841391,"traceId":"a615c0dc28c9107d"},{"name":"hash","duration":2224,"timestamp":285069275,"id":235,"parentId":226,"tags":{},"startTime":1771940841393,"traceId":"a615c0dc28c9107d"},{"name":"code-generation-jobs","duration":249,"timestamp":285071498,"id":236,"parentId":226,"tags":{},"startTime":1771940841395,"traceId":"a615c0dc28c9107d"},{"name":"module-assets","duration":63,"timestamp":285071722,"id":237,"parentId":226,"tags":{},"startTime":1771940841395,"traceId":"a615c0dc28c9107d"}]
|
|
3
|
+
[{"name":"create-chunk-assets","duration":273,"timestamp":285072060,"id":238,"parentId":226,"tags":{},"startTime":1771940841396,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":60,"timestamp":285076497,"id":240,"parentId":239,"tags":{"name":"src/middleware.js","cache":"HIT"},"startTime":1771940841400,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":44,"timestamp":285076525,"id":241,"parentId":239,"tags":{"name":"edge-runtime-webpack.js","cache":"HIT"},"startTime":1771940841400,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":38,"timestamp":285076535,"id":242,"parentId":239,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1771940841400,"traceId":"a615c0dc28c9107d"},{"name":"terser-webpack-plugin-optimize","duration":652,"timestamp":285075927,"id":239,"parentId":223,"tags":{"compilationName":"edge-server","swcMinify":true},"startTime":1771940841399,"traceId":"a615c0dc28c9107d"},{"name":"css-minimizer-plugin","duration":9,"timestamp":285076642,"id":243,"parentId":223,"tags":{},"startTime":1771940841400,"traceId":"a615c0dc28c9107d"},{"name":"seal","duration":20260,"timestamp":285059537,"id":226,"parentId":223,"tags":{},"startTime":1771940841383,"traceId":"a615c0dc28c9107d"},{"name":"webpack-compilation","duration":82758,"timestamp":284997310,"id":223,"parentId":15,"tags":{"name":"edge-server"},"startTime":1771940841321,"traceId":"a615c0dc28c9107d"},{"name":"emit","duration":4993,"timestamp":285080180,"id":244,"parentId":15,"tags":{},"startTime":1771940841404,"traceId":"a615c0dc28c9107d"},{"name":"webpack-close","duration":293,"timestamp":285085473,"id":245,"parentId":15,"tags":{"name":"edge-server"},"startTime":1771940841409,"traceId":"a615c0dc28c9107d"},{"name":"webpack-generate-error-stats","duration":1093,"timestamp":285085780,"id":246,"parentId":245,"tags":{},"startTime":1771940841409,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":760828,"timestamp":285097237,"id":252,"parentId":248,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1771940841421,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":760849,"timestamp":285097241,"id":253,"parentId":248,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1771940841421,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":760848,"timestamp":285097250,"id":255,"parentId":248,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1771940841421,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":826576,"timestamp":285097231,"id":251,"parentId":248,"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":1771940841421,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":826618,"timestamp":285097211,"id":250,"parentId":248,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1771940841421,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":839146,"timestamp":285097246,"id":254,"parentId":248,"tags":{"request":"/home/runner/work/CommandMate/CommandMate/node_modules/next/dist/client/router.js"},"startTime":1771940841421,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":839257,"timestamp":285097157,"id":249,"parentId":248,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1771940841421,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":916382,"timestamp":285097277,"id":261,"parentId":248,"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":1771940841421,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1038604,"timestamp":285097265,"id":258,"parentId":248,"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":1771940841421,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1104013,"timestamp":285097275,"id":260,"parentId":248,"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":1771940841421,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1120530,"timestamp":285097253,"id":256,"parentId":248,"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":1771940841421,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":1120547,"timestamp":285097256,"id":257,"parentId":248,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Flogin%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1771940841421,"traceId":"a615c0dc28c9107d"},{"name":"add-entry","duration":2123384,"timestamp":285097272,"id":259,"parentId":248,"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":1771940841421,"traceId":"a615c0dc28c9107d"},{"name":"make","duration":2124008,"timestamp":285096784,"id":248,"parentId":247,"tags":{},"startTime":1771940841420,"traceId":"a615c0dc28c9107d"},{"name":"chunk-graph","duration":46462,"timestamp":287454670,"id":263,"parentId":262,"tags":{},"startTime":1771940843778,"traceId":"a615c0dc28c9107d"},{"name":"optimize-modules","duration":9,"timestamp":287501212,"id":265,"parentId":262,"tags":{},"startTime":1771940843825,"traceId":"a615c0dc28c9107d"},{"name":"optimize-chunks","duration":64767,"timestamp":287504033,"id":267,"parentId":262,"tags":{},"startTime":1771940843828,"traceId":"a615c0dc28c9107d"},{"name":"optimize-tree","duration":15,"timestamp":287568865,"id":268,"parentId":262,"tags":{},"startTime":1771940843892,"traceId":"a615c0dc28c9107d"},{"name":"optimize-chunk-modules","duration":93807,"timestamp":287568913,"id":269,"parentId":262,"tags":{},"startTime":1771940843892,"traceId":"a615c0dc28c9107d"},{"name":"optimize","duration":161588,"timestamp":287501189,"id":264,"parentId":262,"tags":{},"startTime":1771940843825,"traceId":"a615c0dc28c9107d"},{"name":"module-hash","duration":56722,"timestamp":287700625,"id":270,"parentId":262,"tags":{},"startTime":1771940844024,"traceId":"a615c0dc28c9107d"},{"name":"code-generation","duration":6929,"timestamp":287757402,"id":271,"parentId":262,"tags":{},"startTime":1771940844081,"traceId":"a615c0dc28c9107d"},{"name":"hash","duration":6574,"timestamp":287770171,"id":272,"parentId":262,"tags":{},"startTime":1771940844094,"traceId":"a615c0dc28c9107d"},{"name":"code-generation-jobs","duration":236,"timestamp":287776744,"id":273,"parentId":262,"tags":{},"startTime":1771940844100,"traceId":"a615c0dc28c9107d"},{"name":"module-assets","duration":1934,"timestamp":287776882,"id":274,"parentId":262,"tags":{},"startTime":1771940844100,"traceId":"a615c0dc28c9107d"},{"name":"create-chunk-assets","duration":3217,"timestamp":287782441,"id":275,"parentId":262,"tags":{},"startTime":1771940844106,"traceId":"a615c0dc28c9107d"},{"name":"NextJsBuildManifest-generateClientManifest","duration":653,"timestamp":287789053,"id":277,"parentId":247,"tags":{},"startTime":1771940844113,"traceId":"a615c0dc28c9107d"},{"name":"NextJsBuildManifest-createassets","duration":1315,"timestamp":287788406,"id":276,"parentId":247,"tags":{},"startTime":1771940844112,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":1031,"timestamp":287797629,"id":279,"parentId":278,"tags":{"name":"static/chunks/main-db79434ee4a6c931.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":1008,"timestamp":287797664,"id":280,"parentId":278,"tags":{"name":"static/chunks/main-app-420d93e43682fee5.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":1002,"timestamp":287797673,"id":281,"parentId":278,"tags":{"name":"static/chunks/app/_not-found/page-ac4e4463b39d0cf7.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":997,"timestamp":287797680,"id":282,"parentId":278,"tags":{"name":"static/chunks/pages/_app-3c9ca398d360b709.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":992,"timestamp":287797686,"id":283,"parentId":278,"tags":{"name":"static/chunks/pages/_error-cf5ca766ac8f493f.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":987,"timestamp":287797694,"id":284,"parentId":278,"tags":{"name":"static/chunks/app/layout-9110f9a5e41c6bf4.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":983,"timestamp":287797700,"id":285,"parentId":278,"tags":{"name":"static/chunks/app/login/page-2d42204ba87cd136.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":976,"timestamp":287797709,"id":286,"parentId":278,"tags":{"name":"static/chunks/app/page-238b5a70d8c101e9.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":971,"timestamp":287797716,"id":287,"parentId":278,"tags":{"name":"static/chunks/app/worktrees/[id]/page-0c889ab3f30d5af7.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":967,"timestamp":287797721,"id":288,"parentId":278,"tags":{"name":"static/chunks/app/worktrees/[id]/files/[...path]/page-4a3c0861367e0391.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":962,"timestamp":287797727,"id":289,"parentId":278,"tags":{"name":"static/chunks/app/worktrees/[id]/terminal/page-5d85a7e508ce36d3.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":957,"timestamp":287797734,"id":290,"parentId":278,"tags":{"name":"static/chunks/webpack-3c0ee3ce5b546818.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":953,"timestamp":287797740,"id":291,"parentId":278,"tags":{"name":"static/chunks/13.d3909672ed2537ad.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":946,"timestamp":287797749,"id":292,"parentId":278,"tags":{"name":"static/chunks/5387.c596b516693d85f7.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":936,"timestamp":287797760,"id":293,"parentId":278,"tags":{"name":"static/chunks/7753.04d8053c39f78623.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":932,"timestamp":287797766,"id":294,"parentId":278,"tags":{"name":"static/chunks/1582.2ba840113214f88b.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":927,"timestamp":287797773,"id":295,"parentId":278,"tags":{"name":"static/chunks/3574.1509567792ccbdde.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":923,"timestamp":287797778,"id":296,"parentId":278,"tags":{"name":"static/chunks/1817.80c269bf00462396.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":919,"timestamp":287797784,"id":297,"parentId":278,"tags":{"name":"static/chunks/8841.4c7f6035ac21b8a3.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":914,"timestamp":287797791,"id":298,"parentId":278,"tags":{"name":"static/chunks/6163.7986e5cd095c329b.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":910,"timestamp":287797796,"id":299,"parentId":278,"tags":{"name":"static/chunks/8772.d07dbc6583a5ddd2.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":905,"timestamp":287797802,"id":300,"parentId":278,"tags":{"name":"static/chunks/3991.f1f45f54a8ce3c40.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":906,"timestamp":287797808,"id":301,"parentId":278,"tags":{"name":"static/chunks/1015.405f7d36dc4d633e.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":902,"timestamp":287797813,"id":302,"parentId":278,"tags":{"name":"static/chunks/1423.c2becd3a3433addc.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":898,"timestamp":287797819,"id":303,"parentId":278,"tags":{"name":"static/chunks/5813.5804cd22d8b1de81.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":894,"timestamp":287797825,"id":304,"parentId":278,"tags":{"name":"static/chunks/7290.5fb8e5eab68b60de.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":889,"timestamp":287797831,"id":305,"parentId":278,"tags":{"name":"static/chunks/9552.d085b60ce4fc2e49.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":884,"timestamp":287797838,"id":306,"parentId":278,"tags":{"name":"static/chunks/7004.c7a0bc108f0a695d.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":880,"timestamp":287797843,"id":307,"parentId":278,"tags":{"name":"static/chunks/7415.63d145bdb2bb0fc9.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":876,"timestamp":287797849,"id":308,"parentId":278,"tags":{"name":"static/chunks/5126.3a2d5c4b7d088d74.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":871,"timestamp":287797856,"id":309,"parentId":278,"tags":{"name":"static/chunks/6678.bc83d4718f487817.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":867,"timestamp":287797862,"id":310,"parentId":278,"tags":{"name":"static/chunks/2398.74de33f25abfa656.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":863,"timestamp":287797867,"id":311,"parentId":278,"tags":{"name":"static/chunks/383.4fe953dcb5d06979.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":857,"timestamp":287797875,"id":312,"parentId":278,"tags":{"name":"static/chunks/8288.bbb53749ede79e20.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":853,"timestamp":287797880,"id":313,"parentId":278,"tags":{"name":"static/chunks/2526.ac552a31c7f58b8a.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":849,"timestamp":287797886,"id":314,"parentId":278,"tags":{"name":"static/chunks/4212.2006a6f7e2ff0e88.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":845,"timestamp":287797892,"id":315,"parentId":278,"tags":{"name":"static/chunks/6143.450b7a18eedb9862.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":841,"timestamp":287797897,"id":316,"parentId":278,"tags":{"name":"static/chunks/9834.7f9dd877d3f245f5.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":837,"timestamp":287797903,"id":317,"parentId":278,"tags":{"name":"static/chunks/3559.b6fb524356a2230e.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":833,"timestamp":287797909,"id":318,"parentId":278,"tags":{"name":"static/chunks/3852.bb56c3b6cef2f830.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":828,"timestamp":287797915,"id":319,"parentId":278,"tags":{"name":"static/chunks/4721.19cf8b9364ea187d.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":824,"timestamp":287797920,"id":320,"parentId":278,"tags":{"name":"static/chunks/8885.0b8bea7b560f0dca.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":820,"timestamp":287797926,"id":321,"parentId":278,"tags":{"name":"static/chunks/4362.f71ae2fde3e044fc.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":816,"timestamp":287797932,"id":322,"parentId":278,"tags":{"name":"static/chunks/6406.15ebeccc6e211061.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":813,"timestamp":287797937,"id":323,"parentId":278,"tags":{"name":"static/chunks/1098.86d319e4ae76ed88.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":809,"timestamp":287797943,"id":324,"parentId":278,"tags":{"name":"static/chunks/5112.f17aa9dff2bbc1e7.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":805,"timestamp":287797948,"id":325,"parentId":278,"tags":{"name":"static/chunks/8125.000119de7d8f03f0.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":801,"timestamp":287797954,"id":326,"parentId":278,"tags":{"name":"static/chunks/framework-8e0e0f4a6b83a956.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":797,"timestamp":287797960,"id":327,"parentId":278,"tags":{"name":"static/chunks/90542734.2f2e4c1dc1ba49c0.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":793,"timestamp":287797965,"id":328,"parentId":278,"tags":{"name":"static/chunks/2cdb6380.5fe5f9f208e7c337.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":790,"timestamp":287797970,"id":329,"parentId":278,"tags":{"name":"static/chunks/0dbeb660.182b0abe4b562191.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":784,"timestamp":287797977,"id":330,"parentId":278,"tags":{"name":"static/chunks/d3ac728e.64b8bd1cc8db9bc6.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":780,"timestamp":287797983,"id":331,"parentId":278,"tags":{"name":"static/chunks/fd9d1056-cfdf4f91f13d3485.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":773,"timestamp":287797992,"id":332,"parentId":278,"tags":{"name":"static/chunks/30d07d85-393352a92199f695.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":768,"timestamp":287797998,"id":333,"parentId":278,"tags":{"name":"static/chunks/6792.ec6c78eabeaea8ee.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":748,"timestamp":287798020,"id":334,"parentId":278,"tags":{"name":"static/chunks/4327.bf5c75539344981a.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":743,"timestamp":287798027,"id":335,"parentId":278,"tags":{"name":"static/chunks/9234-b0304101384ca079.js","cache":"HIT"},"startTime":1771940844121,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":738,"timestamp":287798033,"id":336,"parentId":278,"tags":{"name":"static/chunks/216-f18f4a9d8b04a91e.js","cache":"HIT"},"startTime":1771940844122,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":734,"timestamp":287798039,"id":337,"parentId":278,"tags":{"name":"static/chunks/8522.6733162b14be0982.js","cache":"HIT"},"startTime":1771940844122,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":731,"timestamp":287798044,"id":338,"parentId":278,"tags":{"name":"static/chunks/1038-3509435b68c0967e.js","cache":"HIT"},"startTime":1771940844122,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":725,"timestamp":287798051,"id":339,"parentId":278,"tags":{"name":"static/chunks/3843.f62b04e29fb0f55c.js","cache":"HIT"},"startTime":1771940844122,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":720,"timestamp":287798058,"id":340,"parentId":278,"tags":{"name":"static/chunks/2335-98a211e00b94c7ac.js","cache":"HIT"},"startTime":1771940844122,"traceId":"a615c0dc28c9107d"}]
|
|
4
|
+
[{"name":"minify-js","duration":931,"timestamp":287798064,"id":341,"parentId":278,"tags":{"name":"static/chunks/2689.140cd1991848f9bd.js","cache":"HIT"},"startTime":1771940844122,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":950,"timestamp":287798070,"id":342,"parentId":278,"tags":{"name":"static/chunks/7665.e35ace516d7528d2.js","cache":"HIT"},"startTime":1771940844122,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":947,"timestamp":287798077,"id":343,"parentId":278,"tags":{"name":"static/chunks/656.1f0f588e10649872.js","cache":"HIT"},"startTime":1771940844122,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":949,"timestamp":287798083,"id":344,"parentId":278,"tags":{"name":"static/chunks/2117-e31fa477cb500950.js","cache":"HIT"},"startTime":1771940844122,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":947,"timestamp":287798088,"id":345,"parentId":278,"tags":{"name":"static/chunks/9178-88850a7c48deea07.js","cache":"HIT"},"startTime":1771940844122,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":943,"timestamp":287798095,"id":346,"parentId":278,"tags":{"name":"static/chunks/8528-4d554d3b94d4cf9b.js","cache":"HIT"},"startTime":1771940844122,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":941,"timestamp":287798100,"id":347,"parentId":278,"tags":{"name":"static/chunks/8091-925542bdfc843dce.js","cache":"HIT"},"startTime":1771940844122,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":939,"timestamp":287798106,"id":348,"parentId":278,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1771940844122,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":518,"timestamp":287798531,"id":350,"parentId":278,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1771940844122,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":401,"timestamp":287798651,"id":352,"parentId":278,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1771940844122,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":1606,"timestamp":287798545,"id":351,"parentId":278,"tags":{"name":"static/j8HFvzDZj7tHjAnhpXUno/_buildManifest.js","cache":"MISS"},"startTime":1771940844122,"traceId":"a615c0dc28c9107d"},{"name":"minify-js","duration":2075,"timestamp":287798115,"id":349,"parentId":278,"tags":{"name":"static/j8HFvzDZj7tHjAnhpXUno/_ssgManifest.js","cache":"MISS"},"startTime":1771940844122,"traceId":"a615c0dc28c9107d"},{"name":"terser-webpack-plugin-optimize","duration":8981,"timestamp":287791214,"id":278,"parentId":247,"tags":{"compilationName":"client","swcMinify":true},"startTime":1771940844115,"traceId":"a615c0dc28c9107d"},{"name":"minify-css","duration":103,"timestamp":287800310,"id":354,"parentId":353,"tags":{"file":"static/css/cf3c26233ccf7723.css","cache":"HIT"},"startTime":1771940844124,"traceId":"a615c0dc28c9107d"},{"name":"minify-css","duration":63,"timestamp":287800356,"id":355,"parentId":353,"tags":{"file":"static/css/a26070ae14fac156.css","cache":"HIT"},"startTime":1771940844124,"traceId":"a615c0dc28c9107d"},{"name":"minify-css","duration":61,"timestamp":287800361,"id":356,"parentId":353,"tags":{"file":"static/css/2c3db85a1d7310ee.css","cache":"HIT"},"startTime":1771940844124,"traceId":"a615c0dc28c9107d"},{"name":"css-minimizer-plugin","duration":166,"timestamp":287800258,"id":353,"parentId":247,"tags":{},"startTime":1771940844124,"traceId":"a615c0dc28c9107d"},{"name":"seal","duration":481116,"timestamp":287342454,"id":262,"parentId":247,"tags":{},"startTime":1771940843666,"traceId":"a615c0dc28c9107d"},{"name":"webpack-compilation","duration":2728020,"timestamp":285095645,"id":247,"parentId":15,"tags":{"name":"client"},"startTime":1771940841419,"traceId":"a615c0dc28c9107d"},{"name":"emit","duration":14161,"timestamp":287823715,"id":357,"parentId":15,"tags":{},"startTime":1771940844147,"traceId":"a615c0dc28c9107d"},{"name":"webpack-close","duration":1155403,"timestamp":287838134,"id":358,"parentId":15,"tags":{"name":"client"},"startTime":1771940844162,"traceId":"a615c0dc28c9107d"},{"name":"webpack-generate-error-stats","duration":779,"timestamp":288993562,"id":359,"parentId":358,"tags":{},"startTime":1771940845317,"traceId":"a615c0dc28c9107d"},{"name":"run-webpack-compiler","duration":8145624,"timestamp":280848956,"id":15,"parentId":1,"tags":{},"startTime":1771940837172,"traceId":"a615c0dc28c9107d"},{"name":"format-webpack-messages","duration":98,"timestamp":288994591,"id":360,"parentId":1,"tags":{},"startTime":1771940845318,"traceId":"a615c0dc28c9107d"},{"name":"verify-typescript-setup","duration":13113324,"timestamp":288995882,"id":362,"parentId":1,"tags":{},"startTime":1771940845319,"traceId":"a615c0dc28c9107d"},{"name":"check-static-error-page","duration":6625,"timestamp":302188740,"id":365,"parentId":364,"tags":{},"startTime":1771940858512,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":4684,"timestamp":302258908,"id":366,"parentId":364,"tags":{"page":"/_app"},"startTime":1771940858582,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":3965,"timestamp":302259648,"id":368,"parentId":364,"tags":{"page":"/_document"},"startTime":1771940858583,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":4407,"timestamp":302259589,"id":367,"parentId":364,"tags":{"page":"/_error"},"startTime":1771940858583,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":275795,"timestamp":302267298,"id":424,"parentId":371,"tags":{},"startTime":1771940858591,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":283249,"timestamp":302259926,"id":371,"parentId":364,"tags":{"page":"/api/auth/login"},"startTime":1771940858583,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":289382,"timestamp":302267404,"id":425,"parentId":372,"tags":{},"startTime":1771940858591,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":296883,"timestamp":302259955,"id":372,"parentId":364,"tags":{"page":"/api/auth/logout"},"startTime":1771940858583,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":294191,"timestamp":302267585,"id":426,"parentId":374,"tags":{},"startTime":1771940858591,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":301836,"timestamp":302259991,"id":374,"parentId":364,"tags":{"page":"/api/external-apps/[id]/health"},"startTime":1771940858583,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":303238,"timestamp":302267885,"id":428,"parentId":376,"tags":{},"startTime":1771940858591,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":311106,"timestamp":302260057,"id":376,"parentId":364,"tags":{"page":"/api/external-apps"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":304737,"timestamp":302268043,"id":429,"parentId":373,"tags":{},"startTime":1771940858592,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":312837,"timestamp":302259974,"id":373,"parentId":364,"tags":{"page":"/api/auth/status"},"startTime":1771940858583,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":305289,"timestamp":302267750,"id":427,"parentId":375,"tags":{},"startTime":1771940858591,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":313031,"timestamp":302260033,"id":375,"parentId":364,"tags":{"page":"/api/external-apps/[id]"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":306808,"timestamp":302267057,"id":423,"parentId":370,"tags":{},"startTime":1771940858591,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":314078,"timestamp":302259813,"id":370,"parentId":364,"tags":{"page":"/api/app/update-check"},"startTime":1771940858583,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":311643,"timestamp":302268274,"id":431,"parentId":378,"tags":{},"startTime":1771940858592,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":319872,"timestamp":302260094,"id":378,"parentId":364,"tags":{"page":"/api/repositories/clone/[jobId]"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":312969,"timestamp":302268402,"id":433,"parentId":380,"tags":{},"startTime":1771940858592,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":321281,"timestamp":302260124,"id":380,"parentId":364,"tags":{"page":"/api/repositories/excluded"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":314444,"timestamp":302268447,"id":434,"parentId":381,"tags":{},"startTime":1771940858592,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":322784,"timestamp":302260138,"id":381,"parentId":364,"tags":{"page":"/api/repositories/restore"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":316612,"timestamp":302268127,"id":430,"parentId":377,"tags":{},"startTime":1771940858592,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":324700,"timestamp":302260074,"id":377,"parentId":364,"tags":{"page":"/api/hooks/claude-done"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":317365,"timestamp":302268335,"id":432,"parentId":379,"tags":{},"startTime":1771940858592,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":325621,"timestamp":302260109,"id":379,"parentId":364,"tags":{"page":"/api/repositories/clone"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":321454,"timestamp":302268615,"id":436,"parentId":384,"tags":{},"startTime":1771940858592,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":329888,"timestamp":302260263,"id":384,"parentId":364,"tags":{"page":"/api/repositories/sync"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":321639,"timestamp":302268659,"id":437,"parentId":383,"tags":{},"startTime":1771940858592,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":330081,"timestamp":302260244,"id":383,"parentId":364,"tags":{"page":"/api/repositories/scan"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":333946,"timestamp":302268558,"id":435,"parentId":382,"tags":{},"startTime":1771940858592,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":342344,"timestamp":302260206,"id":382,"parentId":364,"tags":{"page":"/api/repositories"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":335042,"timestamp":302268689,"id":438,"parentId":385,"tags":{},"startTime":1771940858592,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":343487,"timestamp":302260281,"id":385,"parentId":364,"tags":{"page":"/api/slash-commands"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":335399,"timestamp":302268760,"id":440,"parentId":387,"tags":{},"startTime":1771940858592,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":343884,"timestamp":302260307,"id":387,"parentId":364,"tags":{"page":"/api/worktrees/[id]/capture"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":336669,"timestamp":302268797,"id":441,"parentId":388,"tags":{},"startTime":1771940858592,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":345183,"timestamp":302260319,"id":388,"parentId":364,"tags":{"page":"/api/worktrees/[id]/cli-tool"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":337201,"timestamp":302268836,"id":442,"parentId":389,"tags":{},"startTime":1771940858592,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":345734,"timestamp":302260331,"id":389,"parentId":364,"tags":{"page":"/api/worktrees/[id]/current-output"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":339054,"timestamp":302268889,"id":444,"parentId":391,"tags":{},"startTime":1771940858592,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":347619,"timestamp":302260355,"id":391,"parentId":364,"tags":{"page":"/api/worktrees/[id]/execution-logs"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":340820,"timestamp":302268729,"id":439,"parentId":386,"tags":{},"startTime":1771940858592,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":349284,"timestamp":302260294,"id":386,"parentId":364,"tags":{"page":"/api/worktrees/[id]/auto-yes"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":342324,"timestamp":302268942,"id":445,"parentId":392,"tags":{},"startTime":1771940858592,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":350931,"timestamp":302260368,"id":392,"parentId":364,"tags":{"page":"/api/worktrees/[id]/files/[...path]"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":343924,"timestamp":302268863,"id":443,"parentId":390,"tags":{},"startTime":1771940858592,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":352474,"timestamp":302260343,"id":390,"parentId":364,"tags":{"page":"/api/worktrees/[id]/execution-logs/[logId]"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":334861,"timestamp":302278044,"id":447,"parentId":394,"tags":{},"startTime":1771940858602,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":352534,"timestamp":302260392,"id":394,"parentId":364,"tags":{"page":"/api/worktrees/[id]/kill-session"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":345809,"timestamp":302268974,"id":446,"parentId":393,"tags":{},"startTime":1771940858592,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":354434,"timestamp":302260380,"id":393,"parentId":364,"tags":{"page":"/api/worktrees/[id]/interrupt"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":336839,"timestamp":302278213,"id":448,"parentId":395,"tags":{},"startTime":1771940858602,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":354676,"timestamp":302260404,"id":395,"parentId":364,"tags":{"page":"/api/worktrees/[id]/logs/[filename]"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":337699,"timestamp":302278409,"id":451,"parentId":398,"tags":{},"startTime":1771940858602,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":355690,"timestamp":302260440,"id":398,"parentId":364,"tags":{"page":"/api/worktrees/[id]/memos"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":338312,"timestamp":302278315,"id":449,"parentId":396,"tags":{},"startTime":1771940858602,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":356239,"timestamp":302260416,"id":396,"parentId":364,"tags":{"page":"/api/worktrees/[id]/logs"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":338395,"timestamp":302278369,"id":450,"parentId":397,"tags":{},"startTime":1771940858602,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":356361,"timestamp":302260428,"id":397,"parentId":364,"tags":{"page":"/api/worktrees/[id]/memos/[memoId]"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":338913,"timestamp":302278441,"id":452,"parentId":399,"tags":{},"startTime":1771940858602,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":356933,"timestamp":302260451,"id":399,"parentId":364,"tags":{"page":"/api/worktrees/[id]/messages"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":339859,"timestamp":302278479,"id":453,"parentId":400,"tags":{},"startTime":1771940858602,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":357908,"timestamp":302260463,"id":400,"parentId":364,"tags":{"page":"/api/worktrees/[id]/prompt-response"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":339965,"timestamp":302278522,"id":454,"parentId":401,"tags":{},"startTime":1771940858602,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":358037,"timestamp":302260475,"id":401,"parentId":364,"tags":{"page":"/api/worktrees/[id]/respond"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":340237,"timestamp":302278574,"id":455,"parentId":402,"tags":{},"startTime":1771940858602,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":358355,"timestamp":302260487,"id":402,"parentId":364,"tags":{"page":"/api/worktrees/[id]"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":341739,"timestamp":302278617,"id":456,"parentId":403,"tags":{},"startTime":1771940858602,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":359886,"timestamp":302260498,"id":403,"parentId":364,"tags":{"page":"/api/worktrees/[id]/schedules/[scheduleId]"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":341836,"timestamp":302278654,"id":457,"parentId":404,"tags":{},"startTime":1771940858602,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":360005,"timestamp":302260510,"id":404,"parentId":364,"tags":{"page":"/api/worktrees/[id]/schedules"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":342270,"timestamp":302278692,"id":458,"parentId":405,"tags":{},"startTime":1771940858602,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":360466,"timestamp":302260522,"id":405,"parentId":364,"tags":{"page":"/api/worktrees/[id]/search"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"}]
|
|
5
|
+
[{"name":"is-page-static","duration":343385,"timestamp":302278806,"id":461,"parentId":408,"tags":{},"startTime":1771940858602,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":361655,"timestamp":302260558,"id":408,"parentId":364,"tags":{"page":"/api/worktrees/[id]/start-polling"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":343553,"timestamp":302278734,"id":459,"parentId":406,"tags":{},"startTime":1771940858602,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":361769,"timestamp":302260534,"id":406,"parentId":364,"tags":{"page":"/api/worktrees/[id]/send"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":345233,"timestamp":302278832,"id":462,"parentId":409,"tags":{},"startTime":1771940858602,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":363519,"timestamp":302260570,"id":409,"parentId":364,"tags":{"page":"/api/worktrees/[id]/terminal"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":345404,"timestamp":302278861,"id":463,"parentId":410,"tags":{},"startTime":1771940858602,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":363712,"timestamp":302260582,"id":410,"parentId":364,"tags":{"page":"/api/worktrees/[id]/tree/[...path]"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":345754,"timestamp":302278887,"id":464,"parentId":411,"tags":{},"startTime":1771940858602,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":364066,"timestamp":302260594,"id":411,"parentId":364,"tags":{"page":"/api/worktrees/[id]/tree"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":346728,"timestamp":302278945,"id":466,"parentId":413,"tags":{},"startTime":1771940858602,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":365076,"timestamp":302260618,"id":413,"parentId":364,"tags":{"page":"/api/worktrees/[id]/viewed"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":350147,"timestamp":302278920,"id":465,"parentId":412,"tags":{},"startTime":1771940858602,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":368498,"timestamp":302260606,"id":412,"parentId":364,"tags":{"page":"/api/worktrees/[id]/upload/[...path]"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":350152,"timestamp":302279072,"id":467,"parentId":414,"tags":{},"startTime":1771940858603,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":368614,"timestamp":302260629,"id":414,"parentId":364,"tags":{"page":"/api/worktrees"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":356466,"timestamp":302279146,"id":469,"parentId":416,"tags":{},"startTime":1771940858603,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":374983,"timestamp":302260654,"id":416,"parentId":364,"tags":{"page":"/icon.png"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":357204,"timestamp":302279121,"id":468,"parentId":415,"tags":{},"startTime":1771940858603,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":375713,"timestamp":302260642,"id":415,"parentId":364,"tags":{"page":"/apple-icon.png"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":357975,"timestamp":302279248,"id":470,"parentId":419,"tags":{},"startTime":1771940858603,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":376532,"timestamp":302260711,"id":419,"parentId":364,"tags":{"page":"/proxy/[...path]"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":359303,"timestamp":302278774,"id":460,"parentId":407,"tags":{},"startTime":1771940858602,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":377563,"timestamp":302260546,"id":407,"parentId":364,"tags":{"page":"/api/worktrees/[id]/slash-commands"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":368985,"timestamp":302279331,"id":472,"parentId":417,"tags":{},"startTime":1771940858603,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":387679,"timestamp":302260666,"id":417,"parentId":364,"tags":{"page":"/login"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":372138,"timestamp":302279291,"id":471,"parentId":369,"tags":{},"startTime":1771940858603,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":391782,"timestamp":302259675,"id":369,"parentId":364,"tags":{"page":"/_not-found"},"startTime":1771940858583,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":380302,"timestamp":302279362,"id":473,"parentId":418,"tags":{},"startTime":1771940858603,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":399008,"timestamp":302260690,"id":418,"parentId":364,"tags":{"page":"/"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":381287,"timestamp":302279404,"id":474,"parentId":420,"tags":{},"startTime":1771940858603,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":399998,"timestamp":302260728,"id":420,"parentId":364,"tags":{"page":"/worktrees/[id]/files/[...path]"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":392455,"timestamp":302279458,"id":476,"parentId":422,"tags":{},"startTime":1771940858603,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":411187,"timestamp":302260765,"id":422,"parentId":364,"tags":{"page":"/worktrees/[id]/terminal"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"is-page-static","duration":398876,"timestamp":302279429,"id":475,"parentId":421,"tags":{},"startTime":1771940858603,"traceId":"a615c0dc28c9107d"},{"name":"check-page","duration":417588,"timestamp":302260745,"id":421,"parentId":364,"tags":{"page":"/worktrees/[id]"},"startTime":1771940858584,"traceId":"a615c0dc28c9107d"},{"name":"static-check","duration":490227,"timestamp":302188131,"id":364,"parentId":1,"tags":{},"startTime":1771940858512,"traceId":"a615c0dc28c9107d"},{"name":"load-dotenv","duration":32,"timestamp":302723362,"id":481,"parentId":480,"tags":{},"startTime":1771940859047,"traceId":"a615c0dc28c9107d"},{"name":"run-export-path-map","duration":425,"timestamp":303669817,"id":482,"parentId":480,"tags":{},"startTime":1771940859993,"traceId":"a615c0dc28c9107d"},{"name":"export-page","duration":206395,"timestamp":303671311,"id":485,"parentId":480,"tags":{"path":"/api/auth/login"},"startTime":1771940859995,"traceId":"a615c0dc28c9107d"},{"name":"export-page","duration":206588,"timestamp":303671375,"id":486,"parentId":480,"tags":{"path":"/api/auth/logout"},"startTime":1771940859995,"traceId":"a615c0dc28c9107d"},{"name":"export-page","duration":301292,"timestamp":303671450,"id":487,"parentId":480,"tags":{"path":"/api/repositories/excluded"},"startTime":1771940859995,"traceId":"a615c0dc28c9107d"},{"name":"export-page","duration":301609,"timestamp":303671220,"id":484,"parentId":480,"tags":{"path":"/500"},"startTime":1771940859995,"traceId":"a615c0dc28c9107d"},{"name":"export-page","duration":307443,"timestamp":303671554,"id":489,"parentId":480,"tags":{"path":"/api/hooks/claude-done"},"startTime":1771940859995,"traceId":"a615c0dc28c9107d"},{"name":"export-page","duration":307597,"timestamp":303671524,"id":488,"parentId":480,"tags":{"path":"/api/repositories/restore"},"startTime":1771940859995,"traceId":"a615c0dc28c9107d"},{"name":"export-page","duration":308256,"timestamp":303670940,"id":483,"parentId":480,"tags":{"path":"/404"},"startTime":1771940859994,"traceId":"a615c0dc28c9107d"},{"name":"export-page","duration":343629,"timestamp":303671577,"id":490,"parentId":480,"tags":{"path":"/api/repositories/clone"},"startTime":1771940859995,"traceId":"a615c0dc28c9107d"},{"name":"export-page","duration":498019,"timestamp":303671599,"id":491,"parentId":480,"tags":{"path":"/api/repositories/sync"},"startTime":1771940859995,"traceId":"a615c0dc28c9107d"},{"name":"export-page","duration":498138,"timestamp":303671631,"id":492,"parentId":480,"tags":{"path":"/api/repositories/scan"},"startTime":1771940859995,"traceId":"a615c0dc28c9107d"},{"name":"export-page","duration":550378,"timestamp":303671759,"id":493,"parentId":480,"tags":{"path":"/api/repositories"},"startTime":1771940859995,"traceId":"a615c0dc28c9107d"},{"name":"export-page","duration":633907,"timestamp":303671847,"id":495,"parentId":480,"tags":{"path":"/icon.png"},"startTime":1771940859995,"traceId":"a615c0dc28c9107d"},{"name":"export-page","duration":634322,"timestamp":303671824,"id":494,"parentId":480,"tags":{"path":"/api/slash-commands"},"startTime":1771940859995,"traceId":"a615c0dc28c9107d"},{"name":"export-page","duration":677040,"timestamp":303671857,"id":496,"parentId":480,"tags":{"path":"/apple-icon.png"},"startTime":1771940859995,"traceId":"a615c0dc28c9107d"},{"name":"export-page","duration":727579,"timestamp":303671875,"id":498,"parentId":480,"tags":{"path":"/_not-found"},"startTime":1771940859995,"traceId":"a615c0dc28c9107d"},{"name":"export-page","duration":751560,"timestamp":303671866,"id":497,"parentId":480,"tags":{"path":"/login"},"startTime":1771940859995,"traceId":"a615c0dc28c9107d"},{"name":"export-page","duration":761296,"timestamp":303671884,"id":499,"parentId":480,"tags":{"path":"/"},"startTime":1771940859995,"traceId":"a615c0dc28c9107d"},{"name":"next-export","duration":1750663,"timestamp":302722628,"id":480,"parentId":1,"tags":{},"startTime":1771940859046,"traceId":"a615c0dc28c9107d"},{"name":"move-exported-app-not-found-","duration":73,"timestamp":304474273,"id":500,"parentId":479,"tags":{},"startTime":1771940860798,"traceId":"a615c0dc28c9107d"},{"name":"move-exported-page","duration":22256,"timestamp":304474460,"id":501,"parentId":479,"tags":{},"startTime":1771940860798,"traceId":"a615c0dc28c9107d"},{"name":"static-generation","duration":1955119,"timestamp":302718536,"id":479,"parentId":1,"tags":{},"startTime":1771940859042,"traceId":"a615c0dc28c9107d"},{"name":"node-file-trace-build","duration":11706946,"timestamp":302679904,"id":478,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1771940859003,"traceId":"a615c0dc28c9107d"},{"name":"apply-include-excludes","duration":1259,"timestamp":314386885,"id":502,"parentId":1,"tags":{},"startTime":1771940870710,"traceId":"a615c0dc28c9107d"},{"name":"print-tree-view","duration":7835,"timestamp":314388334,"id":503,"parentId":1,"tags":{},"startTime":1771940870712,"traceId":"a615c0dc28c9107d"},{"name":"telemetry-flush","duration":58,"timestamp":314396189,"id":504,"parentId":1,"tags":{},"startTime":1771940870720,"traceId":"a615c0dc28c9107d"},{"name":"next-build","duration":33792236,"timestamp":280604022,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"14.2.35","isTurbopack":false,"has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1771940836927,"traceId":"a615c0dc28c9107d"}]
|