claudeship 0.2.24 → 0.2.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/apps/server/dist/chat/chat.module.js +8 -1
  2. package/apps/server/dist/chat/chat.module.js.map +1 -1
  3. package/apps/server/dist/chat/chat.service.d.ts +5 -1
  4. package/apps/server/dist/chat/chat.service.js +35 -4
  5. package/apps/server/dist/chat/chat.service.js.map +1 -1
  6. package/apps/server/dist/chat/framework-detector.service.d.ts +17 -0
  7. package/apps/server/dist/chat/framework-detector.service.js +193 -0
  8. package/apps/server/dist/chat/framework-detector.service.js.map +1 -0
  9. package/apps/server/dist/chat/prompts/backend/django.d.ts +1 -0
  10. package/apps/server/dist/chat/prompts/backend/django.js +207 -0
  11. package/apps/server/dist/chat/prompts/backend/django.js.map +1 -0
  12. package/apps/server/dist/chat/prompts/backend/express.d.ts +1 -0
  13. package/apps/server/dist/chat/prompts/backend/express.js +260 -0
  14. package/apps/server/dist/chat/prompts/backend/express.js.map +1 -0
  15. package/apps/server/dist/chat/prompts/backend/fastapi.d.ts +1 -0
  16. package/apps/server/dist/chat/prompts/backend/fastapi.js +246 -0
  17. package/apps/server/dist/chat/prompts/backend/fastapi.js.map +1 -0
  18. package/apps/server/dist/chat/prompts/backend/index.d.ts +4 -0
  19. package/apps/server/dist/chat/prompts/backend/index.js +12 -0
  20. package/apps/server/dist/chat/prompts/backend/index.js.map +1 -0
  21. package/apps/server/dist/chat/prompts/backend/nestjs.d.ts +1 -0
  22. package/apps/server/dist/chat/prompts/backend/nestjs.js +270 -0
  23. package/apps/server/dist/chat/prompts/backend/nestjs.js.map +1 -0
  24. package/apps/server/dist/chat/prompts/frontend/expo.d.ts +1 -0
  25. package/apps/server/dist/chat/prompts/frontend/expo.js +208 -0
  26. package/apps/server/dist/chat/prompts/frontend/expo.js.map +1 -0
  27. package/apps/server/dist/chat/prompts/frontend/flutter.d.ts +1 -0
  28. package/apps/server/dist/chat/prompts/frontend/flutter.js +271 -0
  29. package/apps/server/dist/chat/prompts/frontend/flutter.js.map +1 -0
  30. package/apps/server/dist/chat/prompts/frontend/index.d.ts +4 -0
  31. package/apps/server/dist/chat/prompts/frontend/index.js +12 -0
  32. package/apps/server/dist/chat/prompts/frontend/index.js.map +1 -0
  33. package/apps/server/dist/chat/prompts/frontend/nextjs.d.ts +1 -0
  34. package/apps/server/dist/chat/prompts/frontend/nextjs.js +195 -0
  35. package/apps/server/dist/chat/prompts/frontend/nextjs.js.map +1 -0
  36. package/apps/server/dist/chat/prompts/frontend/react-native.d.ts +1 -0
  37. package/apps/server/dist/chat/prompts/frontend/react-native.js +224 -0
  38. package/apps/server/dist/chat/prompts/frontend/react-native.js.map +1 -0
  39. package/apps/server/dist/chat/prompts/frontend/react-vite.d.ts +1 -0
  40. package/apps/server/dist/chat/prompts/frontend/react-vite.js +187 -0
  41. package/apps/server/dist/chat/prompts/frontend/react-vite.js.map +1 -0
  42. package/apps/server/dist/chat/prompts/frontend/svelte.d.ts +1 -0
  43. package/apps/server/dist/chat/prompts/frontend/svelte.js +255 -0
  44. package/apps/server/dist/chat/prompts/frontend/svelte.js.map +1 -0
  45. package/apps/server/dist/chat/prompts/frontend/vue.d.ts +1 -0
  46. package/apps/server/dist/chat/prompts/frontend/vue.js +267 -0
  47. package/apps/server/dist/chat/prompts/frontend/vue.js.map +1 -0
  48. package/apps/server/dist/chat/prompts/index.d.ts +4 -0
  49. package/apps/server/dist/chat/prompts/index.js +20 -1
  50. package/apps/server/dist/chat/prompts/index.js.map +1 -1
  51. package/apps/server/dist/chat/prompts/prompt-builder.service.d.ts +15 -0
  52. package/apps/server/dist/chat/prompts/prompt-builder.service.js +177 -0
  53. package/apps/server/dist/chat/prompts/prompt-builder.service.js.map +1 -0
  54. package/apps/server/dist/chat/prompts/sections/core.d.ts +9 -0
  55. package/apps/server/dist/chat/prompts/sections/core.js +149 -0
  56. package/apps/server/dist/chat/prompts/sections/core.js.map +1 -0
  57. package/apps/server/dist/project/project.controller.d.ts +6 -0
  58. package/apps/server/dist/project/project.service.d.ts +6 -0
  59. package/apps/server/dist/tsconfig.tsbuildinfo +1 -1
  60. package/apps/server/package.json +1 -1
  61. package/apps/server/prisma/dev.db +0 -0
  62. package/apps/server/prisma/migrations/20260127071040_add_frontend_framework/migration.sql +24 -0
  63. package/apps/server/prisma/migrations/20260127071520_add_app_type_and_mobile/migration.sql +25 -0
  64. package/apps/server/prisma/schema.prisma +33 -5
  65. package/apps/web/.next/BUILD_ID +1 -1
  66. package/apps/web/.next/app-build-manifest.json +5 -3
  67. package/apps/web/.next/build-manifest.json +2 -2
  68. package/apps/web/.next/cache/.previewinfo +1 -1
  69. package/apps/web/.next/cache/.rscinfo +1 -1
  70. package/apps/web/.next/cache/.tsbuildinfo +1 -1
  71. package/apps/web/.next/cache/config.json +3 -3
  72. package/apps/web/.next/cache/eslint/.cache_j3uhuz +1 -1
  73. package/apps/web/.next/cache/webpack/client-production/0.pack +0 -0
  74. package/apps/web/.next/cache/webpack/client-production/index.pack +0 -0
  75. package/apps/web/.next/cache/webpack/edge-server-production/index.pack +0 -0
  76. package/apps/web/.next/cache/webpack/server-production/0.pack +0 -0
  77. package/apps/web/.next/cache/webpack/server-production/index.pack +0 -0
  78. package/apps/web/.next/prerender-manifest.json +3 -3
  79. package/apps/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  80. package/apps/web/.next/server/app/_not-found.html +1 -1
  81. package/apps/web/.next/server/app/_not-found.rsc +2 -2
  82. package/apps/web/.next/server/app/index.html +1 -1
  83. package/apps/web/.next/server/app/index.rsc +3 -3
  84. package/apps/web/.next/server/app/page.js +2 -2
  85. package/apps/web/.next/server/app/page_client-reference-manifest.js +1 -1
  86. package/apps/web/.next/server/app/project/[id]/page.js +2 -2
  87. package/apps/web/.next/server/app/project/[id]/page_client-reference-manifest.js +1 -1
  88. package/apps/web/.next/server/app/settings/page.js +1 -1
  89. package/apps/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  90. package/apps/web/.next/server/app/settings.html +1 -1
  91. package/apps/web/.next/server/app/settings.rsc +2 -2
  92. package/apps/web/.next/server/pages/404.html +1 -1
  93. package/apps/web/.next/server/pages/500.html +1 -1
  94. package/apps/web/.next/server/server-reference-manifest.json +1 -1
  95. package/apps/web/.next/static/chunks/18-22b1cf4231121555.js +1 -0
  96. package/apps/web/.next/static/chunks/app/page-6ea560755549086e.js +1 -0
  97. package/apps/web/.next/static/chunks/app/project/[id]/page-3e4777b355c4aec9.js +1 -0
  98. package/apps/web/.next/static/css/45ddb08a7b4470d5.css +3 -0
  99. package/apps/web/.next/trace +18 -18
  100. package/apps/web/package.json +1 -1
  101. package/apps/web/src/app/page.tsx +2 -5
  102. package/apps/web/src/components/project/CreateProjectModal.tsx +175 -80
  103. package/apps/web/src/components/project/ProjectCard.tsx +122 -31
  104. package/apps/web/src/stores/useProjectStore.ts +2 -1
  105. package/package.json +1 -1
  106. package/packages/shared/src/index.ts +1 -0
  107. package/packages/shared/src/types/project.ts +18 -3
  108. package/packages/shared/src/types/tech-stack.ts +74 -0
  109. package/apps/web/.next/static/chunks/app/page-f73b6424c8cbf96d.js +0 -1
  110. package/apps/web/.next/static/chunks/app/project/[id]/page-e9304c25ba897608.js +0 -1
  111. package/apps/web/.next/static/css/70f2a13cf3d254d8.css +0 -3
  112. /package/apps/web/.next/static/{fQQI0X4R8kXYUbd-0V8mo → IMWKpuHss3gLOeJ7K93sg}/_buildManifest.js +0 -0
  113. /package/apps/web/.next/static/{fQQI0X4R8kXYUbd-0V8mo → IMWKpuHss3gLOeJ7K93sg}/_ssgManifest.js +0 -0
@@ -1,18 +1,18 @@
1
- [{"name":"generate-buildid","duration":279,"timestamp":128623869,"id":4,"parentId":1,"tags":{},"startTime":1769492296162,"traceId":"bc7141d8d1ffa866"},{"name":"load-custom-routes","duration":406,"timestamp":128624282,"id":5,"parentId":1,"tags":{},"startTime":1769492296162,"traceId":"bc7141d8d1ffa866"},{"name":"create-dist-dir","duration":42604,"timestamp":128750933,"id":6,"parentId":1,"tags":{},"startTime":1769492296289,"traceId":"bc7141d8d1ffa866"},{"name":"create-pages-mapping","duration":253,"timestamp":128806409,"id":7,"parentId":1,"tags":{},"startTime":1769492296344,"traceId":"bc7141d8d1ffa866"},{"name":"collect-app-files","duration":6745,"timestamp":128806708,"id":8,"parentId":1,"tags":{},"startTime":1769492296344,"traceId":"bc7141d8d1ffa866"},{"name":"create-app-mapping","duration":1509,"timestamp":128813484,"id":9,"parentId":1,"tags":{},"startTime":1769492296351,"traceId":"bc7141d8d1ffa866"},{"name":"create-app-layouts","duration":159,"timestamp":128815050,"id":10,"parentId":1,"tags":{},"startTime":1769492296353,"traceId":"bc7141d8d1ffa866"},{"name":"collect-default-files","duration":577,"timestamp":128819437,"id":12,"parentId":1,"tags":{},"startTime":1769492296357,"traceId":"bc7141d8d1ffa866"},{"name":"generate-route-types","duration":21630,"timestamp":128815587,"id":11,"parentId":1,"tags":{},"startTime":1769492296353,"traceId":"bc7141d8d1ffa866"},{"name":"public-dir-conflict-check","duration":561,"timestamp":128837297,"id":13,"parentId":1,"tags":{},"startTime":1769492296375,"traceId":"bc7141d8d1ffa866"},{"name":"generate-routes-manifest","duration":1883,"timestamp":128838099,"id":14,"parentId":1,"tags":{},"startTime":1769492296376,"traceId":"bc7141d8d1ffa866"},{"name":"create-entrypoints","duration":25742,"timestamp":129893726,"id":18,"parentId":16,"tags":{},"startTime":1769492297431,"traceId":"bc7141d8d1ffa866"},{"name":"generate-webpack-config","duration":152708,"timestamp":129919697,"id":19,"parentId":17,"tags":{},"startTime":1769492297457,"traceId":"bc7141d8d1ffa866"},{"name":"next-trace-entrypoint-plugin","duration":3229,"timestamp":130242056,"id":21,"parentId":20,"tags":{},"startTime":1769492297780,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":42174,"timestamp":130385547,"id":35,"parentId":24,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/pages/_app.js","layer":"pages-dir-node"},"startTime":1769492297923,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":61853,"timestamp":130382497,"id":34,"parentId":25,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?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!","layer":"pages-dir-node"},"startTime":1769492297920,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":129220,"timestamp":130388047,"id":36,"parentId":29,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/pages/_document.js","layer":"pages-dir-node"},"startTime":1769492297926,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":290,"timestamp":130530269,"id":37,"parentId":35,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1769492298068,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":109,"timestamp":130530627,"id":38,"parentId":35,"tags":{"name":"react","layer":null},"startTime":1769492298068,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":332837,"timestamp":130370474,"id":30,"parentId":23,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1769492297908,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":334934,"timestamp":130381501,"id":31,"parentId":26,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1769492297919,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2677,"timestamp":130741689,"id":39,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/get-page-files.js","layer":"pages-dir-node"},"startTime":1769492298279,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3764,"timestamp":130742183,"id":40,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/htmlescape.js","layer":"pages-dir-node"},"startTime":1769492298280,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6291,"timestamp":130742482,"id":41,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/utils.js","layer":"pages-dir-node"},"startTime":1769492298280,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7628,"timestamp":130742654,"id":42,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/is-error.js","layer":"pages-dir-node"},"startTime":1769492298280,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8999,"timestamp":130742721,"id":43,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/pretty-bytes.js","layer":"pages-dir-node"},"startTime":1769492298280,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":18943,"timestamp":130743165,"id":47,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/trace/tracer.js","layer":"pages-dir-node"},"startTime":1769492298281,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":19384,"timestamp":130743221,"id":48,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/trace/utils.js","layer":"pages-dir-node"},"startTime":1769492298281,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":29658,"timestamp":130743057,"id":46,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"pages-dir-node"},"startTime":1769492298281,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":47,"timestamp":130773384,"id":49,"parentId":30,"tags":{"name":"path","layer":null},"startTime":1769492298311,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":28,"timestamp":130773504,"id":50,"parentId":30,"tags":{"name":"next/dist/shared/lib/router/utils/app-paths","layer":null},"startTime":1769492298311,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":18,"timestamp":130773550,"id":51,"parentId":30,"tags":{"name":"next/dist/shared/lib/router/utils/is-bot","layer":null},"startTime":1769492298311,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-external","duration":14,"timestamp":130773580,"id":52,"parentId":30,"tags":{"name":"next/dist/shared/lib/no-fallback-error.external","layer":null},"startTime":1769492298311,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":41421,"timestamp":130742758,"id":44,"parentId":35,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils.js","layer":"pages-dir-node"},"startTime":1769492298280,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":53376,"timestamp":130742877,"id":45,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/constants.js","layer":"pages-dir-node"},"startTime":1769492298281,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":515902,"timestamp":130382216,"id":33,"parentId":28,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fsettings%2Fpage&name=app%2Fsettings%2Fpage&pagePath=private-next-app-dir%2Fsettings%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fsettings%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1769492297920,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":581617,"timestamp":130381911,"id":32,"parentId":27,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fproject%2F%5Bid%5D%2Fpage&name=app%2Fproject%2F%5Bid%5D%2Fpage&pagePath=private-next-app-dir%2Fproject%2F%5Bid%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fproject%2F%5Bid%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1769492297920,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1828,"timestamp":130988862,"id":53,"parentId":34,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-kind.js","layer":"pages-dir-node"},"startTime":1769492298527,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2180,"timestamp":130989137,"id":55,"parentId":34,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/templates/helpers.js","layer":"pages-dir-node"},"startTime":1769492298527,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2750,"timestamp":130989276,"id":56,"parentId":34,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/pages/module.compiled.js","layer":"pages-dir-node"},"startTime":1769492298527,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11090,"timestamp":130989330,"id":57,"parentId":34,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/pages/pages-handler.js","layer":"pages-dir-node"},"startTime":1769492298527,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":13538,"timestamp":130989616,"id":61,"parentId":47,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/trace/constants.js","layer":"pages-dir-node"},"startTime":1769492298527,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":37792,"timestamp":130988969,"id":54,"parentId":34,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/pages/_error.js","layer":"pages-dir-node"},"startTime":1769492298527,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":38085,"timestamp":130989374,"id":58,"parentId":42,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"pages-dir-node"},"startTime":1769492298527,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":38382,"timestamp":130989468,"id":59,"parentId":47,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-thenable.js","layer":"pages-dir-node"},"startTime":1769492298527,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":38775,"timestamp":130989538,"id":60,"parentId":45,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-node"},"startTime":1769492298527,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":39196,"timestamp":130989659,"id":62,"parentId":39,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-node"},"startTime":1769492298527,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1726,"timestamp":131042615,"id":86,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js","layer":"pages-dir-node"},"startTime":1769492298580,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":35891,"timestamp":131043868,"id":93,"parentId":47,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"pages-dir-node"},"startTime":1769492298582,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-cjs","duration":36945,"timestamp":131043941,"id":94,"parentId":35,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","layer":"pages-dir-node"},"startTime":1769492298582,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":53014,"timestamp":131036347,"id":64,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-kind.js","layer":"rsc"},"startTime":1769492298574,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":55659,"timestamp":131037585,"id":65,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/trace/tracer.js","layer":"rsc"},"startTime":1769492298575,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":62836,"timestamp":131037907,"id":66,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/trace/constants.js","layer":"rsc"},"startTime":1769492298576,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":63219,"timestamp":131038181,"id":67,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request-meta.js","layer":"rsc"},"startTime":1769492298576,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":64413,"timestamp":131038440,"id":68,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/render-result.js","layer":"rsc"},"startTime":1769492298576,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":67112,"timestamp":131038670,"id":69,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/send-payload.js","layer":"rsc"},"startTime":1769492298576,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":67594,"timestamp":131038892,"id":70,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/streaming-metadata.js","layer":"rsc"},"startTime":1769492298577,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":72477,"timestamp":131039171,"id":71,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/server-action-request-meta.js","layer":"rsc"},"startTime":1769492298577,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":73860,"timestamp":131039391,"id":72,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/fallback.js","layer":"rsc"},"startTime":1769492298577,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":83886,"timestamp":131039599,"id":73,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1769492298577,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":84961,"timestamp":131039850,"id":74,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1769492298578,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":85106,"timestamp":131040092,"id":75,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/interop-default.js","layer":"rsc"},"startTime":1769492298578,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":85309,"timestamp":131040350,"id":76,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/strip-flight-headers.js","layer":"rsc"},"startTime":1769492298578,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":90178,"timestamp":131040816,"id":78,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/action-utils.js","layer":"rsc"},"startTime":1769492298578,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":95709,"timestamp":131040995,"id":79,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1769492298579,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":95873,"timestamp":131041237,"id":80,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/instrumentation/utils.js","layer":"rsc"},"startTime":1769492298579,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":97773,"timestamp":131041458,"id":81,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/base-http/node.js","layer":"rsc"},"startTime":1769492298579,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":98309,"timestamp":131041674,"id":82,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/fallback-params.js","layer":"rsc"},"startTime":1769492298579,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":99626,"timestamp":131041913,"id":83,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/experimental/ppr.js","layer":"rsc"},"startTime":1769492298580,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":104282,"timestamp":131042167,"id":84,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/index.js","layer":"rsc"},"startTime":1769492298580,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":104562,"timestamp":131042426,"id":85,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/encoded-tags.js","layer":"rsc"},"startTime":1769492298580,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":169444,"timestamp":130989860,"id":63,"parentId":39,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js","layer":"pages-dir-node"},"startTime":1769492298528,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":117302,"timestamp":131042680,"id":87,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-status-code.js","layer":"rsc"},"startTime":1769492298580,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":124422,"timestamp":131042849,"id":88,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-headers.js","layer":"rsc"},"startTime":1769492298581,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":125734,"timestamp":131042989,"id":89,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/global-error.js","layer":"rsc"},"startTime":1769492298581,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":126407,"timestamp":131043136,"id":90,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/not-found.js","layer":"rsc"},"startTime":1769492298581,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":128109,"timestamp":131043738,"id":92,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/unauthorized.js","layer":"rsc"},"startTime":1769492298581,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":130191,"timestamp":131043244,"id":91,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/forbidden.js","layer":"rsc"},"startTime":1769492298581,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":134906,"timestamp":131040601,"id":77,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/encryption-utils.js","layer":"rsc"},"startTime":1769492298578,"traceId":"bc7141d8d1ffa866"},{"name":"add-entry","duration":921639,"timestamp":130254156,"id":24,"parentId":22,"tags":{"request":"next/dist/pages/_app"},"startTime":1769492297792,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":58,"timestamp":131218178,"id":95,"parentId":56,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.prod.js","layer":null},"startTime":1769492298756,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2599,"timestamp":131218293,"id":96,"parentId":54,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request-meta.js","layer":"pages-dir-node"},"startTime":1769492298756,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7155,"timestamp":131218426,"id":97,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/constants.js","layer":"pages-dir-node"},"startTime":1769492298756,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8229,"timestamp":131218513,"id":98,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/send-payload.js","layer":"pages-dir-node"},"startTime":1769492298756,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":18036,"timestamp":131218572,"id":99,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/render-result.js","layer":"pages-dir-node"},"startTime":1769492298756,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":18322,"timestamp":131218613,"id":100,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/interop-default.js","layer":"pages-dir-node"},"startTime":1769492298756,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":18619,"timestamp":131218654,"id":101,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/instrumentation/utils.js","layer":"pages-dir-node"},"startTime":1769492298756,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":57,"timestamp":131249122,"id":103,"parentId":74,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1769492298787,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2027,"timestamp":131250457,"id":107,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/index.js","layer":"pages-dir-node"},"startTime":1769492298788,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":55583,"timestamp":131249201,"id":104,"parentId":65,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1769492298787,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":92184,"timestamp":131218687,"id":102,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-status-code.js","layer":"pages-dir-node"},"startTime":1769492298756,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":68384,"timestamp":131250187,"id":105,"parentId":69,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils.js","layer":"rsc"},"startTime":1769492298788,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":68515,"timestamp":131250357,"id":106,"parentId":65,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-thenable.js","layer":"rsc"},"startTime":1769492298788,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":15401,"timestamp":131332932,"id":109,"parentId":31,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"rsc"},"startTime":1769492298871,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":17293,"timestamp":131331848,"id":108,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/layout.tsx","layer":"rsc"},"startTime":1769492298870,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-external","duration":127,"timestamp":131373474,"id":110,"parentId":57,"tags":{"name":"../../../shared/lib/no-fallback-error.external","layer":null},"startTime":1769492298911,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1316,"timestamp":131374034,"id":113,"parentId":98,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/cache-control.js","layer":"pages-dir-node"},"startTime":1769492298912,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3565,"timestamp":131374099,"id":114,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/redirect-status.js","layer":"pages-dir-node"},"startTime":1769492298912,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5817,"timestamp":131374478,"id":116,"parentId":107,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/utils.js","layer":"pages-dir-node"},"startTime":1769492298912,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8633,"timestamp":131373784,"id":112,"parentId":69,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/cache-control.js","layer":"rsc"},"startTime":1769492298911,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9393,"timestamp":131374242,"id":115,"parentId":84,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/utils.js","layer":"rsc"},"startTime":1769492298912,"traceId":"bc7141d8d1ffa866"}]
2
- [{"name":"build-module-js","duration":10409,"timestamp":131374527,"id":117,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/normalize-data-path.js","layer":"pages-dir-node"},"startTime":1769492298912,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10603,"timestamp":131374603,"id":118,"parentId":62,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"pages-dir-node"},"startTime":1769492298912,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12882,"timestamp":131373634,"id":111,"parentId":54,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-node"},"startTime":1769492298911,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1432,"timestamp":131387809,"id":120,"parentId":99,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/pipe-readable.js","layer":"pages-dir-node"},"startTime":1769492298925,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5984,"timestamp":131388078,"id":122,"parentId":99,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"pages-dir-node"},"startTime":1769492298926,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10707,"timestamp":131387533,"id":119,"parentId":68,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/pipe-readable.js","layer":"rsc"},"startTime":1769492298925,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":15722,"timestamp":131387868,"id":121,"parentId":68,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"rsc"},"startTime":1769492298926,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":23921,"timestamp":131388130,"id":123,"parentId":68,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/invariant-error.js","layer":"rsc"},"startTime":1769492298926,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":24201,"timestamp":131388229,"id":124,"parentId":99,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/invariant-error.js","layer":"pages-dir-node"},"startTime":1769492298926,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":5891,"timestamp":131435366,"id":125,"parentId":33,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"rsc"},"startTime":1769492298973,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-external","duration":47,"timestamp":131441538,"id":127,"parentId":78,"tags":{"name":"./work-async-storage.external","layer":null},"startTime":1769492298979,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-external","duration":16,"timestamp":131441607,"id":128,"parentId":79,"tags":{"name":"./work-unit-async-storage.external","layer":null},"startTime":1769492298979,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1915,"timestamp":131441459,"id":126,"parentId":122,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/encoded-tags.js","layer":"pages-dir-node"},"startTime":1769492298979,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2352,"timestamp":131441877,"id":130,"parentId":107,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/batcher.js","layer":"pages-dir-node"},"startTime":1769492298980,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2896,"timestamp":131442203,"id":132,"parentId":107,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/scheduler.js","layer":"pages-dir-node"},"startTime":1769492298980,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3558,"timestamp":131442474,"id":134,"parentId":98,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/etag.js","layer":"pages-dir-node"},"startTime":1769492298980,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8601,"timestamp":131441633,"id":129,"parentId":84,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/batcher.js","layer":"rsc"},"startTime":1769492298979,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9092,"timestamp":131441972,"id":131,"parentId":84,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/scheduler.js","layer":"rsc"},"startTime":1769492298980,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9765,"timestamp":131442264,"id":133,"parentId":69,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/etag.js","layer":"rsc"},"startTime":1769492298980,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11411,"timestamp":131442630,"id":136,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1769492298980,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11869,"timestamp":131442526,"id":135,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1769492298980,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-external","duration":22,"timestamp":131454906,"id":137,"parentId":79,"tags":{"name":"../app-render/action-async-storage.external","layer":null},"startTime":1769492298993,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5322,"timestamp":131454947,"id":138,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1769492298993,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5502,"timestamp":131455115,"id":139,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-segment.js","layer":"rsc"},"startTime":1769492298993,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":475,"timestamp":131467603,"id":147,"parentId":107,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/types.js","layer":"pages-dir-node"},"startTime":1769492299005,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6155,"timestamp":131466974,"id":141,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/search-params.js","layer":"rsc"},"startTime":1769492299005,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":16505,"timestamp":131467115,"id":142,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/params.js","layer":"rsc"},"startTime":1769492299005,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":27720,"timestamp":131467218,"id":143,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1769492299005,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":28392,"timestamp":131467311,"id":144,"parentId":81,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/base-http/index.js","layer":"rsc"},"startTime":1769492299005,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":30772,"timestamp":131467406,"id":145,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/collect-segment-data.js","layer":"rsc"},"startTime":1769492299005,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":31212,"timestamp":131467507,"id":146,"parentId":84,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/types.js","layer":"rsc"},"startTime":1769492299005,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":35861,"timestamp":131466843,"id":140,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1769492299004,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4070,"timestamp":131516532,"id":148,"parentId":63,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-node"},"startTime":1769492299054,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7348,"timestamp":131527368,"id":149,"parentId":70,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"rsc"},"startTime":1769492299065,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9110,"timestamp":131527607,"id":150,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"pages-dir-node"},"startTime":1769492299065,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9894,"timestamp":131527726,"id":151,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"pages-dir-node"},"startTime":1769492299065,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10337,"timestamp":131527826,"id":152,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-node"},"startTime":1769492299065,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10661,"timestamp":131527910,"id":153,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-node"},"startTime":1769492299066,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5876,"timestamp":131538973,"id":154,"parentId":78,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"rsc"},"startTime":1769492299077,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6230,"timestamp":131539202,"id":155,"parentId":78,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"rsc"},"startTime":1769492299077,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6761,"timestamp":131539359,"id":156,"parentId":78,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"rsc"},"startTime":1769492299077,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7152,"timestamp":131539501,"id":157,"parentId":117,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-node"},"startTime":1769492299077,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7130,"timestamp":131589265,"id":163,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/metadata.js","layer":"rsc"},"startTime":1769492299127,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":20965,"timestamp":131575910,"id":158,"parentId":154,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"rsc"},"startTime":1769492299114,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":19774,"timestamp":131577878,"id":159,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"rsc"},"startTime":1769492299116,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":31076,"timestamp":131578099,"id":160,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"rsc"},"startTime":1769492299116,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":21057,"timestamp":131589157,"id":162,"parentId":90,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"rsc"},"startTime":1769492299127,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":21703,"timestamp":131588944,"id":161,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"rsc"},"startTime":1769492299127,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5575,"timestamp":131627839,"id":164,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-components.js","layer":"rsc"},"startTime":1769492299165,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2676,"timestamp":131633794,"id":166,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1769492299171,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2811,"timestamp":131634041,"id":167,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1769492299172,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9322,"timestamp":131633605,"id":165,"parentId":160,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"rsc"},"startTime":1769492299171,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2334,"timestamp":131643180,"id":168,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1769492299181,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":5756,"timestamp":131654401,"id":169,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"rsc"},"startTime":1769492299192,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8924,"timestamp":131660397,"id":170,"parentId":111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-node"},"startTime":1769492299198,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9250,"timestamp":131660523,"id":171,"parentId":111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-mode.js","layer":"pages-dir-node"},"startTime":1769492299198,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1278,"timestamp":131672059,"id":173,"parentId":120,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/detached-promise.js","layer":"pages-dir-node"},"startTime":1769492299210,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1897,"timestamp":131672366,"id":175,"parentId":120,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/client-component-renderer-logger.js","layer":"pages-dir-node"},"startTime":1769492299210,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4144,"timestamp":131672605,"id":177,"parentId":122,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"pages-dir-node"},"startTime":1769492299210,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6283,"timestamp":131672144,"id":174,"parentId":119,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/detached-promise.js","layer":"rsc"},"startTime":1769492299210,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6843,"timestamp":131672414,"id":176,"parentId":119,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/client-component-renderer-logger.js","layer":"rsc"},"startTime":1769492299210,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7488,"timestamp":131672648,"id":178,"parentId":121,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"rsc"},"startTime":1769492299210,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11523,"timestamp":131669904,"id":172,"parentId":62,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-node"},"startTime":1769492299208,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6799,"timestamp":131697719,"id":179,"parentId":89,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js","layer":"rsc"},"startTime":1769492299235,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11698,"timestamp":131698150,"id":181,"parentId":122,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/errors/constants.js","layer":"pages-dir-node"},"startTime":1769492299236,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12310,"timestamp":131698021,"id":180,"parentId":111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"pages-dir-node"},"startTime":1769492299236,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12635,"timestamp":131698223,"id":182,"parentId":121,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/errors/constants.js","layer":"rsc"},"startTime":1769492299236,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":13257,"timestamp":131698332,"id":183,"parentId":122,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment-cache/output-export-prefetch-encoding.js","layer":"pages-dir-node"},"startTime":1769492299236,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10718,"timestamp":131711864,"id":185,"parentId":81,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/api-utils/index.js","layer":"rsc"},"startTime":1769492299250,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":31595,"timestamp":131698402,"id":184,"parentId":121,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment-cache/output-export-prefetch-encoding.js","layer":"rsc"},"startTime":1769492299236,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1081,"timestamp":131736548,"id":186,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js","layer":"rsc"},"startTime":1769492299274,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1070,"timestamp":131736827,"id":187,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static.js","layer":"rsc"},"startTime":1769492299274,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2153,"timestamp":131745615,"id":190,"parentId":120,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js","layer":"pages-dir-node"},"startTime":1769492299283,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4282,"timestamp":131745146,"id":188,"parentId":141,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"rsc"},"startTime":1769492299283,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7975,"timestamp":131745403,"id":189,"parentId":141,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"rsc"},"startTime":1769492299283,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9320,"timestamp":131745674,"id":191,"parentId":119,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js","layer":"rsc"},"startTime":1769492299283,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-external","duration":46,"timestamp":131787738,"id":192,"parentId":142,"tags":{"name":"../app-render/dynamic-access-async-storage.external","layer":null},"startTime":1769492299325,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5177,"timestamp":131790101,"id":195,"parentId":143,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1769492299328,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6373,"timestamp":131790322,"id":196,"parentId":143,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/clone-response.js","layer":"rsc"},"startTime":1769492299328,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6656,"timestamp":131790528,"id":197,"parentId":144,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/api-utils/get-cookie-parser.js","layer":"rsc"},"startTime":1769492299328,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11530,"timestamp":131790742,"id":198,"parentId":141,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"rsc"},"startTime":1769492299328,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5914,"timestamp":131802641,"id":199,"parentId":145,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/create-error-handler.js","layer":"rsc"},"startTime":1769492299340,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6647,"timestamp":131803043,"id":201,"parentId":141,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"rsc"},"startTime":1769492299341,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":25987,"timestamp":131787814,"id":193,"parentId":141,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/utils.js","layer":"rsc"},"startTime":1769492299325,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12171,"timestamp":131802897,"id":200,"parentId":145,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"rsc"},"startTime":1769492299341,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":41791,"timestamp":131789825,"id":194,"parentId":141,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1769492299327,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1980,"timestamp":131847489,"id":204,"parentId":98,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/fresh/index.js","layer":"pages-dir-node"},"startTime":1769492299385,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7407,"timestamp":131846952,"id":202,"parentId":199,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/is-error.js","layer":"rsc"},"startTime":1769492299385,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":15726,"timestamp":131847265,"id":203,"parentId":69,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/fresh/index.js","layer":"rsc"},"startTime":1769492299385,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":23087,"timestamp":131847545,"id":205,"parentId":149,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"rsc"},"startTime":1769492299385,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":23779,"timestamp":131847661,"id":206,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"pages-dir-node"},"startTime":1769492299385,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":24133,"timestamp":131847783,"id":208,"parentId":152,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"pages-dir-node"},"startTime":1769492299385,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":24556,"timestamp":131847836,"id":209,"parentId":155,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"rsc"},"startTime":1769492299385,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":25596,"timestamp":131847725,"id":207,"parentId":150,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"pages-dir-node"},"startTime":1769492299385,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1634,"timestamp":131877530,"id":210,"parentId":145,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js","layer":"rsc"},"startTime":1769492299415,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":2990,"timestamp":131877955,"id":212,"parentId":108,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"rsc"},"startTime":1769492299416,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3783,"timestamp":131877814,"id":211,"parentId":200,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment.js","layer":"rsc"},"startTime":1769492299415,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9520,"timestamp":131886847,"id":213,"parentId":202,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"rsc"},"startTime":1769492299425,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":13975,"timestamp":131897114,"id":214,"parentId":163,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolve-metadata.js","layer":"rsc"},"startTime":1769492299435,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":14299,"timestamp":131897350,"id":215,"parentId":163,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-constants.js","layer":"rsc"},"startTime":1769492299435,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":15171,"timestamp":131897533,"id":216,"parentId":163,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/pathname.js","layer":"rsc"},"startTime":1769492299435,"traceId":"bc7141d8d1ffa866"}]
3
- [{"name":"build-module-js","duration":16543,"timestamp":131897716,"id":217,"parentId":163,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"rsc"},"startTime":1769492299435,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":16923,"timestamp":131897817,"id":218,"parentId":160,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"rsc"},"startTime":1769492299435,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6738,"timestamp":131916333,"id":222,"parentId":163,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/basic.js","layer":"rsc"},"startTime":1769492299454,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10053,"timestamp":131915895,"id":219,"parentId":159,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js","layer":"rsc"},"startTime":1769492299454,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11175,"timestamp":131916110,"id":220,"parentId":160,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"rsc"},"startTime":1769492299454,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12821,"timestamp":131916229,"id":221,"parentId":160,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js","layer":"rsc"},"startTime":1769492299454,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2519,"timestamp":131947459,"id":223,"parentId":163,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/alternate.js","layer":"rsc"},"startTime":1769492299485,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5978,"timestamp":131947737,"id":224,"parentId":163,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/opengraph.js","layer":"rsc"},"startTime":1769492299485,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6826,"timestamp":131947964,"id":225,"parentId":163,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/icons.js","layer":"rsc"},"startTime":1769492299486,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8366,"timestamp":131948188,"id":226,"parentId":163,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/meta.js","layer":"rsc"},"startTime":1769492299486,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1777,"timestamp":131958466,"id":228,"parentId":163,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"rsc"},"startTime":1769492299496,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3417,"timestamp":131958292,"id":227,"parentId":163,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"rsc"},"startTime":1769492299496,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-cjs","duration":1261,"timestamp":131965613,"id":229,"parentId":111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","layer":"pages-dir-node"},"startTime":1769492299503,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1685,"timestamp":131965686,"id":230,"parentId":145,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-server-dom-webpack/client.node.js","layer":"rsc"},"startTime":1769492299503,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-css","duration":1399,"timestamp":131978176,"id":234,"parentId":108,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/globals.css","layer":"rsc"},"startTime":1769492299516,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12683,"timestamp":131973595,"id":232,"parentId":162,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/styles/access-error-styles.js","layer":"rsc"},"startTime":1769492299511,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":25340,"timestamp":131973474,"id":231,"parentId":172,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-node"},"startTime":1769492299511,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":33840,"timestamp":131978044,"id":233,"parentId":172,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-node"},"startTime":1769492299516,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":334,"timestamp":132012180,"id":235,"parentId":111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js","layer":"pages-dir-node"},"startTime":1769492299550,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":353,"timestamp":132028360,"id":236,"parentId":111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/pages/vendored/contexts/amp-context.js","layer":"pages-dir-node"},"startTime":1769492299566,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1768,"timestamp":132031887,"id":239,"parentId":190,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/base-http/helpers.js","layer":"pages-dir-node"},"startTime":1769492299570,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3633,"timestamp":132032186,"id":241,"parentId":190,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/utils.js","layer":"pages-dir-node"},"startTime":1769492299570,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4703,"timestamp":132032657,"id":244,"parentId":190,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/request.js","layer":"pages-dir-node"},"startTime":1769492299570,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9545,"timestamp":132031952,"id":240,"parentId":191,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/base-http/helpers.js","layer":"rsc"},"startTime":1769492299570,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":14092,"timestamp":132032248,"id":242,"parentId":191,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/utils.js","layer":"rsc"},"startTime":1769492299570,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":17246,"timestamp":132032456,"id":243,"parentId":185,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/adapters/headers.js","layer":"rsc"},"startTime":1769492299570,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":20528,"timestamp":132032709,"id":245,"parentId":191,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/request.js","layer":"rsc"},"startTime":1769492299570,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":30481,"timestamp":132031494,"id":237,"parentId":233,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-node"},"startTime":1769492299569,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":34291,"timestamp":132031650,"id":238,"parentId":199,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/format-server-error.js","layer":"rsc"},"startTime":1769492299569,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6938,"timestamp":132073460,"id":246,"parentId":199,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/error-telemetry-utils.js","layer":"rsc"},"startTime":1769492299611,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6891,"timestamp":132073974,"id":248,"parentId":199,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/react-large-shell-error.js","layer":"rsc"},"startTime":1769492299612,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":15625,"timestamp":132073789,"id":247,"parentId":199,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/is-next-router-error.js","layer":"rsc"},"startTime":1769492299611,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-external","duration":37,"timestamp":132098560,"id":251,"parentId":193,"tags":{"name":"../app-render/after-task-async-storage.external","layer":null},"startTime":1769492299636,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5078,"timestamp":132094977,"id":249,"parentId":237,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-node"},"startTime":1769492299633,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1906,"timestamp":132100230,"id":253,"parentId":189,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1769492299638,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2004,"timestamp":132100472,"id":254,"parentId":214,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/interop-default.js","layer":"rsc"},"startTime":1769492299638,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2862,"timestamp":132100675,"id":255,"parentId":214,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/default-metadata.js","layer":"rsc"},"startTime":1769492299638,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3647,"timestamp":132100876,"id":256,"parentId":214,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/app-dir-module.js","layer":"rsc"},"startTime":1769492299639,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":13717,"timestamp":132095146,"id":250,"parentId":193,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1769492299633,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":14593,"timestamp":132098620,"id":252,"parentId":199,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"rsc"},"startTime":1769492299636,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4078,"timestamp":132118042,"id":257,"parentId":249,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment.js","layer":"pages-dir-node"},"startTime":1769492299656,"traceId":"bc7141d8d1ffa866"},{"name":"add-entry","duration":1868243,"timestamp":130254303,"id":29,"parentId":22,"tags":{"request":"next/dist/pages/_document"},"startTime":1769492297792,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2743,"timestamp":132122251,"id":258,"parentId":214,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/utils.js","layer":"rsc"},"startTime":1769492299660,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":97681,"timestamp":132130769,"id":261,"parentId":219,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/route-pattern-normalizer.js","layer":"rsc"},"startTime":1769492299668,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":98100,"timestamp":132130965,"id":262,"parentId":222,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/constants.js","layer":"rsc"},"startTime":1769492299669,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2763,"timestamp":132238140,"id":267,"parentId":214,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js","layer":"rsc"},"startTime":1769492299776,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5637,"timestamp":132244800,"id":268,"parentId":214,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js","layer":"rsc"},"startTime":1769492299782,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11349,"timestamp":132245133,"id":269,"parentId":214,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js","layer":"rsc"},"startTime":1769492299783,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11916,"timestamp":132245371,"id":270,"parentId":214,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js","layer":"rsc"},"startTime":1769492299783,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1641,"timestamp":132267781,"id":271,"parentId":226,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/non-nullable.js","layer":"rsc"},"startTime":1769492299805,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4619,"timestamp":132268298,"id":273,"parentId":214,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1769492299806,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9397,"timestamp":132268073,"id":272,"parentId":225,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"rsc"},"startTime":1769492299806,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5539,"timestamp":132280689,"id":274,"parentId":185,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/cookie/index.js","layer":"rsc"},"startTime":1769492299818,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5890,"timestamp":132304232,"id":276,"parentId":244,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/next-url.js","layer":"pages-dir-node"},"startTime":1769492299842,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6092,"timestamp":132304597,"id":278,"parentId":244,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/error.js","layer":"pages-dir-node"},"startTime":1769492299842,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":14010,"timestamp":132304836,"id":280,"parentId":244,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"pages-dir-node"},"startTime":1769492299842,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":23815,"timestamp":132304325,"id":277,"parentId":245,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/next-url.js","layer":"rsc"},"startTime":1769492299842,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":24041,"timestamp":132304640,"id":279,"parentId":245,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/error.js","layer":"rsc"},"startTime":1769492299842,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":24228,"timestamp":132304871,"id":281,"parentId":245,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"rsc"},"startTime":1769492299843,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":93810,"timestamp":132287033,"id":275,"parentId":230,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js","layer":"rsc"},"startTime":1769492299825,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4257,"timestamp":132384307,"id":282,"parentId":199,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/string-hash/index.js","layer":"rsc"},"startTime":1769492299922,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5609,"timestamp":132384644,"id":283,"parentId":247,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-error.js","layer":"rsc"},"startTime":1769492299922,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":31,"timestamp":132401131,"id":284,"parentId":275,"tags":{"name":"util","layer":null},"startTime":1769492299939,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10974,"timestamp":132403202,"id":285,"parentId":219,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/path-to-regexp/index.js","layer":"rsc"},"startTime":1769492299941,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11627,"timestamp":132403470,"id":286,"parentId":267,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/url.js","layer":"rsc"},"startTime":1769492299941,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2456,"timestamp":132417840,"id":287,"parentId":267,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js","layer":"rsc"},"startTime":1769492299955,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2360,"timestamp":132423162,"id":288,"parentId":273,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/picocolors.js","layer":"rsc"},"startTime":1769492299961,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4192,"timestamp":132423408,"id":289,"parentId":273,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/lru-cache.js","layer":"rsc"},"startTime":1769492299961,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5920,"timestamp":132431788,"id":291,"parentId":277,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/get-hostname.js","layer":"rsc"},"startTime":1769492299969,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6471,"timestamp":132431668,"id":290,"parentId":276,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/get-hostname.js","layer":"pages-dir-node"},"startTime":1769492299969,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7153,"timestamp":132431902,"id":292,"parentId":276,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"pages-dir-node"},"startTime":1769492299970,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8017,"timestamp":132431973,"id":293,"parentId":277,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"rsc"},"startTime":1769492299970,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8476,"timestamp":132432080,"id":294,"parentId":276,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"pages-dir-node"},"startTime":1769492299970,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8993,"timestamp":132432137,"id":295,"parentId":277,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"rsc"},"startTime":1769492299970,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2774,"timestamp":132442599,"id":296,"parentId":166,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js","layer":"rsc"},"startTime":1769492299980,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3381,"timestamp":132451530,"id":297,"parentId":276,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"pages-dir-node"},"startTime":1769492299989,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3781,"timestamp":132451672,"id":298,"parentId":277,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"rsc"},"startTime":1769492299989,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3401,"timestamp":132457208,"id":299,"parentId":292,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-node"},"startTime":1769492299995,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3742,"timestamp":132457342,"id":300,"parentId":295,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"rsc"},"startTime":1769492299995,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1614,"timestamp":132468136,"id":301,"parentId":287,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/isomorphic/path.js","layer":"rsc"},"startTime":1769492300006,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4734,"timestamp":132477125,"id":302,"parentId":292,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-node"},"startTime":1769492300015,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11347,"timestamp":132477261,"id":303,"parentId":293,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"rsc"},"startTime":1769492300015,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11707,"timestamp":132477402,"id":304,"parentId":294,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"pages-dir-node"},"startTime":1769492300015,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":14752,"timestamp":132477475,"id":305,"parentId":295,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"rsc"},"startTime":1769492300015,"traceId":"bc7141d8d1ffa866"},{"name":"font-loader","duration":298920,"timestamp":132197194,"id":264,"parentId":263,"tags":{},"startTime":1769492299735,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":20795,"timestamp":132477560,"id":306,"parentId":294,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"pages-dir-node"},"startTime":1769492300015,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":21260,"timestamp":132477615,"id":307,"parentId":295,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"rsc"},"startTime":1769492300015,"traceId":"bc7141d8d1ffa866"},{"name":"postcss","duration":6121,"timestamp":132834117,"id":308,"parentId":263,"tags":{},"startTime":1769492300372,"traceId":"bc7141d8d1ffa866"},{"name":"next-font-loader","duration":709613,"timestamp":132131370,"id":263,"parentId":259,"tags":{},"startTime":1769492299669,"traceId":"bc7141d8d1ffa866"},{"name":"css-loader","duration":45719,"timestamp":132840480,"id":309,"parentId":259,"tags":{"astUsed":"true"},"startTime":1769492300378,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":758983,"timestamp":132127747,"id":259,"parentId":108,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"rsc"},"startTime":1769492299665,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":19684,"timestamp":132905782,"id":311,"parentId":280,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"pages-dir-node"},"startTime":1769492300443,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":20577,"timestamp":132905455,"id":310,"parentId":214,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/server-only/empty.js","layer":"rsc"},"startTime":1769492300443,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":32997,"timestamp":132905855,"id":312,"parentId":281,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"rsc"},"startTime":1769492300444,"traceId":"bc7141d8d1ffa866"},{"name":"font-loader","duration":720056,"timestamp":132223218,"id":266,"parentId":265,"tags":{},"startTime":1769492299761,"traceId":"bc7141d8d1ffa866"},{"name":"postcss","duration":940,"timestamp":132943342,"id":313,"parentId":265,"tags":{},"startTime":1769492300481,"traceId":"bc7141d8d1ffa866"},{"name":"next-font-loader","duration":721196,"timestamp":132223155,"id":265,"parentId":260,"tags":{},"startTime":1769492299761,"traceId":"bc7141d8d1ffa866"},{"name":"css-loader","duration":3110,"timestamp":132944320,"id":314,"parentId":260,"tags":{"astUsed":"true"},"startTime":1769492300482,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":817117,"timestamp":132130670,"id":260,"parentId":108,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"rsc"},"startTime":1769492299668,"traceId":"bc7141d8d1ffa866"},{"name":"add-entry","duration":2694504,"timestamp":130253523,"id":23,"parentId":22,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1769492297791,"traceId":"bc7141d8d1ffa866"},{"name":"add-entry","duration":2693797,"timestamp":130254242,"id":26,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1769492297792,"traceId":"bc7141d8d1ffa866"}]
4
- [{"name":"add-entry","duration":2693757,"timestamp":130254287,"id":28,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fsettings%2Fpage&name=app%2Fsettings%2Fpage&pagePath=private-next-app-dir%2Fsettings%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fsettings%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1769492297792,"traceId":"bc7141d8d1ffa866"},{"name":"add-entry","duration":2693781,"timestamp":130254267,"id":27,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fproject%2F%5Bid%5D%2Fpage&name=app%2Fproject%2F%5Bid%5D%2Fpage&pagePath=private-next-app-dir%2Fproject%2F%5Bid%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fproject%2F%5Bid%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1769492297792,"traceId":"bc7141d8d1ffa866"},{"name":"add-entry","duration":2693842,"timestamp":130254211,"id":25,"parentId":22,"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":1769492297792,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":2475,"timestamp":133128632,"id":337,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fcomponents%2FDevErrorRecovery.tsx%22%2C%22ids%22%3A%5B%22DevErrorRecovery%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1769492300666,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":462,"timestamp":133131151,"id":338,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fcomponents%2FDevErrorRecovery.tsx%22%2C%22ids%22%3A%5B%22DevErrorRecovery%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1769492300669,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":836,"timestamp":133131643,"id":339,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%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%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%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%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1769492300669,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":789,"timestamp":133132503,"id":340,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%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%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%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%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1769492300670,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":285,"timestamp":133133315,"id":341,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1769492300671,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":268,"timestamp":133133620,"id":342,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1769492300671,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":303,"timestamp":133133907,"id":343,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fproject%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1769492300672,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":271,"timestamp":133134229,"id":344,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fproject%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1769492300672,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":382,"timestamp":133134517,"id":345,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1769492300672,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":305,"timestamp":133134916,"id":346,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1769492300673,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":4799,"timestamp":133153082,"id":349,"parentId":343,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"ssr"},"startTime":1769492300691,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":6535,"timestamp":133152104,"id":347,"parentId":341,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"ssr"},"startTime":1769492300690,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6204,"timestamp":133153181,"id":350,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/global-error.js","layer":"ssr"},"startTime":1769492300691,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":22777,"timestamp":133152943,"id":348,"parentId":345,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"ssr"},"startTime":1769492300691,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":24803,"timestamp":133153629,"id":351,"parentId":337,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"ssr"},"startTime":1769492300691,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":17828,"timestamp":133161699,"id":352,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-page.js","layer":"ssr"},"startTime":1769492300699,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":18726,"timestamp":133161799,"id":353,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-segment.js","layer":"ssr"},"startTime":1769492300699,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":24633,"timestamp":133161856,"id":354,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1769492300700,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10476,"timestamp":133189349,"id":355,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1769492300727,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7708,"timestamp":133204562,"id":361,"parentId":352,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/search-params.js","layer":"ssr"},"startTime":1769492300742,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12836,"timestamp":133204748,"id":362,"parentId":352,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/params.js","layer":"ssr"},"startTime":1769492300742,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":17388,"timestamp":133201106,"id":357,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"ssr"},"startTime":1769492300739,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":18866,"timestamp":133201241,"id":358,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"ssr"},"startTime":1769492300739,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":47533,"timestamp":133201325,"id":359,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"ssr"},"startTime":1769492300739,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":48795,"timestamp":133200821,"id":356,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-components.js","layer":"ssr"},"startTime":1769492300738,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":48773,"timestamp":133204944,"id":363,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"ssr"},"startTime":1769492300743,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":49770,"timestamp":133204377,"id":360,"parentId":352,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/invariant-error.js","layer":"ssr"},"startTime":1769492300742,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4068,"timestamp":133278872,"id":364,"parentId":361,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"ssr"},"startTime":1769492300817,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5114,"timestamp":133279143,"id":365,"parentId":361,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"ssr"},"startTime":1769492300817,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5679,"timestamp":133279680,"id":368,"parentId":356,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-constants.js","layer":"ssr"},"startTime":1769492300817,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5692,"timestamp":133280155,"id":373,"parentId":361,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1769492300818,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12235,"timestamp":133279836,"id":369,"parentId":361,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"ssr"},"startTime":1769492300817,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12783,"timestamp":133279928,"id":370,"parentId":363,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment.js","layer":"ssr"},"startTime":1769492300818,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":16035,"timestamp":133280086,"id":372,"parentId":358,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1769492300818,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":17274,"timestamp":133279997,"id":371,"parentId":358,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"ssr"},"startTime":1769492300818,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":17299,"timestamp":133280307,"id":374,"parentId":363,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1769492300818,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":31115,"timestamp":133279525,"id":367,"parentId":361,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/utils.js","layer":"ssr"},"startTime":1769492300817,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":37200,"timestamp":133279345,"id":366,"parentId":361,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1769492300817,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8092,"timestamp":133332865,"id":375,"parentId":366,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/scheduler.js","layer":"ssr"},"startTime":1769492300871,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9824,"timestamp":133333147,"id":376,"parentId":367,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1769492300871,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10949,"timestamp":133333273,"id":377,"parentId":366,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1769492300871,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11405,"timestamp":133333550,"id":380,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1769492300871,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11762,"timestamp":133333670,"id":381,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1769492300871,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":13342,"timestamp":133333439,"id":379,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1769492300871,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10786,"timestamp":133337208,"id":383,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/use-action-queue.js","layer":"ssr"},"startTime":1769492300875,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12042,"timestamp":133337081,"id":382,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1769492300875,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":16336,"timestamp":133333324,"id":378,"parentId":366,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1769492300871,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":14210,"timestamp":133337415,"id":385,"parentId":350,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/handle-isr-error.js","layer":"ssr"},"startTime":1769492300875,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":14826,"timestamp":133337495,"id":386,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"ssr"},"startTime":1769492300875,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":24736,"timestamp":133337290,"id":384,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/bfcache.js","layer":"ssr"},"startTime":1769492300875,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3268,"timestamp":133377815,"id":391,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1769492300915,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4696,"timestamp":133378634,"id":392,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1769492300916,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4608,"timestamp":133378963,"id":395,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js","layer":"ssr"},"startTime":1769492300917,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4603,"timestamp":133379132,"id":396,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js","layer":"ssr"},"startTime":1769492300917,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8520,"timestamp":133377433,"id":387,"parentId":379,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1769492300915,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8632,"timestamp":133377593,"id":388,"parentId":383,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-thenable.js","layer":"ssr"},"startTime":1769492300915,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9450,"timestamp":133377676,"id":389,"parentId":382,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-error.js","layer":"ssr"},"startTime":1769492300915,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9183,"timestamp":133378812,"id":393,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1769492300916,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":13472,"timestamp":133378893,"id":394,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1769492300917,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":18816,"timestamp":133377745,"id":390,"parentId":379,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"ssr"},"startTime":1769492300915,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4968,"timestamp":133397647,"id":397,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"ssr"},"startTime":1769492300935,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2586,"timestamp":133403375,"id":400,"parentId":395,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1769492300941,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4314,"timestamp":133403230,"id":398,"parentId":389,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1769492300941,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4808,"timestamp":133403327,"id":399,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1769492300941,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2515,"timestamp":133408249,"id":401,"parentId":390,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"ssr"},"startTime":1769492300946,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2882,"timestamp":133408386,"id":402,"parentId":379,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation-untracked.js","layer":"ssr"},"startTime":1769492300946,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4076,"timestamp":133408436,"id":403,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"ssr"},"startTime":1769492300946,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3684,"timestamp":133414763,"id":406,"parentId":379,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"ssr"},"startTime":1769492300952,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4569,"timestamp":133414689,"id":405,"parentId":382,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1769492300952,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5693,"timestamp":133414572,"id":404,"parentId":382,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1769492300952,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5617,"timestamp":133415260,"id":407,"parentId":403,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"ssr"},"startTime":1769492300953,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1647,"timestamp":133421847,"id":408,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js","layer":"ssr"},"startTime":1769492300959,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2743,"timestamp":133430476,"id":409,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1769492300968,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3345,"timestamp":133430563,"id":410,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-find-source-map-url.js","layer":"ssr"},"startTime":1769492300968,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3871,"timestamp":133430653,"id":412,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-build-id.js","layer":"ssr"},"startTime":1769492300968,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6561,"timestamp":133430608,"id":411,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/flight-data-helpers.js","layer":"ssr"},"startTime":1769492300968,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6967,"timestamp":133430722,"id":414,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js","layer":"ssr"},"startTime":1769492300968,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8190,"timestamp":133430689,"id":413,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/route-params.js","layer":"ssr"},"startTime":1769492300968,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":7508,"timestamp":133432107,"id":416,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/Header.tsx","layer":"ssr"},"startTime":1769492300970,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":526,"timestamp":133451427,"id":423,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js","layer":"ssr"},"startTime":1769492300989,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":20168,"timestamp":133431876,"id":415,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/api/navigation.js","layer":"ssr"},"startTime":1769492300970,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3791,"timestamp":133449313,"id":417,"parentId":413,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"ssr"},"startTime":1769492300987,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":7361,"timestamp":133449515,"id":419,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectModal.tsx","layer":"ssr"},"startTime":1769492300987,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":7654,"timestamp":133449683,"id":421,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/input.tsx","layer":"ssr"},"startTime":1769492300987,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":8694,"timestamp":133449603,"id":420,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/button.tsx","layer":"ssr"},"startTime":1769492300987,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":9294,"timestamp":133449411,"id":418,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectList.tsx","layer":"ssr"},"startTime":1769492300987,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":10246,"timestamp":133449770,"id":422,"parentId":349,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/workspace/WorkspaceLayout.tsx","layer":"ssr"},"startTime":1769492300987,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":983,"timestamp":133478525,"id":424,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client.js","layer":"ssr"},"startTime":1769492301016,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-ts","duration":4052,"timestamp":133478794,"id":426,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/api.ts","layer":"ssr"},"startTime":1769492301016,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-ts","duration":8919,"timestamp":133478686,"id":425,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useProjectStore.ts","layer":"ssr"},"startTime":1769492301016,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6849,"timestamp":133501280,"id":427,"parentId":404,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unrecognized-action-error.js","layer":"ssr"},"startTime":1769492301039,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7724,"timestamp":133501403,"id":428,"parentId":404,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1769492301039,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8124,"timestamp":133501496,"id":430,"parentId":406,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"ssr"},"startTime":1769492301039,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8863,"timestamp":133501455,"id":429,"parentId":404,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1769492301039,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9275,"timestamp":133501538,"id":431,"parentId":404,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"ssr"},"startTime":1769492301039,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10056,"timestamp":133501575,"id":432,"parentId":414,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js","layer":"ssr"},"startTime":1769492301039,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":3655,"timestamp":133517857,"id":433,"parentId":416,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/LanguageSwitcher.tsx","layer":"ssr"},"startTime":1769492301056,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-ts","duration":11677,"timestamp":133520318,"id":434,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/index.ts","layer":"ssr"},"startTime":1769492301058,"traceId":"bc7141d8d1ffa866"}]
5
- [{"name":"build-module-js","duration":5566,"timestamp":133960131,"id":536,"parentId":477,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/save.js","layer":"ssr"},"startTime":1769492301498,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6175,"timestamp":133960195,"id":537,"parentId":477,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/file-text.js","layer":"ssr"},"startTime":1769492301498,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1335,"timestamp":133967775,"id":538,"parentId":476,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-check-big.js","layer":"ssr"},"startTime":1769492301505,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1592,"timestamp":133967913,"id":539,"parentId":476,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/clock.js","layer":"ssr"},"startTime":1769492301506,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5751,"timestamp":133967994,"id":540,"parentId":476,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-x.js","layer":"ssr"},"startTime":1769492301506,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8220,"timestamp":133976421,"id":541,"parentId":480,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"ssr"},"startTime":1769492301514,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-ts","duration":8446,"timestamp":133976633,"id":543,"parentId":419,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/index.ts","layer":"ssr"},"startTime":1769492301514,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11822,"timestamp":133976559,"id":542,"parentId":479,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/image-component.js","layer":"ssr"},"startTime":1769492301514,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-ts","duration":8130,"timestamp":133981345,"id":545,"parentId":459,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/usePreviewStore.ts","layer":"ssr"},"startTime":1769492301519,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":6266,"timestamp":133990298,"id":547,"parentId":487,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/vanilla.mjs","layer":"ssr"},"startTime":1769492301528,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-ts","duration":23486,"timestamp":133981131,"id":544,"parentId":458,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useChatStore.ts","layer":"ssr"},"startTime":1769492301519,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":27709,"timestamp":133981516,"id":546,"parentId":479,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/get-img-props.js","layer":"ssr"},"startTime":1769492301519,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":11860,"timestamp":134010409,"id":548,"parentId":453,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/tailwind-merge@2.6.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"ssr"},"startTime":1769492301548,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":2283,"timestamp":134032794,"id":554,"parentId":487,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/react.mjs","layer":"ssr"},"startTime":1769492301570,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7756,"timestamp":134030874,"id":549,"parentId":542,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/head.js","layer":"ssr"},"startTime":1769492301569,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6905,"timestamp":134032674,"id":552,"parentId":504,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"ssr"},"startTime":1769492301570,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7497,"timestamp":134032735,"id":553,"parentId":504,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"ssr"},"startTime":1769492301570,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":7377,"timestamp":134040969,"id":555,"parentId":453,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1769492301579,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":24645,"timestamp":134032596,"id":551,"parentId":504,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router.js","layer":"ssr"},"startTime":1769492301570,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":25675,"timestamp":134032472,"id":550,"parentId":502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"ssr"},"startTime":1769492301570,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6080,"timestamp":134069308,"id":556,"parentId":549,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/side-effect.js","layer":"ssr"},"startTime":1769492301607,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6190,"timestamp":134069454,"id":557,"parentId":549,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-mode.js","layer":"ssr"},"startTime":1769492301607,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6513,"timestamp":134069596,"id":559,"parentId":507,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/has-base-path.js","layer":"ssr"},"startTime":1769492301607,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7542,"timestamp":134069533,"id":558,"parentId":479,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-loader.js","layer":"ssr"},"startTime":1769492301607,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3440,"timestamp":134079269,"id":560,"parentId":550,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"ssr"},"startTime":1769492301617,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":5026,"timestamp":134079405,"id":561,"parentId":511,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageItem.tsx","layer":"ssr"},"startTime":1769492301617,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4927,"timestamp":134079756,"id":563,"parentId":525,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/download.js","layer":"ssr"},"startTime":1769492301617,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5041,"timestamp":134079838,"id":564,"parentId":526,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/send.js","layer":"ssr"},"startTime":1769492301617,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5658,"timestamp":134079904,"id":565,"parentId":526,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/paperclip.js","layer":"ssr"},"startTime":1769492301618,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":14937,"timestamp":134079573,"id":562,"parentId":511,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/StreamingMessage.tsx","layer":"ssr"},"startTime":1769492301617,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9738,"timestamp":134085846,"id":566,"parentId":559,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"ssr"},"startTime":1769492301623,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":7868,"timestamp":134096033,"id":567,"parentId":510,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/QueuePreview.tsx","layer":"ssr"},"startTime":1769492301634,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":8172,"timestamp":134096248,"id":568,"parentId":510,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ModeToggle.tsx","layer":"ssr"},"startTime":1769492301634,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":8829,"timestamp":134096409,"id":569,"parentId":510,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/FilePreview.tsx","layer":"ssr"},"startTime":1769492301634,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9262,"timestamp":134096572,"id":570,"parentId":541,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/Icon.js","layer":"ssr"},"startTime":1769492301634,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6220,"timestamp":134106570,"id":573,"parentId":546,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-blur-svg.js","layer":"ssr"},"startTime":1769492301644,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6670,"timestamp":134106487,"id":572,"parentId":542,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-config.js","layer":"ssr"},"startTime":1769492301644,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9363,"timestamp":134106353,"id":571,"parentId":561,"tags":{"name":"__barrel_optimize__?names=Bot,CheckCircle2,Edit3,FileText,FolderSearch,Globe,ListTodo,Search,Terminal!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301644,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3277,"timestamp":134113285,"id":574,"parentId":562,"tags":{"name":"__barrel_optimize__?names=Bot,CheckCircle2,ChevronDown,ChevronUp,Edit3,FileText,FolderSearch,Globe,ListTodo,Loader2,Search,Terminal!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301651,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5596,"timestamp":134118913,"id":575,"parentId":567,"tags":{"name":"__barrel_optimize__?names=ChevronDown,ChevronUp,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301657,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5625,"timestamp":134119026,"id":576,"parentId":568,"tags":{"name":"__barrel_optimize__?names=Hammer,MessageCircleQuestion!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301657,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5790,"timestamp":134119082,"id":577,"parentId":569,"tags":{"name":"__barrel_optimize__?names=FileText,Loader2,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301657,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4132,"timestamp":134125235,"id":580,"parentId":552,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"ssr"},"startTime":1769492301663,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4763,"timestamp":134125183,"id":579,"parentId":552,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"ssr"},"startTime":1769492301663,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5084,"timestamp":134125274,"id":581,"parentId":541,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"ssr"},"startTime":1769492301663,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10115,"timestamp":134125096,"id":578,"parentId":553,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/promise-queue.js","layer":"ssr"},"startTime":1769492301663,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5785,"timestamp":134130947,"id":583,"parentId":552,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"ssr"},"startTime":1769492301669,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11076,"timestamp":134130992,"id":584,"parentId":552,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"ssr"},"startTime":1769492301669,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12023,"timestamp":134131046,"id":585,"parentId":552,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"ssr"},"startTime":1769492301669,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":14962,"timestamp":134130854,"id":582,"parentId":552,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"ssr"},"startTime":1769492301669,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9445,"timestamp":134137234,"id":586,"parentId":551,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/remove-base-path.js","layer":"ssr"},"startTime":1769492301675,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":15189,"timestamp":134137323,"id":587,"parentId":553,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"ssr"},"startTime":1769492301675,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":57546,"timestamp":134164120,"id":591,"parentId":462,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/prism-react-renderer@2.4.1_react@19.2.3/node_modules/prism-react-renderer/dist/index.mjs","layer":"ssr"},"startTime":1769492301702,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":62268,"timestamp":134163896,"id":588,"parentId":551,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-announcer.js","layer":"ssr"},"startTime":1769492301702,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":63748,"timestamp":134164021,"id":589,"parentId":551,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"ssr"},"startTime":1769492301702,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":64581,"timestamp":134164076,"id":590,"parentId":551,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"ssr"},"startTime":1769492301702,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3803,"timestamp":134232948,"id":592,"parentId":551,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/errors/root-error-boundary.js","layer":"ssr"},"startTime":1769492301771,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-ts","duration":8335,"timestamp":134233218,"id":593,"parentId":543,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/project.ts","layer":"ssr"},"startTime":1769492301771,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-ts","duration":8334,"timestamp":134233410,"id":594,"parentId":543,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/preview.ts","layer":"ssr"},"startTime":1769492301771,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-ts","duration":8468,"timestamp":134233571,"id":595,"parentId":543,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/chat.ts","layer":"ssr"},"startTime":1769492301771,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1252,"timestamp":134242398,"id":596,"parentId":549,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/amp-context.js","layer":"ssr"},"startTime":1769492301780,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1203,"timestamp":134242632,"id":597,"parentId":549,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/head-manager-context.js","layer":"ssr"},"startTime":1769492301780,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3465,"timestamp":134242803,"id":598,"parentId":570,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"ssr"},"startTime":1769492301780,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3742,"timestamp":134242890,"id":599,"parentId":571,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/bot.js","layer":"ssr"},"startTime":1769492301781,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3302,"timestamp":134249542,"id":600,"parentId":571,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-check.js","layer":"ssr"},"startTime":1769492301787,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3505,"timestamp":134249683,"id":601,"parentId":571,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/pen-line.js","layer":"ssr"},"startTime":1769492301787,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3717,"timestamp":134249770,"id":602,"parentId":571,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder-search.js","layer":"ssr"},"startTime":1769492301787,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3959,"timestamp":134249839,"id":603,"parentId":571,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/list-todo.js","layer":"ssr"},"startTime":1769492301787,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4180,"timestamp":134249906,"id":604,"parentId":571,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/search.js","layer":"ssr"},"startTime":1769492301788,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4375,"timestamp":134249969,"id":605,"parentId":574,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-up.js","layer":"ssr"},"startTime":1769492301788,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2091,"timestamp":134258682,"id":607,"parentId":576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/message-circle-question.js","layer":"ssr"},"startTime":1769492301796,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2781,"timestamp":134258549,"id":606,"parentId":576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/hammer.js","layer":"ssr"},"startTime":1769492301796,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":5383,"timestamp":134259297,"id":608,"parentId":561,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MarkdownRenderer.tsx","layer":"ssr"},"startTime":1769492301797,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6249,"timestamp":134259598,"id":610,"parentId":579,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"ssr"},"startTime":1769492301797,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11167,"timestamp":134259726,"id":612,"parentId":579,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"ssr"},"startTime":1769492301797,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11913,"timestamp":134259661,"id":611,"parentId":579,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"ssr"},"startTime":1769492301797,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12728,"timestamp":134259783,"id":613,"parentId":579,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"ssr"},"startTime":1769492301797,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":18869,"timestamp":134259517,"id":609,"parentId":580,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"ssr"},"startTime":1769492301797,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11758,"timestamp":134279449,"id":616,"parentId":583,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"ssr"},"startTime":1769492301817,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12763,"timestamp":134279288,"id":615,"parentId":583,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"ssr"},"startTime":1769492301817,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11233,"timestamp":134281625,"id":617,"parentId":583,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"ssr"},"startTime":1769492301819,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":14963,"timestamp":134278985,"id":614,"parentId":562,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/AskUserQuestionBlock.tsx","layer":"ssr"},"startTime":1769492301817,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4286,"timestamp":134301925,"id":618,"parentId":584,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/assign-location.js","layer":"ssr"},"startTime":1769492301840,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4762,"timestamp":134302098,"id":619,"parentId":584,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/server-reference-info.js","layer":"ssr"},"startTime":1769492301840,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5464,"timestamp":134302185,"id":620,"parentId":582,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"ssr"},"startTime":1769492301840,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4262,"timestamp":134308104,"id":621,"parentId":614,"tags":{"name":"__barrel_optimize__?names=Check,MessageCircleQuestion!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301846,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":956,"timestamp":134314124,"id":623,"parentId":542,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/image-config-context.js","layer":"ssr"},"startTime":1769492301852,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":973,"timestamp":134314275,"id":624,"parentId":542,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/router-context.js","layer":"ssr"},"startTime":1769492301852,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5366,"timestamp":134312531,"id":622,"parentId":582,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"ssr"},"startTime":1769492301850,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4117,"timestamp":134314373,"id":625,"parentId":582,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js","layer":"ssr"},"startTime":1769492301852,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5191,"timestamp":134314421,"id":626,"parentId":582,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/aliased-prefetch-navigations.js","layer":"ssr"},"startTime":1769492301852,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4137,"timestamp":134320305,"id":627,"parentId":592,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js","layer":"ssr"},"startTime":1769492301858,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3134,"timestamp":134328768,"id":628,"parentId":612,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"ssr"},"startTime":1769492301866,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":995,"timestamp":134334586,"id":629,"parentId":578,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"ssr"},"startTime":1769492301872,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1080,"timestamp":134334802,"id":630,"parentId":578,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"ssr"},"startTime":1769492301872,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2226,"timestamp":134341177,"id":632,"parentId":628,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"ssr"},"startTime":1769492301879,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":2886,"timestamp":134341023,"id":631,"parentId":614,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/radio-group.tsx","layer":"ssr"},"startTime":1769492301879,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":4534,"timestamp":134341940,"id":633,"parentId":614,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/checkbox.tsx","layer":"ssr"},"startTime":1769492301880,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":4722,"timestamp":134342149,"id":634,"parentId":614,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/label.tsx","layer":"ssr"},"startTime":1769492301880,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2314,"timestamp":134347181,"id":635,"parentId":608,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-markdown@9.1.0_@types+react@19.2.7_react@19.2.3/node_modules/react-markdown/index.js","layer":"ssr"},"startTime":1769492301885,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2963,"timestamp":134349972,"id":636,"parentId":631,"tags":{"name":"__barrel_optimize__?names=Circle!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301888,"traceId":"bc7141d8d1ffa866"}]
6
- [{"name":"build-module-tsx","duration":6390,"timestamp":133535097,"id":435,"parentId":418,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectCard.tsx","layer":"ssr"},"startTime":1769492301073,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":8035,"timestamp":133541885,"id":436,"parentId":418,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectCard.tsx","layer":"ssr"},"startTime":1769492301080,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7322,"timestamp":133624052,"id":443,"parentId":402,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js","layer":"ssr"},"startTime":1769492301162,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":93539,"timestamp":133550364,"id":437,"parentId":349,"tags":{"name":"__barrel_optimize__?names=AlertCircle!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301088,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":93955,"timestamp":133550706,"id":440,"parentId":422,"tags":{"name":"__barrel_optimize__?names=Database,Eye,FlaskConical,FolderTree,GitBranch,Settings2,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301088,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":94225,"timestamp":133550624,"id":439,"parentId":416,"tags":{"name":"__barrel_optimize__?names=ArrowLeft,Settings!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301088,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":21249,"timestamp":133624226,"id":444,"parentId":428,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1769492301162,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":21863,"timestamp":133624301,"id":445,"parentId":428,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/forbidden.js","layer":"ssr"},"startTime":1769492301162,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":22433,"timestamp":133624363,"id":446,"parentId":428,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unauthorized.js","layer":"ssr"},"startTime":1769492301162,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":22903,"timestamp":133624473,"id":448,"parentId":432,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1769492301162,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":23682,"timestamp":133624420,"id":447,"parentId":428,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"ssr"},"startTime":1769492301162,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":24529,"timestamp":133623779,"id":442,"parentId":436,"tags":{"name":"__barrel_optimize__?names=Plus,Sparkles!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301161,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":100190,"timestamp":133550517,"id":438,"parentId":348,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Check,Database,FolderOpen,Loader2,RefreshCw!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301088,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":68904,"timestamp":133582238,"id":441,"parentId":435,"tags":{"name":"__barrel_optimize__?names=Database,Globe,Server,Smartphone,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301120,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":566,"timestamp":133656062,"id":450,"parentId":404,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js","layer":"ssr"},"startTime":1769492301194,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5529,"timestamp":133651734,"id":449,"parentId":416,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/api/image.js","layer":"ssr"},"startTime":1769492301189,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-json","duration":1549,"timestamp":133665799,"id":454,"parentId":434,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/en.json","layer":"ssr"},"startTime":1769492301203,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-json","duration":936,"timestamp":133666576,"id":455,"parentId":434,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/ko.json","layer":"ssr"},"startTime":1769492301204,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11457,"timestamp":133656215,"id":451,"parentId":416,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-dir/link.js","layer":"ssr"},"startTime":1769492301194,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-ts","duration":8809,"timestamp":133659360,"id":453,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/utils.ts","layer":"ssr"},"startTime":1769492301197,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":10355,"timestamp":133659212,"id":452,"parentId":419,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/dialog.tsx","layer":"ssr"},"startTime":1769492301197,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7787,"timestamp":133681543,"id":456,"parentId":451,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils.js","layer":"ssr"},"startTime":1769492301219,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8850,"timestamp":133681695,"id":457,"parentId":451,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"ssr"},"startTime":1769492301219,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":9694,"timestamp":133681781,"id":458,"parentId":422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ChatPanel.tsx","layer":"ssr"},"startTime":1769492301219,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":25231,"timestamp":133692077,"id":460,"parentId":422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileExplorer.tsx","layer":"ssr"},"startTime":1769492301230,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":28774,"timestamp":133691870,"id":459,"parentId":422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/PreviewPanel.tsx","layer":"ssr"},"startTime":1769492301230,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":23823,"timestamp":133697868,"id":461,"parentId":457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"ssr"},"startTime":1769492301236,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":24949,"timestamp":133698018,"id":462,"parentId":422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileViewer.tsx","layer":"ssr"},"startTime":1769492301236,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":5841,"timestamp":133730468,"id":468,"parentId":420,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.mjs","layer":"ssr"},"startTime":1769492301268,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":15414,"timestamp":133724278,"id":463,"parentId":422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/database/DatabasePanel.tsx","layer":"ssr"},"startTime":1769492301262,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":13176,"timestamp":133730380,"id":467,"parentId":447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unstable-rethrow.server.js","layer":"ssr"},"startTime":1769492301268,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":25728,"timestamp":133724527,"id":464,"parentId":422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/testing/TestRunner.tsx","layer":"ssr"},"startTime":1769492301262,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":28474,"timestamp":133724692,"id":465,"parentId":422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/env/EnvPanel.tsx","layer":"ssr"},"startTime":1769492301262,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":25700,"timestamp":133730629,"id":469,"parentId":422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/checkpoint/CheckpointPanel.tsx","layer":"ssr"},"startTime":1769492301268,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":54635,"timestamp":133730227,"id":466,"parentId":458,"tags":{"name":"__barrel_optimize__?names=MessageSquarePlus!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301268,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1638,"timestamp":133816070,"id":470,"parentId":467,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"ssr"},"startTime":1769492301354,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":9278,"timestamp":133816420,"id":474,"parentId":434,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/middleware.mjs","layer":"ssr"},"startTime":1769492301354,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":23904,"timestamp":133816257,"id":471,"parentId":460,"tags":{"name":"__barrel_optimize__?names=ChevronDown,ChevronRight,File,Folder,FolderOpen,RefreshCw!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301354,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":24117,"timestamp":133816329,"id":472,"parentId":462,"tags":{"name":"__barrel_optimize__?names=Check,Copy,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301354,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":24931,"timestamp":133816376,"id":473,"parentId":459,"tags":{"name":"__barrel_optimize__?names=ExternalLink,Loader2,Monitor,Package,Play,RefreshCw,RotateCcw,Smartphone,Square,Tablet,Terminal,Zap!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301354,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":13765,"timestamp":133827986,"id":475,"parentId":463,"tags":{"name":"__barrel_optimize__?names=AlertCircle,ChevronLeft,ChevronRight,Database,Play,RefreshCw,Table,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301366,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":13843,"timestamp":133828252,"id":477,"parentId":465,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Eye,EyeOff,FileText,Plus,RefreshCw,Save,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301366,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":14326,"timestamp":133828159,"id":476,"parentId":464,"tags":{"name":"__barrel_optimize__?names=AlertCircle,CheckCircle,Clock,FlaskConical,Play,Plus,RefreshCw,Trash2,XCircle!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301366,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":14612,"timestamp":133828332,"id":478,"parentId":469,"tags":{"name":"__barrel_optimize__?names=AlertCircle,ChevronDown,ChevronRight,Clock,FileText,GitBranch,Plus,RefreshCw,RotateCcw!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301366,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3264,"timestamp":133854233,"id":479,"parentId":449,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-external.js","layer":"ssr"},"startTime":1769492301392,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6384,"timestamp":133854387,"id":480,"parentId":437,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"ssr"},"startTime":1769492301392,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6647,"timestamp":133854483,"id":481,"parentId":440,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/database.js","layer":"ssr"},"startTime":1769492301392,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3622,"timestamp":133857853,"id":483,"parentId":440,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/flask-conical.js","layer":"ssr"},"startTime":1769492301396,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":829,"timestamp":133861613,"id":487,"parentId":425,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/index.mjs","layer":"ssr"},"startTime":1769492301399,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6511,"timestamp":133857932,"id":484,"parentId":440,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder-tree.js","layer":"ssr"},"startTime":1769492301396,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6786,"timestamp":133857997,"id":485,"parentId":440,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/git-branch.js","layer":"ssr"},"startTime":1769492301396,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7439,"timestamp":133858087,"id":486,"parentId":440,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/settings-2.js","layer":"ssr"},"startTime":1769492301396,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8593,"timestamp":133857725,"id":482,"parentId":440,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/eye.js","layer":"ssr"},"startTime":1769492301395,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2862,"timestamp":133869518,"id":488,"parentId":440,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/x.js","layer":"ssr"},"startTime":1769492301407,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2985,"timestamp":133869709,"id":490,"parentId":442,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/plus.js","layer":"ssr"},"startTime":1769492301407,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3220,"timestamp":133869779,"id":491,"parentId":442,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/sparkles.js","layer":"ssr"},"startTime":1769492301407,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3598,"timestamp":133869838,"id":492,"parentId":439,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/settings.js","layer":"ssr"},"startTime":1769492301407,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2933,"timestamp":133871188,"id":493,"parentId":438,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/check.js","layer":"ssr"},"startTime":1769492301409,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3095,"timestamp":133871313,"id":494,"parentId":438,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder-open.js","layer":"ssr"},"startTime":1769492301409,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5365,"timestamp":133871395,"id":495,"parentId":438,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/loader-circle.js","layer":"ssr"},"startTime":1769492301409,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5629,"timestamp":133871465,"id":496,"parentId":438,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/refresh-cw.js","layer":"ssr"},"startTime":1769492301409,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5862,"timestamp":133871535,"id":497,"parentId":441,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/globe.js","layer":"ssr"},"startTime":1769492301409,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8999,"timestamp":133869636,"id":489,"parentId":439,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/arrow-left.js","layer":"ssr"},"startTime":1769492301407,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2431,"timestamp":133881749,"id":499,"parentId":441,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/smartphone.js","layer":"ssr"},"startTime":1769492301419,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2910,"timestamp":133881631,"id":498,"parentId":441,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/server.js","layer":"ssr"},"startTime":1769492301419,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5642,"timestamp":133881904,"id":501,"parentId":451,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/use-merged-ref.js","layer":"ssr"},"startTime":1769492301420,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6720,"timestamp":133881982,"id":502,"parentId":451,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/add-base-path.js","layer":"ssr"},"startTime":1769492301420,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7706,"timestamp":133881829,"id":500,"parentId":441,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/trash-2.js","layer":"ssr"},"startTime":1769492301419,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8116,"timestamp":133883132,"id":504,"parentId":451,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-instance.js","layer":"ssr"},"startTime":1769492301421,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9342,"timestamp":133883205,"id":505,"parentId":451,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/segment-cache.js","layer":"ssr"},"startTime":1769492301421,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9525,"timestamp":133883271,"id":506,"parentId":451,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/error-once.js","layer":"ssr"},"startTime":1769492301421,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":16115,"timestamp":133883332,"id":507,"parentId":451,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"ssr"},"startTime":1769492301421,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":18917,"timestamp":133883016,"id":503,"parentId":451,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/links.js","layer":"ssr"},"startTime":1769492301421,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4304,"timestamp":133906213,"id":508,"parentId":502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"ssr"},"startTime":1769492301444,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":7124,"timestamp":133906379,"id":509,"parentId":435,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/card.tsx","layer":"ssr"},"startTime":1769492301444,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":7458,"timestamp":133906713,"id":511,"parentId":458,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageList.tsx","layer":"ssr"},"startTime":1769492301444,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7436,"timestamp":133907052,"id":513,"parentId":466,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/message-square-plus.js","layer":"ssr"},"startTime":1769492301445,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":17780,"timestamp":133906876,"id":512,"parentId":459,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ConsoleViewer.tsx","layer":"ssr"},"startTime":1769492301445,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":20098,"timestamp":133906549,"id":510,"parentId":458,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageInput.tsx","layer":"ssr"},"startTime":1769492301444,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11433,"timestamp":133915526,"id":515,"parentId":471,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"ssr"},"startTime":1769492301453,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":13283,"timestamp":133915295,"id":514,"parentId":459,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ErrorOverlay.tsx","layer":"ssr"},"startTime":1769492301453,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":13196,"timestamp":133915703,"id":517,"parentId":471,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-right.js","layer":"ssr"},"startTime":1769492301453,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":13586,"timestamp":133915625,"id":516,"parentId":471,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/file.js","layer":"ssr"},"startTime":1769492301453,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":13732,"timestamp":133915775,"id":518,"parentId":471,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder.js","layer":"ssr"},"startTime":1769492301453,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6872,"timestamp":133930427,"id":519,"parentId":508,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"ssr"},"startTime":1769492301468,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2777,"timestamp":133940333,"id":521,"parentId":473,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/monitor.js","layer":"ssr"},"startTime":1769492301478,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3230,"timestamp":133940221,"id":520,"parentId":473,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/external-link.js","layer":"ssr"},"startTime":1769492301478,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9373,"timestamp":133940385,"id":522,"parentId":473,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/package.js","layer":"ssr"},"startTime":1769492301478,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9671,"timestamp":133940427,"id":523,"parentId":473,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/play.js","layer":"ssr"},"startTime":1769492301478,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10486,"timestamp":133940466,"id":524,"parentId":472,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/copy.js","layer":"ssr"},"startTime":1769492301478,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7696,"timestamp":133943574,"id":525,"parentId":512,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Download,Terminal,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301481,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7770,"timestamp":133943708,"id":526,"parentId":510,"tags":{"name":"__barrel_optimize__?names=Paperclip,Send!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301481,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8038,"timestamp":133943789,"id":527,"parentId":514,"tags":{"name":"__barrel_optimize__?names=Check,Copy,ExternalLink,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301481,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4111,"timestamp":133955606,"id":528,"parentId":473,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/rotate-ccw.js","layer":"ssr"},"startTime":1769492301493,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6329,"timestamp":133955740,"id":529,"parentId":473,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/square.js","layer":"ssr"},"startTime":1769492301493,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6615,"timestamp":133955826,"id":530,"parentId":473,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/terminal.js","layer":"ssr"},"startTime":1769492301493,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6836,"timestamp":133955893,"id":531,"parentId":473,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/zap.js","layer":"ssr"},"startTime":1769492301494,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7089,"timestamp":133955955,"id":532,"parentId":473,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/tablet.js","layer":"ssr"},"startTime":1769492301494,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4931,"timestamp":133959815,"id":533,"parentId":475,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-left.js","layer":"ssr"},"startTime":1769492301497,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5149,"timestamp":133959944,"id":534,"parentId":477,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/eye-off.js","layer":"ssr"},"startTime":1769492301498,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5347,"timestamp":133960057,"id":535,"parentId":475,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/table.js","layer":"ssr"},"startTime":1769492301498,"traceId":"bc7141d8d1ffa866"}]
7
- [{"name":"build-module-js","duration":434,"timestamp":134353031,"id":638,"parentId":608,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/index.js","layer":"ssr"},"startTime":1769492301891,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2316,"timestamp":134351506,"id":637,"parentId":633,"tags":{"name":"__barrel_optimize__?names=Check!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769492301889,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2050,"timestamp":134355767,"id":639,"parentId":636,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle.js","layer":"ssr"},"startTime":1769492301893,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1853,"timestamp":134358600,"id":640,"parentId":635,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-markdown@9.1.0_@types+react@19.2.7_react@19.2.3/node_modules/react-markdown/lib/index.js","layer":"ssr"},"startTime":1769492301896,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":630,"timestamp":134361705,"id":641,"parentId":638,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/lib/index.js","layer":"ssr"},"startTime":1769492301899,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":4871,"timestamp":134371749,"id":642,"parentId":631,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-radio-group@1.3.8_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@1_cjtgf3xmcqtfujhoownb73bnbi/node_modules/@radix-ui/react-radio-group/dist/index.mjs","layer":"ssr"},"startTime":1769492301909,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":1997,"timestamp":134377418,"id":644,"parentId":634,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-label@2.1.8_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19.2.7__ggc7d2jno3gcorzflrswkya7gm/node_modules/@radix-ui/react-label/dist/index.mjs","layer":"ssr"},"startTime":1769492301915,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":4470,"timestamp":134377271,"id":643,"parentId":633,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-checkbox@1.3.3_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19.2_bewiq6cjocmach7p37abfyy75a/node_modules/@radix-ui/react-checkbox/dist/index.mjs","layer":"ssr"},"startTime":1769492301915,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":488,"timestamp":134401889,"id":645,"parentId":640,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/html-url-attributes@3.0.1/node_modules/html-url-attributes/index.js","layer":"ssr"},"startTime":1769492301940,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":473,"timestamp":134410019,"id":646,"parentId":640,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-to-jsx-runtime@2.3.6/node_modules/hast-util-to-jsx-runtime/index.js","layer":"ssr"},"startTime":1769492301948,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":438,"timestamp":134412426,"id":647,"parentId":640,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/index.js","layer":"ssr"},"startTime":1769492301950,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":476,"timestamp":134415417,"id":648,"parentId":640,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/index.js","layer":"ssr"},"startTime":1769492301953,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":405,"timestamp":134418465,"id":649,"parentId":640,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/index.js","layer":"ssr"},"startTime":1769492301956,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":427,"timestamp":134419267,"id":650,"parentId":640,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/index.js","layer":"ssr"},"startTime":1769492301957,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":535,"timestamp":134422417,"id":651,"parentId":640,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/index.js","layer":"ssr"},"startTime":1769492301960,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":409,"timestamp":134426548,"id":652,"parentId":641,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/index.js","layer":"ssr"},"startTime":1769492301964,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":568,"timestamp":134427554,"id":653,"parentId":640,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.js","layer":"ssr"},"startTime":1769492301965,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":992,"timestamp":134432595,"id":654,"parentId":641,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.js","layer":"ssr"},"startTime":1769492301970,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":564,"timestamp":134452143,"id":655,"parentId":645,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/html-url-attributes@3.0.1/node_modules/html-url-attributes/lib/index.js","layer":"ssr"},"startTime":1769492301990,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2910,"timestamp":134453701,"id":656,"parentId":646,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-to-jsx-runtime@2.3.6/node_modules/hast-util-to-jsx-runtime/lib/index.js","layer":"ssr"},"startTime":1769492301991,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1933,"timestamp":134460999,"id":657,"parentId":647,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/lib/index.js","layer":"ssr"},"startTime":1769492301999,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2266,"timestamp":134461299,"id":658,"parentId":648,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/lib/index.js","layer":"ssr"},"startTime":1769492301999,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5496,"timestamp":134463935,"id":659,"parentId":649,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.js","layer":"ssr"},"startTime":1769492302002,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1509,"timestamp":134480174,"id":660,"parentId":650,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.js","layer":"ssr"},"startTime":1769492302018,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8629,"timestamp":134483569,"id":661,"parentId":651,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.js","layer":"ssr"},"startTime":1769492302021,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8972,"timestamp":134483824,"id":662,"parentId":652,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.js","layer":"ssr"},"startTime":1769492302021,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":3301,"timestamp":134541530,"id":663,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+primitive@1.1.3/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"ssr"},"startTime":1769492302079,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":3893,"timestamp":134541778,"id":664,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-primitive@2.1.3_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._vrijsupjqixawruberrfb56pbm/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"ssr"},"startTime":1769492302079,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":4194,"timestamp":134542116,"id":666,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"ssr"},"startTime":1769492302080,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":5256,"timestamp":134542274,"id":667,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-context@1.1.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"ssr"},"startTime":1769492302080,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":6702,"timestamp":134542423,"id":668,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"ssr"},"startTime":1769492302080,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":7049,"timestamp":134542566,"id":669,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-direction@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"ssr"},"startTime":1769492302080,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":22942,"timestamp":134541948,"id":665,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-roving-focus@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react_olorlwzqifzjwjsjwfg7df3ffe/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"ssr"},"startTime":1769492302080,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":4315,"timestamp":134565652,"id":670,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-previous@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"ssr"},"startTime":1769492302103,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":7643,"timestamp":134565908,"id":671,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-presence@1.1.5_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19.2_g7nvzcflnhogkdp32witcuayfy/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"ssr"},"startTime":1769492302104,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":685,"timestamp":134578471,"id":672,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-size@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"ssr"},"startTime":1769492302116,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":577,"timestamp":134592964,"id":673,"parentId":659,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.js","layer":"ssr"},"startTime":1769492302131,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":762,"timestamp":134599717,"id":674,"parentId":661,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.js","layer":"ssr"},"startTime":1769492302137,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":740,"timestamp":134599864,"id":675,"parentId":661,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.js","layer":"ssr"},"startTime":1769492302138,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":774,"timestamp":134599956,"id":676,"parentId":661,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.js","layer":"ssr"},"startTime":1769492302138,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":700,"timestamp":134603319,"id":677,"parentId":648,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/index.js","layer":"ssr"},"startTime":1769492302141,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":385,"timestamp":134607335,"id":678,"parentId":654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/index.js","layer":"ssr"},"startTime":1769492302145,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":868,"timestamp":134611965,"id":679,"parentId":654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions/index.js","layer":"ssr"},"startTime":1769492302150,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":417,"timestamp":134617464,"id":680,"parentId":654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/index.js","layer":"ssr"},"startTime":1769492302155,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":447,"timestamp":134618750,"id":681,"parentId":654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/index.js","layer":"ssr"},"startTime":1769492302156,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":379,"timestamp":134623254,"id":682,"parentId":654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/index.js","layer":"ssr"},"startTime":1769492302161,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":378,"timestamp":134626170,"id":683,"parentId":654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/index.js","layer":"ssr"},"startTime":1769492302164,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":28,"timestamp":134636873,"id":685,"parentId":675,"tags":{"name":"node:process","layer":null},"startTime":1769492302175,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":6,"timestamp":134636914,"id":686,"parentId":676,"tags":{"name":"node:url","layer":null},"startTime":1769492302175,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":4,"timestamp":134636924,"id":687,"parentId":674,"tags":{"name":"node:path","layer":null},"startTime":1769492302175,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":509,"timestamp":134636713,"id":684,"parentId":654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-tagfilter@2.0.0/node_modules/micromark-extension-gfm-tagfilter/index.js","layer":"ssr"},"startTime":1769492302174,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":697,"timestamp":134642951,"id":688,"parentId":656,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.js","layer":"ssr"},"startTime":1769492302181,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":373,"timestamp":134647264,"id":689,"parentId":656,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/estree-util-is-identifier-name@3.0.0/node_modules/estree-util-is-identifier-name/index.js","layer":"ssr"},"startTime":1769492302185,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":754,"timestamp":134649879,"id":690,"parentId":656,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/index.js","layer":"ssr"},"startTime":1769492302188,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":738,"timestamp":134650030,"id":691,"parentId":656,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/index.js","layer":"ssr"},"startTime":1769492302188,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":522,"timestamp":134654207,"id":692,"parentId":656,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.js","layer":"ssr"},"startTime":1769492302192,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":355,"timestamp":134655548,"id":693,"parentId":656,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/index.js","layer":"ssr"},"startTime":1769492302193,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":347,"timestamp":134658604,"id":694,"parentId":656,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/index.js","layer":"ssr"},"startTime":1769492302196,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":394,"timestamp":134663925,"id":695,"parentId":657,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/index.js","layer":"ssr"},"startTime":1769492302202,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":521,"timestamp":134665094,"id":696,"parentId":659,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js","layer":"ssr"},"startTime":1769492302203,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":400,"timestamp":134670889,"id":697,"parentId":659,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/index.js","layer":"ssr"},"startTime":1769492302209,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":610,"timestamp":134675434,"id":698,"parentId":659,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js","layer":"ssr"},"startTime":1769492302213,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1020,"timestamp":134681324,"id":699,"parentId":659,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js","layer":"ssr"},"startTime":1769492302219,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":678,"timestamp":134688649,"id":700,"parentId":676,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.js","layer":"ssr"},"startTime":1769492302226,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":697,"timestamp":134692353,"id":701,"parentId":656,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/style-to-js@1.1.21/node_modules/style-to-js/cjs/index.js","layer":"ssr"},"startTime":1769492302230,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":537,"timestamp":134695671,"id":702,"parentId":660,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/index.js","layer":"ssr"},"startTime":1769492302233,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":531,"timestamp":134695809,"id":703,"parentId":662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/index.js","layer":"ssr"},"startTime":1769492302233,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":868,"timestamp":134697953,"id":704,"parentId":644,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-primitive@2.1.4_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._4sfldbbhvd3xapj4euqmtg5wga/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"ssr"},"startTime":1769492302236,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":380,"timestamp":134701017,"id":705,"parentId":662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/index.js","layer":"ssr"},"startTime":1769492302239,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":392,"timestamp":134702275,"id":706,"parentId":662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/index.js","layer":"ssr"},"startTime":1769492302240,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":354,"timestamp":134705379,"id":707,"parentId":662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/index.js","layer":"ssr"},"startTime":1769492302243,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":616,"timestamp":134710746,"id":708,"parentId":662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/index.js","layer":"ssr"},"startTime":1769492302248,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":819,"timestamp":134710910,"id":709,"parentId":677,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/index.js","layer":"ssr"},"startTime":1769492302249,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1398,"timestamp":134713245,"id":710,"parentId":677,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/footer.js","layer":"ssr"},"startTime":1769492302251,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1692,"timestamp":134713386,"id":711,"parentId":677,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/index.js","layer":"ssr"},"startTime":1769492302251,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":599,"timestamp":134720802,"id":712,"parentId":678,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/html.js","layer":"ssr"},"startTime":1769492302258,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1259,"timestamp":134720943,"id":713,"parentId":678,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.js","layer":"ssr"},"startTime":1769492302259,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":2157,"timestamp":134740953,"id":714,"parentId":664,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-slot@1.2.3_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"ssr"},"startTime":1769492302279,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4675,"timestamp":134741127,"id":715,"parentId":680,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.js","layer":"ssr"},"startTime":1769492302279,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4938,"timestamp":134741223,"id":716,"parentId":680,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/html.js","layer":"ssr"},"startTime":1769492302279,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2645,"timestamp":134746965,"id":717,"parentId":681,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/syntax.js","layer":"ssr"},"startTime":1769492302285,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3908,"timestamp":134747185,"id":718,"parentId":681,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/html.js","layer":"ssr"},"startTime":1769492302285,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4696,"timestamp":134747291,"id":719,"parentId":682,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/html.js","layer":"ssr"},"startTime":1769492302285,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2544,"timestamp":134752893,"id":720,"parentId":682,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/syntax.js","layer":"ssr"},"startTime":1769492302291,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":644,"timestamp":134760935,"id":721,"parentId":683,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/html.js","layer":"ssr"},"startTime":1769492302299,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":976,"timestamp":134761087,"id":722,"parentId":683,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.js","layer":"ssr"},"startTime":1769492302299,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":784,"timestamp":134762689,"id":723,"parentId":668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-layout-effect@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"ssr"},"startTime":1769492302300,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1010,"timestamp":134762827,"id":724,"parentId":684,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-tagfilter@2.0.0/node_modules/micromark-extension-gfm-tagfilter/lib/index.js","layer":"ssr"},"startTime":1769492302300,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3690,"timestamp":134768419,"id":725,"parentId":689,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/estree-util-is-identifier-name@3.0.0/node_modules/estree-util-is-identifier-name/lib/index.js","layer":"ssr"},"startTime":1769492302306,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4106,"timestamp":134768552,"id":726,"parentId":690,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/aria.js","layer":"ssr"},"startTime":1769492302306,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5172,"timestamp":134768636,"id":727,"parentId":690,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/html.js","layer":"ssr"},"startTime":1769492302306,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":5608,"timestamp":134768711,"id":728,"parentId":668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-effect-event@0.0.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs","layer":"ssr"},"startTime":1769492302306,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7093,"timestamp":134768790,"id":729,"parentId":690,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/svg.js","layer":"ssr"},"startTime":1769492302306,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7330,"timestamp":134768870,"id":730,"parentId":690,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xlink.js","layer":"ssr"},"startTime":1769492302307,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7442,"timestamp":134768947,"id":731,"parentId":690,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xmlns.js","layer":"ssr"},"startTime":1769492302307,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7524,"timestamp":134769045,"id":732,"parentId":690,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xml.js","layer":"ssr"},"startTime":1769492302307,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":664,"timestamp":134779292,"id":733,"parentId":690,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/hast-to-react.js","layer":"ssr"},"startTime":1769492302317,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":981,"timestamp":134779493,"id":734,"parentId":690,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/find.js","layer":"ssr"},"startTime":1769492302317,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":569,"timestamp":134783890,"id":735,"parentId":690,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/normalize.js","layer":"ssr"},"startTime":1769492302322,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":684,"timestamp":134784039,"id":736,"parentId":690,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/merge.js","layer":"ssr"},"startTime":1769492302322,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":768,"timestamp":134785637,"id":738,"parentId":691,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/lib/index.js","layer":"ssr"},"startTime":1769492302323,"traceId":"bc7141d8d1ffa866"}]
8
- [{"name":"build-module-js","duration":1009,"timestamp":134785725,"id":739,"parentId":693,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/lib/index.js","layer":"ssr"},"startTime":1769492302323,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1468,"timestamp":134792378,"id":740,"parentId":694,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/lib/index.js","layer":"ssr"},"startTime":1769492302330,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":14298,"timestamp":134785504,"id":737,"parentId":665,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-collection@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19_3vqfgunzp4tkkuqnqgefg7qsai/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"ssr"},"startTime":1769492302323,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4338,"timestamp":134803158,"id":741,"parentId":695,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/lib/index.js","layer":"ssr"},"startTime":1769492302341,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":1770,"timestamp":134811462,"id":742,"parentId":665,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-id@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"ssr"},"startTime":1769492302349,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2206,"timestamp":134811680,"id":743,"parentId":701,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/style-to-js@1.1.21/node_modules/style-to-js/cjs/utilities.js","layer":"ssr"},"startTime":1769492302349,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2519,"timestamp":134811982,"id":744,"parentId":697,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.js","layer":"ssr"},"startTime":1769492302350,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1747,"timestamp":134816112,"id":745,"parentId":702,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/index.js","layer":"ssr"},"startTime":1769492302354,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2855,"timestamp":134819393,"id":746,"parentId":703,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/lib/index.js","layer":"ssr"},"startTime":1769492302357,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1817,"timestamp":134825171,"id":747,"parentId":705,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.js","layer":"ssr"},"startTime":1769492302363,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":2148,"timestamp":134828723,"id":748,"parentId":665,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-callback-ref@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"ssr"},"startTime":1769492302366,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3533,"timestamp":134828928,"id":749,"parentId":709,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/state.js","layer":"ssr"},"startTime":1769492302367,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3619,"timestamp":134829112,"id":750,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/break.js","layer":"ssr"},"startTime":1769492302367,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3750,"timestamp":134829264,"id":751,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js","layer":"ssr"},"startTime":1769492302367,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4092,"timestamp":134829418,"id":752,"parentId":706,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/lib/index.js","layer":"ssr"},"startTime":1769492302367,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1144,"timestamp":134835485,"id":753,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/code.js","layer":"ssr"},"startTime":1769492302373,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":908,"timestamp":134838939,"id":754,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/delete.js","layer":"ssr"},"startTime":1769492302377,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":966,"timestamp":134839158,"id":755,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js","layer":"ssr"},"startTime":1769492302377,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":987,"timestamp":134845272,"id":756,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js","layer":"ssr"},"startTime":1769492302383,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1025,"timestamp":134845423,"id":757,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/heading.js","layer":"ssr"},"startTime":1769492302383,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1075,"timestamp":134845521,"id":758,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/html.js","layer":"ssr"},"startTime":1769492302383,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1140,"timestamp":134847460,"id":759,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/image.js","layer":"ssr"},"startTime":1769492302385,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1238,"timestamp":134847652,"id":760,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js","layer":"ssr"},"startTime":1769492302385,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1342,"timestamp":134847800,"id":761,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js","layer":"ssr"},"startTime":1769492302385,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1519,"timestamp":134847893,"id":762,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js","layer":"ssr"},"startTime":1769492302386,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1287,"timestamp":134856180,"id":763,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/link.js","layer":"ssr"},"startTime":1769492302394,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1852,"timestamp":134856395,"id":764,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/list-item.js","layer":"ssr"},"startTime":1769492302394,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2092,"timestamp":134856561,"id":765,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/list.js","layer":"ssr"},"startTime":1769492302394,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1662,"timestamp":134861046,"id":766,"parentId":679,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.js","layer":"ssr"},"startTime":1769492302399,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1715,"timestamp":134861240,"id":767,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/root.js","layer":"ssr"},"startTime":1769492302399,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1803,"timestamp":134861396,"id":768,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/strong.js","layer":"ssr"},"startTime":1769492302399,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1863,"timestamp":134861546,"id":769,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js","layer":"ssr"},"startTime":1769492302399,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1576,"timestamp":134864246,"id":770,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/table.js","layer":"ssr"},"startTime":1769492302402,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1866,"timestamp":134864451,"id":771,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/table-row.js","layer":"ssr"},"startTime":1769492302402,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1971,"timestamp":134864612,"id":772,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/text.js","layer":"ssr"},"startTime":1769492302402,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2034,"timestamp":134864765,"id":773,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js","layer":"ssr"},"startTime":1769492302402,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":587,"timestamp":134870298,"id":774,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js","layer":"ssr"},"startTime":1769492302408,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1356,"timestamp":134873711,"id":775,"parentId":707,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/lib/index.js","layer":"ssr"},"startTime":1769492302411,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1834,"timestamp":134876995,"id":776,"parentId":708,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/lib/index.js","layer":"ssr"},"startTime":1769492302415,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1828,"timestamp":134903118,"id":777,"parentId":720,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/edit-map.js","layer":"ssr"},"startTime":1769492302441,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2074,"timestamp":134903351,"id":778,"parentId":720,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/infer.js","layer":"ssr"},"startTime":1769492302441,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1643,"timestamp":134907024,"id":779,"parentId":726,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/create.js","layer":"ssr"},"startTime":1769492302445,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1910,"timestamp":134907236,"id":780,"parentId":726,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/types.js","layer":"ssr"},"startTime":1769492302445,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2019,"timestamp":134907395,"id":781,"parentId":727,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-insensitive-transform.js","layer":"ssr"},"startTime":1769492302445,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2059,"timestamp":134907553,"id":782,"parentId":729,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-sensitive-transform.js","layer":"ssr"},"startTime":1769492302445,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1648,"timestamp":134910095,"id":783,"parentId":734,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/info.js","layer":"ssr"},"startTime":1769492302448,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1968,"timestamp":134910294,"id":784,"parentId":734,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/defined-info.js","layer":"ssr"},"startTime":1769492302448,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2100,"timestamp":134910456,"id":785,"parentId":736,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/schema.js","layer":"ssr"},"startTime":1769492302448,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":923,"timestamp":134918332,"id":786,"parentId":701,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/style-to-object@1.0.14/node_modules/style-to-object/cjs/index.js","layer":"ssr"},"startTime":1769492302456,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1431,"timestamp":134924611,"id":787,"parentId":710,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-sanitize-uri@2.0.1/node_modules/micromark-util-sanitize-uri/index.js","layer":"ssr"},"startTime":1769492302462,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":662,"timestamp":134928410,"id":788,"parentId":713,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.js","layer":"ssr"},"startTime":1769492302466,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":653,"timestamp":134930833,"id":789,"parentId":713,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all/index.js","layer":"ssr"},"startTime":1769492302468,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":835,"timestamp":134942366,"id":790,"parentId":760,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/revert.js","layer":"ssr"},"startTime":1769492302480,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":548,"timestamp":134943760,"id":791,"parentId":745,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/color.node.js","layer":"ssr"},"startTime":1769492302481,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1422,"timestamp":134951617,"id":792,"parentId":715,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.js","layer":"ssr"},"startTime":1769492302489,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":807,"timestamp":134958870,"id":793,"parentId":717,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.js","layer":"ssr"},"startTime":1769492302497,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":905,"timestamp":134963497,"id":794,"parentId":717,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/index.js","layer":"ssr"},"startTime":1769492302501,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":654,"timestamp":134966538,"id":795,"parentId":717,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier/index.js","layer":"ssr"},"startTime":1769492302504,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":546,"timestamp":134977602,"id":796,"parentId":740,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/index.js","layer":"ssr"},"startTime":1769492302515,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":524,"timestamp":134987145,"id":797,"parentId":741,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/index.js","layer":"ssr"},"startTime":1769492302525,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":851,"timestamp":134991309,"id":798,"parentId":741,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/index.js","layer":"ssr"},"startTime":1769492302529,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":824,"timestamp":134994513,"id":799,"parentId":741,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-decode-numeric-character-reference@2.0.2/node_modules/micromark-util-decode-numeric-character-reference/index.js","layer":"ssr"},"startTime":1769492302532,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1004,"timestamp":134997307,"id":800,"parentId":741,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.js","layer":"ssr"},"startTime":1769492302535,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":656,"timestamp":135002894,"id":801,"parentId":741,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/decode-named-character-reference@1.2.0/node_modules/decode-named-character-reference/index.js","layer":"ssr"},"startTime":1769492302541,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":538,"timestamp":135007484,"id":802,"parentId":745,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-is@6.0.1/node_modules/unist-util-is/index.js","layer":"ssr"},"startTime":1769492302545,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":710,"timestamp":135013970,"id":803,"parentId":746,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js","layer":"ssr"},"startTime":1769492302552,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":961,"timestamp":135018409,"id":804,"parentId":710,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/index.js","layer":"ssr"},"startTime":1769492302556,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":567,"timestamp":135020227,"id":805,"parentId":746,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/index.js","layer":"ssr"},"startTime":1769492302558,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2462,"timestamp":135023771,"id":806,"parentId":794,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.js","layer":"ssr"},"startTime":1769492302561,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3224,"timestamp":135023973,"id":807,"parentId":794,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.js","layer":"ssr"},"startTime":1769492302562,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1328,"timestamp":135029991,"id":808,"parentId":794,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.js","layer":"ssr"},"startTime":1769492302568,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1737,"timestamp":135030205,"id":809,"parentId":794,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/block-quote.js","layer":"ssr"},"startTime":1769492302568,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2260,"timestamp":135036219,"id":810,"parentId":772,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.js","layer":"ssr"},"startTime":1769492302574,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2445,"timestamp":135036416,"id":811,"parentId":794,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-escape.js","layer":"ssr"},"startTime":1769492302574,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2989,"timestamp":135036564,"id":812,"parentId":794,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-reference.js","layer":"ssr"},"startTime":1769492302574,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4378,"timestamp":135036701,"id":813,"parentId":794,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-fenced.js","layer":"ssr"},"startTime":1769492302574,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5364,"timestamp":135036837,"id":814,"parentId":794,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-text.js","layer":"ssr"},"startTime":1769492302574,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6015,"timestamp":135036962,"id":815,"parentId":794,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-indented.js","layer":"ssr"},"startTime":1769492302575,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1255,"timestamp":135044830,"id":816,"parentId":794,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.js","layer":"ssr"},"startTime":1769492302582,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1701,"timestamp":135047591,"id":817,"parentId":794,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.js","layer":"ssr"},"startTime":1769492302585,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1853,"timestamp":135047788,"id":818,"parentId":794,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/hard-break-escape.js","layer":"ssr"},"startTime":1769492302585,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1997,"timestamp":135052580,"id":819,"parentId":794,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/heading-atx.js","layer":"ssr"},"startTime":1769492302590,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4747,"timestamp":135052775,"id":820,"parentId":794,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-flow.js","layer":"ssr"},"startTime":1769492302590,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4046,"timestamp":135058903,"id":821,"parentId":794,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-end.js","layer":"ssr"},"startTime":1769492302597,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4254,"timestamp":135059123,"id":822,"parentId":794,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-link.js","layer":"ssr"},"startTime":1769492302597,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6151,"timestamp":135059367,"id":823,"parentId":794,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-text.js","layer":"ssr"},"startTime":1769492302597,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6450,"timestamp":135059526,"id":824,"parentId":794,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-image.js","layer":"ssr"},"startTime":1769492302597,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6643,"timestamp":135059666,"id":825,"parentId":794,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.js","layer":"ssr"},"startTime":1769492302597,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":919,"timestamp":135072464,"id":826,"parentId":775,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/index.js","layer":"ssr"},"startTime":1769492302610,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1901,"timestamp":135072615,"id":827,"parentId":794,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.js","layer":"ssr"},"startTime":1769492302610,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2329,"timestamp":135072717,"id":828,"parentId":794,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/thematic-break.js","layer":"ssr"},"startTime":1769492302610,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3143,"timestamp":135072800,"id":829,"parentId":794,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/setext-underline.js","layer":"ssr"},"startTime":1769492302610,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":633,"timestamp":135079975,"id":830,"parentId":796,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/lib/index.js","layer":"ssr"},"startTime":1769492302618,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2288,"timestamp":135082512,"id":831,"parentId":776,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.js","layer":"ssr"},"startTime":1769492302620,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2646,"timestamp":135082730,"id":832,"parentId":797,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/lib/index.js","layer":"ssr"},"startTime":1769492302620,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4546,"timestamp":135085975,"id":833,"parentId":798,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/compile.js","layer":"ssr"},"startTime":1769492302624,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4802,"timestamp":135086191,"id":834,"parentId":798,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.js","layer":"ssr"},"startTime":1769492302624,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4897,"timestamp":135086363,"id":835,"parentId":798,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.js","layer":"ssr"},"startTime":1769492302624,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1221,"timestamp":135095491,"id":836,"parentId":798,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.js","layer":"ssr"},"startTime":1769492302633,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1463,"timestamp":135100228,"id":837,"parentId":802,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-is@6.0.1/node_modules/unist-util-is/lib/index.js","layer":"ssr"},"startTime":1769492302638,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2123,"timestamp":135103895,"id":838,"parentId":786,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/inline-style-parser@0.2.7/node_modules/inline-style-parser/cjs/index.js","layer":"ssr"},"startTime":1769492302642,"traceId":"bc7141d8d1ffa866"}]
9
- [{"name":"build-module-js","duration":2776,"timestamp":135104116,"id":839,"parentId":804,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/deserialize.js","layer":"ssr"},"startTime":1769492302642,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1950,"timestamp":135110463,"id":840,"parentId":804,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/serialize.js","layer":"ssr"},"startTime":1769492302648,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":982,"timestamp":135115982,"id":841,"parentId":787,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-encode@2.0.1/node_modules/micromark-util-encode/index.js","layer":"ssr"},"startTime":1769492302654,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":2560,"timestamp":135116200,"id":842,"parentId":704,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-slot@1.2.4_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"ssr"},"startTime":1769492302654,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1791,"timestamp":135123419,"id":843,"parentId":834,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.js","layer":"ssr"},"startTime":1769492302661,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4092,"timestamp":135123634,"id":844,"parentId":805,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/lib/index.js","layer":"ssr"},"startTime":1769492302661,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3028,"timestamp":135128838,"id":845,"parentId":834,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.js","layer":"ssr"},"startTime":1769492302666,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1603,"timestamp":135142016,"id":846,"parentId":826,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/index.js","layer":"ssr"},"startTime":1769492302680,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1905,"timestamp":135142236,"id":847,"parentId":826,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.js","layer":"ssr"},"startTime":1769492302680,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1967,"timestamp":135156546,"id":848,"parentId":839,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/types.js","layer":"ssr"},"startTime":1769492302694,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2383,"timestamp":135156774,"id":849,"parentId":834,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.js","layer":"ssr"},"startTime":1769492302694,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3987,"timestamp":135156940,"id":850,"parentId":834,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.js","layer":"ssr"},"startTime":1769492302695,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4327,"timestamp":135157113,"id":851,"parentId":834,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.js","layer":"ssr"},"startTime":1769492302695,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5526,"timestamp":135157263,"id":852,"parentId":834,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.js","layer":"ssr"},"startTime":1769492302695,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5589,"timestamp":135171441,"id":853,"parentId":801,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/character-entities@2.0.2/node_modules/character-entities/index.js","layer":"ssr"},"startTime":1769492302709,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1587,"timestamp":135191439,"id":854,"parentId":846,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/configure.js","layer":"ssr"},"startTime":1769492302729,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1855,"timestamp":135191693,"id":855,"parentId":846,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/join.js","layer":"ssr"},"startTime":1769492302729,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2277,"timestamp":135191857,"id":856,"parentId":846,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/unsafe.js","layer":"ssr"},"startTime":1769492302730,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2189,"timestamp":135198857,"id":857,"parentId":816,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.js","layer":"ssr"},"startTime":1769492302737,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1502,"timestamp":135202261,"id":858,"parentId":847,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.js","layer":"ssr"},"startTime":1769492302740,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1715,"timestamp":135202477,"id":859,"parentId":847,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.js","layer":"ssr"},"startTime":1769492302740,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2176,"timestamp":135202638,"id":860,"parentId":847,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.js","layer":"ssr"},"startTime":1769492302740,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2651,"timestamp":135202788,"id":861,"parentId":847,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.js","layer":"ssr"},"startTime":1769492302740,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2795,"timestamp":135209754,"id":862,"parentId":817,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.js","layer":"ssr"},"startTime":1769492302747,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3162,"timestamp":135209969,"id":863,"parentId":847,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.js","layer":"ssr"},"startTime":1769492302748,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3595,"timestamp":135210149,"id":864,"parentId":847,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.js","layer":"ssr"},"startTime":1769492302748,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3671,"timestamp":135210301,"id":865,"parentId":847,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.js","layer":"ssr"},"startTime":1769492302748,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3988,"timestamp":135210451,"id":866,"parentId":847,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.js","layer":"ssr"},"startTime":1769492302748,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4483,"timestamp":135210594,"id":867,"parentId":847,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.js","layer":"ssr"},"startTime":1769492302748,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4934,"timestamp":135210736,"id":868,"parentId":847,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.js","layer":"ssr"},"startTime":1769492302748,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1736,"timestamp":135219603,"id":869,"parentId":847,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.js","layer":"ssr"},"startTime":1769492302757,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2330,"timestamp":135219810,"id":870,"parentId":847,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.js","layer":"ssr"},"startTime":1769492302757,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2645,"timestamp":135219965,"id":871,"parentId":847,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.js","layer":"ssr"},"startTime":1769492302758,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1623,"timestamp":135225153,"id":872,"parentId":817,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.js","layer":"ssr"},"startTime":1769492302763,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2041,"timestamp":135225356,"id":873,"parentId":847,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.js","layer":"ssr"},"startTime":1769492302763,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1807,"timestamp":135228254,"id":874,"parentId":847,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.js","layer":"ssr"},"startTime":1769492302766,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1871,"timestamp":135228449,"id":875,"parentId":847,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.js","layer":"ssr"},"startTime":1769492302766,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2298,"timestamp":135228617,"id":876,"parentId":847,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.js","layer":"ssr"},"startTime":1769492302766,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2367,"timestamp":135228772,"id":877,"parentId":847,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.js","layer":"ssr"},"startTime":1769492302766,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2519,"timestamp":135228923,"id":878,"parentId":847,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js","layer":"ssr"},"startTime":1769492302767,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":739,"timestamp":135236785,"id":879,"parentId":817,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.js","layer":"ssr"},"startTime":1769492302774,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1073,"timestamp":135240041,"id":880,"parentId":817,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.js","layer":"ssr"},"startTime":1769492302778,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1277,"timestamp":135242564,"id":881,"parentId":846,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/association.js","layer":"ssr"},"startTime":1769492302780,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1475,"timestamp":135242769,"id":882,"parentId":846,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js","layer":"ssr"},"startTime":1769492302780,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2186,"timestamp":135242929,"id":883,"parentId":846,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js","layer":"ssr"},"startTime":1769492302781,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1271,"timestamp":135246468,"id":884,"parentId":820,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-html-tag-name@2.0.1/node_modules/micromark-util-html-tag-name/index.js","layer":"ssr"},"startTime":1769492302784,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1621,"timestamp":135246673,"id":885,"parentId":846,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-flow.js","layer":"ssr"},"startTime":1769492302784,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":784,"timestamp":135250436,"id":886,"parentId":846,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/indent-lines.js","layer":"ssr"},"startTime":1769492302788,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1539,"timestamp":135254141,"id":887,"parentId":846,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/safe.js","layer":"ssr"},"startTime":1769492302792,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":963,"timestamp":135256853,"id":888,"parentId":846,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/track.js","layer":"ssr"},"startTime":1769492302795,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":718,"timestamp":135266456,"id":889,"parentId":855,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js","layer":"ssr"},"startTime":1769492302804,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1051,"timestamp":135267800,"id":890,"parentId":855,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js","layer":"ssr"},"startTime":1769492302805,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1206,"timestamp":135268023,"id":891,"parentId":859,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js","layer":"ssr"},"startTime":1769492302806,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1952,"timestamp":135275555,"id":892,"parentId":860,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.js","layer":"ssr"},"startTime":1769492302813,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1992,"timestamp":135275760,"id":893,"parentId":863,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js","layer":"ssr"},"startTime":1769492302813,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2062,"timestamp":135275922,"id":894,"parentId":861,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.js","layer":"ssr"},"startTime":1769492302814,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2114,"timestamp":135276104,"id":895,"parentId":863,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js","layer":"ssr"},"startTime":1769492302814,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2176,"timestamp":135276266,"id":896,"parentId":869,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js","layer":"ssr"},"startTime":1769492302814,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2429,"timestamp":135276415,"id":897,"parentId":863,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.js","layer":"ssr"},"startTime":1769492302814,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1184,"timestamp":135282257,"id":898,"parentId":869,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js","layer":"ssr"},"startTime":1769492302820,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1239,"timestamp":135282462,"id":899,"parentId":869,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js","layer":"ssr"},"startTime":1769492302820,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1015,"timestamp":135284316,"id":900,"parentId":869,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.js","layer":"ssr"},"startTime":1769492302822,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1299,"timestamp":135284505,"id":901,"parentId":870,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js","layer":"ssr"},"startTime":1769492302822,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1422,"timestamp":135288941,"id":902,"parentId":876,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.js","layer":"ssr"},"startTime":1769492302827,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1457,"timestamp":135289161,"id":903,"parentId":873,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js","layer":"ssr"},"startTime":1769492302827,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1515,"timestamp":135289327,"id":904,"parentId":878,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js","layer":"ssr"},"startTime":1769492302827,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2443,"timestamp":135289481,"id":905,"parentId":857,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/lib/splice-buffer.js","layer":"ssr"},"startTime":1769492302827,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":777,"timestamp":135302124,"id":906,"parentId":846,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js","layer":"ssr"},"startTime":1769492302840,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":637,"timestamp":135308497,"id":907,"parentId":844,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.js","layer":"ssr"},"startTime":1769492302846,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":700,"timestamp":135309513,"id":908,"parentId":860,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.js","layer":"ssr"},"startTime":1769492302847,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":553,"timestamp":135310755,"id":909,"parentId":874,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/index.js","layer":"ssr"},"startTime":1769492302848,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":694,"timestamp":135312604,"id":910,"parentId":909,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.js","layer":"ssr"},"startTime":1769492302850,"traceId":"bc7141d8d1ffa866"},{"name":"make","duration":5068172,"timestamp":130253088,"id":22,"parentId":20,"tags":{},"startTime":1769492297791,"traceId":"bc7141d8d1ffa866"},{"name":"get-entries","duration":474,"timestamp":135322965,"id":912,"parentId":911,"tags":{},"startTime":1769492302861,"traceId":"bc7141d8d1ffa866"},{"name":"node-file-trace-plugin","duration":84063,"timestamp":135326670,"id":913,"parentId":911,"tags":{"traceEntryCount":"10"},"startTime":1769492302864,"traceId":"bc7141d8d1ffa866"},{"name":"collect-traced-files","duration":795,"timestamp":135410749,"id":914,"parentId":911,"tags":{},"startTime":1769492302948,"traceId":"bc7141d8d1ffa866"},{"name":"finish-modules","duration":88791,"timestamp":135322764,"id":911,"parentId":21,"tags":{},"startTime":1769492302860,"traceId":"bc7141d8d1ffa866"},{"name":"chunk-graph","duration":21693,"timestamp":135470422,"id":916,"parentId":915,"tags":{},"startTime":1769492303008,"traceId":"bc7141d8d1ffa866"},{"name":"optimize-modules","duration":37,"timestamp":135492286,"id":918,"parentId":915,"tags":{},"startTime":1769492303030,"traceId":"bc7141d8d1ffa866"},{"name":"optimize-chunks","duration":18383,"timestamp":135492440,"id":919,"parentId":915,"tags":{},"startTime":1769492303030,"traceId":"bc7141d8d1ffa866"},{"name":"optimize-tree","duration":131,"timestamp":135510903,"id":920,"parentId":915,"tags":{},"startTime":1769492303049,"traceId":"bc7141d8d1ffa866"},{"name":"optimize-chunk-modules","duration":23757,"timestamp":135511112,"id":921,"parentId":915,"tags":{},"startTime":1769492303049,"traceId":"bc7141d8d1ffa866"},{"name":"optimize","duration":42743,"timestamp":135492212,"id":917,"parentId":915,"tags":{},"startTime":1769492303030,"traceId":"bc7141d8d1ffa866"},{"name":"module-hash","duration":29473,"timestamp":135557985,"id":922,"parentId":915,"tags":{},"startTime":1769492303096,"traceId":"bc7141d8d1ffa866"},{"name":"code-generation","duration":509261,"timestamp":135587511,"id":923,"parentId":915,"tags":{},"startTime":1769492303125,"traceId":"bc7141d8d1ffa866"},{"name":"hash","duration":11062,"timestamp":136103866,"id":924,"parentId":915,"tags":{},"startTime":1769492303642,"traceId":"bc7141d8d1ffa866"},{"name":"code-generation-jobs","duration":818,"timestamp":136114923,"id":925,"parentId":915,"tags":{},"startTime":1769492303653,"traceId":"bc7141d8d1ffa866"},{"name":"module-assets","duration":565,"timestamp":136115680,"id":926,"parentId":915,"tags":{},"startTime":1769492303653,"traceId":"bc7141d8d1ffa866"},{"name":"create-chunk-assets","duration":7907,"timestamp":136116273,"id":927,"parentId":915,"tags":{},"startTime":1769492303654,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":110619,"timestamp":136159195,"id":930,"parentId":928,"tags":{"name":"../pages/_app.js","cache":"MISS"},"startTime":1769492303697,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":105148,"timestamp":136164784,"id":932,"parentId":928,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1769492303702,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":118938,"timestamp":136151030,"id":929,"parentId":928,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1769492303689,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":60381,"timestamp":136209614,"id":935,"parentId":928,"tags":{"name":"../pages/_document.js","cache":"MISS"},"startTime":1769492303747,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":61493,"timestamp":136208608,"id":934,"parentId":928,"tags":{"name":"../app/settings/page.js","cache":"MISS"},"startTime":1769492303746,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":60480,"timestamp":136209664,"id":936,"parentId":928,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1769492303747,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":148258,"timestamp":136159583,"id":931,"parentId":928,"tags":{"name":"../pages/_error.js","cache":"MISS"},"startTime":1769492303697,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":126627,"timestamp":136227689,"id":939,"parentId":928,"tags":{"name":"799.js","cache":"MISS"},"startTime":1769492303765,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":130199,"timestamp":136229320,"id":940,"parentId":928,"tags":{"name":"392.js","cache":"MISS"},"startTime":1769492303767,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":161944,"timestamp":136222472,"id":938,"parentId":928,"tags":{"name":"490.js","cache":"MISS"},"startTime":1769492303760,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":348122,"timestamp":136167479,"id":933,"parentId":928,"tags":{"name":"../app/project/[id]/page.js","cache":"MISS"},"startTime":1769492303705,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":334568,"timestamp":136210028,"id":937,"parentId":928,"tags":{"name":"673.js","cache":"MISS"},"startTime":1769492303748,"traceId":"bc7141d8d1ffa866"}]
10
- [{"name":"minify-webpack-plugin-optimize","duration":414328,"timestamp":136130287,"id":928,"parentId":20,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1769492303668,"traceId":"bc7141d8d1ffa866"},{"name":"css-minimizer-plugin","duration":171,"timestamp":136544858,"id":941,"parentId":20,"tags":{},"startTime":1769492304083,"traceId":"bc7141d8d1ffa866"},{"name":"create-trace-assets","duration":1374,"timestamp":136545225,"id":942,"parentId":21,"tags":{},"startTime":1769492304083,"traceId":"bc7141d8d1ffa866"},{"name":"seal","duration":1113499,"timestamp":135442565,"id":915,"parentId":20,"tags":{},"startTime":1769492302980,"traceId":"bc7141d8d1ffa866"},{"name":"webpack-compilation","duration":6326969,"timestamp":130239597,"id":20,"parentId":17,"tags":{"name":"server"},"startTime":1769492297777,"traceId":"bc7141d8d1ffa866"},{"name":"emit","duration":6141,"timestamp":136566966,"id":943,"parentId":17,"tags":{},"startTime":1769492304105,"traceId":"bc7141d8d1ffa866"},{"name":"webpack-close","duration":558199,"timestamp":136574395,"id":944,"parentId":17,"tags":{"name":"server"},"startTime":1769492304112,"traceId":"bc7141d8d1ffa866"},{"name":"webpack-generate-error-stats","duration":2254,"timestamp":137132659,"id":945,"parentId":944,"tags":{},"startTime":1769492304670,"traceId":"bc7141d8d1ffa866"},{"name":"run-webpack-compiler","duration":7241581,"timestamp":129893716,"id":17,"parentId":16,"tags":{},"startTime":1769492297431,"traceId":"bc7141d8d1ffa866"},{"name":"format-webpack-messages","duration":74,"timestamp":137135307,"id":946,"parentId":16,"tags":{},"startTime":1769492304673,"traceId":"bc7141d8d1ffa866"},{"name":"worker-main-server","duration":7242301,"timestamp":129893219,"id":16,"parentId":1,"tags":{},"startTime":1769492297431,"traceId":"bc7141d8d1ffa866"},{"name":"create-entrypoints","duration":13321,"timestamp":137769481,"id":949,"parentId":947,"tags":{},"startTime":1769492305307,"traceId":"bc7141d8d1ffa866"},{"name":"generate-webpack-config","duration":83156,"timestamp":137782934,"id":950,"parentId":948,"tags":{},"startTime":1769492305321,"traceId":"bc7141d8d1ffa866"},{"name":"make","duration":746,"timestamp":137954786,"id":952,"parentId":951,"tags":{},"startTime":1769492305492,"traceId":"bc7141d8d1ffa866"},{"name":"chunk-graph","duration":586,"timestamp":137958540,"id":954,"parentId":953,"tags":{},"startTime":1769492305496,"traceId":"bc7141d8d1ffa866"},{"name":"optimize-modules","duration":47,"timestamp":137959259,"id":956,"parentId":953,"tags":{},"startTime":1769492305497,"traceId":"bc7141d8d1ffa866"},{"name":"optimize-chunks","duration":1256,"timestamp":137959438,"id":957,"parentId":953,"tags":{},"startTime":1769492305497,"traceId":"bc7141d8d1ffa866"},{"name":"optimize-tree","duration":153,"timestamp":137960773,"id":958,"parentId":953,"tags":{},"startTime":1769492305498,"traceId":"bc7141d8d1ffa866"},{"name":"optimize-chunk-modules","duration":490,"timestamp":137961154,"id":959,"parentId":953,"tags":{},"startTime":1769492305499,"traceId":"bc7141d8d1ffa866"},{"name":"optimize","duration":2541,"timestamp":137959193,"id":955,"parentId":953,"tags":{},"startTime":1769492305497,"traceId":"bc7141d8d1ffa866"},{"name":"module-hash","duration":83,"timestamp":137962780,"id":960,"parentId":953,"tags":{},"startTime":1769492305500,"traceId":"bc7141d8d1ffa866"},{"name":"code-generation","duration":216,"timestamp":137962904,"id":961,"parentId":953,"tags":{},"startTime":1769492305501,"traceId":"bc7141d8d1ffa866"},{"name":"hash","duration":372,"timestamp":137963353,"id":962,"parentId":953,"tags":{},"startTime":1769492305501,"traceId":"bc7141d8d1ffa866"},{"name":"code-generation-jobs","duration":118,"timestamp":137963722,"id":963,"parentId":953,"tags":{},"startTime":1769492305501,"traceId":"bc7141d8d1ffa866"},{"name":"module-assets","duration":75,"timestamp":137963812,"id":964,"parentId":953,"tags":{},"startTime":1769492305501,"traceId":"bc7141d8d1ffa866"},{"name":"create-chunk-assets","duration":197,"timestamp":137963896,"id":965,"parentId":953,"tags":{},"startTime":1769492305502,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":1138,"timestamp":137973347,"id":967,"parentId":966,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1769492305511,"traceId":"bc7141d8d1ffa866"},{"name":"minify-webpack-plugin-optimize","duration":2316,"timestamp":137972180,"id":966,"parentId":951,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1769492305510,"traceId":"bc7141d8d1ffa866"},{"name":"css-minimizer-plugin","duration":113,"timestamp":137974574,"id":968,"parentId":951,"tags":{},"startTime":1769492305512,"traceId":"bc7141d8d1ffa866"},{"name":"seal","duration":20219,"timestamp":137957822,"id":953,"parentId":951,"tags":{},"startTime":1769492305495,"traceId":"bc7141d8d1ffa866"},{"name":"webpack-compilation","duration":30698,"timestamp":137947735,"id":951,"parentId":948,"tags":{"name":"edge-server"},"startTime":1769492305485,"traceId":"bc7141d8d1ffa866"},{"name":"emit","duration":2671,"timestamp":137978770,"id":969,"parentId":948,"tags":{},"startTime":1769492305516,"traceId":"bc7141d8d1ffa866"},{"name":"webpack-close","duration":13456,"timestamp":137982594,"id":970,"parentId":948,"tags":{"name":"edge-server"},"startTime":1769492305520,"traceId":"bc7141d8d1ffa866"},{"name":"webpack-generate-error-stats","duration":3553,"timestamp":137996115,"id":971,"parentId":970,"tags":{},"startTime":1769492305534,"traceId":"bc7141d8d1ffa866"},{"name":"run-webpack-compiler","duration":230363,"timestamp":137769475,"id":948,"parentId":947,"tags":{},"startTime":1769492305307,"traceId":"bc7141d8d1ffa866"},{"name":"format-webpack-messages","duration":108,"timestamp":137999847,"id":972,"parentId":947,"tags":{},"startTime":1769492305537,"traceId":"bc7141d8d1ffa866"},{"name":"worker-main-edge-server","duration":230986,"timestamp":137769166,"id":947,"parentId":1,"tags":{},"startTime":1769492305307,"traceId":"bc7141d8d1ffa866"},{"name":"create-entrypoints","duration":14310,"timestamp":138657667,"id":975,"parentId":973,"tags":{},"startTime":1769492306195,"traceId":"bc7141d8d1ffa866"},{"name":"generate-webpack-config","duration":83058,"timestamp":138672128,"id":976,"parentId":974,"tags":{},"startTime":1769492306210,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":9612,"timestamp":138882315,"id":990,"parentId":981,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%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%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%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%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1769492306420,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":1324,"timestamp":138892116,"id":991,"parentId":986,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fcomponents%2FDevErrorRecovery.tsx%22%2C%22ids%22%3A%5B%22DevErrorRecovery%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1769492306430,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":490,"timestamp":138893470,"id":992,"parentId":987,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1769492306431,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":414,"timestamp":138893991,"id":993,"parentId":988,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fproject%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1769492306432,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":477,"timestamp":138894433,"id":994,"parentId":989,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1769492306432,"traceId":"bc7141d8d1ffa866"},{"name":"next-client-pages-loader","duration":222,"timestamp":138895607,"id":996,"parentId":995,"tags":{"absolutePagePath":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/global-not-found.js"},"startTime":1769492306433,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":4949,"timestamp":138894949,"id":995,"parentId":982,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!","layer":"app-pages-browser"},"startTime":1769492306433,"traceId":"bc7141d8d1ffa866"},{"name":"next-client-pages-loader","duration":49,"timestamp":138900691,"id":998,"parentId":997,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1769492306438,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":1524,"timestamp":138899932,"id":997,"parentId":983,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!","layer":"pages-dir-browser"},"startTime":1769492306438,"traceId":"bc7141d8d1ffa866"},{"name":"next-client-pages-loader","duration":82,"timestamp":138901629,"id":1000,"parentId":999,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1769492306439,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":1128,"timestamp":138901535,"id":999,"parentId":985,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!","layer":"pages-dir-browser"},"startTime":1769492306439,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":14100,"timestamp":138916448,"id":1001,"parentId":979,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/next.js","layer":"pages-dir-browser"},"startTime":1769492306454,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":14767,"timestamp":138918729,"id":1002,"parentId":980,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-next.js","layer":"app-pages-browser"},"startTime":1769492306456,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":36725,"timestamp":138919826,"id":1003,"parentId":984,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/router.js","layer":"pages-dir-browser"},"startTime":1769492306457,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4053,"timestamp":138968419,"id":1004,"parentId":995,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/global-not-found.js","layer":"app-pages-browser"},"startTime":1769492306506,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5624,"timestamp":138978884,"id":1005,"parentId":990,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-segment.js","layer":"app-pages-browser"},"startTime":1769492306517,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8802,"timestamp":138979186,"id":1007,"parentId":1001,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/webpack.js","layer":"pages-dir-browser"},"startTime":1769492306517,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11004,"timestamp":138979261,"id":1008,"parentId":990,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1769492306517,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":13547,"timestamp":138979426,"id":1010,"parentId":1002,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1769492306517,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":25806,"timestamp":138979511,"id":1011,"parentId":1002,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1769492306517,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":27100,"timestamp":138979654,"id":1013,"parentId":990,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1769492306517,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":28747,"timestamp":138979822,"id":1014,"parentId":990,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/global-error.js","layer":"app-pages-browser"},"startTime":1769492306518,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":32209,"timestamp":138979344,"id":1009,"parentId":1002,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1769492306517,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":45257,"timestamp":138979074,"id":1006,"parentId":990,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1769492306517,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":64430,"timestamp":138979588,"id":1012,"parentId":1001,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/index.js","layer":"pages-dir-browser"},"startTime":1769492306517,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3028,"timestamp":139079969,"id":1016,"parentId":1001,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"pages-dir-browser"},"startTime":1769492306618,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4130,"timestamp":139080398,"id":1017,"parentId":1002,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"app-pages-browser"},"startTime":1769492306618,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":15177,"timestamp":139071531,"id":1015,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/with-router.js","layer":"pages-dir-browser"},"startTime":1769492306609,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2590,"timestamp":139089926,"id":1018,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/is-error.js","layer":"pages-dir-browser"},"startTime":1769492306628,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4374,"timestamp":139094707,"id":1020,"parentId":990,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"app-pages-browser"},"startTime":1769492306632,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10680,"timestamp":139094569,"id":1019,"parentId":990,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"app-pages-browser"},"startTime":1769492306632,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11250,"timestamp":139136654,"id":1021,"parentId":990,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-components.js","layer":"app-pages-browser"},"startTime":1769492306674,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":22160,"timestamp":139151183,"id":1022,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/pages/_app.js","layer":"pages-dir-browser"},"startTime":1769492306689,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":21741,"timestamp":139152642,"id":1024,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769492306690,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":28360,"timestamp":139152509,"id":1023,"parentId":999,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/pages/_error.js","layer":"pages-dir-browser"},"startTime":1769492306690,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":38655,"timestamp":139152793,"id":1026,"parentId":1004,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"app-pages-browser"},"startTime":1769492306690,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":44659,"timestamp":139153162,"id":1029,"parentId":991,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"app-pages-browser"},"startTime":1769492306691,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":46395,"timestamp":139157299,"id":1030,"parentId":992,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"app-pages-browser"},"startTime":1769492306695,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":46716,"timestamp":139157720,"id":1032,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/invariant-error.js","layer":"app-pages-browser"},"startTime":1769492306695,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":52159,"timestamp":139152943,"id":1028,"parentId":990,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"app-pages-browser"},"startTime":1769492306691,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":62866,"timestamp":139152872,"id":1027,"parentId":1002,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1769492306691,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":62782,"timestamp":139157515,"id":1031,"parentId":994,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"app-pages-browser"},"startTime":1769492306695,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":106771,"timestamp":139152721,"id":1025,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/router.js","layer":"pages-dir-browser"},"startTime":1769492306690,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3576,"timestamp":139373273,"id":1033,"parentId":1007,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/deployment-id.js","layer":"pages-dir-browser"},"startTime":1769492306911,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5583,"timestamp":139373370,"id":1034,"parentId":1010,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/deployment-id.js","layer":"app-pages-browser"},"startTime":1769492306911,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6528,"timestamp":139373595,"id":1035,"parentId":1010,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"app-pages-browser"},"startTime":1769492306911,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8279,"timestamp":139373699,"id":1036,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-globals.js","layer":"app-pages-browser"},"startTime":1769492306911,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11082,"timestamp":139373780,"id":1037,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1769492306911,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12069,"timestamp":139373846,"id":1038,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-find-source-map-url.js","layer":"app-pages-browser"},"startTime":1769492306911,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":13005,"timestamp":139373905,"id":1039,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-build-id.js","layer":"app-pages-browser"},"startTime":1769492306912,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":14047,"timestamp":139374058,"id":1041,"parentId":1009,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/set-attributes-from-props.js","layer":"app-pages-browser"},"startTime":1769492306912,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":17216,"timestamp":139374125,"id":1042,"parentId":993,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"app-pages-browser"},"startTime":1769492306912,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":18549,"timestamp":139374341,"id":1044,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/route-announcer.js","layer":"pages-dir-browser"},"startTime":1769492306912,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":19496,"timestamp":139374389,"id":1045,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/remove-base-path.js","layer":"pages-dir-browser"},"startTime":1769492306912,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":23406,"timestamp":139373962,"id":1040,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/head-manager.js","layer":"pages-dir-browser"},"startTime":1769492306912,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":17952,"timestamp":139380280,"id":1046,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/has-base-path.js","layer":"pages-dir-browser"},"startTime":1769492306918,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":18320,"timestamp":139380406,"id":1047,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769492306918,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":18978,"timestamp":139380624,"id":1050,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769492306918,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":21338,"timestamp":139380696,"id":1051,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769492306918,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":31714,"timestamp":139374284,"id":1043,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/page-loader.js","layer":"pages-dir-browser"},"startTime":1769492306912,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":31273,"timestamp":139380555,"id":1049,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-instance.js","layer":"app-pages-browser"},"startTime":1769492306918,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":31876,"timestamp":139380489,"id":1048,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769492306918,"traceId":"bc7141d8d1ffa866"}]
11
- [{"name":"build-module-js","duration":24484,"timestamp":139388664,"id":1052,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/mitt.js","layer":"pages-dir-browser"},"startTime":1769492306926,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7445,"timestamp":139431272,"id":1055,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769492306969,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8585,"timestamp":139431185,"id":1054,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/runtime-config.external.js","layer":"pages-dir-browser"},"startTime":1769492306969,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11745,"timestamp":139431043,"id":1053,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils.js","layer":"pages-dir-browser"},"startTime":1769492306969,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":14476,"timestamp":139434657,"id":1056,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1769492306972,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":16349,"timestamp":139434850,"id":1057,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1769492306973,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":16956,"timestamp":139434977,"id":1058,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1769492306973,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11013,"timestamp":139443234,"id":1059,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1769492306981,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1310,"timestamp":139465860,"id":1077,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"pages-dir-browser"},"startTime":1769492307004,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11729,"timestamp":139459436,"id":1061,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/bfcache.js","layer":"app-pages-browser"},"startTime":1769492306997,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":14955,"timestamp":139459310,"id":1060,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/use-action-queue.js","layer":"app-pages-browser"},"startTime":1769492306997,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10103,"timestamp":139465184,"id":1062,"parentId":1014,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/handle-isr-error.js","layer":"app-pages-browser"},"startTime":1769492307003,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":653,"timestamp":139476669,"id":1088,"parentId":1016,"tags":{"layer":null},"startTime":1769492307014,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":567,"timestamp":139477348,"id":1089,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react@19.2.3/node_modules/react/jsx-runtime.js","layer":"pages-dir-browser"},"startTime":1769492307015,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":751,"timestamp":139477489,"id":1090,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react@19.2.3/node_modules/react/index.js","layer":"pages-dir-browser"},"startTime":1769492307015,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1306,"timestamp":139477538,"id":1091,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-dom@19.2.3_react@19.2.3/node_modules/react-dom/client.js","layer":"pages-dir-browser"},"startTime":1769492307015,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":15166,"timestamp":139465274,"id":1063,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/request/params.browser.js","layer":"app-pages-browser"},"startTime":1769492307003,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":16093,"timestamp":139465320,"id":1064,"parentId":1027,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1769492307003,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":16843,"timestamp":139465366,"id":1065,"parentId":1027,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1769492307003,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":18559,"timestamp":139465404,"id":1066,"parentId":1008,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/request/search-params.browser.js","layer":"app-pages-browser"},"startTime":1769492307003,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":19719,"timestamp":139465441,"id":1067,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1769492307003,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":24738,"timestamp":139465564,"id":1069,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/react-client-callbacks/error-boundary-callbacks.js","layer":"app-pages-browser"},"startTime":1769492307003,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":29534,"timestamp":139465609,"id":1070,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1769492307003,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":30891,"timestamp":139465650,"id":1071,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1769492307003,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":31616,"timestamp":139465727,"id":1073,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1769492307003,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":43640,"timestamp":139465766,"id":1074,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/script.js","layer":"pages-dir-browser"},"startTime":1769492307003,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":44081,"timestamp":139465826,"id":1076,"parentId":1027,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769492307003,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":44792,"timestamp":139465887,"id":1078,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"pages-dir-browser"},"startTime":1769492307004,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":45592,"timestamp":139465926,"id":1079,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1769492307004,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":50022,"timestamp":139465691,"id":1072,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1769492307003,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":50581,"timestamp":139465961,"id":1080,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-browser"},"startTime":1769492307004,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":51960,"timestamp":139465991,"id":1081,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"pages-dir-browser"},"startTime":1769492307004,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":55826,"timestamp":139466037,"id":1082,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1769492307004,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":57635,"timestamp":139465479,"id":1068,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"pages-dir-browser"},"startTime":1769492307003,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":57634,"timestamp":139466074,"id":1083,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1769492307004,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":58342,"timestamp":139465798,"id":1075,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769492307003,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":48085,"timestamp":139476456,"id":1086,"parentId":1018,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"pages-dir-browser"},"startTime":1769492307014,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":49170,"timestamp":139476390,"id":1085,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/adapters.js","layer":"pages-dir-browser"},"startTime":1769492307014,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":49830,"timestamp":139476280,"id":1084,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/is-next-router-error.js","layer":"pages-dir-browser"},"startTime":1769492307014,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":50889,"timestamp":139476521,"id":1087,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/tracing/tracer.js","layer":"pages-dir-browser"},"startTime":1769492307014,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5573,"timestamp":139551731,"id":1094,"parentId":1004,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1769492307089,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4777,"timestamp":139553144,"id":1098,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1769492307091,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1461,"timestamp":139556778,"id":1102,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1769492307094,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12769,"timestamp":139552628,"id":1095,"parentId":1036,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1769492307090,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":20906,"timestamp":139551493,"id":1092,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/portal/index.js","layer":"pages-dir-browser"},"startTime":1769492307089,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":24426,"timestamp":139551644,"id":1093,"parentId":1019,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1769492307089,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":24073,"timestamp":139553058,"id":1097,"parentId":1040,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/set-attributes-from-props.js","layer":"pages-dir-browser"},"startTime":1769492307091,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":25041,"timestamp":139553190,"id":1099,"parentId":1019,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"app-pages-browser"},"startTime":1769492307091,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1582,"timestamp":139580869,"id":1103,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1769492307119,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2043,"timestamp":139580942,"id":1104,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1769492307119,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6607,"timestamp":139581102,"id":1106,"parentId":1021,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-constants.js","layer":"app-pages-browser"},"startTime":1769492307119,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7649,"timestamp":139580981,"id":1105,"parentId":1019,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1769492307119,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10302,"timestamp":139581323,"id":1107,"parentId":1023,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-browser"},"startTime":1769492307119,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10776,"timestamp":139581985,"id":1109,"parentId":1057,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1769492307120,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3100,"timestamp":139603478,"id":1111,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"pages-dir-browser"},"startTime":1769492307141,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2475,"timestamp":139605322,"id":1114,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"pages-dir-browser"},"startTime":1769492307143,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6397,"timestamp":139604183,"id":1112,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1769492307142,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6317,"timestamp":139605112,"id":1113,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1769492307143,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7816,"timestamp":139605449,"id":1116,"parentId":1067,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1769492307143,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12411,"timestamp":139603342,"id":1110,"parentId":1026,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/styles/access-error-styles.js","layer":"app-pages-browser"},"startTime":1769492307141,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11056,"timestamp":139605368,"id":1115,"parentId":1027,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1769492307143,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":74719,"timestamp":139616773,"id":1117,"parentId":1078,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"pages-dir-browser"},"startTime":1769492307154,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":77147,"timestamp":139616900,"id":1118,"parentId":1027,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1769492307155,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":77919,"timestamp":139616987,"id":1119,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/add-base-path.js","layer":"pages-dir-browser"},"startTime":1769492307155,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":79267,"timestamp":139617143,"id":1121,"parentId":1027,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1769492307155,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":81554,"timestamp":139617210,"id":1122,"parentId":1027,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1769492307155,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":82663,"timestamp":139617282,"id":1123,"parentId":1027,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1769492307155,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":84009,"timestamp":139617072,"id":1120,"parentId":1027,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"app-pages-browser"},"startTime":1769492307155,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":84610,"timestamp":139617347,"id":1124,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"pages-dir-browser"},"startTime":1769492307155,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":85728,"timestamp":139617402,"id":1125,"parentId":1027,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1769492307155,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":87272,"timestamp":139617465,"id":1126,"parentId":1027,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1769492307155,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":88371,"timestamp":139617530,"id":1127,"parentId":1027,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-error.js","layer":"app-pages-browser"},"startTime":1769492307155,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":89312,"timestamp":139617654,"id":1129,"parentId":1084,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-error.js","layer":"pages-dir-browser"},"startTime":1769492307155,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":91513,"timestamp":139617703,"id":1130,"parentId":1084,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"pages-dir-browser"},"startTime":1769492307155,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":115063,"timestamp":139617592,"id":1128,"parentId":1027,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/links.js","layer":"app-pages-browser"},"startTime":1769492307155,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":188126,"timestamp":139552852,"id":1096,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/api/navigation.js","layer":"app-pages-browser"},"startTime":1769492307091,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7428,"timestamp":139737624,"id":1139,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1769492307275,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11267,"timestamp":139737701,"id":1140,"parentId":1027,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/errors/root-error-boundary.js","layer":"app-pages-browser"},"startTime":1769492307275,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":12373,"timestamp":139737775,"id":1141,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/Header.tsx","layer":"app-pages-browser"},"startTime":1769492307275,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":16028,"timestamp":139737503,"id":1138,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/route-loader.js","layer":"pages-dir-browser"},"startTime":1769492307275,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":14938,"timestamp":139746104,"id":1143,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectList.tsx","layer":"app-pages-browser"},"startTime":1769492307284,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":20579,"timestamp":139746365,"id":1145,"parentId":1116,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1769492307284,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":22295,"timestamp":139746258,"id":1144,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectModal.tsx","layer":"app-pages-browser"},"startTime":1769492307284,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-ts","duration":23027,"timestamp":139746410,"id":1146,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useProjectStore.ts","layer":"app-pages-browser"},"startTime":1769492307284,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":23429,"timestamp":139746495,"id":1147,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"pages-dir-browser"},"startTime":1769492307284,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":24087,"timestamp":139746529,"id":1148,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"pages-dir-browser"},"startTime":1769492307284,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":24709,"timestamp":139746595,"id":1150,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/detect-domain-locale.js","layer":"pages-dir-browser"},"startTime":1769492307284,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":27272,"timestamp":139746564,"id":1149,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"pages-dir-browser"},"startTime":1769492307284,"traceId":"bc7141d8d1ffa866"},{"name":"postcss-process","duration":593455,"timestamp":140000735,"id":1151,"parentId":1142,"tags":{},"startTime":1769492307538,"traceId":"bc7141d8d1ffa866"},{"name":"postcss-loader","duration":856183,"timestamp":139738135,"id":1142,"parentId":1137,"tags":{},"startTime":1769492307276,"traceId":"bc7141d8d1ffa866"},{"name":"css-loader","duration":41650,"timestamp":140594596,"id":1159,"parentId":1137,"tags":{"astUsed":"true"},"startTime":1769492308132,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":483,"timestamp":140642099,"id":1161,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/is-api-route.js","layer":"pages-dir-browser"},"startTime":1769492308180,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":403101,"timestamp":140244966,"id":1153,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-browser"},"startTime":1769492307783,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":403975,"timestamp":140245089,"id":1154,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/add-locale.js","layer":"pages-dir-browser"},"startTime":1769492307783,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":404474,"timestamp":140245219,"id":1156,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"pages-dir-browser"},"startTime":1769492307783,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":405265,"timestamp":140245279,"id":1157,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/remove-locale.js","layer":"pages-dir-browser"},"startTime":1769492307783,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":407525,"timestamp":140245162,"id":1155,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"pages-dir-browser"},"startTime":1769492307783,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":408448,"timestamp":140244808,"id":1152,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-browser"},"startTime":1769492307782,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":410197,"timestamp":140245333,"id":1158,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/resolve-href.js","layer":"pages-dir-browser"},"startTime":1769492307783,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":19351,"timestamp":140641949,"id":1160,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1769492308180,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7258,"timestamp":140669798,"id":1162,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1769492308207,"traceId":"bc7141d8d1ffa866"}]
12
- [{"name":"build-module-js","duration":7848,"timestamp":140669910,"id":1163,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":"pages-dir-browser"},"startTime":1769492308208,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8191,"timestamp":140670057,"id":1166,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"pages-dir-browser"},"startTime":1769492308208,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8684,"timestamp":140681506,"id":1169,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/constants.js","layer":"pages-dir-browser"},"startTime":1769492308219,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":23451,"timestamp":140670092,"id":1167,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"pages-dir-browser"},"startTime":1769492308208,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":24853,"timestamp":140669957,"id":1164,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"pages-dir-browser"},"startTime":1769492308208,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":25319,"timestamp":140669992,"id":1165,"parentId":1138,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"pages-dir-browser"},"startTime":1769492308208,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":17682,"timestamp":140681310,"id":1168,"parentId":1025,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/bloom-filter.js","layer":"pages-dir-browser"},"startTime":1769492308219,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":18490,"timestamp":140681581,"id":1170,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/button.tsx","layer":"app-pages-browser"},"startTime":1769492308219,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":18947,"timestamp":140681770,"id":1171,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/input.tsx","layer":"app-pages-browser"},"startTime":1769492308219,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":19262,"timestamp":140682066,"id":1173,"parentId":1065,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1769492308220,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":23161,"timestamp":140682147,"id":1174,"parentId":1043,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/constants.js","layer":"pages-dir-browser"},"startTime":1769492308220,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":23603,"timestamp":140682204,"id":1175,"parentId":1049,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-thenable.js","layer":"app-pages-browser"},"startTime":1769492308220,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":24080,"timestamp":140682276,"id":1176,"parentId":1043,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":"pages-dir-browser"},"startTime":1769492308220,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":28764,"timestamp":140682328,"id":1177,"parentId":1049,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1769492308220,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":29006,"timestamp":140682519,"id":1180,"parentId":1055,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-config.js","layer":"pages-dir-browser"},"startTime":1769492308220,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":31445,"timestamp":140682455,"id":1179,"parentId":1049,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/segment-cache.js","layer":"app-pages-browser"},"startTime":1769492308220,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-ts","duration":32553,"timestamp":140682570,"id":1181,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/index.ts","layer":"app-pages-browser"},"startTime":1769492308220,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-ts","duration":34615,"timestamp":140682723,"id":1182,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/api.ts","layer":"app-pages-browser"},"startTime":1769492308220,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":36101,"timestamp":140682391,"id":1178,"parentId":1049,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"app-pages-browser"},"startTime":1769492308220,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":37090,"timestamp":140681971,"id":1172,"parentId":1046,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-browser"},"startTime":1769492308220,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7328,"timestamp":140727142,"id":1183,"parentId":1173,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1769492308265,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6029,"timestamp":140729029,"id":1186,"parentId":1067,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"app-pages-browser"},"startTime":1769492308267,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6850,"timestamp":140728955,"id":1185,"parentId":1066,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/request/search-params.browser.prod.js","layer":"app-pages-browser"},"startTime":1769492308267,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7353,"timestamp":140729074,"id":1187,"parentId":1068,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"pages-dir-browser"},"startTime":1769492308267,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8575,"timestamp":140728845,"id":1184,"parentId":1063,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/request/params.browser.prod.js","layer":"app-pages-browser"},"startTime":1769492308266,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9275,"timestamp":140729106,"id":1188,"parentId":1074,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/request-idle-callback.js","layer":"pages-dir-browser"},"startTime":1769492308267,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9978,"timestamp":140729174,"id":1190,"parentId":1073,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1769492308267,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11192,"timestamp":140729210,"id":1191,"parentId":1072,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1769492308267,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":13961,"timestamp":140729135,"id":1189,"parentId":1070,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1769492308267,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":16517,"timestamp":140729248,"id":1192,"parentId":1059,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1769492308267,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":18459,"timestamp":140729287,"id":1193,"parentId":1042,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/workspace/WorkspaceLayout.tsx","layer":"app-pages-browser"},"startTime":1769492308267,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4331,"timestamp":140777861,"id":1194,"parentId":1070,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"app-pages-browser"},"startTime":1769492308316,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5101,"timestamp":140778071,"id":1196,"parentId":1070,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"app-pages-browser"},"startTime":1769492308316,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12445,"timestamp":140777995,"id":1195,"parentId":1070,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"app-pages-browser"},"startTime":1769492308316,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":719,"timestamp":140799587,"id":1205,"parentId":1089,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react@19.2.3/node_modules/react/cjs/react-jsx-runtime.production.js","layer":"pages-dir-browser"},"startTime":1769492308337,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7097,"timestamp":140801828,"id":1206,"parentId":1090,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react@19.2.3/node_modules/react/cjs/react.production.js","layer":"pages-dir-browser"},"startTime":1769492308339,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10198,"timestamp":140799235,"id":1199,"parentId":1082,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1769492308337,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11444,"timestamp":140799300,"id":1200,"parentId":1080,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-browser"},"startTime":1769492308337,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12269,"timestamp":140799360,"id":1201,"parentId":1083,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"app-pages-browser"},"startTime":1769492308337,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12454,"timestamp":140799421,"id":1202,"parentId":1085,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":"pages-dir-browser"},"startTime":1769492308337,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":13679,"timestamp":140799152,"id":1198,"parentId":1072,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1769492308337,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":13898,"timestamp":140799532,"id":1204,"parentId":1068,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"pages-dir-browser"},"startTime":1769492308337,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":16594,"timestamp":140798977,"id":1197,"parentId":1072,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/route-params.js","layer":"app-pages-browser"},"startTime":1769492308337,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":16504,"timestamp":140799466,"id":1203,"parentId":1067,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1769492308337,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1970,"timestamp":140829061,"id":1210,"parentId":1104,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1769492308367,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2417,"timestamp":140829104,"id":1211,"parentId":1094,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.production.js","layer":"app-pages-browser"},"startTime":1769492308367,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8575,"timestamp":140829131,"id":1212,"parentId":1103,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react/cjs/react.production.js","layer":"app-pages-browser"},"startTime":1769492308367,"traceId":"bc7141d8d1ffa866"},{"name":"add-entry","duration":2003151,"timestamp":138844496,"id":982,"parentId":978,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1769492306382,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":169440,"timestamp":140847370,"id":1213,"parentId":1091,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-dom@19.2.3_react@19.2.3/node_modules/react-dom/cjs/react-dom-client.production.js","layer":"pages-dir-browser"},"startTime":1769492308385,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":284456,"timestamp":140847451,"id":1214,"parentId":1098,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.production.js","layer":"app-pages-browser"},"startTime":1769492308385,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":305971,"timestamp":140828823,"id":1208,"parentId":1200,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-browser"},"startTime":1769492308366,"traceId":"bc7141d8d1ffa866"},{"name":"font-loader","duration":1477633,"timestamp":139663244,"id":1133,"parentId":1132,"tags":{},"startTime":1769492307201,"traceId":"bc7141d8d1ffa866"},{"name":"postcss","duration":2032,"timestamp":141141307,"id":1215,"parentId":1132,"tags":{},"startTime":1769492308679,"traceId":"bc7141d8d1ffa866"},{"name":"next-font-loader","duration":1523015,"timestamp":139620410,"id":1132,"parentId":1131,"tags":{},"startTime":1769492307158,"traceId":"bc7141d8d1ffa866"},{"name":"css-loader","duration":12938,"timestamp":141143380,"id":1216,"parentId":1131,"tags":{"astUsed":"true"},"startTime":1769492308681,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":1538980,"timestamp":139617764,"id":1131,"parentId":1100,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":null},"startTime":1769492307155,"traceId":"bc7141d8d1ffa866"},{"name":"font-loader","duration":1465927,"timestamp":139691790,"id":1136,"parentId":1135,"tags":{},"startTime":1769492307229,"traceId":"bc7141d8d1ffa866"},{"name":"postcss","duration":473,"timestamp":141157769,"id":1217,"parentId":1135,"tags":{},"startTime":1769492308695,"traceId":"bc7141d8d1ffa866"},{"name":"next-font-loader","duration":1466536,"timestamp":139691755,"id":1135,"parentId":1134,"tags":{},"startTime":1769492307229,"traceId":"bc7141d8d1ffa866"},{"name":"css-loader","duration":1630,"timestamp":141158269,"id":1218,"parentId":1134,"tags":{"astUsed":"true"},"startTime":1769492308696,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":1468745,"timestamp":139691577,"id":1134,"parentId":1101,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":null},"startTime":1769492307229,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":18592,"timestamp":141166278,"id":1219,"parentId":1102,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js","layer":"app-pages-browser"},"startTime":1769492308704,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":422,"timestamp":141190192,"id":1226,"parentId":1074,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-dom@19.2.3_react@19.2.3/node_modules/react-dom/index.js","layer":"pages-dir-browser"},"startTime":1769492308728,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3479,"timestamp":141190099,"id":1223,"parentId":1107,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769492308728,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4075,"timestamp":141189867,"id":1220,"parentId":1208,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment.js","layer":"pages-dir-browser"},"startTime":1769492308728,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4643,"timestamp":141190059,"id":1222,"parentId":1107,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-browser"},"startTime":1769492308728,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5046,"timestamp":141189994,"id":1221,"parentId":1208,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-browser"},"startTime":1769492308728,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5314,"timestamp":141190162,"id":1225,"parentId":1085,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-browser"},"startTime":1769492308728,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5679,"timestamp":141190130,"id":1224,"parentId":1107,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-mode.js","layer":"pages-dir-browser"},"startTime":1769492308728,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3001,"timestamp":141199940,"id":1228,"parentId":1119,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1769492308738,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3545,"timestamp":141200030,"id":1229,"parentId":1126,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1769492308738,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4660,"timestamp":141200111,"id":1230,"parentId":1129,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-status-code.js","layer":"pages-dir-browser"},"startTime":1769492308738,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4756,"timestamp":141201360,"id":1232,"parentId":1119,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-browser"},"startTime":1769492308739,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5473,"timestamp":141201430,"id":1233,"parentId":1123,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"app-pages-browser"},"startTime":1769492308739,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7865,"timestamp":141199774,"id":1227,"parentId":1118,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1769492308737,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6929,"timestamp":141201509,"id":1234,"parentId":1124,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"pages-dir-browser"},"startTime":1769492308739,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7599,"timestamp":141201230,"id":1231,"parentId":1118,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1769492308739,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3300,"timestamp":141213668,"id":1236,"parentId":1138,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/trusted-types.js","layer":"pages-dir-browser"},"startTime":1769492308751,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":3676,"timestamp":141213937,"id":1238,"parentId":1143,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectCard.tsx","layer":"app-pages-browser"},"startTime":1769492308752,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":6473,"timestamp":141213758,"id":1237,"parentId":1143,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectCard.tsx","layer":"app-pages-browser"},"startTime":1769492308751,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7443,"timestamp":141213488,"id":1235,"parentId":1140,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js","layer":"app-pages-browser"},"startTime":1769492308751,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5973,"timestamp":141215297,"id":1239,"parentId":1227,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1769492308753,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":6279,"timestamp":141215420,"id":1240,"parentId":1141,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/LanguageSwitcher.tsx","layer":"app-pages-browser"},"startTime":1769492308753,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6268,"timestamp":141215726,"id":1242,"parentId":1149,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"pages-dir-browser"},"startTime":1769492308753,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6933,"timestamp":141215638,"id":1241,"parentId":1148,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js","layer":"pages-dir-browser"},"startTime":1769492308753,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8177,"timestamp":141215789,"id":1243,"parentId":1149,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js","layer":"pages-dir-browser"},"startTime":1769492308753,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2394,"timestamp":141228065,"id":1244,"parentId":1152,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"pages-dir-browser"},"startTime":1769492308766,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-css","duration":1499018,"timestamp":139736143,"id":1137,"parentId":1108,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/globals.css.webpack[javascript/auto]!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/globals.css","layer":null},"startTime":1769492307274,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":3226,"timestamp":141233087,"id":1245,"parentId":1144,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/dialog.tsx","layer":"app-pages-browser"},"startTime":1769492308771,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2756,"timestamp":141241549,"id":1247,"parentId":1162,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"pages-dir-browser"},"startTime":1769492308779,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3743,"timestamp":141241403,"id":1246,"parentId":1160,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-browser"},"startTime":1769492308779,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":428652,"timestamp":140817371,"id":1207,"parentId":1141,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/api/image.js","layer":"app-pages-browser"},"startTime":1769492308355,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3715,"timestamp":141242587,"id":1249,"parentId":1174,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-browser"},"startTime":1769492308780,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":4884,"timestamp":141242376,"id":1248,"parentId":1238,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/card.tsx","layer":"app-pages-browser"},"startTime":1769492308780,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5660,"timestamp":141242799,"id":1251,"parentId":1178,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/promise-queue.js","layer":"app-pages-browser"},"startTime":1769492308780,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6481,"timestamp":141242906,"id":1252,"parentId":1177,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1769492308781,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11171,"timestamp":141243110,"id":1254,"parentId":1162,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"pages-dir-browser"},"startTime":1769492308781,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12061,"timestamp":141243021,"id":1253,"parentId":1177,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1769492308781,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":15386,"timestamp":141242687,"id":1250,"parentId":1177,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1769492308780,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6278,"timestamp":141261814,"id":1255,"parentId":1177,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1769492308799,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-json","duration":1577,"timestamp":141271452,"id":1262,"parentId":1181,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/en.json","layer":"app-pages-browser"},"startTime":1769492308809,"traceId":"bc7141d8d1ffa866"}]
13
- [{"name":"build-module-json","duration":1020,"timestamp":141272190,"id":1263,"parentId":1181,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/ko.json","layer":"app-pages-browser"},"startTime":1769492308810,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":15418,"timestamp":141261946,"id":1256,"parentId":1177,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1769492308800,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":17842,"timestamp":141262066,"id":1257,"parentId":1177,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1769492308800,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10038,"timestamp":141271051,"id":1258,"parentId":1192,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1769492308809,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10426,"timestamp":141271191,"id":1259,"parentId":1192,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769492308809,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11042,"timestamp":141271287,"id":1260,"parentId":1192,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unrecognized-action-error.js","layer":"app-pages-browser"},"startTime":1769492308809,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11671,"timestamp":141271372,"id":1261,"parentId":1185,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"app-pages-browser"},"startTime":1769492308809,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":468545,"timestamp":140828955,"id":1209,"parentId":1141,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-dir/link.js","layer":"app-pages-browser"},"startTime":1769492308367,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6368,"timestamp":141307302,"id":1271,"parentId":1196,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"app-pages-browser"},"startTime":1769492308845,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7559,"timestamp":141306617,"id":1264,"parentId":1192,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"app-pages-browser"},"startTime":1769492308844,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":7503,"timestamp":141314901,"id":1275,"parentId":1146,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/index.mjs","layer":"app-pages-browser"},"startTime":1769492308853,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":36981,"timestamp":141314619,"id":1272,"parentId":1209,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils.js","layer":"app-pages-browser"},"startTime":1769492308852,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":37744,"timestamp":141314750,"id":1273,"parentId":1209,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"app-pages-browser"},"startTime":1769492308852,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":38019,"timestamp":141314828,"id":1274,"parentId":1209,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"app-pages-browser"},"startTime":1769492308852,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":70635,"timestamp":141307078,"id":1268,"parentId":1193,"tags":{"name":"__barrel_optimize__?names=Database,Eye,FlaskConical,FolderTree,GitBranch,Settings2,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492308845,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":71092,"timestamp":141306887,"id":1266,"parentId":1042,"tags":{"name":"__barrel_optimize__?names=AlertCircle!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492308845,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":71425,"timestamp":141306969,"id":1267,"parentId":1141,"tags":{"name":"__barrel_optimize__?names=ArrowLeft,Settings!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492308845,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":71718,"timestamp":141307196,"id":1269,"parentId":1238,"tags":{"name":"__barrel_optimize__?names=Plus,Sparkles!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492308845,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":72399,"timestamp":141306782,"id":1265,"parentId":1031,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Check,Database,FolderOpen,Loader2,RefreshCw!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492308844,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":72110,"timestamp":141307257,"id":1270,"parentId":1237,"tags":{"name":"__barrel_optimize__?names=Database,Globe,Server,Smartphone,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492308845,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":10216,"timestamp":141383164,"id":1279,"parentId":1181,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/middleware.mjs","layer":"app-pages-browser"},"startTime":1769492308921,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":13644,"timestamp":141382119,"id":1276,"parentId":1273,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"app-pages-browser"},"startTime":1769492308920,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-ts","duration":13427,"timestamp":141382830,"id":1277,"parentId":1170,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/utils.ts","layer":"app-pages-browser"},"startTime":1769492308920,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":13762,"timestamp":141383061,"id":1278,"parentId":1198,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1769492308921,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":14514,"timestamp":141383318,"id":1280,"parentId":1197,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"app-pages-browser"},"startTime":1769492308921,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":15277,"timestamp":141383394,"id":1281,"parentId":1193,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ChatPanel.tsx","layer":"app-pages-browser"},"startTime":1769492308921,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":16610,"timestamp":141383757,"id":1284,"parentId":1193,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileViewer.tsx","layer":"app-pages-browser"},"startTime":1769492308921,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":19085,"timestamp":141383667,"id":1283,"parentId":1193,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileExplorer.tsx","layer":"app-pages-browser"},"startTime":1769492308921,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":24381,"timestamp":141383542,"id":1282,"parentId":1193,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/PreviewPanel.tsx","layer":"app-pages-browser"},"startTime":1769492308921,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":38507,"timestamp":141383921,"id":1286,"parentId":1193,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/testing/TestRunner.tsx","layer":"app-pages-browser"},"startTime":1769492308922,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":49502,"timestamp":141383840,"id":1285,"parentId":1193,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/database/DatabasePanel.tsx","layer":"app-pages-browser"},"startTime":1769492308921,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5578,"timestamp":141462546,"id":1287,"parentId":1226,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-dom@19.2.3_react@19.2.3/node_modules/react-dom/cjs/react-dom.production.js","layer":"pages-dir-browser"},"startTime":1769492309000,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5704,"timestamp":141463328,"id":1293,"parentId":1131,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1769492309001,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":17961,"timestamp":141463369,"id":1294,"parentId":1170,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309001,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":27275,"timestamp":141463164,"id":1292,"parentId":1193,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/checkpoint/CheckpointPanel.tsx","layer":"app-pages-browser"},"startTime":1769492309001,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":33743,"timestamp":141462974,"id":1291,"parentId":1193,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/env/EnvPanel.tsx","layer":"app-pages-browser"},"startTime":1769492309001,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":1954556,"timestamp":139553265,"id":1100,"parentId":991,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"app-pages-browser"},"startTime":1769492307091,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":1952176,"timestamp":139556460,"id":1101,"parentId":991,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"app-pages-browser"},"startTime":1769492307094,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-css","duration":1932631,"timestamp":139581427,"id":1108,"parentId":991,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/globals.css","layer":"app-pages-browser"},"startTime":1769492307119,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":59003,"timestamp":141462652,"id":1288,"parentId":1281,"tags":{"name":"__barrel_optimize__?names=MessageSquarePlus!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492309000,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":59073,"timestamp":141462795,"id":1289,"parentId":1284,"tags":{"name":"__barrel_optimize__?names=Check,Copy,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492309000,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":59206,"timestamp":141462891,"id":1290,"parentId":1283,"tags":{"name":"__barrel_optimize__?names=ChevronDown,ChevronRight,File,Folder,FolderOpen,RefreshCw!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492309001,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":9941,"timestamp":141530336,"id":1297,"parentId":1281,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageList.tsx","layer":"app-pages-browser"},"startTime":1769492309068,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":11239,"timestamp":141530438,"id":1298,"parentId":1281,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageInput.tsx","layer":"app-pages-browser"},"startTime":1769492309068,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":147,"timestamp":141542994,"id":1300,"parentId":1100,"tags":{},"startTime":1769492309081,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":19,"timestamp":141543154,"id":1301,"parentId":1101,"tags":{},"startTime":1769492309081,"traceId":"bc7141d8d1ffa866"},{"name":"build-module","duration":28,"timestamp":141543178,"id":1302,"parentId":1108,"tags":{},"startTime":1769492309081,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1851,"timestamp":141543428,"id":1305,"parentId":1241,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/route-pattern-normalizer.js","layer":"pages-dir-browser"},"startTime":1769492309081,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":20822,"timestamp":141530259,"id":1296,"parentId":1286,"tags":{"name":"__barrel_optimize__?names=AlertCircle,CheckCircle,Clock,FlaskConical,Play,Plus,RefreshCw,Trash2,XCircle!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492309068,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":20946,"timestamp":141530534,"id":1299,"parentId":1285,"tags":{"name":"__barrel_optimize__?names=AlertCircle,ChevronLeft,ChevronRight,Database,Play,RefreshCw,Table,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492309068,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":22052,"timestamp":141530119,"id":1295,"parentId":1282,"tags":{"name":"__barrel_optimize__?names=ExternalLink,Loader2,Monitor,Package,Play,RefreshCw,RotateCcw,Smartphone,Square,Tablet,Terminal,Zap!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492309068,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":11095,"timestamp":141543218,"id":1303,"parentId":1282,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ConsoleViewer.tsx","layer":"app-pages-browser"},"startTime":1769492309081,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":17285,"timestamp":141543381,"id":1304,"parentId":1225,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-browser"},"startTime":1769492309081,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":18729,"timestamp":141543460,"id":1306,"parentId":1292,"tags":{"name":"__barrel_optimize__?names=AlertCircle,ChevronDown,ChevronRight,Clock,FileText,GitBranch,Plus,RefreshCw,RotateCcw!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492309081,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":19174,"timestamp":141543512,"id":1307,"parentId":1291,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Eye,EyeOff,FileText,Plus,RefreshCw,Save,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492309081,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3746,"timestamp":141582014,"id":1311,"parentId":1214,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1769492309120,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-ts","duration":5842,"timestamp":141580408,"id":1308,"parentId":1144,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/index.ts","layer":"app-pages-browser"},"startTime":1769492309118,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":7201,"timestamp":141581650,"id":1309,"parentId":1282,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ErrorOverlay.tsx","layer":"app-pages-browser"},"startTime":1769492309119,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9116,"timestamp":141581882,"id":1310,"parentId":1298,"tags":{"name":"__barrel_optimize__?names=Paperclip,Send!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492309120,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":374,"timestamp":141593189,"id":1313,"parentId":1213,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/index.js","layer":"pages-dir-browser"},"startTime":1769492309131,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3479,"timestamp":141593055,"id":1312,"parentId":1207,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-external.js","layer":"app-pages-browser"},"startTime":1769492309131,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5301,"timestamp":141597220,"id":1314,"parentId":1252,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"app-pages-browser"},"startTime":1769492309135,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":8575,"timestamp":141597352,"id":1315,"parentId":1297,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageItem.tsx","layer":"app-pages-browser"},"startTime":1769492309135,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":8861,"timestamp":141597722,"id":1317,"parentId":1298,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ModeToggle.tsx","layer":"app-pages-browser"},"startTime":1769492309135,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":12638,"timestamp":141597530,"id":1316,"parentId":1297,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/StreamingMessage.tsx","layer":"app-pages-browser"},"startTime":1769492309135,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":18313,"timestamp":141603625,"id":1320,"parentId":1252,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"app-pages-browser"},"startTime":1769492309141,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":19590,"timestamp":141603480,"id":1319,"parentId":1298,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/QueuePreview.tsx","layer":"app-pages-browser"},"startTime":1769492309141,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":20050,"timestamp":141603685,"id":1321,"parentId":1252,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"app-pages-browser"},"startTime":1769492309141,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":21056,"timestamp":141603282,"id":1318,"parentId":1298,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/FilePreview.tsx","layer":"app-pages-browser"},"startTime":1769492309141,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":21588,"timestamp":141603831,"id":1323,"parentId":1250,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"app-pages-browser"},"startTime":1769492309141,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":26192,"timestamp":141603742,"id":1322,"parentId":1253,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1769492309141,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":15408,"timestamp":141637844,"id":1325,"parentId":1250,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js","layer":"app-pages-browser"},"startTime":1769492309175,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":15848,"timestamp":141638025,"id":1327,"parentId":1255,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"app-pages-browser"},"startTime":1769492309176,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":16831,"timestamp":141637680,"id":1324,"parentId":1250,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"app-pages-browser"},"startTime":1769492309175,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":16975,"timestamp":141638110,"id":1328,"parentId":1258,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1769492309176,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":17503,"timestamp":141638273,"id":1330,"parentId":1258,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/forbidden.js","layer":"app-pages-browser"},"startTime":1769492309176,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":17884,"timestamp":141638416,"id":1332,"parentId":1258,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"app-pages-browser"},"startTime":1769492309176,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":18602,"timestamp":141638348,"id":1331,"parentId":1258,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unauthorized.js","layer":"app-pages-browser"},"startTime":1769492309176,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":19054,"timestamp":141638482,"id":1333,"parentId":1257,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/assign-location.js","layer":"app-pages-browser"},"startTime":1769492309176,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":19820,"timestamp":141638552,"id":1334,"parentId":1257,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/server-reference-info.js","layer":"app-pages-browser"},"startTime":1769492309176,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":20582,"timestamp":141638187,"id":1329,"parentId":1303,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Download,Terminal,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492309176,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4899,"timestamp":141661044,"id":1335,"parentId":1241,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/path-to-regexp/index.js","layer":"pages-dir-browser"},"startTime":1769492309199,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":9626,"timestamp":141661360,"id":1339,"parentId":1275,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/react.mjs","layer":"app-pages-browser"},"startTime":1769492309199,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":10153,"timestamp":141661497,"id":1340,"parentId":1275,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/vanilla.mjs","layer":"app-pages-browser"},"startTime":1769492309199,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":36675,"timestamp":141637936,"id":1326,"parentId":1250,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/aliased-prefetch-navigations.js","layer":"app-pages-browser"},"startTime":1769492309176,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":14814,"timestamp":141661121,"id":1336,"parentId":1209,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/use-merged-ref.js","layer":"app-pages-browser"},"startTime":1769492309199,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":17734,"timestamp":141661226,"id":1337,"parentId":1209,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/error-once.js","layer":"app-pages-browser"},"startTime":1769492309199,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":17745,"timestamp":141661634,"id":1341,"parentId":1278,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1769492309199,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":17948,"timestamp":141661699,"id":1342,"parentId":1268,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/database.js","layer":"app-pages-browser"},"startTime":1769492309199,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":18066,"timestamp":141661827,"id":1344,"parentId":1268,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/eye.js","layer":"app-pages-browser"},"startTime":1769492309199,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":18261,"timestamp":141661885,"id":1345,"parentId":1268,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/flask-conical.js","layer":"app-pages-browser"},"startTime":1769492309200,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":18215,"timestamp":141662273,"id":1347,"parentId":1268,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/git-branch.js","layer":"app-pages-browser"},"startTime":1769492309200,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":18503,"timestamp":141662202,"id":1346,"parentId":1268,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder-tree.js","layer":"app-pages-browser"},"startTime":1769492309200,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":20266,"timestamp":141661293,"id":1338,"parentId":1271,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"app-pages-browser"},"startTime":1769492309199,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":30194,"timestamp":141661761,"id":1343,"parentId":1309,"tags":{"name":"__barrel_optimize__?names=Check,Copy,ExternalLink,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492309199,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8754,"timestamp":141684402,"id":1352,"parentId":1266,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"app-pages-browser"},"startTime":1769492309222,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9522,"timestamp":141684017,"id":1348,"parentId":1268,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/settings-2.js","layer":"app-pages-browser"},"startTime":1769492309222,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9498,"timestamp":141684334,"id":1351,"parentId":1268,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/x.js","layer":"app-pages-browser"},"startTime":1769492309222,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9559,"timestamp":141684535,"id":1354,"parentId":1267,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/settings.js","layer":"app-pages-browser"},"startTime":1769492309222,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9839,"timestamp":141684471,"id":1353,"parentId":1267,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/arrow-left.js","layer":"app-pages-browser"},"startTime":1769492309222,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9914,"timestamp":141684597,"id":1355,"parentId":1269,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/plus.js","layer":"app-pages-browser"},"startTime":1769492309222,"traceId":"bc7141d8d1ffa866"}]
14
- [{"name":"build-module-js","duration":10816,"timestamp":141684164,"id":1349,"parentId":1315,"tags":{"name":"__barrel_optimize__?names=Bot,CheckCircle2,Edit3,FileText,FolderSearch,Globe,ListTodo,Search,Terminal!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492309222,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10943,"timestamp":141684258,"id":1350,"parentId":1317,"tags":{"name":"__barrel_optimize__?names=Hammer,MessageCircleQuestion!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492309222,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10587,"timestamp":141684805,"id":1358,"parentId":1318,"tags":{"name":"__barrel_optimize__?names=FileText,Loader2,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492309222,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10863,"timestamp":141684735,"id":1357,"parentId":1319,"tags":{"name":"__barrel_optimize__?names=ChevronDown,ChevronUp,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492309222,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11330,"timestamp":141684660,"id":1356,"parentId":1316,"tags":{"name":"__barrel_optimize__?names=Bot,CheckCircle2,ChevronDown,ChevronUp,Edit3,FileText,FolderSearch,Globe,ListTodo,Loader2,Search,Terminal!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492309222,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10393,"timestamp":141704459,"id":1359,"parentId":1269,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/sparkles.js","layer":"app-pages-browser"},"startTime":1769492309242,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10602,"timestamp":141704613,"id":1360,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/check.js","layer":"app-pages-browser"},"startTime":1769492309242,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10810,"timestamp":141704717,"id":1361,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder-open.js","layer":"app-pages-browser"},"startTime":1769492309242,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11022,"timestamp":141704800,"id":1362,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/loader-circle.js","layer":"app-pages-browser"},"startTime":1769492309242,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11315,"timestamp":141704881,"id":1363,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/refresh-cw.js","layer":"app-pages-browser"},"startTime":1769492309243,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11494,"timestamp":141705159,"id":1365,"parentId":1270,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/server.js","layer":"app-pages-browser"},"startTime":1769492309243,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11760,"timestamp":141705236,"id":1366,"parentId":1270,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/globe.js","layer":"app-pages-browser"},"startTime":1769492309243,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12027,"timestamp":141705309,"id":1367,"parentId":1270,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/smartphone.js","layer":"app-pages-browser"},"startTime":1769492309243,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12299,"timestamp":141705384,"id":1368,"parentId":1270,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/trash-2.js","layer":"app-pages-browser"},"startTime":1769492309243,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":14939,"timestamp":141704962,"id":1364,"parentId":1315,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MarkdownRenderer.tsx","layer":"app-pages-browser"},"startTime":1769492309243,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3169,"timestamp":141726548,"id":1369,"parentId":1288,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/message-square-plus.js","layer":"app-pages-browser"},"startTime":1769492309264,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3201,"timestamp":141726897,"id":1371,"parentId":1289,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/copy.js","layer":"app-pages-browser"},"startTime":1769492309265,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":5410,"timestamp":141726708,"id":1370,"parentId":1316,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/AskUserQuestionBlock.tsx","layer":"app-pages-browser"},"startTime":1769492309264,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1474,"timestamp":141734573,"id":1372,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-right.js","layer":"app-pages-browser"},"startTime":1769492309272,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1469,"timestamp":141736331,"id":1376,"parentId":1251,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"app-pages-browser"},"startTime":1769492309274,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2440,"timestamp":141736464,"id":1378,"parentId":1251,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"app-pages-browser"},"startTime":1769492309274,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3624,"timestamp":141736137,"id":1373,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"app-pages-browser"},"startTime":1769492309274,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3755,"timestamp":141736233,"id":1374,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/file.js","layer":"app-pages-browser"},"startTime":1769492309274,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3950,"timestamp":141736283,"id":1375,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder.js","layer":"app-pages-browser"},"startTime":1769492309274,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3862,"timestamp":141736588,"id":1380,"parentId":1296,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-check-big.js","layer":"app-pages-browser"},"startTime":1769492309274,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4091,"timestamp":141736550,"id":1379,"parentId":1296,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/play.js","layer":"app-pages-browser"},"startTime":1769492309274,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5823,"timestamp":141736421,"id":1377,"parentId":1370,"tags":{"name":"__barrel_optimize__?names=Check,MessageCircleQuestion!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492309274,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2023,"timestamp":141740864,"id":1381,"parentId":1296,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-x.js","layer":"app-pages-browser"},"startTime":1769492309279,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2209,"timestamp":141740959,"id":1382,"parentId":1299,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-left.js","layer":"app-pages-browser"},"startTime":1769492309279,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1640,"timestamp":141743637,"id":1383,"parentId":1296,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/clock.js","layer":"app-pages-browser"},"startTime":1769492309281,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4828,"timestamp":141745595,"id":1385,"parentId":1299,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/table.js","layer":"app-pages-browser"},"startTime":1769492309283,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5122,"timestamp":141745654,"id":1386,"parentId":1295,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/external-link.js","layer":"app-pages-browser"},"startTime":1769492309283,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-ts","duration":6447,"timestamp":141745725,"id":1387,"parentId":1282,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/usePreviewStore.ts","layer":"app-pages-browser"},"startTime":1769492309283,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5897,"timestamp":141746592,"id":1388,"parentId":1295,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/package.js","layer":"app-pages-browser"},"startTime":1769492309284,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6003,"timestamp":141746715,"id":1389,"parentId":1295,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/rotate-ccw.js","layer":"app-pages-browser"},"startTime":1769492309284,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6116,"timestamp":141746804,"id":1390,"parentId":1295,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/square.js","layer":"app-pages-browser"},"startTime":1769492309284,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6297,"timestamp":141746875,"id":1391,"parentId":1295,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/monitor.js","layer":"app-pages-browser"},"startTime":1769492309285,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6436,"timestamp":141746941,"id":1392,"parentId":1295,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/tablet.js","layer":"app-pages-browser"},"startTime":1769492309285,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-ts","duration":13849,"timestamp":141745437,"id":1384,"parentId":1281,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useChatStore.ts","layer":"app-pages-browser"},"startTime":1769492309283,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":12605,"timestamp":141747036,"id":1393,"parentId":1295,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/terminal.js","layer":"app-pages-browser"},"startTime":1769492309285,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3089,"timestamp":141761837,"id":1394,"parentId":1295,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/zap.js","layer":"app-pages-browser"},"startTime":1769492309299,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3468,"timestamp":141761983,"id":1395,"parentId":1306,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/file-text.js","layer":"app-pages-browser"},"startTime":1769492309300,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4048,"timestamp":141762156,"id":1396,"parentId":1307,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/eye-off.js","layer":"app-pages-browser"},"startTime":1769492309300,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4302,"timestamp":141762236,"id":1397,"parentId":1307,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/save.js","layer":"app-pages-browser"},"startTime":1769492309300,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":1258,"timestamp":141767079,"id":1398,"parentId":1277,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"app-pages-browser"},"startTime":1769492309305,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":14813,"timestamp":141774824,"id":1401,"parentId":1277,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/tailwind-merge@2.6.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"app-pages-browser"},"startTime":1769492309312,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":16433,"timestamp":141774636,"id":1400,"parentId":1370,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/checkbox.tsx","layer":"app-pages-browser"},"startTime":1769492309312,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":17440,"timestamp":141774412,"id":1399,"parentId":1370,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/radio-group.tsx","layer":"app-pages-browser"},"startTime":1769492309312,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2279,"timestamp":141793202,"id":1402,"parentId":1310,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/paperclip.js","layer":"app-pages-browser"},"startTime":1769492309331,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-tsx","duration":2852,"timestamp":141793340,"id":1403,"parentId":1370,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/label.tsx","layer":"app-pages-browser"},"startTime":1769492309331,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":72588,"timestamp":141797114,"id":1404,"parentId":1284,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/prism-react-renderer@2.4.1_react@19.2.3/node_modules/prism-react-renderer/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309335,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5035,"timestamp":141872816,"id":1405,"parentId":1400,"tags":{"name":"__barrel_optimize__?names=Check!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492309410,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5284,"timestamp":141872980,"id":1406,"parentId":1399,"tags":{"name":"__barrel_optimize__?names=Circle!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769492309411,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4770,"timestamp":141880682,"id":1409,"parentId":1311,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/scheduler/cjs/scheduler.production.js","layer":"app-pages-browser"},"startTime":1769492309418,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5743,"timestamp":141880414,"id":1407,"parentId":1310,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/send.js","layer":"app-pages-browser"},"startTime":1769492309418,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11744,"timestamp":141880582,"id":1408,"parentId":1312,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/get-img-props.js","layer":"app-pages-browser"},"startTime":1769492309418,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":8910,"timestamp":141886446,"id":1411,"parentId":1329,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/download.js","layer":"app-pages-browser"},"startTime":1769492309424,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-ts","duration":9271,"timestamp":141886547,"id":1412,"parentId":1308,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/project.ts","layer":"app-pages-browser"},"startTime":1769492309424,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-ts","duration":9461,"timestamp":141886699,"id":1413,"parentId":1308,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/chat.ts","layer":"app-pages-browser"},"startTime":1769492309424,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-ts","duration":9507,"timestamp":141886856,"id":1414,"parentId":1308,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/preview.ts","layer":"app-pages-browser"},"startTime":1769492309425,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":14233,"timestamp":141886323,"id":1410,"parentId":1312,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/image-component.js","layer":"app-pages-browser"},"startTime":1769492309424,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3393,"timestamp":141911264,"id":1422,"parentId":1313,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/cjs/scheduler.production.js","layer":"pages-dir-browser"},"startTime":1769492309449,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6426,"timestamp":141909327,"id":1415,"parentId":1408,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-config.js","layer":"app-pages-browser"},"startTime":1769492309447,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7014,"timestamp":141909472,"id":1416,"parentId":1342,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"app-pages-browser"},"startTime":1769492309447,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7655,"timestamp":141909577,"id":1417,"parentId":1332,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unstable-rethrow.browser.js","layer":"app-pages-browser"},"startTime":1769492309447,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10079,"timestamp":141910965,"id":1419,"parentId":1410,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769492309449,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":10391,"timestamp":141911067,"id":1420,"parentId":1410,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769492309449,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":11234,"timestamp":141911150,"id":1421,"parentId":1338,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"app-pages-browser"},"startTime":1769492309449,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":13521,"timestamp":141910846,"id":1418,"parentId":1410,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/head.js","layer":"app-pages-browser"},"startTime":1769492309448,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6812,"timestamp":141917958,"id":1424,"parentId":1349,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/pen-line.js","layer":"app-pages-browser"},"startTime":1769492309456,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":7348,"timestamp":141917834,"id":1423,"parentId":1349,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/bot.js","layer":"app-pages-browser"},"startTime":1769492309455,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4728,"timestamp":141932477,"id":1426,"parentId":1349,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder-search.js","layer":"app-pages-browser"},"startTime":1769492309470,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5012,"timestamp":141932573,"id":1427,"parentId":1349,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/list-todo.js","layer":"app-pages-browser"},"startTime":1769492309470,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5588,"timestamp":141932337,"id":1425,"parentId":1349,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-check.js","layer":"app-pages-browser"},"startTime":1769492309470,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4563,"timestamp":141935385,"id":1428,"parentId":1418,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/side-effect.js","layer":"app-pages-browser"},"startTime":1769492309473,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4840,"timestamp":141935510,"id":1429,"parentId":1418,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769492309473,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5126,"timestamp":141935591,"id":1430,"parentId":1418,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-mode.js","layer":"app-pages-browser"},"startTime":1769492309473,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5399,"timestamp":141935674,"id":1431,"parentId":1349,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/search.js","layer":"app-pages-browser"},"startTime":1769492309473,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5648,"timestamp":141935763,"id":1432,"parentId":1350,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/message-circle-question.js","layer":"app-pages-browser"},"startTime":1769492309473,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5898,"timestamp":141935845,"id":1433,"parentId":1350,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/hammer.js","layer":"app-pages-browser"},"startTime":1769492309473,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":6154,"timestamp":141935924,"id":1434,"parentId":1357,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-up.js","layer":"app-pages-browser"},"startTime":1769492309474,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":9424,"timestamp":141936018,"id":1435,"parentId":1312,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-loader.js","layer":"app-pages-browser"},"startTime":1769492309474,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":624,"timestamp":141947016,"id":1436,"parentId":1364,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-markdown@9.1.0_@types+react@19.2.7_react@19.2.3/node_modules/react-markdown/index.js","layer":"app-pages-browser"},"startTime":1769492309485,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":644,"timestamp":141948178,"id":1438,"parentId":1364,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/index.js","layer":"app-pages-browser"},"startTime":1769492309486,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1464,"timestamp":141948065,"id":1437,"parentId":1406,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle.js","layer":"app-pages-browser"},"startTime":1769492309486,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1485,"timestamp":141949782,"id":1439,"parentId":1408,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-blur-svg.js","layer":"app-pages-browser"},"startTime":1769492309487,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1690,"timestamp":141950300,"id":1440,"parentId":1416,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/Icon.js","layer":"app-pages-browser"},"startTime":1769492309488,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1444,"timestamp":141952805,"id":1441,"parentId":1416,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"app-pages-browser"},"startTime":1769492309490,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3443,"timestamp":141958124,"id":1442,"parentId":1440,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"app-pages-browser"},"startTime":1769492309496,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":8515,"timestamp":141958258,"id":1443,"parentId":1400,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-checkbox@1.3.3_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19.2_bewiq6cjocmach7p37abfyy75a/node_modules/@radix-ui/react-checkbox/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309496,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":4288,"timestamp":141972806,"id":1445,"parentId":1403,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-label@2.1.8_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19.2.7__ggc7d2jno3gcorzflrswkya7gm/node_modules/@radix-ui/react-label/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309510,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":7449,"timestamp":141972617,"id":1444,"parentId":1399,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-radio-group@1.3.8_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@1_cjtgf3xmcqtfujhoownb73bnbi/node_modules/@radix-ui/react-radio-group/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309510,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3273,"timestamp":141982274,"id":1446,"parentId":1436,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-markdown@9.1.0_@types+react@19.2.7_react@19.2.3/node_modules/react-markdown/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309520,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3664,"timestamp":141982470,"id":1447,"parentId":1438,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309520,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":798,"timestamp":141990666,"id":1448,"parentId":1206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/polyfills/process.js","layer":"pages-dir-browser"},"startTime":1769492309528,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1287,"timestamp":141990735,"id":1449,"parentId":1212,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1769492309528,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1191,"timestamp":142025082,"id":1450,"parentId":1446,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-to-jsx-runtime@2.3.6/node_modules/hast-util-to-jsx-runtime/index.js","layer":"app-pages-browser"},"startTime":1769492309563,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1226,"timestamp":142025300,"id":1451,"parentId":1446,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/html-url-attributes@3.0.1/node_modules/html-url-attributes/index.js","layer":"app-pages-browser"},"startTime":1769492309563,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1254,"timestamp":142025478,"id":1452,"parentId":1446,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/index.js","layer":"app-pages-browser"},"startTime":1769492309563,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":618,"timestamp":142030035,"id":1453,"parentId":1446,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/index.js","layer":"app-pages-browser"},"startTime":1769492309568,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":553,"timestamp":142032375,"id":1454,"parentId":1446,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/index.js","layer":"app-pages-browser"},"startTime":1769492309570,"traceId":"bc7141d8d1ffa866"}]
15
- [{"name":"build-module-js","duration":522,"timestamp":142034083,"id":1455,"parentId":1446,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/index.js","layer":"app-pages-browser"},"startTime":1769492309572,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":573,"timestamp":142036722,"id":1456,"parentId":1446,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/index.js","layer":"app-pages-browser"},"startTime":1769492309574,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":595,"timestamp":142037797,"id":1457,"parentId":1447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/index.js","layer":"app-pages-browser"},"startTime":1769492309575,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1790,"timestamp":142040665,"id":1459,"parentId":1448,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/process/browser.js","layer":"pages-dir-browser"},"startTime":1769492309578,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2958,"timestamp":142040462,"id":1458,"parentId":1447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.js","layer":"app-pages-browser"},"startTime":1769492309578,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4141,"timestamp":142040728,"id":1460,"parentId":1449,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/process/browser.js","layer":"app-pages-browser"},"startTime":1769492309578,"traceId":"bc7141d8d1ffa866"},{"name":"add-entry","duration":3201887,"timestamp":138844579,"id":983,"parentId":978,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1769492306382,"traceId":"bc7141d8d1ffa866"},{"name":"add-entry","duration":3201862,"timestamp":138844618,"id":985,"parentId":978,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1769492306382,"traceId":"bc7141d8d1ffa866"},{"name":"add-entry","duration":3201888,"timestamp":138844601,"id":984,"parentId":978,"tags":{"request":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/router.js"},"startTime":1769492306382,"traceId":"bc7141d8d1ffa866"},{"name":"add-entry","duration":3202441,"timestamp":138844070,"id":979,"parentId":978,"tags":{"request":"./../../node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/next.js"},"startTime":1769492306382,"traceId":"bc7141d8d1ffa866"},{"name":"add-entry","duration":3201900,"timestamp":138844627,"id":986,"parentId":978,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fcomponents%2FDevErrorRecovery.tsx%22%2C%22ids%22%3A%5B%22DevErrorRecovery%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1769492306382,"traceId":"bc7141d8d1ffa866"},{"name":"add-entry","duration":3201897,"timestamp":138844637,"id":987,"parentId":978,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1769492306382,"traceId":"bc7141d8d1ffa866"},{"name":"add-entry","duration":3201776,"timestamp":138844764,"id":989,"parentId":978,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1769492306382,"traceId":"bc7141d8d1ffa866"},{"name":"add-entry","duration":3202100,"timestamp":138844473,"id":981,"parentId":978,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%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%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%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%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1769492306382,"traceId":"bc7141d8d1ffa866"},{"name":"add-entry","duration":3202238,"timestamp":138844437,"id":980,"parentId":978,"tags":{"request":"./../../node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-next.js"},"startTime":1769492306382,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":1006,"timestamp":142049505,"id":1461,"parentId":1443,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309587,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":2086,"timestamp":142051683,"id":1462,"parentId":1443,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-context@1.1.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309589,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":1354,"timestamp":142060446,"id":1463,"parentId":1443,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+primitive@1.1.3/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309598,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":2252,"timestamp":142065070,"id":1464,"parentId":1443,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309603,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":820,"timestamp":142070588,"id":1465,"parentId":1443,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-previous@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309608,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":1101,"timestamp":142080712,"id":1467,"parentId":1443,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-size@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309618,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":9407,"timestamp":142074282,"id":1466,"parentId":1443,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-presence@1.1.5_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19.2_g7nvzcflnhogkdp32witcuayfy/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309612,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":1164,"timestamp":142085761,"id":1468,"parentId":1443,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-primitive@2.1.3_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._vrijsupjqixawruberrfb56pbm/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309623,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":659,"timestamp":142091366,"id":1469,"parentId":1446,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.js","layer":"app-pages-browser"},"startTime":1769492309629,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":1207,"timestamp":142101455,"id":1470,"parentId":1445,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-primitive@2.1.4_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._4sfldbbhvd3xapj4euqmtg5wga/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309639,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":9760,"timestamp":142104841,"id":1471,"parentId":1444,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-roving-focus@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react_olorlwzqifzjwjsjwfg7df3ffe/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309642,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":1104,"timestamp":142115739,"id":1472,"parentId":1444,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-direction@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309653,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4137,"timestamp":142117922,"id":1473,"parentId":1450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-to-jsx-runtime@2.3.6/node_modules/hast-util-to-jsx-runtime/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309656,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":842,"timestamp":142126285,"id":1474,"parentId":1451,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/html-url-attributes@3.0.1/node_modules/html-url-attributes/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309664,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1040,"timestamp":142126428,"id":1475,"parentId":1452,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309664,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1340,"timestamp":142126521,"id":1476,"parentId":1453,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309664,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1043,"timestamp":142129730,"id":1477,"parentId":1454,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309667,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4241,"timestamp":142133728,"id":1478,"parentId":1455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309671,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5802,"timestamp":142133946,"id":1479,"parentId":1456,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309672,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":683,"timestamp":142142705,"id":1480,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309680,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":621,"timestamp":142150192,"id":1481,"parentId":1453,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/index.js","layer":"app-pages-browser"},"startTime":1769492309688,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1216,"timestamp":142152042,"id":1482,"parentId":1458,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions/index.js","layer":"app-pages-browser"},"startTime":1769492309690,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":630,"timestamp":142161496,"id":1483,"parentId":1458,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/index.js","layer":"app-pages-browser"},"startTime":1769492309699,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":445,"timestamp":142163389,"id":1484,"parentId":1458,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/index.js","layer":"app-pages-browser"},"startTime":1769492309701,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":418,"timestamp":142166721,"id":1485,"parentId":1458,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/index.js","layer":"app-pages-browser"},"startTime":1769492309704,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":410,"timestamp":142174889,"id":1486,"parentId":1458,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-tagfilter@2.0.0/node_modules/micromark-extension-gfm-tagfilter/index.js","layer":"app-pages-browser"},"startTime":1769492309713,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":373,"timestamp":142177548,"id":1487,"parentId":1458,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/index.js","layer":"app-pages-browser"},"startTime":1769492309715,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":559,"timestamp":142180577,"id":1488,"parentId":1458,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/index.js","layer":"app-pages-browser"},"startTime":1769492309718,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":864,"timestamp":142188348,"id":1489,"parentId":1464,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-layout-effect@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309726,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":983,"timestamp":142192081,"id":1490,"parentId":1464,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-effect-event@0.0.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309730,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1790,"timestamp":142199328,"id":1491,"parentId":1478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.js","layer":"app-pages-browser"},"startTime":1769492309737,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4087,"timestamp":142199597,"id":1492,"parentId":1479,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.browser.js","layer":"app-pages-browser"},"startTime":1769492309737,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4180,"timestamp":142199793,"id":1493,"parentId":1479,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.browser.js","layer":"app-pages-browser"},"startTime":1769492309737,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4857,"timestamp":142199960,"id":1494,"parentId":1479,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.browser.js","layer":"app-pages-browser"},"startTime":1769492309738,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":2046,"timestamp":142209632,"id":1495,"parentId":1468,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-slot@1.2.3_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309747,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2569,"timestamp":142209794,"id":1496,"parentId":1481,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309747,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3849,"timestamp":142209891,"id":1497,"parentId":1481,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/footer.js","layer":"app-pages-browser"},"startTime":1769492309748,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1472,"timestamp":142214444,"id":1498,"parentId":1481,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/index.js","layer":"app-pages-browser"},"startTime":1769492309752,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":363,"timestamp":142220615,"id":1499,"parentId":1473,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/estree-util-is-identifier-name@3.0.0/node_modules/estree-util-is-identifier-name/index.js","layer":"app-pages-browser"},"startTime":1769492309758,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":528,"timestamp":142223594,"id":1500,"parentId":1473,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/index.js","layer":"app-pages-browser"},"startTime":1769492309761,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":844,"timestamp":142225778,"id":1501,"parentId":1473,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/index.js","layer":"app-pages-browser"},"startTime":1769492309763,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":684,"timestamp":142228288,"id":1502,"parentId":1473,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.js","layer":"app-pages-browser"},"startTime":1769492309766,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":545,"timestamp":142230577,"id":1503,"parentId":1473,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/index.js","layer":"app-pages-browser"},"startTime":1769492309768,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":531,"timestamp":142233876,"id":1504,"parentId":1473,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/index.js","layer":"app-pages-browser"},"startTime":1769492309772,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1223,"timestamp":142240416,"id":1505,"parentId":1473,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.js","layer":"app-pages-browser"},"startTime":1769492309778,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4603,"timestamp":142242180,"id":1506,"parentId":1483,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.js","layer":"app-pages-browser"},"startTime":1769492309780,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4946,"timestamp":142242391,"id":1507,"parentId":1483,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/html.js","layer":"app-pages-browser"},"startTime":1769492309780,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3599,"timestamp":142250033,"id":1508,"parentId":1484,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/syntax.js","layer":"app-pages-browser"},"startTime":1769492309788,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4958,"timestamp":142250271,"id":1509,"parentId":1484,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/html.js","layer":"app-pages-browser"},"startTime":1769492309788,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":1487,"timestamp":142260454,"id":1510,"parentId":1470,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-slot@1.2.4_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309798,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":706,"timestamp":142267410,"id":1511,"parentId":1473,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/style-to-js@1.1.21/node_modules/style-to-js/cjs/index.js","layer":"app-pages-browser"},"startTime":1769492309805,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":436,"timestamp":142269828,"id":1512,"parentId":1475,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/index.js","layer":"app-pages-browser"},"startTime":1769492309807,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":510,"timestamp":142270994,"id":1513,"parentId":1485,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/html.js","layer":"app-pages-browser"},"startTime":1769492309809,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":998,"timestamp":142272031,"id":1514,"parentId":1485,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.js","layer":"app-pages-browser"},"startTime":1769492309810,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":374,"timestamp":142275176,"id":1515,"parentId":1477,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/index.js","layer":"app-pages-browser"},"startTime":1769492309813,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":500,"timestamp":142277972,"id":1516,"parentId":1478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js","layer":"app-pages-browser"},"startTime":1769492309816,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":390,"timestamp":142279854,"id":1517,"parentId":1478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/index.js","layer":"app-pages-browser"},"startTime":1769492309818,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":632,"timestamp":142283703,"id":1518,"parentId":1478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js","layer":"app-pages-browser"},"startTime":1769492309821,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1492,"timestamp":142285396,"id":1519,"parentId":1478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js","layer":"app-pages-browser"},"startTime":1769492309823,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":557,"timestamp":142289759,"id":1520,"parentId":1480,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/index.js","layer":"app-pages-browser"},"startTime":1769492309827,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":590,"timestamp":142291077,"id":1521,"parentId":1480,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/index.js","layer":"app-pages-browser"},"startTime":1769492309829,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":527,"timestamp":142293887,"id":1522,"parentId":1480,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/index.js","layer":"app-pages-browser"},"startTime":1769492309832,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":538,"timestamp":142295756,"id":1523,"parentId":1480,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/index.js","layer":"app-pages-browser"},"startTime":1769492309833,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":518,"timestamp":142298173,"id":1524,"parentId":1480,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/index.js","layer":"app-pages-browser"},"startTime":1769492309836,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":960,"timestamp":142305811,"id":1526,"parentId":1471,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-id@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309843,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":11430,"timestamp":142301615,"id":1525,"parentId":1471,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-collection@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19_3vqfgunzp4tkkuqnqgefg7qsai/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309839,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-mjs","duration":800,"timestamp":142314121,"id":1527,"parentId":1471,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-callback-ref@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769492309852,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1161,"timestamp":142315282,"id":1528,"parentId":1486,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-tagfilter@2.0.0/node_modules/micromark-extension-gfm-tagfilter/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309853,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1275,"timestamp":142315439,"id":1529,"parentId":1487,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/html.js","layer":"app-pages-browser"},"startTime":1769492309853,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1748,"timestamp":142315548,"id":1530,"parentId":1487,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.js","layer":"app-pages-browser"},"startTime":1769492309853,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1650,"timestamp":142319878,"id":1531,"parentId":1488,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/html.js","layer":"app-pages-browser"},"startTime":1769492309858,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5256,"timestamp":142320117,"id":1532,"parentId":1488,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/syntax.js","layer":"app-pages-browser"},"startTime":1769492309858,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1022,"timestamp":142327338,"id":1533,"parentId":1482,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.js","layer":"app-pages-browser"},"startTime":1769492309865,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1781,"timestamp":142332805,"id":1534,"parentId":1496,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/state.js","layer":"app-pages-browser"},"startTime":1769492309870,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1951,"timestamp":142332950,"id":1535,"parentId":1494,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.js","layer":"app-pages-browser"},"startTime":1769492309871,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1415,"timestamp":142336074,"id":1536,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/break.js","layer":"app-pages-browser"},"startTime":1769492309874,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1469,"timestamp":142336211,"id":1537,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js","layer":"app-pages-browser"},"startTime":1769492309874,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1543,"timestamp":142336300,"id":1538,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/delete.js","layer":"app-pages-browser"},"startTime":1769492309874,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1812,"timestamp":142336381,"id":1539,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/code.js","layer":"app-pages-browser"},"startTime":1769492309874,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1126,"timestamp":142338655,"id":1540,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js","layer":"app-pages-browser"},"startTime":1769492309876,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1255,"timestamp":142338798,"id":1541,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js","layer":"app-pages-browser"},"startTime":1769492309876,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1422,"timestamp":142338891,"id":1542,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/heading.js","layer":"app-pages-browser"},"startTime":1769492309877,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1713,"timestamp":142338995,"id":1543,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/html.js","layer":"app-pages-browser"},"startTime":1769492309877,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1158,"timestamp":142344068,"id":1544,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js","layer":"app-pages-browser"},"startTime":1769492309882,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1400,"timestamp":142344276,"id":1545,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/image.js","layer":"app-pages-browser"},"startTime":1769492309882,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1262,"timestamp":142348449,"id":1546,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js","layer":"app-pages-browser"},"startTime":1769492309886,"traceId":"bc7141d8d1ffa866"}]
16
- [{"name":"build-module-js","duration":1502,"timestamp":142348588,"id":1547,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js","layer":"app-pages-browser"},"startTime":1769492309886,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2246,"timestamp":142348679,"id":1548,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/list-item.js","layer":"app-pages-browser"},"startTime":1769492309886,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2527,"timestamp":142348759,"id":1549,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/link.js","layer":"app-pages-browser"},"startTime":1769492309886,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":980,"timestamp":142351963,"id":1550,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/list.js","layer":"app-pages-browser"},"startTime":1769492309890,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1071,"timestamp":142352117,"id":1551,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js","layer":"app-pages-browser"},"startTime":1769492309890,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1154,"timestamp":142352210,"id":1552,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/root.js","layer":"app-pages-browser"},"startTime":1769492309890,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1348,"timestamp":142352297,"id":1553,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/strong.js","layer":"app-pages-browser"},"startTime":1769492309890,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":825,"timestamp":142355607,"id":1554,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/table.js","layer":"app-pages-browser"},"startTime":1769492309893,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1067,"timestamp":142355743,"id":1555,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/table-row.js","layer":"app-pages-browser"},"startTime":1769492309893,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1063,"timestamp":142357623,"id":1556,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js","layer":"app-pages-browser"},"startTime":1769492309895,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1265,"timestamp":142357759,"id":1557,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js","layer":"app-pages-browser"},"startTime":1769492309895,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1504,"timestamp":142357849,"id":1558,"parentId":1498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/text.js","layer":"app-pages-browser"},"startTime":1769492309895,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3559,"timestamp":142359870,"id":1559,"parentId":1499,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/estree-util-is-identifier-name@3.0.0/node_modules/estree-util-is-identifier-name/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309898,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":805,"timestamp":142365437,"id":1560,"parentId":1500,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309903,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1258,"timestamp":142371786,"id":1561,"parentId":1501,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/aria.js","layer":"app-pages-browser"},"startTime":1769492309909,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1812,"timestamp":142373798,"id":1562,"parentId":1501,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xmlns.js","layer":"app-pages-browser"},"startTime":1769492309911,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3235,"timestamp":142374021,"id":1563,"parentId":1501,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/html.js","layer":"app-pages-browser"},"startTime":1769492309912,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3416,"timestamp":142374202,"id":1564,"parentId":1501,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xlink.js","layer":"app-pages-browser"},"startTime":1769492309912,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5603,"timestamp":142374372,"id":1565,"parentId":1501,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/svg.js","layer":"app-pages-browser"},"startTime":1769492309912,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1000,"timestamp":142385166,"id":1566,"parentId":1501,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xml.js","layer":"app-pages-browser"},"startTime":1769492309923,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1094,"timestamp":142385361,"id":1567,"parentId":1501,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/hast-to-react.js","layer":"app-pages-browser"},"startTime":1769492309923,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1764,"timestamp":142388203,"id":1568,"parentId":1501,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/find.js","layer":"app-pages-browser"},"startTime":1769492309926,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1814,"timestamp":142388411,"id":1569,"parentId":1501,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/normalize.js","layer":"app-pages-browser"},"startTime":1769492309926,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2000,"timestamp":142388587,"id":1570,"parentId":1501,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/merge.js","layer":"app-pages-browser"},"startTime":1769492309926,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1049,"timestamp":142394792,"id":1571,"parentId":1503,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309932,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1780,"timestamp":142399290,"id":1572,"parentId":1497,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-sanitize-uri@2.0.1/node_modules/micromark-util-sanitize-uri/index.js","layer":"app-pages-browser"},"startTime":1769492309937,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2794,"timestamp":142399505,"id":1573,"parentId":1504,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309937,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1037,"timestamp":142405123,"id":1574,"parentId":1497,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/index.js","layer":"app-pages-browser"},"startTime":1769492309943,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1834,"timestamp":142408881,"id":1575,"parentId":1506,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.js","layer":"app-pages-browser"},"startTime":1769492309947,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":972,"timestamp":142412597,"id":1576,"parentId":1508,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/index.js","layer":"app-pages-browser"},"startTime":1769492309950,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":861,"timestamp":142417941,"id":1577,"parentId":1508,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.js","layer":"app-pages-browser"},"startTime":1769492309956,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":553,"timestamp":142421613,"id":1578,"parentId":1508,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier/index.js","layer":"app-pages-browser"},"startTime":1769492309959,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":900,"timestamp":142423238,"id":1579,"parentId":1511,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/style-to-js@1.1.21/node_modules/style-to-js/cjs/utilities.js","layer":"app-pages-browser"},"startTime":1769492309961,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5124,"timestamp":142424945,"id":1580,"parentId":1512,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309963,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2055,"timestamp":142435793,"id":1581,"parentId":1515,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309973,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2765,"timestamp":142436030,"id":1582,"parentId":1517,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309974,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":715,"timestamp":142443093,"id":1583,"parentId":1514,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.js","layer":"app-pages-browser"},"startTime":1769492309981,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":488,"timestamp":142446262,"id":1584,"parentId":1514,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all/index.js","layer":"app-pages-browser"},"startTime":1769492309984,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2128,"timestamp":142447269,"id":1585,"parentId":1520,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309985,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1223,"timestamp":142451403,"id":1586,"parentId":1521,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309989,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1264,"timestamp":142456619,"id":1587,"parentId":1511,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/style-to-object@1.0.14/node_modules/style-to-object/cjs/index.js","layer":"app-pages-browser"},"startTime":1769492309994,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1934,"timestamp":142456916,"id":1588,"parentId":1522,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309995,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":818,"timestamp":142459833,"id":1589,"parentId":1523,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309997,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1068,"timestamp":142461800,"id":1590,"parentId":1524,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/lib/index.js","layer":"app-pages-browser"},"startTime":1769492309999,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1476,"timestamp":142464311,"id":1591,"parentId":1532,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/edit-map.js","layer":"app-pages-browser"},"startTime":1769492310002,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1627,"timestamp":142464503,"id":1592,"parentId":1532,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/infer.js","layer":"app-pages-browser"},"startTime":1769492310002,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1832,"timestamp":142464665,"id":1593,"parentId":1544,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/revert.js","layer":"app-pages-browser"},"startTime":1769492310002,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":573,"timestamp":142470239,"id":1594,"parentId":1561,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/create.js","layer":"app-pages-browser"},"startTime":1769492310008,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":855,"timestamp":142476034,"id":1595,"parentId":1561,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/types.js","layer":"app-pages-browser"},"startTime":1769492310014,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":959,"timestamp":142476176,"id":1596,"parentId":1562,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-insensitive-transform.js","layer":"app-pages-browser"},"startTime":1769492310014,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1028,"timestamp":142476267,"id":1597,"parentId":1565,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-sensitive-transform.js","layer":"app-pages-browser"},"startTime":1769492310014,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":488,"timestamp":142480938,"id":1598,"parentId":1525,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_init.js","layer":"app-pages-browser"},"startTime":1769492310019,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":618,"timestamp":142482461,"id":1599,"parentId":1525,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_get.js","layer":"app-pages-browser"},"startTime":1769492310020,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1185,"timestamp":142484079,"id":1600,"parentId":1568,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/defined-info.js","layer":"app-pages-browser"},"startTime":1769492310022,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1284,"timestamp":142484211,"id":1601,"parentId":1525,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_set.js","layer":"app-pages-browser"},"startTime":1769492310022,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1426,"timestamp":142484298,"id":1602,"parentId":1568,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/info.js","layer":"app-pages-browser"},"startTime":1769492310022,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":850,"timestamp":142486867,"id":1603,"parentId":1570,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/schema.js","layer":"app-pages-browser"},"startTime":1769492310025,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1186,"timestamp":142491916,"id":1604,"parentId":1558,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.js","layer":"app-pages-browser"},"startTime":1769492310030,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2047,"timestamp":142492073,"id":1605,"parentId":1574,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/deserialize.js","layer":"app-pages-browser"},"startTime":1769492310030,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3221,"timestamp":142492173,"id":1606,"parentId":1574,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/serialize.js","layer":"app-pages-browser"},"startTime":1769492310030,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1510,"timestamp":142498660,"id":1607,"parentId":1576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.js","layer":"app-pages-browser"},"startTime":1769492310036,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1356,"timestamp":142501807,"id":1608,"parentId":1576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.js","layer":"app-pages-browser"},"startTime":1769492310039,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1970,"timestamp":142501945,"id":1609,"parentId":1576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.js","layer":"app-pages-browser"},"startTime":1769492310040,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2322,"timestamp":142502048,"id":1610,"parentId":1576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/block-quote.js","layer":"app-pages-browser"},"startTime":1769492310040,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2453,"timestamp":142502171,"id":1611,"parentId":1576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-escape.js","layer":"app-pages-browser"},"startTime":1769492310040,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1131,"timestamp":142505547,"id":1612,"parentId":1576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-reference.js","layer":"app-pages-browser"},"startTime":1769492310043,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2222,"timestamp":142505726,"id":1613,"parentId":1576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-fenced.js","layer":"app-pages-browser"},"startTime":1769492310043,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2163,"timestamp":142512857,"id":1614,"parentId":1576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-indented.js","layer":"app-pages-browser"},"startTime":1769492310051,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3160,"timestamp":142513081,"id":1615,"parentId":1576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-text.js","layer":"app-pages-browser"},"startTime":1769492310051,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3692,"timestamp":142513252,"id":1616,"parentId":1576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.js","layer":"app-pages-browser"},"startTime":1769492310051,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4242,"timestamp":142513406,"id":1617,"parentId":1576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.js","layer":"app-pages-browser"},"startTime":1769492310051,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1529,"timestamp":142518904,"id":1618,"parentId":1576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/hard-break-escape.js","layer":"app-pages-browser"},"startTime":1769492310057,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2151,"timestamp":142519066,"id":1619,"parentId":1576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/heading-atx.js","layer":"app-pages-browser"},"startTime":1769492310057,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3995,"timestamp":142519179,"id":1620,"parentId":1576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-flow.js","layer":"app-pages-browser"},"startTime":1769492310057,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5944,"timestamp":142519266,"id":1621,"parentId":1576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-text.js","layer":"app-pages-browser"},"startTime":1769492310057,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3543,"timestamp":142526788,"id":1622,"parentId":1576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-end.js","layer":"app-pages-browser"},"startTime":1769492310064,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3793,"timestamp":142527032,"id":1623,"parentId":1576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-image.js","layer":"app-pages-browser"},"startTime":1769492310065,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1430,"timestamp":142532390,"id":1624,"parentId":1576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-link.js","layer":"app-pages-browser"},"startTime":1769492310070,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1592,"timestamp":142532595,"id":1625,"parentId":1576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.js","layer":"app-pages-browser"},"startTime":1769492310070,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1456,"timestamp":142536732,"id":1626,"parentId":1576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.js","layer":"app-pages-browser"},"startTime":1769492310074,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2043,"timestamp":142536864,"id":1627,"parentId":1576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/setext-underline.js","layer":"app-pages-browser"},"startTime":1769492310075,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1143,"timestamp":142540090,"id":1628,"parentId":1576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/thematic-break.js","layer":"app-pages-browser"},"startTime":1769492310078,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1182,"timestamp":142540276,"id":1629,"parentId":1581,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/color.js","layer":"app-pages-browser"},"startTime":1769492310078,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":403,"timestamp":142546965,"id":1630,"parentId":1573,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/index.js","layer":"app-pages-browser"},"startTime":1769492310085,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":542,"timestamp":142548902,"id":1631,"parentId":1572,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-encode@2.0.1/node_modules/micromark-util-encode/index.js","layer":"app-pages-browser"},"startTime":1769492310087,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":550,"timestamp":142551936,"id":1632,"parentId":1580,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/index.js","layer":"app-pages-browser"},"startTime":1769492310090,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1132,"timestamp":142556394,"id":1633,"parentId":1580,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/index.js","layer":"app-pages-browser"},"startTime":1769492310094,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1443,"timestamp":142556596,"id":1634,"parentId":1580,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.js","layer":"app-pages-browser"},"startTime":1769492310094,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":682,"timestamp":142559667,"id":1635,"parentId":1580,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-decode-numeric-character-reference@2.0.2/node_modules/micromark-util-decode-numeric-character-reference/index.js","layer":"app-pages-browser"},"startTime":1769492310097,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":536,"timestamp":142561993,"id":1636,"parentId":1580,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/decode-named-character-reference@1.2.0/node_modules/decode-named-character-reference/index.dom.js","layer":"app-pages-browser"},"startTime":1769492310100,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":409,"timestamp":142562821,"id":1637,"parentId":1581,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-is@6.0.1/node_modules/unist-util-is/index.js","layer":"app-pages-browser"},"startTime":1769492310100,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":624,"timestamp":142565339,"id":1638,"parentId":1598,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_check_private_redeclaration.js","layer":"app-pages-browser"},"startTime":1769492310103,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":792,"timestamp":142566268,"id":1639,"parentId":1599,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.js","layer":"app-pages-browser"},"startTime":1769492310104,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":850,"timestamp":142566471,"id":1640,"parentId":1599,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.js","layer":"app-pages-browser"},"startTime":1769492310104,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":465,"timestamp":142568950,"id":1641,"parentId":1601,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.js","layer":"app-pages-browser"},"startTime":1769492310107,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":464,"timestamp":142572129,"id":1642,"parentId":1585,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js","layer":"app-pages-browser"},"startTime":1769492310110,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":392,"timestamp":142573737,"id":1643,"parentId":1585,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/index.js","layer":"app-pages-browser"},"startTime":1769492310111,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1348,"timestamp":142575582,"id":1644,"parentId":1588,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.js","layer":"app-pages-browser"},"startTime":1769492310113,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":374,"timestamp":142580544,"id":1645,"parentId":1588,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/index.js","layer":"app-pages-browser"},"startTime":1769492310118,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":839,"timestamp":142582500,"id":1646,"parentId":1605,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/types.js","layer":"app-pages-browser"},"startTime":1769492310120,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2001,"timestamp":142585064,"id":1647,"parentId":1587,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/inline-style-parser@0.2.7/node_modules/inline-style-parser/cjs/index.js","layer":"app-pages-browser"},"startTime":1769492310123,"traceId":"bc7141d8d1ffa866"}]
17
- [{"name":"build-module-js","duration":792,"timestamp":142591901,"id":1648,"parentId":1630,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/lib/index.js","layer":"app-pages-browser"},"startTime":1769492310130,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1934,"timestamp":142594025,"id":1649,"parentId":1616,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.js","layer":"app-pages-browser"},"startTime":1769492310132,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1235,"timestamp":142599420,"id":1650,"parentId":1617,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.js","layer":"app-pages-browser"},"startTime":1769492310137,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":979,"timestamp":142602333,"id":1651,"parentId":1617,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.js","layer":"app-pages-browser"},"startTime":1769492310140,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":731,"timestamp":142604964,"id":1652,"parentId":1617,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.js","layer":"app-pages-browser"},"startTime":1769492310143,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1025,"timestamp":142607113,"id":1653,"parentId":1617,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.js","layer":"app-pages-browser"},"startTime":1769492310145,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1521,"timestamp":142611546,"id":1654,"parentId":1620,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-html-tag-name@2.0.1/node_modules/micromark-util-html-tag-name/index.js","layer":"app-pages-browser"},"startTime":1769492310149,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1941,"timestamp":142611738,"id":1655,"parentId":1632,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/lib/index.js","layer":"app-pages-browser"},"startTime":1769492310149,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5606,"timestamp":142611914,"id":1656,"parentId":1633,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/compile.js","layer":"app-pages-browser"},"startTime":1769492310150,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1080,"timestamp":142619675,"id":1657,"parentId":1633,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.js","layer":"app-pages-browser"},"startTime":1769492310157,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1301,"timestamp":142619832,"id":1658,"parentId":1633,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.js","layer":"app-pages-browser"},"startTime":1769492310157,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1824,"timestamp":142619931,"id":1659,"parentId":1633,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.js","layer":"app-pages-browser"},"startTime":1769492310158,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1005,"timestamp":142624517,"id":1660,"parentId":1637,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-is@6.0.1/node_modules/unist-util-is/lib/index.js","layer":"app-pages-browser"},"startTime":1769492310162,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1261,"timestamp":142625926,"id":1661,"parentId":1643,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/lib/index.js","layer":"app-pages-browser"},"startTime":1769492310164,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1252,"timestamp":142628658,"id":1662,"parentId":1645,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/index.js","layer":"app-pages-browser"},"startTime":1769492310166,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1326,"timestamp":142633903,"id":1663,"parentId":1645,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.js","layer":"app-pages-browser"},"startTime":1769492310172,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2301,"timestamp":142634122,"id":1664,"parentId":1649,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/lib/splice-buffer.js","layer":"app-pages-browser"},"startTime":1769492310172,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":894,"timestamp":142643163,"id":1665,"parentId":1658,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.js","layer":"app-pages-browser"},"startTime":1769492310181,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2153,"timestamp":142646172,"id":1666,"parentId":1658,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.js","layer":"app-pages-browser"},"startTime":1769492310184,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1327,"timestamp":142649323,"id":1667,"parentId":1658,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.js","layer":"app-pages-browser"},"startTime":1769492310187,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2212,"timestamp":142649462,"id":1668,"parentId":1658,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.js","layer":"app-pages-browser"},"startTime":1769492310187,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2479,"timestamp":142649553,"id":1669,"parentId":1658,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.js","layer":"app-pages-browser"},"startTime":1769492310187,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3171,"timestamp":142649641,"id":1670,"parentId":1658,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.js","layer":"app-pages-browser"},"startTime":1769492310187,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":609,"timestamp":142656654,"id":1671,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/configure.js","layer":"app-pages-browser"},"startTime":1769492310194,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1033,"timestamp":142658746,"id":1672,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/unsafe.js","layer":"app-pages-browser"},"startTime":1769492310196,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1456,"timestamp":142658880,"id":1673,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/join.js","layer":"app-pages-browser"},"startTime":1769492310197,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1587,"timestamp":142661404,"id":1674,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/association.js","layer":"app-pages-browser"},"startTime":1769492310199,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1798,"timestamp":142661614,"id":1675,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js","layer":"app-pages-browser"},"startTime":1769492310199,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2551,"timestamp":142661786,"id":1676,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js","layer":"app-pages-browser"},"startTime":1769492310199,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":972,"timestamp":142666191,"id":1677,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-flow.js","layer":"app-pages-browser"},"startTime":1769492310204,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1601,"timestamp":142672522,"id":1678,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/indent-lines.js","layer":"app-pages-browser"},"startTime":1769492310210,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2659,"timestamp":142672725,"id":1679,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/safe.js","layer":"app-pages-browser"},"startTime":1769492310210,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2963,"timestamp":142672903,"id":1680,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/track.js","layer":"app-pages-browser"},"startTime":1769492310211,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2266,"timestamp":142677836,"id":1681,"parentId":1663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.js","layer":"app-pages-browser"},"startTime":1769492310215,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2453,"timestamp":142678070,"id":1682,"parentId":1663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.js","layer":"app-pages-browser"},"startTime":1769492310216,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3151,"timestamp":142678255,"id":1683,"parentId":1663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.js","layer":"app-pages-browser"},"startTime":1769492310216,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3719,"timestamp":142678426,"id":1684,"parentId":1663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.js","layer":"app-pages-browser"},"startTime":1769492310216,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4149,"timestamp":142678597,"id":1685,"parentId":1663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.js","layer":"app-pages-browser"},"startTime":1769492310216,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4684,"timestamp":142678769,"id":1686,"parentId":1663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.js","layer":"app-pages-browser"},"startTime":1769492310216,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1579,"timestamp":142684491,"id":1687,"parentId":1663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.js","layer":"app-pages-browser"},"startTime":1769492310222,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2176,"timestamp":142692586,"id":1688,"parentId":1663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.js","layer":"app-pages-browser"},"startTime":1769492310230,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2532,"timestamp":142692762,"id":1689,"parentId":1663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.js","layer":"app-pages-browser"},"startTime":1769492310230,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":2789,"timestamp":142692865,"id":1690,"parentId":1663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.js","layer":"app-pages-browser"},"startTime":1769492310231,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3274,"timestamp":142692953,"id":1691,"parentId":1663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.js","layer":"app-pages-browser"},"startTime":1769492310231,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":3522,"timestamp":142693063,"id":1692,"parentId":1663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.js","layer":"app-pages-browser"},"startTime":1769492310231,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4344,"timestamp":142693145,"id":1693,"parentId":1663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.js","layer":"app-pages-browser"},"startTime":1769492310231,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4843,"timestamp":142693226,"id":1694,"parentId":1663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.js","layer":"app-pages-browser"},"startTime":1769492310231,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":4953,"timestamp":142693337,"id":1695,"parentId":1663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.js","layer":"app-pages-browser"},"startTime":1769492310231,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5110,"timestamp":142693423,"id":1696,"parentId":1663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.js","layer":"app-pages-browser"},"startTime":1769492310231,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":5558,"timestamp":142693501,"id":1697,"parentId":1663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.js","layer":"app-pages-browser"},"startTime":1769492310231,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":593,"timestamp":142702964,"id":1698,"parentId":1663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js","layer":"app-pages-browser"},"startTime":1769492310241,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":491,"timestamp":142704421,"id":1699,"parentId":1663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.js","layer":"app-pages-browser"},"startTime":1769492310242,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1165,"timestamp":142709815,"id":1700,"parentId":1673,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js","layer":"app-pages-browser"},"startTime":1769492310247,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1346,"timestamp":142710034,"id":1701,"parentId":1673,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js","layer":"app-pages-browser"},"startTime":1769492310248,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":894,"timestamp":142712135,"id":1702,"parentId":1676,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js","layer":"app-pages-browser"},"startTime":1769492310250,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1066,"timestamp":142719731,"id":1703,"parentId":1679,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js","layer":"app-pages-browser"},"startTime":1769492310257,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1096,"timestamp":142719944,"id":1704,"parentId":1683,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.js","layer":"app-pages-browser"},"startTime":1769492310258,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":515,"timestamp":142721654,"id":1705,"parentId":1684,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.js","layer":"app-pages-browser"},"startTime":1769492310259,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":739,"timestamp":142722489,"id":1706,"parentId":1685,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.js","layer":"app-pages-browser"},"startTime":1769492310260,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":783,"timestamp":142722647,"id":1707,"parentId":1685,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js","layer":"app-pages-browser"},"startTime":1769492310260,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1055,"timestamp":142726899,"id":1708,"parentId":1691,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js","layer":"app-pages-browser"},"startTime":1769492310265,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1186,"timestamp":142727085,"id":1709,"parentId":1693,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js","layer":"app-pages-browser"},"startTime":1769492310265,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1335,"timestamp":142727208,"id":1710,"parentId":1693,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js","layer":"app-pages-browser"},"startTime":1769492310265,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1034,"timestamp":142728860,"id":1711,"parentId":1693,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js","layer":"app-pages-browser"},"startTime":1769492310267,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1126,"timestamp":142729020,"id":1712,"parentId":1694,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js","layer":"app-pages-browser"},"startTime":1769492310267,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1330,"timestamp":142729123,"id":1713,"parentId":1693,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.js","layer":"app-pages-browser"},"startTime":1769492310267,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":476,"timestamp":142731285,"id":1714,"parentId":1697,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.js","layer":"app-pages-browser"},"startTime":1769492310269,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":606,"timestamp":142732414,"id":1715,"parentId":1661,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.js","layer":"app-pages-browser"},"startTime":1769492310270,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":915,"timestamp":142734504,"id":1716,"parentId":1698,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js","layer":"app-pages-browser"},"startTime":1769492310272,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":1184,"timestamp":142734709,"id":1717,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js","layer":"app-pages-browser"},"startTime":1769492310272,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":740,"timestamp":142737223,"id":1718,"parentId":1683,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.js","layer":"app-pages-browser"},"startTime":1769492310275,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":385,"timestamp":142738965,"id":1719,"parentId":1696,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/index.js","layer":"app-pages-browser"},"startTime":1769492310277,"traceId":"bc7141d8d1ffa866"},{"name":"build-module-js","duration":490,"timestamp":142740308,"id":1720,"parentId":1719,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.js","layer":"app-pages-browser"},"startTime":1769492310278,"traceId":"bc7141d8d1ffa866"},{"name":"add-entry","duration":3897496,"timestamp":138844733,"id":988,"parentId":978,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fproject%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1769492306382,"traceId":"bc7141d8d1ffa866"},{"name":"make","duration":3898793,"timestamp":138843664,"id":978,"parentId":977,"tags":{},"startTime":1769492306381,"traceId":"bc7141d8d1ffa866"},{"name":"chunk-graph","duration":15117,"timestamp":142807965,"id":1722,"parentId":1721,"tags":{},"startTime":1769492310346,"traceId":"bc7141d8d1ffa866"},{"name":"optimize-modules","duration":37,"timestamp":142826500,"id":1724,"parentId":1721,"tags":{},"startTime":1769492310364,"traceId":"bc7141d8d1ffa866"},{"name":"optimize-chunks","duration":10994,"timestamp":142828620,"id":1726,"parentId":1721,"tags":{},"startTime":1769492310366,"traceId":"bc7141d8d1ffa866"},{"name":"optimize-tree","duration":113,"timestamp":142839696,"id":1727,"parentId":1721,"tags":{},"startTime":1769492310377,"traceId":"bc7141d8d1ffa866"},{"name":"optimize-chunk-modules","duration":27925,"timestamp":142839896,"id":1728,"parentId":1721,"tags":{},"startTime":1769492310378,"traceId":"bc7141d8d1ffa866"},{"name":"optimize","duration":41532,"timestamp":142826415,"id":1723,"parentId":1721,"tags":{},"startTime":1769492310364,"traceId":"bc7141d8d1ffa866"},{"name":"module-hash","duration":29069,"timestamp":142896877,"id":1729,"parentId":1721,"tags":{},"startTime":1769492310435,"traceId":"bc7141d8d1ffa866"},{"name":"code-generation","duration":330711,"timestamp":142926043,"id":1730,"parentId":1721,"tags":{},"startTime":1769492310464,"traceId":"bc7141d8d1ffa866"},{"name":"hash","duration":8517,"timestamp":143261656,"id":1731,"parentId":1721,"tags":{},"startTime":1769492310799,"traceId":"bc7141d8d1ffa866"},{"name":"code-generation-jobs","duration":592,"timestamp":143270164,"id":1732,"parentId":1721,"tags":{},"startTime":1769492310808,"traceId":"bc7141d8d1ffa866"},{"name":"module-assets","duration":706,"timestamp":143270702,"id":1733,"parentId":1721,"tags":{},"startTime":1769492310808,"traceId":"bc7141d8d1ffa866"},{"name":"create-chunk-assets","duration":10410,"timestamp":143271429,"id":1734,"parentId":1721,"tags":{},"startTime":1769492310809,"traceId":"bc7141d8d1ffa866"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1918,"timestamp":143293896,"id":1736,"parentId":977,"tags":{},"startTime":1769492310832,"traceId":"bc7141d8d1ffa866"},{"name":"NextJsBuildManifest-createassets","duration":3126,"timestamp":143292706,"id":1735,"parentId":977,"tags":{},"startTime":1769492310830,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":134378,"timestamp":143350666,"id":1739,"parentId":1737,"tags":{"name":"static/chunks/main-app-3ee073768a1a6456.js","cache":"MISS"},"startTime":1769492310888,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":133839,"timestamp":143351283,"id":1741,"parentId":1737,"tags":{"name":"static/chunks/pages/_app-56f4e2c3e0cd5b77.js","cache":"MISS"},"startTime":1769492310889,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":134231,"timestamp":143350929,"id":1740,"parentId":1737,"tags":{"name":"static/chunks/app/_not-found/page-1314fe1ff92ee0aa.js","cache":"MISS"},"startTime":1769492310889,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":133771,"timestamp":143351423,"id":1742,"parentId":1737,"tags":{"name":"static/chunks/pages/_error-6444830a044a065f.js","cache":"MISS"},"startTime":1769492310889,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":133665,"timestamp":143351560,"id":1743,"parentId":1737,"tags":{"name":"static/chunks/app/layout-1baeb8f9d4de0f96.js","cache":"MISS"},"startTime":1769492310889,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":118996,"timestamp":143366312,"id":1746,"parentId":1737,"tags":{"name":"static/chunks/app/settings/page-2fcf8afca1fda15f.js","cache":"MISS"},"startTime":1769492310904,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":117918,"timestamp":143367420,"id":1747,"parentId":1737,"tags":{"name":"static/chunks/webpack-9b8a6c078d6e8803.js","cache":"MISS"},"startTime":1769492310905,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":133592,"timestamp":143351844,"id":1744,"parentId":1737,"tags":{"name":"static/chunks/app/page-3ca33a4653cdb7e8.js","cache":"MISS"},"startTime":1769492310889,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":174838,"timestamp":143354962,"id":1745,"parentId":1737,"tags":{"name":"static/chunks/app/project/[id]/page-e3cf90784e924fe1.js","cache":"MISS"},"startTime":1769492310893,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":197115,"timestamp":143381092,"id":1750,"parentId":1737,"tags":{"name":"static/chunks/253-964b516a8d5c9ec9.js","cache":"MISS"},"startTime":1769492310919,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":277311,"timestamp":143333681,"id":1738,"parentId":1737,"tags":{"name":"static/chunks/main-ff9852398b1f3782.js","cache":"MISS"},"startTime":1769492310871,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":354933,"timestamp":143374965,"id":1749,"parentId":1737,"tags":{"name":"static/chunks/c476d598-52de8ab10fae5dac.js","cache":"MISS"},"startTime":1769492310913,"traceId":"bc7141d8d1ffa866"}]
18
- [{"name":"minify-js","duration":281708,"timestamp":143448518,"id":1753,"parentId":1737,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1769492310986,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":281730,"timestamp":143448709,"id":1754,"parentId":1737,"tags":{"name":"static/fQQI0X4R8kXYUbd-0V8mo/_ssgManifest.js","cache":"MISS"},"startTime":1769492310986,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":281986,"timestamp":143448749,"id":1755,"parentId":1737,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1769492310986,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":282524,"timestamp":143448780,"id":1756,"parentId":1737,"tags":{"name":"static/fQQI0X4R8kXYUbd-0V8mo/_buildManifest.js","cache":"MISS"},"startTime":1769492310986,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":282637,"timestamp":143448812,"id":1757,"parentId":1737,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1769492310986,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":399706,"timestamp":143367713,"id":1748,"parentId":1737,"tags":{"name":"static/chunks/framework-63d70eb4e76697e6.js","cache":"MISS"},"startTime":1769492310905,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":345653,"timestamp":143431596,"id":1752,"parentId":1737,"tags":{"name":"static/chunks/498-05477d3729b4e23d.js","cache":"MISS"},"startTime":1769492310969,"traceId":"bc7141d8d1ffa866"},{"name":"minify-js","duration":432474,"timestamp":143384087,"id":1751,"parentId":1737,"tags":{"name":"static/chunks/700-80036c1b7cf7a171.js","cache":"MISS"},"startTime":1769492310922,"traceId":"bc7141d8d1ffa866"},{"name":"minify-webpack-plugin-optimize","duration":518429,"timestamp":143298151,"id":1737,"parentId":977,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1769492310836,"traceId":"bc7141d8d1ffa866"},{"name":"minify-css","duration":360243,"timestamp":143817055,"id":1759,"parentId":1758,"tags":{"file":"static/css/7589734ea56736fa.css","cache":"MISS"},"startTime":1769492311355,"traceId":"bc7141d8d1ffa866"},{"name":"css-minimizer-plugin","duration":360526,"timestamp":143816784,"id":1758,"parentId":977,"tags":{},"startTime":1769492311354,"traceId":"bc7141d8d1ffa866"},{"name":"seal","duration":1415065,"timestamp":142777739,"id":1721,"parentId":977,"tags":{},"startTime":1769492310315,"traceId":"bc7141d8d1ffa866"},{"name":"webpack-compilation","duration":5355942,"timestamp":138837398,"id":977,"parentId":974,"tags":{"name":"client"},"startTime":1769492306375,"traceId":"bc7141d8d1ffa866"},{"name":"emit","duration":6670,"timestamp":144194540,"id":1760,"parentId":974,"tags":{},"startTime":1769492311732,"traceId":"bc7141d8d1ffa866"},{"name":"webpack-close","duration":499983,"timestamp":144202308,"id":1761,"parentId":974,"tags":{"name":"client"},"startTime":1769492311740,"traceId":"bc7141d8d1ffa866"},{"name":"webpack-generate-error-stats","duration":3598,"timestamp":144702374,"id":1762,"parentId":1761,"tags":{},"startTime":1769492312240,"traceId":"bc7141d8d1ffa866"},{"name":"run-webpack-compiler","duration":6048698,"timestamp":138657662,"id":974,"parentId":973,"tags":{},"startTime":1769492306195,"traceId":"bc7141d8d1ffa866"},{"name":"format-webpack-messages","duration":121,"timestamp":144706372,"id":1763,"parentId":973,"tags":{},"startTime":1769492312244,"traceId":"bc7141d8d1ffa866"},{"name":"worker-main-client","duration":6049339,"timestamp":138657354,"id":973,"parentId":1,"tags":{},"startTime":1769492306195,"traceId":"bc7141d8d1ffa866"},{"name":"verify-and-lint","duration":3821959,"timestamp":144766672,"id":1767,"parentId":1,"tags":{},"startTime":1769492312304,"traceId":"bc7141d8d1ffa866"},{"name":"verify-typescript-setup","duration":8482695,"timestamp":144761236,"id":1766,"parentId":1,"tags":{},"startTime":1769492312299,"traceId":"bc7141d8d1ffa866"},{"name":"check-static-error-page","duration":14284,"timestamp":153274461,"id":1770,"parentId":1769,"tags":{},"startTime":1769492320812,"traceId":"bc7141d8d1ffa866"},{"name":"check-page","duration":3408,"timestamp":153341670,"id":1771,"parentId":1769,"tags":{"page":"/_app"},"startTime":1769492320879,"traceId":"bc7141d8d1ffa866"},{"name":"check-page","duration":2267,"timestamp":153342837,"id":1773,"parentId":1769,"tags":{"page":"/_document"},"startTime":1769492320880,"traceId":"bc7141d8d1ffa866"},{"name":"check-page","duration":3244,"timestamp":153342709,"id":1772,"parentId":1769,"tags":{"page":"/_error"},"startTime":1769492320880,"traceId":"bc7141d8d1ffa866"},{"name":"is-page-static","duration":333202,"timestamp":153346773,"id":1778,"parentId":1774,"tags":{},"startTime":1769492320884,"traceId":"bc7141d8d1ffa866"},{"name":"check-page","duration":337175,"timestamp":153342884,"id":1774,"parentId":1769,"tags":{"page":"/_not-found"},"startTime":1769492320881,"traceId":"bc7141d8d1ffa866"},{"name":"is-page-static","duration":336942,"timestamp":153353599,"id":1781,"parentId":1777,"tags":{},"startTime":1769492320891,"traceId":"bc7141d8d1ffa866"},{"name":"check-page","duration":345826,"timestamp":153344771,"id":1777,"parentId":1769,"tags":{"page":"/settings"},"startTime":1769492320882,"traceId":"bc7141d8d1ffa866"},{"name":"is-page-static","duration":366792,"timestamp":153353492,"id":1779,"parentId":1775,"tags":{},"startTime":1769492320891,"traceId":"bc7141d8d1ffa866"},{"name":"check-page","duration":375718,"timestamp":153344620,"id":1775,"parentId":1769,"tags":{"page":"/"},"startTime":1769492320882,"traceId":"bc7141d8d1ffa866"},{"name":"is-page-static","duration":410056,"timestamp":153353554,"id":1780,"parentId":1776,"tags":{},"startTime":1769492320891,"traceId":"bc7141d8d1ffa866"},{"name":"check-page","duration":418943,"timestamp":153344717,"id":1776,"parentId":1769,"tags":{"page":"/project/[id]"},"startTime":1769492320882,"traceId":"bc7141d8d1ffa866"},{"name":"static-check","duration":489918,"timestamp":153273767,"id":1769,"parentId":1,"tags":{},"startTime":1769492320811,"traceId":"bc7141d8d1ffa866"},{"name":"generate-required-server-files","duration":574,"timestamp":153763810,"id":1783,"parentId":1,"tags":{},"startTime":1769492321301,"traceId":"bc7141d8d1ffa866"},{"name":"write-routes-manifest","duration":3207,"timestamp":153785631,"id":1785,"parentId":1,"tags":{},"startTime":1769492321323,"traceId":"bc7141d8d1ffa866"},{"name":"load-dotenv","duration":33,"timestamp":153826664,"id":1788,"parentId":1787,"tags":{},"startTime":1769492321364,"traceId":"bc7141d8d1ffa866"},{"name":"run-export-path-map","duration":533,"timestamp":155151739,"id":1789,"parentId":1787,"tags":{},"startTime":1769492322689,"traceId":"bc7141d8d1ffa866"},{"name":"next-export","duration":2138204,"timestamp":153825854,"id":1787,"parentId":1,"tags":{},"startTime":1769492321364,"traceId":"bc7141d8d1ffa866"},{"name":"move-exported-app-not-found-","duration":8871,"timestamp":155965545,"id":1790,"parentId":1786,"tags":{},"startTime":1769492323503,"traceId":"bc7141d8d1ffa866"},{"name":"move-exported-page","duration":65104,"timestamp":155974550,"id":1791,"parentId":1786,"tags":{},"startTime":1769492323512,"traceId":"bc7141d8d1ffa866"},{"name":"static-generation","duration":2714242,"timestamp":153822652,"id":1786,"parentId":1,"tags":{},"startTime":1769492321360,"traceId":"bc7141d8d1ffa866"},{"name":"write-routes-manifest","duration":56537,"timestamp":156537064,"id":1792,"parentId":1,"tags":{},"startTime":1769492324075,"traceId":"bc7141d8d1ffa866"},{"name":"node-file-trace-build","duration":11645647,"timestamp":153778522,"id":1784,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1769492321316,"traceId":"bc7141d8d1ffa866"},{"name":"apply-include-excludes","duration":537,"timestamp":165424187,"id":1793,"parentId":1,"tags":{},"startTime":1769492332962,"traceId":"bc7141d8d1ffa866"},{"name":"print-tree-view","duration":2453,"timestamp":165424842,"id":1794,"parentId":1,"tags":{},"startTime":1769492332962,"traceId":"bc7141d8d1ffa866"},{"name":"telemetry-flush","duration":38,"timestamp":165427306,"id":1795,"parentId":1,"tags":{},"startTime":1769492332965,"traceId":"bc7141d8d1ffa866"},{"name":"next-build","duration":37121464,"timestamp":128305885,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.5.9","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1769492295844,"traceId":"bc7141d8d1ffa866"}]
1
+ [{"name":"generate-buildid","duration":268,"timestamp":111873406,"id":4,"parentId":1,"tags":{},"startTime":1769502287652,"traceId":"45990b03006e527e"},{"name":"load-custom-routes","duration":470,"timestamp":111873817,"id":5,"parentId":1,"tags":{},"startTime":1769502287653,"traceId":"45990b03006e527e"},{"name":"create-dist-dir","duration":70195,"timestamp":112004599,"id":6,"parentId":1,"tags":{},"startTime":1769502287783,"traceId":"45990b03006e527e"},{"name":"create-pages-mapping","duration":286,"timestamp":112081236,"id":7,"parentId":1,"tags":{},"startTime":1769502287860,"traceId":"45990b03006e527e"},{"name":"collect-app-files","duration":2809,"timestamp":112081571,"id":8,"parentId":1,"tags":{},"startTime":1769502287860,"traceId":"45990b03006e527e"},{"name":"create-app-mapping","duration":1526,"timestamp":112084412,"id":9,"parentId":1,"tags":{},"startTime":1769502287863,"traceId":"45990b03006e527e"},{"name":"create-app-layouts","duration":157,"timestamp":112085968,"id":10,"parentId":1,"tags":{},"startTime":1769502287865,"traceId":"45990b03006e527e"},{"name":"collect-default-files","duration":1483,"timestamp":112087161,"id":12,"parentId":1,"tags":{},"startTime":1769502287866,"traceId":"45990b03006e527e"},{"name":"generate-route-types","duration":13439,"timestamp":112086421,"id":11,"parentId":1,"tags":{},"startTime":1769502287865,"traceId":"45990b03006e527e"},{"name":"public-dir-conflict-check","duration":558,"timestamp":112099930,"id":13,"parentId":1,"tags":{},"startTime":1769502287879,"traceId":"45990b03006e527e"},{"name":"generate-routes-manifest","duration":1661,"timestamp":112100649,"id":14,"parentId":1,"tags":{},"startTime":1769502287879,"traceId":"45990b03006e527e"},{"name":"create-entrypoints","duration":29646,"timestamp":113140471,"id":18,"parentId":16,"tags":{},"startTime":1769502288919,"traceId":"45990b03006e527e"},{"name":"generate-webpack-config","duration":147848,"timestamp":113170381,"id":19,"parentId":17,"tags":{},"startTime":1769502288949,"traceId":"45990b03006e527e"},{"name":"next-trace-entrypoint-plugin","duration":16242,"timestamp":113471360,"id":21,"parentId":20,"tags":{},"startTime":1769502289250,"traceId":"45990b03006e527e"},{"name":"build-module","duration":51708,"timestamp":113629109,"id":34,"parentId":25,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?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!","layer":"pages-dir-node"},"startTime":1769502289408,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":62758,"timestamp":113633050,"id":35,"parentId":24,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/pages/_app.js","layer":"pages-dir-node"},"startTime":1769502289412,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":164553,"timestamp":113635986,"id":36,"parentId":29,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/pages/_document.js","layer":"pages-dir-node"},"startTime":1769502289415,"traceId":"45990b03006e527e"},{"name":"build-module","duration":222,"timestamp":113803955,"id":37,"parentId":35,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1769502289583,"traceId":"45990b03006e527e"},{"name":"build-module","duration":74,"timestamp":113804217,"id":38,"parentId":35,"tags":{"name":"react","layer":null},"startTime":1769502289583,"traceId":"45990b03006e527e"},{"name":"build-module","duration":340092,"timestamp":113615241,"id":30,"parentId":23,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1769502289394,"traceId":"45990b03006e527e"},{"name":"build-module","duration":347600,"timestamp":113628054,"id":31,"parentId":26,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1769502289407,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2695,"timestamp":113983700,"id":39,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/get-page-files.js","layer":"pages-dir-node"},"startTime":1769502289762,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3620,"timestamp":113984257,"id":40,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/htmlescape.js","layer":"pages-dir-node"},"startTime":1769502289763,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5321,"timestamp":113984541,"id":41,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/utils.js","layer":"pages-dir-node"},"startTime":1769502289763,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6831,"timestamp":113984697,"id":42,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/is-error.js","layer":"pages-dir-node"},"startTime":1769502289763,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9517,"timestamp":113984774,"id":43,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/pretty-bytes.js","layer":"pages-dir-node"},"startTime":1769502289764,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":42694,"timestamp":113984824,"id":44,"parentId":35,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils.js","layer":"pages-dir-node"},"startTime":1769502289764,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":51393,"timestamp":113984964,"id":45,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/constants.js","layer":"pages-dir-node"},"startTime":1769502289764,"traceId":"45990b03006e527e"},{"name":"build-module","duration":60,"timestamp":114039397,"id":47,"parentId":30,"tags":{"name":"path","layer":null},"startTime":1769502289818,"traceId":"45990b03006e527e"},{"name":"build-module","duration":29,"timestamp":114039536,"id":48,"parentId":30,"tags":{"name":"next/dist/shared/lib/router/utils/app-paths","layer":null},"startTime":1769502289818,"traceId":"45990b03006e527e"},{"name":"build-module","duration":18,"timestamp":114039582,"id":49,"parentId":30,"tags":{"name":"next/dist/shared/lib/router/utils/is-bot","layer":null},"startTime":1769502289818,"traceId":"45990b03006e527e"},{"name":"build-module-external","duration":17,"timestamp":114039624,"id":50,"parentId":30,"tags":{"name":"next/dist/shared/lib/no-fallback-error.external","layer":null},"startTime":1769502289818,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7183,"timestamp":114039658,"id":51,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/trace/tracer.js","layer":"pages-dir-node"},"startTime":1769502289818,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7614,"timestamp":114039775,"id":52,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/trace/utils.js","layer":"pages-dir-node"},"startTime":1769502289819,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":67364,"timestamp":113985147,"id":46,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"pages-dir-node"},"startTime":1769502289764,"traceId":"45990b03006e527e"},{"name":"build-module","duration":543913,"timestamp":113628802,"id":33,"parentId":28,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fsettings%2Fpage&name=app%2Fsettings%2Fpage&pagePath=private-next-app-dir%2Fsettings%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fsettings%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1769502289408,"traceId":"45990b03006e527e"},{"name":"build-module","duration":581535,"timestamp":113628513,"id":32,"parentId":27,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fproject%2F%5Bid%5D%2Fpage&name=app%2Fproject%2F%5Bid%5D%2Fpage&pagePath=private-next-app-dir%2Fproject%2F%5Bid%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fproject%2F%5Bid%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1769502289407,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2894,"timestamp":114238688,"id":53,"parentId":34,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-kind.js","layer":"pages-dir-node"},"startTime":1769502290017,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3122,"timestamp":114239108,"id":55,"parentId":34,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/templates/helpers.js","layer":"pages-dir-node"},"startTime":1769502290018,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4001,"timestamp":114239307,"id":57,"parentId":34,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/pages/module.compiled.js","layer":"pages-dir-node"},"startTime":1769502290018,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12982,"timestamp":114239373,"id":58,"parentId":34,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/pages/pages-handler.js","layer":"pages-dir-node"},"startTime":1769502290018,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16004,"timestamp":114239700,"id":61,"parentId":51,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/trace/constants.js","layer":"pages-dir-node"},"startTime":1769502290018,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1476,"timestamp":114286343,"id":86,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js","layer":"pages-dir-node"},"startTime":1769502290065,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":34786,"timestamp":114279271,"id":64,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-kind.js","layer":"rsc"},"startTime":1769502290058,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":41324,"timestamp":114280794,"id":65,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/trace/tracer.js","layer":"rsc"},"startTime":1769502290060,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":47594,"timestamp":114281139,"id":66,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/trace/constants.js","layer":"rsc"},"startTime":1769502290060,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":48261,"timestamp":114281452,"id":67,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request-meta.js","layer":"rsc"},"startTime":1769502290060,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":49814,"timestamp":114281712,"id":68,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/render-result.js","layer":"rsc"},"startTime":1769502290061,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":54320,"timestamp":114281978,"id":69,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/send-payload.js","layer":"rsc"},"startTime":1769502290061,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":55031,"timestamp":114282254,"id":70,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/streaming-metadata.js","layer":"rsc"},"startTime":1769502290061,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":55886,"timestamp":114282509,"id":71,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/server-action-request-meta.js","layer":"rsc"},"startTime":1769502290061,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":60188,"timestamp":114282761,"id":72,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1769502290062,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":61745,"timestamp":114282999,"id":73,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/fallback.js","layer":"rsc"},"startTime":1769502290062,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":62348,"timestamp":114283272,"id":74,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1769502290062,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":62462,"timestamp":114283526,"id":75,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/interop-default.js","layer":"rsc"},"startTime":1769502290062,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":66265,"timestamp":114283858,"id":76,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/strip-flight-headers.js","layer":"rsc"},"startTime":1769502290063,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":73940,"timestamp":114284384,"id":78,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/action-utils.js","layer":"rsc"},"startTime":1769502290063,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":81876,"timestamp":114284643,"id":79,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1769502290063,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":82120,"timestamp":114284873,"id":80,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/instrumentation/utils.js","layer":"rsc"},"startTime":1769502290064,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":87984,"timestamp":114285124,"id":81,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/base-http/node.js","layer":"rsc"},"startTime":1769502290064,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":92389,"timestamp":114285371,"id":82,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/fallback-params.js","layer":"rsc"},"startTime":1769502290064,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":94958,"timestamp":114285593,"id":83,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/index.js","layer":"rsc"},"startTime":1769502290064,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":95660,"timestamp":114285855,"id":84,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/experimental/ppr.js","layer":"rsc"},"startTime":1769502290065,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":96233,"timestamp":114286115,"id":85,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/encoded-tags.js","layer":"rsc"},"startTime":1769502290065,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":147784,"timestamp":114239188,"id":56,"parentId":42,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"pages-dir-node"},"startTime":1769502290018,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":148004,"timestamp":114239426,"id":59,"parentId":45,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-node"},"startTime":1769502290018,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":148516,"timestamp":114239517,"id":60,"parentId":51,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-thenable.js","layer":"pages-dir-node"},"startTime":1769502290018,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":149170,"timestamp":114239765,"id":62,"parentId":39,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-node"},"startTime":1769502290019,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":153659,"timestamp":114238805,"id":54,"parentId":34,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/pages/_error.js","layer":"pages-dir-node"},"startTime":1769502290018,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":153519,"timestamp":114239872,"id":63,"parentId":39,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js","layer":"pages-dir-node"},"startTime":1769502290019,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":108502,"timestamp":114286428,"id":87,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-headers.js","layer":"rsc"},"startTime":1769502290065,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":109147,"timestamp":114286578,"id":88,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-status-code.js","layer":"rsc"},"startTime":1769502290065,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":110456,"timestamp":114286789,"id":89,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/global-error.js","layer":"rsc"},"startTime":1769502290066,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":111012,"timestamp":114286929,"id":90,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/not-found.js","layer":"rsc"},"startTime":1769502290066,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":119491,"timestamp":114287234,"id":92,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/unauthorized.js","layer":"rsc"},"startTime":1769502290066,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":120546,"timestamp":114287100,"id":91,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/forbidden.js","layer":"rsc"},"startTime":1769502290066,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":127379,"timestamp":114284130,"id":77,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/encryption-utils.js","layer":"rsc"},"startTime":1769502290063,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":33300,"timestamp":114419427,"id":93,"parentId":51,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"pages-dir-node"},"startTime":1769502290198,"traceId":"45990b03006e527e"},{"name":"build-module-cjs","duration":35271,"timestamp":114419542,"id":94,"parentId":35,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","layer":"pages-dir-node"},"startTime":1769502290198,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":993854,"timestamp":113498393,"id":24,"parentId":22,"tags":{"request":"next/dist/pages/_app"},"startTime":1769502289277,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":60,"timestamp":114492401,"id":95,"parentId":57,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.prod.js","layer":null},"startTime":1769502290271,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4052,"timestamp":114492488,"id":96,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request-meta.js","layer":"pages-dir-node"},"startTime":1769502290271,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10209,"timestamp":114492605,"id":97,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/constants.js","layer":"pages-dir-node"},"startTime":1769502290271,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14574,"timestamp":114492673,"id":98,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/send-payload.js","layer":"pages-dir-node"},"startTime":1769502290271,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19511,"timestamp":114492732,"id":99,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/render-result.js","layer":"pages-dir-node"},"startTime":1769502290272,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19804,"timestamp":114492788,"id":100,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/interop-default.js","layer":"pages-dir-node"},"startTime":1769502290272,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":20081,"timestamp":114492837,"id":101,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/instrumentation/utils.js","layer":"pages-dir-node"},"startTime":1769502290272,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":54,"timestamp":114520803,"id":105,"parentId":74,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1769502290300,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7347,"timestamp":114521464,"id":109,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/index.js","layer":"pages-dir-node"},"startTime":1769502290300,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":30349,"timestamp":114520878,"id":106,"parentId":65,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1769502290300,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":69474,"timestamp":114492888,"id":102,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-status-code.js","layer":"pages-dir-node"},"startTime":1769502290272,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":70276,"timestamp":114493031,"id":103,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/layout.tsx","layer":"rsc"},"startTime":1769502290272,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":75839,"timestamp":114495269,"id":104,"parentId":31,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"rsc"},"startTime":1769502290274,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":57043,"timestamp":114521338,"id":108,"parentId":65,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-thenable.js","layer":"rsc"},"startTime":1769502290300,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":59871,"timestamp":114521198,"id":107,"parentId":69,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils.js","layer":"rsc"},"startTime":1769502290300,"traceId":"45990b03006e527e"},{"name":"build-module-external","duration":134,"timestamp":114602110,"id":110,"parentId":58,"tags":{"name":"../../../shared/lib/no-fallback-error.external","layer":null},"startTime":1769502290381,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1721,"timestamp":114603023,"id":112,"parentId":98,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/cache-control.js","layer":"pages-dir-node"},"startTime":1769502290382,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2255,"timestamp":114603099,"id":113,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/redirect-status.js","layer":"pages-dir-node"},"startTime":1769502290382,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2894,"timestamp":114603909,"id":115,"parentId":109,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/utils.js","layer":"pages-dir-node"},"startTime":1769502290383,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5625,"timestamp":114602294,"id":111,"parentId":69,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/cache-control.js","layer":"rsc"},"startTime":1769502290381,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5669,"timestamp":114603147,"id":114,"parentId":83,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/utils.js","layer":"rsc"},"startTime":1769502290382,"traceId":"45990b03006e527e"}]
2
+ [{"name":"build-module-js","duration":16570,"timestamp":115203319,"id":217,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"rsc"},"startTime":1769502290982,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1065,"timestamp":115242876,"id":218,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"rsc"},"startTime":1769502291022,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7618,"timestamp":115252184,"id":219,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment.js","layer":"rsc"},"startTime":1769502291031,"traceId":"45990b03006e527e"},{"name":"build-module-css","duration":775,"timestamp":115259934,"id":224,"parentId":103,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/globals.css","layer":"rsc"},"startTime":1769502291039,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9568,"timestamp":115252397,"id":220,"parentId":158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"pages-dir-node"},"startTime":1769502291031,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10378,"timestamp":115252502,"id":221,"parentId":159,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"pages-dir-node"},"startTime":1769502291031,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11490,"timestamp":115252732,"id":223,"parentId":150,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/styles/access-error-styles.js","layer":"rsc"},"startTime":1769502291032,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16293,"timestamp":115252593,"id":222,"parentId":156,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"rsc"},"startTime":1769502291031,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5126,"timestamp":115264485,"id":226,"parentId":163,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"rsc"},"startTime":1769502291043,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8015,"timestamp":115264611,"id":227,"parentId":164,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js","layer":"rsc"},"startTime":1769502291043,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1225,"timestamp":115272853,"id":228,"parentId":142,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-server-dom-webpack/client.node.js","layer":"rsc"},"startTime":1769502291052,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11214,"timestamp":115264365,"id":225,"parentId":160,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"pages-dir-node"},"startTime":1769502291043,"traceId":"45990b03006e527e"},{"name":"build-module-cjs","duration":1644,"timestamp":115277634,"id":229,"parentId":131,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","layer":"pages-dir-node"},"startTime":1769502291056,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5078,"timestamp":115282896,"id":233,"parentId":182,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/adapters/headers.js","layer":"rsc"},"startTime":1769502291062,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15238,"timestamp":115277703,"id":230,"parentId":165,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"rsc"},"startTime":1769502291056,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16822,"timestamp":115277846,"id":231,"parentId":165,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"rsc"},"startTime":1769502291057,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19254,"timestamp":115277958,"id":232,"parentId":165,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js","layer":"rsc"},"startTime":1769502291057,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18065,"timestamp":115283171,"id":234,"parentId":183,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-node"},"startTime":1769502291062,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6538,"timestamp":115307424,"id":235,"parentId":187,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1769502291086,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7035,"timestamp":115307632,"id":236,"parentId":183,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-node"},"startTime":1769502291086,"traceId":"45990b03006e527e"},{"name":"build-module-external","duration":29,"timestamp":115317474,"id":239,"parentId":190,"tags":{"name":"../app-render/after-task-async-storage.external","layer":null},"startTime":1769502291096,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":868,"timestamp":115317317,"id":237,"parentId":131,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/pages/vendored/contexts/amp-context.js","layer":"pages-dir-node"},"startTime":1769502291096,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":951,"timestamp":115317420,"id":238,"parentId":131,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js","layer":"pages-dir-node"},"startTime":1769502291096,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3312,"timestamp":115324651,"id":242,"parentId":194,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/error-telemetry-utils.js","layer":"rsc"},"startTime":1769502291103,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12585,"timestamp":115317797,"id":241,"parentId":187,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"rsc"},"startTime":1769502291097,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14036,"timestamp":115317523,"id":240,"parentId":194,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/format-server-error.js","layer":"rsc"},"startTime":1769502291096,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7960,"timestamp":115324951,"id":243,"parentId":194,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/is-next-router-error.js","layer":"rsc"},"startTime":1769502291104,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12167,"timestamp":115333361,"id":244,"parentId":236,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-node"},"startTime":1769502291112,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2637,"timestamp":115346273,"id":246,"parentId":199,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/utils.js","layer":"pages-dir-node"},"startTime":1769502291125,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7129,"timestamp":115345946,"id":245,"parentId":194,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/react-large-shell-error.js","layer":"rsc"},"startTime":1769502291125,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8366,"timestamp":115346337,"id":247,"parentId":200,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/utils.js","layer":"rsc"},"startTime":1769502291125,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1228,"timestamp":115357643,"id":248,"parentId":199,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/base-http/helpers.js","layer":"pages-dir-node"},"startTime":1769502291136,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2366,"timestamp":115357982,"id":250,"parentId":199,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/request.js","layer":"pages-dir-node"},"startTime":1769502291137,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3958,"timestamp":115357723,"id":249,"parentId":200,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/base-http/helpers.js","layer":"rsc"},"startTime":1769502291137,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5215,"timestamp":115358069,"id":251,"parentId":200,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/request.js","layer":"rsc"},"startTime":1769502291137,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":81494,"timestamp":115366411,"id":253,"parentId":186,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1769502291145,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":78512,"timestamp":115369819,"id":256,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/interop-default.js","layer":"rsc"},"startTime":1769502291149,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":88768,"timestamp":115366290,"id":252,"parentId":244,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-node"},"startTime":1769502291145,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2796,"timestamp":115475440,"id":261,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/default-metadata.js","layer":"rsc"},"startTime":1769502291254,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5093,"timestamp":115476757,"id":262,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/app-dir-module.js","layer":"rsc"},"startTime":1769502291256,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3209,"timestamp":115484570,"id":264,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/utils.js","layer":"rsc"},"startTime":1769502291263,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5827,"timestamp":115484774,"id":265,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js","layer":"rsc"},"startTime":1769502291264,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6400,"timestamp":115484961,"id":266,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js","layer":"rsc"},"startTime":1769502291264,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9098,"timestamp":115485577,"id":267,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js","layer":"rsc"},"startTime":1769502291264,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9718,"timestamp":115485772,"id":268,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js","layer":"rsc"},"startTime":1769502291265,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18664,"timestamp":115484448,"id":263,"parentId":252,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment.js","layer":"pages-dir-node"},"startTime":1769502291263,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":2005974,"timestamp":113498569,"id":29,"parentId":22,"tags":{"request":"next/dist/pages/_document"},"startTime":1769502289277,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5274,"timestamp":115517190,"id":269,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1769502291296,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4726,"timestamp":115531780,"id":270,"parentId":216,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/non-nullable.js","layer":"rsc"},"startTime":1769502291311,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1903,"timestamp":115535077,"id":271,"parentId":212,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/constants.js","layer":"rsc"},"startTime":1769502291314,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2607,"timestamp":115568666,"id":273,"parentId":182,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/cookie/index.js","layer":"rsc"},"startTime":1769502291347,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3735,"timestamp":115568960,"id":274,"parentId":227,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/route-pattern-normalizer.js","layer":"rsc"},"startTime":1769502291348,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":38872,"timestamp":115535312,"id":272,"parentId":215,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"rsc"},"startTime":1769502291314,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1144,"timestamp":115587788,"id":276,"parentId":194,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/string-hash/index.js","layer":"rsc"},"startTime":1769502291367,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3060,"timestamp":115589660,"id":278,"parentId":250,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/next-url.js","layer":"pages-dir-node"},"startTime":1769502291368,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3424,"timestamp":115589888,"id":280,"parentId":250,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/error.js","layer":"pages-dir-node"},"startTime":1769502291369,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6536,"timestamp":115589708,"id":279,"parentId":251,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/next-url.js","layer":"rsc"},"startTime":1769502291369,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6819,"timestamp":115589929,"id":281,"parentId":251,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/error.js","layer":"rsc"},"startTime":1769502291369,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9624,"timestamp":115589532,"id":277,"parentId":243,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-error.js","layer":"rsc"},"startTime":1769502291368,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":68486,"timestamp":115584743,"id":275,"parentId":228,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js","layer":"rsc"},"startTime":1769502291364,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":887,"timestamp":115655820,"id":282,"parentId":250,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"pages-dir-node"},"startTime":1769502291435,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1853,"timestamp":115655930,"id":283,"parentId":251,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"rsc"},"startTime":1769502291435,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4982,"timestamp":115659654,"id":284,"parentId":269,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/picocolors.js","layer":"rsc"},"startTime":1769502291438,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5569,"timestamp":115659903,"id":285,"parentId":265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/url.js","layer":"rsc"},"startTime":1769502291439,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7041,"timestamp":115660131,"id":286,"parentId":269,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/lru-cache.js","layer":"rsc"},"startTime":1769502291439,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8446,"timestamp":115660340,"id":287,"parentId":265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js","layer":"rsc"},"startTime":1769502291439,"traceId":"45990b03006e527e"},{"name":"build-module","duration":26,"timestamp":115670079,"id":288,"parentId":275,"tags":{"name":"util","layer":null},"startTime":1769502291449,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4500,"timestamp":115672557,"id":289,"parentId":227,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/path-to-regexp/index.js","layer":"rsc"},"startTime":1769502291451,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3307,"timestamp":115686561,"id":290,"parentId":155,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js","layer":"rsc"},"startTime":1769502291465,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4037,"timestamp":115686911,"id":292,"parentId":279,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/get-hostname.js","layer":"rsc"},"startTime":1769502291466,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4502,"timestamp":115686830,"id":291,"parentId":278,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/get-hostname.js","layer":"pages-dir-node"},"startTime":1769502291466,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4800,"timestamp":115687093,"id":294,"parentId":279,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"rsc"},"startTime":1769502291466,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5532,"timestamp":115687184,"id":295,"parentId":278,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"pages-dir-node"},"startTime":1769502291466,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6207,"timestamp":115687027,"id":293,"parentId":278,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"pages-dir-node"},"startTime":1769502291466,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15944,"timestamp":115687239,"id":296,"parentId":279,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"rsc"},"startTime":1769502291466,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15461,"timestamp":115710776,"id":298,"parentId":295,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-node"},"startTime":1769502291490,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16069,"timestamp":115710579,"id":297,"parentId":294,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"rsc"},"startTime":1769502291489,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16257,"timestamp":115710863,"id":299,"parentId":278,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"pages-dir-node"},"startTime":1769502291490,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16665,"timestamp":115710923,"id":300,"parentId":279,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"rsc"},"startTime":1769502291490,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3597,"timestamp":115733456,"id":301,"parentId":287,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/isomorphic/path.js","layer":"rsc"},"startTime":1769502291512,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11766,"timestamp":115744168,"id":302,"parentId":295,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-node"},"startTime":1769502291523,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12854,"timestamp":115744447,"id":304,"parentId":294,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"rsc"},"startTime":1769502291523,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13142,"timestamp":115744559,"id":305,"parentId":293,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"pages-dir-node"},"startTime":1769502291523,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15578,"timestamp":115744638,"id":306,"parentId":294,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"rsc"},"startTime":1769502291523,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16686,"timestamp":115744307,"id":303,"parentId":296,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"rsc"},"startTime":1769502291523,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16795,"timestamp":115744750,"id":307,"parentId":293,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"pages-dir-node"},"startTime":1769502291524,"traceId":"45990b03006e527e"},{"name":"font-loader","duration":352616,"timestamp":115415690,"id":258,"parentId":257,"tags":{},"startTime":1769502291194,"traceId":"45990b03006e527e"},{"name":"postcss","duration":6259,"timestamp":116159652,"id":308,"parentId":257,"tags":{},"startTime":1769502291938,"traceId":"45990b03006e527e"},{"name":"next-font-loader","duration":796413,"timestamp":115370256,"id":257,"parentId":254,"tags":{},"startTime":1769502291149,"traceId":"45990b03006e527e"},{"name":"css-loader","duration":42569,"timestamp":116166173,"id":309,"parentId":254,"tags":{"astUsed":"true"},"startTime":1769502291945,"traceId":"45990b03006e527e"},{"name":"build-module","duration":842623,"timestamp":115366645,"id":254,"parentId":103,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"rsc"},"startTime":1769502291145,"traceId":"45990b03006e527e"},{"name":"font-loader","duration":771034,"timestamp":115442755,"id":260,"parentId":259,"tags":{},"startTime":1769502291222,"traceId":"45990b03006e527e"},{"name":"postcss","duration":1010,"timestamp":116213856,"id":310,"parentId":259,"tags":{},"startTime":1769502291993,"traceId":"45990b03006e527e"},{"name":"next-font-loader","duration":772234,"timestamp":115442697,"id":259,"parentId":255,"tags":{},"startTime":1769502291221,"traceId":"45990b03006e527e"},{"name":"css-loader","duration":8466,"timestamp":116214902,"id":311,"parentId":255,"tags":{"astUsed":"true"},"startTime":1769502291994,"traceId":"45990b03006e527e"},{"name":"build-module","duration":854058,"timestamp":115369715,"id":255,"parentId":103,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"rsc"},"startTime":1769502291149,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1008,"timestamp":116234136,"id":312,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/server-only/empty.js","layer":"rsc"},"startTime":1769502292013,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":42508,"timestamp":116236520,"id":313,"parentId":282,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"pages-dir-node"},"startTime":1769502292015,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":66537,"timestamp":116236604,"id":314,"parentId":283,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"rsc"},"startTime":1769502292015,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":2804882,"timestamp":113498465,"id":25,"parentId":22,"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":1769502289277,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":2805673,"timestamp":113497684,"id":23,"parentId":22,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1769502289276,"traceId":"45990b03006e527e"}]
3
+ [{"name":"add-entry","duration":2804861,"timestamp":113498502,"id":26,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1769502289277,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":2804818,"timestamp":113498549,"id":28,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fsettings%2Fpage&name=app%2Fsettings%2Fpage&pagePath=private-next-app-dir%2Fsettings%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fsettings%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1769502289277,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":2804843,"timestamp":113498528,"id":27,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fproject%2F%5Bid%5D%2Fpage&name=app%2Fproject%2F%5Bid%5D%2Fpage&pagePath=private-next-app-dir%2Fproject%2F%5Bid%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fproject%2F%5Bid%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1769502289277,"traceId":"45990b03006e527e"},{"name":"build-module","duration":2704,"timestamp":116474520,"id":337,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fcomponents%2FDevErrorRecovery.tsx%22%2C%22ids%22%3A%5B%22DevErrorRecovery%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1769502292253,"traceId":"45990b03006e527e"},{"name":"build-module","duration":468,"timestamp":116477263,"id":338,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fcomponents%2FDevErrorRecovery.tsx%22%2C%22ids%22%3A%5B%22DevErrorRecovery%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1769502292256,"traceId":"45990b03006e527e"},{"name":"build-module","duration":875,"timestamp":116477760,"id":339,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%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%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%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%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1769502292257,"traceId":"45990b03006e527e"},{"name":"build-module","duration":3805,"timestamp":116478656,"id":340,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%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%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%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%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1769502292257,"traceId":"45990b03006e527e"},{"name":"build-module","duration":261,"timestamp":116482482,"id":341,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1769502292261,"traceId":"45990b03006e527e"},{"name":"build-module","duration":265,"timestamp":116482758,"id":342,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1769502292262,"traceId":"45990b03006e527e"},{"name":"build-module","duration":262,"timestamp":116483040,"id":343,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fproject%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1769502292262,"traceId":"45990b03006e527e"},{"name":"build-module","duration":254,"timestamp":116483318,"id":344,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fproject%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1769502292262,"traceId":"45990b03006e527e"},{"name":"build-module","duration":351,"timestamp":116483587,"id":345,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1769502292262,"traceId":"45990b03006e527e"},{"name":"build-module","duration":285,"timestamp":116483953,"id":346,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1769502292263,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":5804,"timestamp":116510343,"id":349,"parentId":343,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"ssr"},"startTime":1769502292289,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":14408,"timestamp":116510904,"id":351,"parentId":337,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"ssr"},"startTime":1769502292290,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14373,"timestamp":116512578,"id":352,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-page.js","layer":"ssr"},"startTime":1769502292291,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17282,"timestamp":116510453,"id":350,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/global-error.js","layer":"ssr"},"startTime":1769502292289,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":20869,"timestamp":116510198,"id":348,"parentId":345,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"ssr"},"startTime":1769502292289,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":23016,"timestamp":116512693,"id":353,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-segment.js","layer":"ssr"},"startTime":1769502292291,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":27828,"timestamp":116509200,"id":347,"parentId":341,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"ssr"},"startTime":1769502292288,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19856,"timestamp":116517857,"id":355,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1769502292297,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":29973,"timestamp":116512789,"id":354,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1769502292292,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7692,"timestamp":116564902,"id":361,"parentId":352,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/search-params.js","layer":"ssr"},"startTime":1769502292344,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12633,"timestamp":116565056,"id":362,"parentId":352,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/params.js","layer":"ssr"},"startTime":1769502292344,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16311,"timestamp":116562338,"id":358,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"ssr"},"startTime":1769502292341,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18015,"timestamp":116562262,"id":357,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"ssr"},"startTime":1769502292341,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18829,"timestamp":116562065,"id":356,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-components.js","layer":"ssr"},"startTime":1769502292341,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":29009,"timestamp":116562397,"id":359,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"ssr"},"startTime":1769502292341,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":30607,"timestamp":116564761,"id":360,"parentId":352,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/invariant-error.js","layer":"ssr"},"startTime":1769502292344,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":30735,"timestamp":116565174,"id":363,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"ssr"},"startTime":1769502292344,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6687,"timestamp":116609184,"id":364,"parentId":361,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"ssr"},"startTime":1769502292388,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7934,"timestamp":116609429,"id":365,"parentId":361,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"ssr"},"startTime":1769502292388,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7877,"timestamp":116609930,"id":368,"parentId":356,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-constants.js","layer":"ssr"},"startTime":1769502292389,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5773,"timestamp":116612558,"id":373,"parentId":361,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1769502292391,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9660,"timestamp":116612286,"id":370,"parentId":363,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment.js","layer":"ssr"},"startTime":1769502292391,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10580,"timestamp":116612163,"id":369,"parentId":361,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"ssr"},"startTime":1769502292391,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10655,"timestamp":116612463,"id":372,"parentId":357,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1769502292391,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11713,"timestamp":116612375,"id":371,"parentId":357,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"ssr"},"startTime":1769502292391,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11653,"timestamp":116612757,"id":374,"parentId":363,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1769502292392,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":25400,"timestamp":116609769,"id":367,"parentId":361,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/utils.js","layer":"ssr"},"startTime":1769502292389,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":32250,"timestamp":116609616,"id":366,"parentId":361,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1769502292388,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3612,"timestamp":116663897,"id":375,"parentId":366,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/scheduler.js","layer":"ssr"},"startTime":1769502292443,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4877,"timestamp":116664212,"id":376,"parentId":367,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1769502292443,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6157,"timestamp":116664366,"id":377,"parentId":366,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1769502292443,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6663,"timestamp":116664468,"id":378,"parentId":366,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1769502292443,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7047,"timestamp":116664596,"id":379,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1769502292443,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8111,"timestamp":116664696,"id":380,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/use-action-queue.js","layer":"ssr"},"startTime":1769502292443,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8285,"timestamp":116664889,"id":382,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1769502292444,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8574,"timestamp":116665178,"id":385,"parentId":350,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/handle-isr-error.js","layer":"ssr"},"startTime":1769502292444,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9776,"timestamp":116665088,"id":384,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/bfcache.js","layer":"ssr"},"startTime":1769502292444,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12464,"timestamp":116664974,"id":383,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1769502292444,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13949,"timestamp":116664794,"id":381,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1769502292444,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14057,"timestamp":116665262,"id":386,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"ssr"},"startTime":1769502292444,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2063,"timestamp":116691479,"id":391,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1769502292470,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2151,"timestamp":116692048,"id":392,"parentId":355,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1769502292471,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5229,"timestamp":116691200,"id":387,"parentId":380,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-thenable.js","layer":"ssr"},"startTime":1769502292470,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5746,"timestamp":116691381,"id":389,"parentId":381,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1769502292470,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6753,"timestamp":116691315,"id":388,"parentId":383,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-error.js","layer":"ssr"},"startTime":1769502292470,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8556,"timestamp":116691432,"id":390,"parentId":381,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"ssr"},"startTime":1769502292470,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8393,"timestamp":116692164,"id":393,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1769502292471,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8673,"timestamp":116692269,"id":395,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"ssr"},"startTime":1769502292471,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13488,"timestamp":116692316,"id":396,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"ssr"},"startTime":1769502292471,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15332,"timestamp":116692221,"id":394,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1769502292471,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":912,"timestamp":116719176,"id":398,"parentId":349,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js","layer":"ssr"},"startTime":1769502292498,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1099,"timestamp":116721621,"id":402,"parentId":349,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js","layer":"ssr"},"startTime":1769502292500,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5135,"timestamp":116719047,"id":397,"parentId":388,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1769502292498,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6029,"timestamp":116721393,"id":399,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1769502292500,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6638,"timestamp":116721479,"id":400,"parentId":390,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"ssr"},"startTime":1769502292500,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8829,"timestamp":116721723,"id":403,"parentId":381,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation-untracked.js","layer":"ssr"},"startTime":1769502292501,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10098,"timestamp":116721534,"id":401,"parentId":396,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"ssr"},"startTime":1769502292500,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1205,"timestamp":116733024,"id":404,"parentId":398,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1769502292512,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2833,"timestamp":116735604,"id":406,"parentId":381,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"ssr"},"startTime":1769502292514,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5023,"timestamp":116735513,"id":405,"parentId":383,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1769502292514,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8869,"timestamp":116735659,"id":407,"parentId":383,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1769502292514,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3318,"timestamp":116750621,"id":408,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1769502292529,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3897,"timestamp":116750732,"id":409,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-find-source-map-url.js","layer":"ssr"},"startTime":1769502292530,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4342,"timestamp":116750797,"id":410,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-build-id.js","layer":"ssr"},"startTime":1769502292530,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":864,"timestamp":116756250,"id":415,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js","layer":"ssr"},"startTime":1769502292535,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8236,"timestamp":116750847,"id":411,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/flight-data-helpers.js","layer":"ssr"},"startTime":1769502292530,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7096,"timestamp":116752528,"id":413,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js","layer":"ssr"},"startTime":1769502292531,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8547,"timestamp":116752408,"id":412,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/route-params.js","layer":"ssr"},"startTime":1769502292531,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":4969,"timestamp":116762414,"id":416,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/Header.tsx","layer":"ssr"},"startTime":1769502292541,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":805,"timestamp":116774458,"id":423,"parentId":355,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js","layer":"ssr"},"startTime":1769502292553,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":22725,"timestamp":116752622,"id":414,"parentId":349,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/api/navigation.js","layer":"ssr"},"startTime":1769502292531,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":4549,"timestamp":116771400,"id":418,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/input.tsx","layer":"ssr"},"startTime":1769502292550,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":6685,"timestamp":116771582,"id":419,"parentId":349,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/workspace/WorkspaceLayout.tsx","layer":"ssr"},"startTime":1769502292550,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":7606,"timestamp":116771183,"id":417,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/button.tsx","layer":"ssr"},"startTime":1769502292550,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":12224,"timestamp":116774244,"id":421,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectList.tsx","layer":"ssr"},"startTime":1769502292553,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13133,"timestamp":116774145,"id":420,"parentId":412,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"ssr"},"startTime":1769502292553,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":14518,"timestamp":116774359,"id":422,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectModal.tsx","layer":"ssr"},"startTime":1769502292553,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":10760,"timestamp":116809557,"id":425,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/api.ts","layer":"ssr"},"startTime":1769502292588,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":11861,"timestamp":116809309,"id":424,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useProjectStore.ts","layer":"ssr"},"startTime":1769502292588,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":716,"timestamp":116836850,"id":426,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client.js","layer":"ssr"},"startTime":1769502292616,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5574,"timestamp":116849244,"id":427,"parentId":405,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1769502292628,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4974,"timestamp":116855358,"id":428,"parentId":405,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unrecognized-action-error.js","layer":"ssr"},"startTime":1769502292634,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5598,"timestamp":116855474,"id":429,"parentId":405,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1769502292634,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6059,"timestamp":116855533,"id":430,"parentId":406,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"ssr"},"startTime":1769502292634,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6347,"timestamp":116855590,"id":431,"parentId":405,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"ssr"},"startTime":1769502292634,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6848,"timestamp":116855639,"id":432,"parentId":413,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js","layer":"ssr"},"startTime":1769502292634,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":2990,"timestamp":116872286,"id":433,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/index.ts","layer":"ssr"},"startTime":1769502292651,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":7188,"timestamp":116873713,"id":434,"parentId":416,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/LanguageSwitcher.tsx","layer":"ssr"},"startTime":1769502292653,"traceId":"45990b03006e527e"}]
4
+ [{"name":"build-module-tsx","duration":5997,"timestamp":116876392,"id":439,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectCard.tsx","layer":"ssr"},"startTime":1769502292655,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":7860,"timestamp":116876492,"id":440,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectCard.tsx","layer":"ssr"},"startTime":1769502292655,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":43624,"timestamp":116876115,"id":435,"parentId":349,"tags":{"name":"__barrel_optimize__?names=AlertCircle!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292655,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":44398,"timestamp":116876210,"id":436,"parentId":348,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Check,Database,FolderOpen,Loader2,RefreshCw!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292655,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6714,"timestamp":116921226,"id":443,"parentId":403,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js","layer":"ssr"},"startTime":1769502292700,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":52516,"timestamp":116876273,"id":437,"parentId":416,"tags":{"name":"__barrel_optimize__?names=ArrowLeft,Settings!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292655,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":52853,"timestamp":116876336,"id":438,"parentId":419,"tags":{"name":"__barrel_optimize__?names=Database,Eye,FlaskConical,FolderTree,GitBranch,Settings2,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292655,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9240,"timestamp":116921416,"id":444,"parentId":427,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1769502292700,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9792,"timestamp":116921524,"id":445,"parentId":427,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/forbidden.js","layer":"ssr"},"startTime":1769502292700,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11424,"timestamp":116921611,"id":446,"parentId":427,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unauthorized.js","layer":"ssr"},"startTime":1769502292700,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11742,"timestamp":116921757,"id":448,"parentId":432,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1769502292701,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14232,"timestamp":116920923,"id":441,"parentId":439,"tags":{"name":"__barrel_optimize__?names=Plus,Sparkles!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292700,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14356,"timestamp":116921127,"id":442,"parentId":440,"tags":{"name":"__barrel_optimize__?names=Code,Database,Globe,Server,Smartphone,Trash2,Zap!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292700,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14268,"timestamp":116921681,"id":447,"parentId":427,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"ssr"},"startTime":1769502292700,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4457,"timestamp":116951741,"id":452,"parentId":405,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js","layer":"ssr"},"startTime":1769502292731,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":6290,"timestamp":116951383,"id":450,"parentId":418,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/utils.ts","layer":"ssr"},"startTime":1769502292730,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":10947,"timestamp":116951561,"id":451,"parentId":422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/dialog.tsx","layer":"ssr"},"startTime":1769502292730,"traceId":"45990b03006e527e"},{"name":"build-module-json","duration":2341,"timestamp":116976918,"id":453,"parentId":433,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/en.json","layer":"ssr"},"startTime":1769502292756,"traceId":"45990b03006e527e"},{"name":"build-module-json","duration":1099,"timestamp":116978321,"id":454,"parentId":433,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/ko.json","layer":"ssr"},"startTime":1769502292757,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":31915,"timestamp":116951141,"id":449,"parentId":416,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/api/image.js","layer":"ssr"},"startTime":1769502292730,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":3184,"timestamp":116982473,"id":456,"parentId":419,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ChatPanel.tsx","layer":"ssr"},"startTime":1769502292761,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":8774,"timestamp":117000357,"id":457,"parentId":419,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileExplorer.tsx","layer":"ssr"},"startTime":1769502292779,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8131,"timestamp":117001229,"id":461,"parentId":456,"tags":{"name":"__barrel_optimize__?names=MessageSquarePlus!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292780,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":18099,"timestamp":117000615,"id":458,"parentId":419,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileViewer.tsx","layer":"ssr"},"startTime":1769502292779,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":23927,"timestamp":117000814,"id":459,"parentId":419,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/PreviewPanel.tsx","layer":"ssr"},"startTime":1769502292780,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":30951,"timestamp":117001036,"id":460,"parentId":419,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/testing/TestRunner.tsx","layer":"ssr"},"startTime":1769502292780,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":55004,"timestamp":117013683,"id":462,"parentId":419,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/database/DatabasePanel.tsx","layer":"ssr"},"startTime":1769502292792,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2982,"timestamp":117073626,"id":463,"parentId":417,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.mjs","layer":"ssr"},"startTime":1769502292852,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":24546,"timestamp":117095608,"id":466,"parentId":419,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/env/EnvPanel.tsx","layer":"ssr"},"startTime":1769502292874,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":34027,"timestamp":117095716,"id":467,"parentId":419,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/checkpoint/CheckpointPanel.tsx","layer":"ssr"},"startTime":1769502292875,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":34760,"timestamp":117095408,"id":464,"parentId":457,"tags":{"name":"__barrel_optimize__?names=ChevronDown,ChevronRight,File,Folder,FolderOpen,RefreshCw!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292874,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":34863,"timestamp":117095537,"id":465,"parentId":458,"tags":{"name":"__barrel_optimize__?names=Check,Copy,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292874,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":11556,"timestamp":117132869,"id":470,"parentId":433,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/middleware.mjs","layer":"ssr"},"startTime":1769502292912,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15321,"timestamp":117132590,"id":468,"parentId":459,"tags":{"name":"__barrel_optimize__?names=ExternalLink,Loader2,Monitor,Package,Play,RefreshCw,RotateCcw,Smartphone,Square,Tablet,Terminal,Zap!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292911,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":172204,"timestamp":116978371,"id":455,"parentId":416,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-dir/link.js","layer":"ssr"},"startTime":1769502292757,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":31669,"timestamp":117132764,"id":469,"parentId":460,"tags":{"name":"__barrel_optimize__?names=AlertCircle,CheckCircle,Clock,FlaskConical,Play,Plus,RefreshCw,Trash2,XCircle!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292912,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17303,"timestamp":117148193,"id":471,"parentId":462,"tags":{"name":"__barrel_optimize__?names=AlertCircle,ChevronLeft,ChevronRight,Database,Play,RefreshCw,Table,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292927,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6330,"timestamp":117172460,"id":474,"parentId":447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unstable-rethrow.server.js","layer":"ssr"},"startTime":1769502292951,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13178,"timestamp":117172242,"id":472,"parentId":466,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Eye,EyeOff,FileText,Plus,RefreshCw,Save,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292951,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13443,"timestamp":117172383,"id":473,"parentId":467,"tags":{"name":"__barrel_optimize__?names=AlertCircle,ChevronDown,ChevronRight,Clock,FileText,GitBranch,Plus,RefreshCw,RotateCcw!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292951,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7255,"timestamp":117181587,"id":475,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils.js","layer":"ssr"},"startTime":1769502292960,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13410,"timestamp":117181728,"id":476,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"ssr"},"startTime":1769502292961,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1893,"timestamp":117195895,"id":477,"parentId":474,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"ssr"},"startTime":1769502292975,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2077,"timestamp":117196077,"id":478,"parentId":424,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/index.mjs","layer":"ssr"},"startTime":1769502292975,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3995,"timestamp":117196186,"id":479,"parentId":435,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"ssr"},"startTime":1769502292975,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2315,"timestamp":117200550,"id":482,"parentId":436,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder-open.js","layer":"ssr"},"startTime":1769502292979,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2709,"timestamp":117200470,"id":481,"parentId":436,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/database.js","layer":"ssr"},"startTime":1769502292979,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4040,"timestamp":117200630,"id":483,"parentId":436,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/loader-circle.js","layer":"ssr"},"startTime":1769502292979,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4258,"timestamp":117200705,"id":484,"parentId":436,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/refresh-cw.js","layer":"ssr"},"startTime":1769502292979,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4562,"timestamp":117200789,"id":485,"parentId":437,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/arrow-left.js","layer":"ssr"},"startTime":1769502292980,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4921,"timestamp":117200867,"id":486,"parentId":437,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/settings.js","layer":"ssr"},"startTime":1769502292980,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5987,"timestamp":117200364,"id":480,"parentId":436,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/check.js","layer":"ssr"},"startTime":1769502292979,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6569,"timestamp":117203280,"id":487,"parentId":476,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"ssr"},"startTime":1769502292982,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6837,"timestamp":117203389,"id":488,"parentId":438,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/eye.js","layer":"ssr"},"startTime":1769502292982,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7030,"timestamp":117203479,"id":489,"parentId":438,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/flask-conical.js","layer":"ssr"},"startTime":1769502292982,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2110,"timestamp":117211232,"id":490,"parentId":438,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder-tree.js","layer":"ssr"},"startTime":1769502292990,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2521,"timestamp":117213585,"id":492,"parentId":438,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/settings-2.js","layer":"ssr"},"startTime":1769502292992,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2705,"timestamp":117213670,"id":493,"parentId":438,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/x.js","layer":"ssr"},"startTime":1769502292992,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3223,"timestamp":117213426,"id":491,"parentId":438,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/git-branch.js","layer":"ssr"},"startTime":1769502292992,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3141,"timestamp":117213747,"id":494,"parentId":441,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/plus.js","layer":"ssr"},"startTime":1769502292993,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3493,"timestamp":117213828,"id":495,"parentId":441,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/sparkles.js","layer":"ssr"},"startTime":1769502292993,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3670,"timestamp":117213902,"id":496,"parentId":442,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/code.js","layer":"ssr"},"startTime":1769502292993,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4783,"timestamp":117213990,"id":497,"parentId":442,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/globe.js","layer":"ssr"},"startTime":1769502292993,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3717,"timestamp":117215396,"id":498,"parentId":442,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/server.js","layer":"ssr"},"startTime":1769502292994,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3878,"timestamp":117215509,"id":499,"parentId":442,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/smartphone.js","layer":"ssr"},"startTime":1769502292994,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":3046,"timestamp":117224195,"id":501,"parentId":456,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageList.tsx","layer":"ssr"},"startTime":1769502293003,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4294,"timestamp":117224538,"id":503,"parentId":442,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/trash-2.js","layer":"ssr"},"startTime":1769502293003,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4466,"timestamp":117224617,"id":504,"parentId":442,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/zap.js","layer":"ssr"},"startTime":1769502293003,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4593,"timestamp":117224702,"id":505,"parentId":461,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/message-square-plus.js","layer":"ssr"},"startTime":1769502293003,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4707,"timestamp":117224773,"id":506,"parentId":464,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"ssr"},"startTime":1769502293004,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":6339,"timestamp":117224377,"id":502,"parentId":456,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageInput.tsx","layer":"ssr"},"startTime":1769502293003,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6817,"timestamp":117224846,"id":507,"parentId":449,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-external.js","layer":"ssr"},"startTime":1769502293004,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5871,"timestamp":117226090,"id":508,"parentId":464,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-right.js","layer":"ssr"},"startTime":1769502293005,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":8877,"timestamp":117223976,"id":500,"parentId":439,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/card.tsx","layer":"ssr"},"startTime":1769502293003,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6941,"timestamp":117226196,"id":509,"parentId":464,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/file.js","layer":"ssr"},"startTime":1769502293005,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5155,"timestamp":117245802,"id":511,"parentId":464,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder.js","layer":"ssr"},"startTime":1769502293025,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5364,"timestamp":117245882,"id":512,"parentId":465,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/copy.js","layer":"ssr"},"startTime":1769502293025,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5530,"timestamp":117245940,"id":513,"parentId":468,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/external-link.js","layer":"ssr"},"startTime":1769502293025,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5601,"timestamp":117246074,"id":515,"parentId":468,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/play.js","layer":"ssr"},"startTime":1769502293025,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5888,"timestamp":117245993,"id":514,"parentId":468,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/monitor.js","layer":"ssr"},"startTime":1769502293025,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5981,"timestamp":117246125,"id":516,"parentId":468,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/package.js","layer":"ssr"},"startTime":1769502293025,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6117,"timestamp":117246172,"id":517,"parentId":468,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/rotate-ccw.js","layer":"ssr"},"startTime":1769502293025,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6243,"timestamp":117246223,"id":518,"parentId":468,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/square.js","layer":"ssr"},"startTime":1769502293025,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8412,"timestamp":117245681,"id":510,"parentId":502,"tags":{"name":"__barrel_optimize__?names=Paperclip,Send!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502293024,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2078,"timestamp":117252640,"id":519,"parentId":468,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/tablet.js","layer":"ssr"},"startTime":1769502293031,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2185,"timestamp":117252740,"id":520,"parentId":468,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/terminal.js","layer":"ssr"},"startTime":1769502293032,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2908,"timestamp":117260961,"id":523,"parentId":469,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-check-big.js","layer":"ssr"},"startTime":1769502293040,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3235,"timestamp":117261079,"id":524,"parentId":469,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/clock.js","layer":"ssr"},"startTime":1769502293040,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":5505,"timestamp":117260589,"id":521,"parentId":459,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ErrorOverlay.tsx","layer":"ssr"},"startTime":1769502293039,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10899,"timestamp":117261159,"id":525,"parentId":469,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-x.js","layer":"ssr"},"startTime":1769502293040,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11098,"timestamp":117261233,"id":526,"parentId":471,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-left.js","layer":"ssr"},"startTime":1769502293040,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":13760,"timestamp":117260794,"id":522,"parentId":459,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ConsoleViewer.tsx","layer":"ssr"},"startTime":1769502293040,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13862,"timestamp":117261319,"id":527,"parentId":471,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/table.js","layer":"ssr"},"startTime":1769502293040,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12882,"timestamp":117263051,"id":529,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/add-base-path.js","layer":"ssr"},"startTime":1769502293042,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15281,"timestamp":117261400,"id":528,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/use-merged-ref.js","layer":"ssr"},"startTime":1769502293040,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15787,"timestamp":117263175,"id":530,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/links.js","layer":"ssr"},"startTime":1769502293042,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3169,"timestamp":117286248,"id":531,"parentId":521,"tags":{"name":"__barrel_optimize__?names=Check,Copy,ExternalLink,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502293065,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4988,"timestamp":117287663,"id":533,"parentId":529,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"ssr"},"startTime":1769502293066,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7294,"timestamp":117287780,"id":535,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/segment-cache.js","layer":"ssr"},"startTime":1769502293067,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7476,"timestamp":117287833,"id":536,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/error-once.js","layer":"ssr"},"startTime":1769502293067,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7940,"timestamp":117287564,"id":532,"parentId":522,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Download,Terminal,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502293066,"traceId":"45990b03006e527e"}]
5
+ [{"name":"build-module-js","duration":8039,"timestamp":117287879,"id":537,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"ssr"},"startTime":1769502293067,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9918,"timestamp":117287727,"id":534,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-instance.js","layer":"ssr"},"startTime":1769502293067,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6502,"timestamp":117304409,"id":538,"parentId":533,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"ssr"},"startTime":1769502293083,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5780,"timestamp":117305533,"id":540,"parentId":472,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/eye-off.js","layer":"ssr"},"startTime":1769502293084,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6002,"timestamp":117305603,"id":541,"parentId":472,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/file-text.js","layer":"ssr"},"startTime":1769502293084,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6198,"timestamp":117305656,"id":542,"parentId":472,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/save.js","layer":"ssr"},"startTime":1769502293084,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":10123,"timestamp":117305402,"id":539,"parentId":456,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useChatStore.ts","layer":"ssr"},"startTime":1769502293084,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":8214,"timestamp":117312077,"id":543,"parentId":422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/index.ts","layer":"ssr"},"startTime":1769502293091,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4730,"timestamp":117316023,"id":545,"parentId":479,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"ssr"},"startTime":1769502293095,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":5439,"timestamp":117315867,"id":544,"parentId":459,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/usePreviewStore.ts","layer":"ssr"},"startTime":1769502293095,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":9973,"timestamp":117325227,"id":546,"parentId":450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/tailwind-merge@2.6.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"ssr"},"startTime":1769502293104,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2587,"timestamp":117342780,"id":548,"parentId":450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1769502293122,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2961,"timestamp":117343130,"id":550,"parentId":478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/react.mjs","layer":"ssr"},"startTime":1769502293122,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":3344,"timestamp":117343393,"id":551,"parentId":478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/vanilla.mjs","layer":"ssr"},"startTime":1769502293122,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14976,"timestamp":117338216,"id":547,"parentId":507,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/image-component.js","layer":"ssr"},"startTime":1769502293117,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15394,"timestamp":117343038,"id":549,"parentId":507,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/get-img-props.js","layer":"ssr"},"startTime":1769502293122,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7794,"timestamp":117368829,"id":554,"parentId":510,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/send.js","layer":"ssr"},"startTime":1769502293148,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7990,"timestamp":117368922,"id":555,"parentId":510,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/paperclip.js","layer":"ssr"},"startTime":1769502293148,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":9533,"timestamp":117368651,"id":553,"parentId":501,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageItem.tsx","layer":"ssr"},"startTime":1769502293147,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":9018,"timestamp":117369911,"id":557,"parentId":502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/FilePreview.tsx","layer":"ssr"},"startTime":1769502293149,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":9379,"timestamp":117370124,"id":558,"parentId":502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ModeToggle.tsx","layer":"ssr"},"startTime":1769502293149,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11946,"timestamp":117369813,"id":556,"parentId":547,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/head.js","layer":"ssr"},"startTime":1769502293149,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":16572,"timestamp":117368374,"id":552,"parentId":501,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/StreamingMessage.tsx","layer":"ssr"},"startTime":1769502293147,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":35858,"timestamp":117371388,"id":559,"parentId":502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/QueuePreview.tsx","layer":"ssr"},"startTime":1769502293150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7797,"timestamp":117412133,"id":564,"parentId":556,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/side-effect.js","layer":"ssr"},"startTime":1769502293191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8512,"timestamp":117412357,"id":567,"parentId":529,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"ssr"},"startTime":1769502293191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9010,"timestamp":117412216,"id":565,"parentId":556,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-mode.js","layer":"ssr"},"startTime":1769502293191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9143,"timestamp":117412441,"id":568,"parentId":532,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/download.js","layer":"ssr"},"startTime":1769502293191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9607,"timestamp":117412597,"id":570,"parentId":537,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/has-base-path.js","layer":"ssr"},"startTime":1769502293191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10394,"timestamp":117412747,"id":572,"parentId":534,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"ssr"},"startTime":1769502293192,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11887,"timestamp":117412284,"id":566,"parentId":507,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-loader.js","layer":"ssr"},"startTime":1769502293191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12385,"timestamp":117412678,"id":571,"parentId":534,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"ssr"},"startTime":1769502293191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13479,"timestamp":117411845,"id":561,"parentId":557,"tags":{"name":"__barrel_optimize__?names=FileText,Loader2,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502293191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13974,"timestamp":117411684,"id":560,"parentId":553,"tags":{"name":"__barrel_optimize__?names=Bot,CheckCircle2,Edit3,FileText,FolderSearch,Globe,ListTodo,Search,Terminal!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502293190,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13903,"timestamp":117411944,"id":562,"parentId":558,"tags":{"name":"__barrel_optimize__?names=Hammer,MessageCircleQuestion!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502293191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14241,"timestamp":117412049,"id":563,"parentId":552,"tags":{"name":"__barrel_optimize__?names=Bot,CheckCircle2,ChevronDown,ChevronUp,Edit3,FileText,FolderSearch,Globe,ListTodo,Loader2,Search,Terminal!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502293191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":29435,"timestamp":117412519,"id":569,"parentId":530,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router.js","layer":"ssr"},"startTime":1769502293191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15157,"timestamp":117427819,"id":573,"parentId":559,"tags":{"name":"__barrel_optimize__?names=ChevronDown,ChevronUp,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502293207,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8645,"timestamp":117444524,"id":574,"parentId":545,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/Icon.js","layer":"ssr"},"startTime":1769502293223,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3423,"timestamp":117453875,"id":575,"parentId":567,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"ssr"},"startTime":1769502293233,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3697,"timestamp":117453991,"id":576,"parentId":570,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"ssr"},"startTime":1769502293233,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":65486,"timestamp":117459871,"id":580,"parentId":458,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/prism-react-renderer@2.4.1_react@19.2.3/node_modules/prism-react-renderer/dist/index.mjs","layer":"ssr"},"startTime":1769502293239,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":68110,"timestamp":117458076,"id":578,"parentId":549,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-blur-svg.js","layer":"ssr"},"startTime":1769502293237,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":69410,"timestamp":117457941,"id":577,"parentId":547,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-config.js","layer":"ssr"},"startTime":1769502293237,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":69638,"timestamp":117458153,"id":579,"parentId":545,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"ssr"},"startTime":1769502293237,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":3091,"timestamp":117534279,"id":583,"parentId":543,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/preview.ts","layer":"ssr"},"startTime":1769502293313,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":3766,"timestamp":117534440,"id":584,"parentId":543,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/tech-stack.ts","layer":"ssr"},"startTime":1769502293313,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":5059,"timestamp":117533612,"id":581,"parentId":543,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/project.ts","layer":"ssr"},"startTime":1769502293312,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5149,"timestamp":117536193,"id":585,"parentId":560,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-check.js","layer":"ssr"},"startTime":1769502293315,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5265,"timestamp":117536313,"id":586,"parentId":560,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/bot.js","layer":"ssr"},"startTime":1769502293315,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5358,"timestamp":117536409,"id":587,"parentId":560,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/pen-line.js","layer":"ssr"},"startTime":1769502293315,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5455,"timestamp":117536513,"id":588,"parentId":560,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder-search.js","layer":"ssr"},"startTime":1769502293315,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":8147,"timestamp":117534050,"id":582,"parentId":543,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/chat.ts","layer":"ssr"},"startTime":1769502293313,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3766,"timestamp":117539083,"id":589,"parentId":560,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/list-todo.js","layer":"ssr"},"startTime":1769502293318,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2954,"timestamp":117544735,"id":590,"parentId":560,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/search.js","layer":"ssr"},"startTime":1769502293324,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3224,"timestamp":117544826,"id":591,"parentId":562,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/hammer.js","layer":"ssr"},"startTime":1769502293324,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3463,"timestamp":117544892,"id":592,"parentId":562,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/message-circle-question.js","layer":"ssr"},"startTime":1769502293324,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3678,"timestamp":117544946,"id":593,"parentId":563,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-up.js","layer":"ssr"},"startTime":1769502293324,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8849,"timestamp":117544999,"id":594,"parentId":572,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/promise-queue.js","layer":"ssr"},"startTime":1769502293324,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8270,"timestamp":117546234,"id":597,"parentId":571,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"ssr"},"startTime":1769502293325,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10126,"timestamp":117545981,"id":595,"parentId":572,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"ssr"},"startTime":1769502293325,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10571,"timestamp":117546328,"id":598,"parentId":571,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"ssr"},"startTime":1769502293325,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17512,"timestamp":117546124,"id":596,"parentId":571,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"ssr"},"startTime":1769502293325,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10257,"timestamp":117564829,"id":599,"parentId":571,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"ssr"},"startTime":1769502293344,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5912,"timestamp":117576613,"id":600,"parentId":569,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/remove-base-path.js","layer":"ssr"},"startTime":1769502293355,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6497,"timestamp":117576770,"id":601,"parentId":569,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-announcer.js","layer":"ssr"},"startTime":1769502293356,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7433,"timestamp":117576872,"id":602,"parentId":569,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"ssr"},"startTime":1769502293356,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12392,"timestamp":117576959,"id":603,"parentId":571,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"ssr"},"startTime":1769502293356,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14568,"timestamp":117577073,"id":604,"parentId":571,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"ssr"},"startTime":1769502293356,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":8712,"timestamp":117584943,"id":605,"parentId":553,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MarkdownRenderer.tsx","layer":"ssr"},"startTime":1769502293364,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":21589,"timestamp":117585245,"id":607,"parentId":574,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"ssr"},"startTime":1769502293364,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":22903,"timestamp":117585133,"id":606,"parentId":552,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/AskUserQuestionBlock.tsx","layer":"ssr"},"startTime":1769502293364,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":23440,"timestamp":117585305,"id":608,"parentId":569,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"ssr"},"startTime":1769502293364,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":770,"timestamp":117616074,"id":609,"parentId":556,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/amp-context.js","layer":"ssr"},"startTime":1769502293395,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3178,"timestamp":117616239,"id":610,"parentId":569,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/errors/root-error-boundary.js","layer":"ssr"},"startTime":1769502293395,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2568,"timestamp":117619935,"id":612,"parentId":556,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/head-manager-context.js","layer":"ssr"},"startTime":1769502293399,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2561,"timestamp":117620066,"id":613,"parentId":547,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/router-context.js","layer":"ssr"},"startTime":1769502293399,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5281,"timestamp":117619845,"id":611,"parentId":606,"tags":{"name":"__barrel_optimize__?names=Check,MessageCircleQuestion!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502293399,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":505,"timestamp":117628721,"id":614,"parentId":547,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/image-config-context.js","layer":"ssr"},"startTime":1769502293408,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5606,"timestamp":117634478,"id":616,"parentId":598,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"ssr"},"startTime":1769502293413,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7687,"timestamp":117634536,"id":617,"parentId":598,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"ssr"},"startTime":1769502293413,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12173,"timestamp":117634637,"id":619,"parentId":598,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"ssr"},"startTime":1769502293413,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12051,"timestamp":117635621,"id":620,"parentId":596,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"ssr"},"startTime":1769502293414,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12522,"timestamp":117635823,"id":622,"parentId":596,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"ssr"},"startTime":1769502293415,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13546,"timestamp":117635737,"id":621,"parentId":596,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js","layer":"ssr"},"startTime":1769502293415,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":21340,"timestamp":117634368,"id":615,"parentId":597,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"ssr"},"startTime":1769502293413,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":28293,"timestamp":117634585,"id":618,"parentId":598,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"ssr"},"startTime":1769502293413,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":28255,"timestamp":117635908,"id":623,"parentId":596,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/aliased-prefetch-navigations.js","layer":"ssr"},"startTime":1769502293415,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8689,"timestamp":117656763,"id":624,"parentId":599,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"ssr"},"startTime":1769502293436,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2436,"timestamp":117668756,"id":625,"parentId":604,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/assign-location.js","layer":"ssr"},"startTime":1769502293448,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2756,"timestamp":117668880,"id":626,"parentId":604,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/server-reference-info.js","layer":"ssr"},"startTime":1769502293448,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3967,"timestamp":117668994,"id":628,"parentId":599,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"ssr"},"startTime":1769502293448,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5219,"timestamp":117668937,"id":627,"parentId":616,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"ssr"},"startTime":1769502293448,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3106,"timestamp":117674432,"id":629,"parentId":610,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js","layer":"ssr"},"startTime":1769502293453,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3965,"timestamp":117682320,"id":630,"parentId":618,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"ssr"},"startTime":1769502293461,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":4692,"timestamp":117682991,"id":631,"parentId":606,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/radio-group.tsx","layer":"ssr"},"startTime":1769502293462,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":2815,"timestamp":117687999,"id":632,"parentId":606,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/label.tsx","layer":"ssr"},"startTime":1769502293467,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1875,"timestamp":117692448,"id":633,"parentId":631,"tags":{"name":"__barrel_optimize__?names=Circle!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502293471,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":946,"timestamp":117695139,"id":635,"parentId":594,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"ssr"},"startTime":1769502293474,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1095,"timestamp":117695250,"id":636,"parentId":594,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"ssr"},"startTime":1769502293474,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":2293,"timestamp":117694975,"id":634,"parentId":606,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/checkbox.tsx","layer":"ssr"},"startTime":1769502293474,"traceId":"45990b03006e527e"}]
6
+ [{"name":"build-module-js","duration":575,"timestamp":117698864,"id":637,"parentId":605,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-markdown@9.1.0_@types+react@19.2.7_react@19.2.3/node_modules/react-markdown/index.js","layer":"ssr"},"startTime":1769502293478,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":543,"timestamp":117699026,"id":638,"parentId":605,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/index.js","layer":"ssr"},"startTime":1769502293478,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1775,"timestamp":117699782,"id":639,"parentId":634,"tags":{"name":"__barrel_optimize__?names=Check!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502293479,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1676,"timestamp":117702112,"id":640,"parentId":630,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"ssr"},"startTime":1769502293481,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1160,"timestamp":117704046,"id":641,"parentId":633,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle.js","layer":"ssr"},"startTime":1769502293483,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1736,"timestamp":117707190,"id":642,"parentId":637,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-markdown@9.1.0_@types+react@19.2.7_react@19.2.3/node_modules/react-markdown/lib/index.js","layer":"ssr"},"startTime":1769502293486,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":879,"timestamp":117709423,"id":643,"parentId":638,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/lib/index.js","layer":"ssr"},"startTime":1769502293488,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2431,"timestamp":117721530,"id":645,"parentId":632,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-label@2.1.8_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19.2.7__ggc7d2jno3gcorzflrswkya7gm/node_modules/@radix-ui/react-label/dist/index.mjs","layer":"ssr"},"startTime":1769502293500,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":6910,"timestamp":117720385,"id":644,"parentId":631,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-radio-group@1.3.8_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@1_cjtgf3xmcqtfujhoownb73bnbi/node_modules/@radix-ui/react-radio-group/dist/index.mjs","layer":"ssr"},"startTime":1769502293499,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":4425,"timestamp":117729071,"id":646,"parentId":634,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-checkbox@1.3.3_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19.2_bewiq6cjocmach7p37abfyy75a/node_modules/@radix-ui/react-checkbox/dist/index.mjs","layer":"ssr"},"startTime":1769502293508,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":718,"timestamp":117761454,"id":647,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-to-jsx-runtime@2.3.6/node_modules/hast-util-to-jsx-runtime/index.js","layer":"ssr"},"startTime":1769502293540,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":694,"timestamp":117761634,"id":648,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/html-url-attributes@3.0.1/node_modules/html-url-attributes/index.js","layer":"ssr"},"startTime":1769502293540,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":486,"timestamp":117766195,"id":649,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/index.js","layer":"ssr"},"startTime":1769502293545,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":353,"timestamp":117771051,"id":650,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/index.js","layer":"ssr"},"startTime":1769502293550,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":876,"timestamp":117774120,"id":651,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/index.js","layer":"ssr"},"startTime":1769502293553,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":926,"timestamp":117774256,"id":652,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/index.js","layer":"ssr"},"startTime":1769502293553,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":350,"timestamp":117778307,"id":653,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/index.js","layer":"ssr"},"startTime":1769502293557,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":907,"timestamp":117782397,"id":654,"parentId":643,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.js","layer":"ssr"},"startTime":1769502293561,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":955,"timestamp":117782533,"id":655,"parentId":643,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/index.js","layer":"ssr"},"startTime":1769502293561,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":569,"timestamp":117790365,"id":656,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.js","layer":"ssr"},"startTime":1769502293569,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3313,"timestamp":117808764,"id":657,"parentId":647,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-to-jsx-runtime@2.3.6/node_modules/hast-util-to-jsx-runtime/lib/index.js","layer":"ssr"},"startTime":1769502293588,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3376,"timestamp":117808942,"id":658,"parentId":648,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/html-url-attributes@3.0.1/node_modules/html-url-attributes/lib/index.js","layer":"ssr"},"startTime":1769502293588,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":816,"timestamp":117813501,"id":659,"parentId":649,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/lib/index.js","layer":"ssr"},"startTime":1769502293592,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3884,"timestamp":117817562,"id":660,"parentId":650,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.js","layer":"ssr"},"startTime":1769502293596,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":906,"timestamp":117823372,"id":661,"parentId":651,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/lib/index.js","layer":"ssr"},"startTime":1769502293602,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1218,"timestamp":117825358,"id":662,"parentId":652,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.js","layer":"ssr"},"startTime":1769502293604,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2642,"timestamp":117831448,"id":663,"parentId":653,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.js","layer":"ssr"},"startTime":1769502293610,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1599,"timestamp":117835268,"id":664,"parentId":655,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.js","layer":"ssr"},"startTime":1769502293614,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2778,"timestamp":117849422,"id":665,"parentId":644,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-primitive@2.1.3_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._vrijsupjqixawruberrfb56pbm/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"ssr"},"startTime":1769502293628,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":3338,"timestamp":117849641,"id":666,"parentId":644,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+primitive@1.1.3/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"ssr"},"startTime":1769502293628,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":3848,"timestamp":117849809,"id":667,"parentId":644,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"ssr"},"startTime":1769502293629,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":4905,"timestamp":117849962,"id":668,"parentId":644,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-context@1.1.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"ssr"},"startTime":1769502293629,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":6118,"timestamp":117850312,"id":670,"parentId":644,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"ssr"},"startTime":1769502293629,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":1782,"timestamp":117864533,"id":671,"parentId":644,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-size@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"ssr"},"startTime":1769502293643,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":1917,"timestamp":117864798,"id":672,"parentId":644,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-previous@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"ssr"},"startTime":1769502293644,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":24033,"timestamp":117850145,"id":669,"parentId":644,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-roving-focus@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react_olorlwzqifzjwjsjwfg7df3ffe/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"ssr"},"startTime":1769502293629,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":927,"timestamp":117880043,"id":673,"parentId":644,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-direction@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"ssr"},"startTime":1769502293659,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":5203,"timestamp":117887199,"id":674,"parentId":644,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-presence@1.1.5_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19.2_g7nvzcflnhogkdp32witcuayfy/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"ssr"},"startTime":1769502293666,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":910,"timestamp":117904148,"id":675,"parentId":660,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.js","layer":"ssr"},"startTime":1769502293683,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":897,"timestamp":117906805,"id":676,"parentId":663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.js","layer":"ssr"},"startTime":1769502293686,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":845,"timestamp":117907036,"id":677,"parentId":663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.js","layer":"ssr"},"startTime":1769502293686,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":753,"timestamp":117910163,"id":678,"parentId":651,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/index.js","layer":"ssr"},"startTime":1769502293689,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":599,"timestamp":117912728,"id":679,"parentId":663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.js","layer":"ssr"},"startTime":1769502293692,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":641,"timestamp":117922159,"id":680,"parentId":654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/index.js","layer":"ssr"},"startTime":1769502293701,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1346,"timestamp":117929050,"id":681,"parentId":654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions/index.js","layer":"ssr"},"startTime":1769502293708,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":586,"timestamp":117936050,"id":682,"parentId":654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/index.js","layer":"ssr"},"startTime":1769502293715,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":564,"timestamp":117939156,"id":683,"parentId":654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-tagfilter@2.0.0/node_modules/micromark-extension-gfm-tagfilter/index.js","layer":"ssr"},"startTime":1769502293718,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1025,"timestamp":117951730,"id":684,"parentId":654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/index.js","layer":"ssr"},"startTime":1769502293731,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1001,"timestamp":117951977,"id":685,"parentId":654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/index.js","layer":"ssr"},"startTime":1769502293731,"traceId":"45990b03006e527e"},{"name":"build-module","duration":36,"timestamp":117954209,"id":686,"parentId":676,"tags":{"name":"node:path","layer":null},"startTime":1769502293733,"traceId":"45990b03006e527e"},{"name":"build-module","duration":12,"timestamp":117954262,"id":687,"parentId":679,"tags":{"name":"node:url","layer":null},"startTime":1769502293733,"traceId":"45990b03006e527e"},{"name":"build-module","duration":8,"timestamp":117954282,"id":688,"parentId":677,"tags":{"name":"node:process","layer":null},"startTime":1769502293733,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":584,"timestamp":117959110,"id":689,"parentId":654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/index.js","layer":"ssr"},"startTime":1769502293738,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1068,"timestamp":117968315,"id":690,"parentId":657,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.js","layer":"ssr"},"startTime":1769502293747,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":575,"timestamp":117970174,"id":691,"parentId":657,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/estree-util-is-identifier-name@3.0.0/node_modules/estree-util-is-identifier-name/index.js","layer":"ssr"},"startTime":1769502293749,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":878,"timestamp":117972991,"id":692,"parentId":657,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/index.js","layer":"ssr"},"startTime":1769502293752,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":488,"timestamp":117978069,"id":693,"parentId":657,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/index.js","layer":"ssr"},"startTime":1769502293757,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":702,"timestamp":117980529,"id":694,"parentId":657,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.js","layer":"ssr"},"startTime":1769502293759,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":522,"timestamp":117985098,"id":695,"parentId":657,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/index.js","layer":"ssr"},"startTime":1769502293764,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":503,"timestamp":117987213,"id":696,"parentId":657,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/index.js","layer":"ssr"},"startTime":1769502293766,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":503,"timestamp":117990431,"id":697,"parentId":659,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/index.js","layer":"ssr"},"startTime":1769502293769,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1069,"timestamp":117995070,"id":698,"parentId":660,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js","layer":"ssr"},"startTime":1769502293774,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":762,"timestamp":117999106,"id":699,"parentId":660,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js","layer":"ssr"},"startTime":1769502293778,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":435,"timestamp":118001779,"id":700,"parentId":660,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/index.js","layer":"ssr"},"startTime":1769502293781,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1073,"timestamp":118015719,"id":701,"parentId":657,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/style-to-js@1.1.21/node_modules/style-to-js/cjs/index.js","layer":"ssr"},"startTime":1769502293795,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1249,"timestamp":118015895,"id":702,"parentId":679,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.js","layer":"ssr"},"startTime":1769502293795,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1030,"timestamp":118018825,"id":703,"parentId":660,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js","layer":"ssr"},"startTime":1769502293798,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":833,"timestamp":118020620,"id":704,"parentId":645,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-primitive@2.1.4_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._4sfldbbhvd3xapj4euqmtg5wga/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"ssr"},"startTime":1769502293799,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":430,"timestamp":118025288,"id":705,"parentId":662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/index.js","layer":"ssr"},"startTime":1769502293804,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":396,"timestamp":118027862,"id":706,"parentId":664,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/index.js","layer":"ssr"},"startTime":1769502293807,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":406,"timestamp":118031224,"id":707,"parentId":664,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/index.js","layer":"ssr"},"startTime":1769502293810,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":391,"timestamp":118032505,"id":708,"parentId":664,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/index.js","layer":"ssr"},"startTime":1769502293811,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":530,"timestamp":118036121,"id":709,"parentId":664,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/index.js","layer":"ssr"},"startTime":1769502293815,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1103,"timestamp":118039709,"id":710,"parentId":678,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/index.js","layer":"ssr"},"startTime":1769502293819,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1736,"timestamp":118039866,"id":711,"parentId":678,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/footer.js","layer":"ssr"},"startTime":1769502293819,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2025,"timestamp":118039967,"id":712,"parentId":678,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/index.js","layer":"ssr"},"startTime":1769502293819,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1506,"timestamp":118043856,"id":713,"parentId":664,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/index.js","layer":"ssr"},"startTime":1769502293823,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6976,"timestamp":118049335,"id":714,"parentId":680,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/syntax.js","layer":"ssr"},"startTime":1769502293828,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8532,"timestamp":118049521,"id":715,"parentId":680,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/html.js","layer":"ssr"},"startTime":1769502293828,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2095,"timestamp":118080273,"id":716,"parentId":665,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-slot@1.2.3_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"ssr"},"startTime":1769502293859,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":732,"timestamp":118082959,"id":717,"parentId":682,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/html.js","layer":"ssr"},"startTime":1769502293862,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1925,"timestamp":118086835,"id":718,"parentId":682,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.js","layer":"ssr"},"startTime":1769502293866,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2287,"timestamp":118087059,"id":719,"parentId":683,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-tagfilter@2.0.0/node_modules/micromark-extension-gfm-tagfilter/lib/index.js","layer":"ssr"},"startTime":1769502293866,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3995,"timestamp":118091731,"id":720,"parentId":684,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.js","layer":"ssr"},"startTime":1769502293871,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4224,"timestamp":118091928,"id":721,"parentId":684,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/html.js","layer":"ssr"},"startTime":1769502293871,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":1544,"timestamp":118099296,"id":722,"parentId":670,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-layout-effect@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"ssr"},"startTime":1769502293878,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1684,"timestamp":118099531,"id":723,"parentId":685,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/html.js","layer":"ssr"},"startTime":1769502293878,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2155,"timestamp":118099706,"id":724,"parentId":685,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.js","layer":"ssr"},"startTime":1769502293878,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1587,"timestamp":118104644,"id":725,"parentId":689,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/html.js","layer":"ssr"},"startTime":1769502293883,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4588,"timestamp":118104813,"id":726,"parentId":689,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/syntax.js","layer":"ssr"},"startTime":1769502293884,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":1177,"timestamp":118112938,"id":727,"parentId":670,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-effect-event@0.0.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs","layer":"ssr"},"startTime":1769502293892,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3785,"timestamp":118113179,"id":728,"parentId":691,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/estree-util-is-identifier-name@3.0.0/node_modules/estree-util-is-identifier-name/lib/index.js","layer":"ssr"},"startTime":1769502293892,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1953,"timestamp":118125158,"id":729,"parentId":692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/aria.js","layer":"ssr"},"startTime":1769502293904,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2950,"timestamp":118125388,"id":730,"parentId":692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/html.js","layer":"ssr"},"startTime":1769502293904,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4539,"timestamp":118125553,"id":731,"parentId":692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/svg.js","layer":"ssr"},"startTime":1769502293904,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4659,"timestamp":118125707,"id":732,"parentId":692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xlink.js","layer":"ssr"},"startTime":1769502293905,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1480,"timestamp":118132883,"id":733,"parentId":692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xmlns.js","layer":"ssr"},"startTime":1769502293912,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2014,"timestamp":118133112,"id":734,"parentId":692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/find.js","layer":"ssr"},"startTime":1769502293912,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2104,"timestamp":118133285,"id":735,"parentId":692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xml.js","layer":"ssr"},"startTime":1769502293912,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1008,"timestamp":118144035,"id":737,"parentId":692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/normalize.js","layer":"ssr"},"startTime":1769502293923,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1096,"timestamp":118144265,"id":738,"parentId":692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/hast-to-react.js","layer":"ssr"},"startTime":1769502293923,"traceId":"45990b03006e527e"}]
7
+ [{"name":"build-module-mjs","duration":14511,"timestamp":118137446,"id":736,"parentId":669,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-collection@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19_3vqfgunzp4tkkuqnqgefg7qsai/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"ssr"},"startTime":1769502293916,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1227,"timestamp":118155139,"id":739,"parentId":692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/merge.js","layer":"ssr"},"startTime":1769502293934,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1339,"timestamp":118155385,"id":740,"parentId":693,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/lib/index.js","layer":"ssr"},"startTime":1769502293934,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":1284,"timestamp":118158171,"id":741,"parentId":669,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-id@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"ssr"},"startTime":1769502293937,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2227,"timestamp":118158355,"id":742,"parentId":695,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/lib/index.js","layer":"ssr"},"startTime":1769502293937,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1162,"timestamp":118162305,"id":743,"parentId":696,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/lib/index.js","layer":"ssr"},"startTime":1769502293941,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6295,"timestamp":118164981,"id":744,"parentId":697,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/lib/index.js","layer":"ssr"},"startTime":1769502293944,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1691,"timestamp":118173854,"id":745,"parentId":700,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.js","layer":"ssr"},"startTime":1769502293953,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":1422,"timestamp":118177296,"id":746,"parentId":669,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-callback-ref@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"ssr"},"startTime":1769502293956,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2014,"timestamp":118177505,"id":747,"parentId":701,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/style-to-js@1.1.21/node_modules/style-to-js/cjs/utilities.js","layer":"ssr"},"startTime":1769502293956,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3068,"timestamp":118177673,"id":748,"parentId":705,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/index.js","layer":"ssr"},"startTime":1769502293956,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2926,"timestamp":118182337,"id":749,"parentId":706,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/lib/index.js","layer":"ssr"},"startTime":1769502293961,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1896,"timestamp":118187796,"id":750,"parentId":707,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.js","layer":"ssr"},"startTime":1769502293967,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2774,"timestamp":118192169,"id":751,"parentId":710,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/state.js","layer":"ssr"},"startTime":1769502293971,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2855,"timestamp":118192375,"id":752,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js","layer":"ssr"},"startTime":1769502293971,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2908,"timestamp":118192540,"id":753,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/break.js","layer":"ssr"},"startTime":1769502293971,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1721,"timestamp":118199731,"id":754,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/code.js","layer":"ssr"},"startTime":1769502293979,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1741,"timestamp":118199943,"id":755,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js","layer":"ssr"},"startTime":1769502293979,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1750,"timestamp":118200130,"id":756,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/delete.js","layer":"ssr"},"startTime":1769502293979,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":864,"timestamp":118203922,"id":757,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/heading.js","layer":"ssr"},"startTime":1769502293983,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1201,"timestamp":118204143,"id":758,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js","layer":"ssr"},"startTime":1769502293983,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":989,"timestamp":118207476,"id":759,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/html.js","layer":"ssr"},"startTime":1769502293986,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1176,"timestamp":118207668,"id":760,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js","layer":"ssr"},"startTime":1769502293986,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1310,"timestamp":118211266,"id":761,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/image.js","layer":"ssr"},"startTime":1769502293990,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2669,"timestamp":118211454,"id":762,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js","layer":"ssr"},"startTime":1769502293990,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2831,"timestamp":118211622,"id":763,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js","layer":"ssr"},"startTime":1769502293990,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1341,"timestamp":118217355,"id":764,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/link.js","layer":"ssr"},"startTime":1769502293996,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1824,"timestamp":118217561,"id":765,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/list-item.js","layer":"ssr"},"startTime":1769502293996,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2064,"timestamp":118217732,"id":766,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/list.js","layer":"ssr"},"startTime":1769502293997,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1463,"timestamp":118221732,"id":767,"parentId":681,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.js","layer":"ssr"},"startTime":1769502294001,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1491,"timestamp":118221923,"id":768,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js","layer":"ssr"},"startTime":1769502294001,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1499,"timestamp":118222108,"id":769,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/root.js","layer":"ssr"},"startTime":1769502294001,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":886,"timestamp":118225674,"id":770,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/strong.js","layer":"ssr"},"startTime":1769502294004,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1180,"timestamp":118225877,"id":771,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/table.js","layer":"ssr"},"startTime":1769502294005,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1459,"timestamp":118228211,"id":772,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/table-row.js","layer":"ssr"},"startTime":1769502294007,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1491,"timestamp":118228403,"id":773,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js","layer":"ssr"},"startTime":1769502294007,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1619,"timestamp":118228564,"id":774,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/text.js","layer":"ssr"},"startTime":1769502294007,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":725,"timestamp":118232528,"id":775,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js","layer":"ssr"},"startTime":1769502294011,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":833,"timestamp":118235713,"id":776,"parentId":708,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/lib/index.js","layer":"ssr"},"startTime":1769502294015,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1766,"timestamp":118240520,"id":777,"parentId":709,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/lib/index.js","layer":"ssr"},"startTime":1769502294019,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1431,"timestamp":118247328,"id":778,"parentId":713,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/lib/index.js","layer":"ssr"},"startTime":1769502294026,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1974,"timestamp":118270960,"id":779,"parentId":726,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/edit-map.js","layer":"ssr"},"startTime":1769502294050,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2193,"timestamp":118271230,"id":780,"parentId":726,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/infer.js","layer":"ssr"},"startTime":1769502294050,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2500,"timestamp":118271416,"id":781,"parentId":729,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/create.js","layer":"ssr"},"startTime":1769502294050,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1422,"timestamp":118275886,"id":782,"parentId":701,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/style-to-object@1.0.14/node_modules/style-to-object/cjs/index.js","layer":"ssr"},"startTime":1769502294055,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1098,"timestamp":118279471,"id":783,"parentId":729,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/types.js","layer":"ssr"},"startTime":1769502294058,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1139,"timestamp":118279620,"id":784,"parentId":731,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-sensitive-transform.js","layer":"ssr"},"startTime":1769502294058,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1234,"timestamp":118279744,"id":785,"parentId":730,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-insensitive-transform.js","layer":"ssr"},"startTime":1769502294059,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1024,"timestamp":118284931,"id":786,"parentId":734,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/defined-info.js","layer":"ssr"},"startTime":1769502294064,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1199,"timestamp":118285102,"id":787,"parentId":734,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/info.js","layer":"ssr"},"startTime":1769502294064,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":961,"timestamp":118287673,"id":788,"parentId":739,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/schema.js","layer":"ssr"},"startTime":1769502294066,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1120,"timestamp":118290092,"id":789,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-sanitize-uri@2.0.1/node_modules/micromark-util-sanitize-uri/index.js","layer":"ssr"},"startTime":1769502294069,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":769,"timestamp":118297827,"id":790,"parentId":714,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/index.js","layer":"ssr"},"startTime":1769502294077,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":870,"timestamp":118303817,"id":791,"parentId":714,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.js","layer":"ssr"},"startTime":1769502294083,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1507,"timestamp":118303971,"id":792,"parentId":714,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.js","layer":"ssr"},"startTime":1769502294083,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":624,"timestamp":118312628,"id":793,"parentId":714,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier/index.js","layer":"ssr"},"startTime":1769502294091,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":548,"timestamp":118313921,"id":794,"parentId":760,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/revert.js","layer":"ssr"},"startTime":1769502294093,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":398,"timestamp":118317999,"id":795,"parentId":748,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/color.node.js","layer":"ssr"},"startTime":1769502294097,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":639,"timestamp":118330325,"id":796,"parentId":718,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.js","layer":"ssr"},"startTime":1769502294109,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":502,"timestamp":118332484,"id":797,"parentId":718,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all/index.js","layer":"ssr"},"startTime":1769502294111,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":496,"timestamp":118344621,"id":798,"parentId":742,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/index.js","layer":"ssr"},"startTime":1769502294123,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":454,"timestamp":118352380,"id":799,"parentId":744,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/index.js","layer":"ssr"},"startTime":1769502294131,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":669,"timestamp":118356450,"id":800,"parentId":744,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/index.js","layer":"ssr"},"startTime":1769502294135,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":753,"timestamp":118359720,"id":801,"parentId":744,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-decode-numeric-character-reference@2.0.2/node_modules/micromark-util-decode-numeric-character-reference/index.js","layer":"ssr"},"startTime":1769502294139,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1231,"timestamp":118359863,"id":802,"parentId":744,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.js","layer":"ssr"},"startTime":1769502294139,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":456,"timestamp":118363971,"id":803,"parentId":744,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/decode-named-character-reference@1.2.0/node_modules/decode-named-character-reference/index.js","layer":"ssr"},"startTime":1769502294143,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2385,"timestamp":118370799,"id":804,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.js","layer":"ssr"},"startTime":1769502294150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2833,"timestamp":118370951,"id":805,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.js","layer":"ssr"},"startTime":1769502294150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3013,"timestamp":118371068,"id":806,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.js","layer":"ssr"},"startTime":1769502294150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3289,"timestamp":118371174,"id":807,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/block-quote.js","layer":"ssr"},"startTime":1769502294150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3426,"timestamp":118371265,"id":808,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-escape.js","layer":"ssr"},"startTime":1769502294150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4228,"timestamp":118371352,"id":809,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-fenced.js","layer":"ssr"},"startTime":1769502294150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4600,"timestamp":118371442,"id":810,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-reference.js","layer":"ssr"},"startTime":1769502294150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":649,"timestamp":118381419,"id":811,"parentId":748,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-is@6.0.1/node_modules/unist-util-is/index.js","layer":"ssr"},"startTime":1769502294160,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1114,"timestamp":118381577,"id":812,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-indented.js","layer":"ssr"},"startTime":1769502294160,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":769,"timestamp":118385407,"id":813,"parentId":749,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js","layer":"ssr"},"startTime":1769502294164,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1335,"timestamp":118385544,"id":814,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-text.js","layer":"ssr"},"startTime":1769502294164,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1637,"timestamp":118388247,"id":815,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.js","layer":"ssr"},"startTime":1769502294167,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1767,"timestamp":118388374,"id":816,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/hard-break-escape.js","layer":"ssr"},"startTime":1769502294167,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2257,"timestamp":118388478,"id":817,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/heading-atx.js","layer":"ssr"},"startTime":1769502294167,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2747,"timestamp":118388573,"id":818,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.js","layer":"ssr"},"startTime":1769502294167,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4323,"timestamp":118388662,"id":819,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-flow.js","layer":"ssr"},"startTime":1769502294167,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6161,"timestamp":118388761,"id":820,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-text.js","layer":"ssr"},"startTime":1769502294168,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3591,"timestamp":118396262,"id":821,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-end.js","layer":"ssr"},"startTime":1769502294175,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3791,"timestamp":118396549,"id":822,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-image.js","layer":"ssr"},"startTime":1769502294175,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1030,"timestamp":118405735,"id":823,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-link.js","layer":"ssr"},"startTime":1769502294185,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1178,"timestamp":118405915,"id":824,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.js","layer":"ssr"},"startTime":1769502294185,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1117,"timestamp":118408655,"id":825,"parentId":749,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/index.js","layer":"ssr"},"startTime":1769502294187,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2118,"timestamp":118408811,"id":826,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.js","layer":"ssr"},"startTime":1769502294188,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2962,"timestamp":118408913,"id":827,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/setext-underline.js","layer":"ssr"},"startTime":1769502294188,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3341,"timestamp":118409043,"id":828,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/thematic-break.js","layer":"ssr"},"startTime":1769502294188,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":877,"timestamp":118420618,"id":829,"parentId":774,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.js","layer":"ssr"},"startTime":1769502294199,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":747,"timestamp":118424241,"id":830,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/index.js","layer":"ssr"},"startTime":1769502294203,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1243,"timestamp":118426024,"id":831,"parentId":777,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.js","layer":"ssr"},"startTime":1769502294205,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":393,"timestamp":118430291,"id":832,"parentId":777,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/index.js","layer":"ssr"},"startTime":1769502294209,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":594,"timestamp":118431461,"id":833,"parentId":798,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/lib/index.js","layer":"ssr"},"startTime":1769502294210,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":666,"timestamp":118434914,"id":834,"parentId":799,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/lib/index.js","layer":"ssr"},"startTime":1769502294214,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2920,"timestamp":118436716,"id":835,"parentId":800,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/compile.js","layer":"ssr"},"startTime":1769502294216,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3108,"timestamp":118436849,"id":836,"parentId":800,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.js","layer":"ssr"},"startTime":1769502294216,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3224,"timestamp":118436951,"id":837,"parentId":800,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.js","layer":"ssr"},"startTime":1769502294216,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3662,"timestamp":118437071,"id":838,"parentId":800,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.js","layer":"ssr"},"startTime":1769502294216,"traceId":"45990b03006e527e"}]
8
+ [{"name":"build-module-mjs","duration":1414,"timestamp":118444788,"id":839,"parentId":704,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-slot@1.2.4_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"ssr"},"startTime":1769502294224,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1579,"timestamp":118449122,"id":840,"parentId":811,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-is@6.0.1/node_modules/unist-util-is/lib/index.js","layer":"ssr"},"startTime":1769502294228,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2102,"timestamp":118462982,"id":841,"parentId":825,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/lib/index.js","layer":"ssr"},"startTime":1769502294242,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2168,"timestamp":118463249,"id":842,"parentId":789,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-encode@2.0.1/node_modules/micromark-util-encode/index.js","layer":"ssr"},"startTime":1769502294242,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1996,"timestamp":118472762,"id":843,"parentId":782,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/inline-style-parser@0.2.7/node_modules/inline-style-parser/cjs/index.js","layer":"ssr"},"startTime":1769502294252,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2051,"timestamp":118483571,"id":844,"parentId":836,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.js","layer":"ssr"},"startTime":1769502294262,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3430,"timestamp":118483815,"id":845,"parentId":830,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/serialize.js","layer":"ssr"},"startTime":1769502294263,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4176,"timestamp":118483991,"id":846,"parentId":830,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/deserialize.js","layer":"ssr"},"startTime":1769502294263,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3056,"timestamp":118489724,"id":847,"parentId":836,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.js","layer":"ssr"},"startTime":1769502294269,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1851,"timestamp":118499735,"id":848,"parentId":832,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/index.js","layer":"ssr"},"startTime":1769502294279,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2154,"timestamp":118499975,"id":849,"parentId":836,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.js","layer":"ssr"},"startTime":1769502294279,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2363,"timestamp":118503349,"id":850,"parentId":832,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.js","layer":"ssr"},"startTime":1769502294282,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3852,"timestamp":118503550,"id":851,"parentId":836,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.js","layer":"ssr"},"startTime":1769502294282,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4152,"timestamp":118503714,"id":852,"parentId":836,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.js","layer":"ssr"},"startTime":1769502294283,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5097,"timestamp":118503866,"id":853,"parentId":836,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.js","layer":"ssr"},"startTime":1769502294283,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6931,"timestamp":118511098,"id":854,"parentId":803,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/character-entities@2.0.2/node_modules/character-entities/index.js","layer":"ssr"},"startTime":1769502294290,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1515,"timestamp":118527051,"id":855,"parentId":818,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.js","layer":"ssr"},"startTime":1769502294306,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1253,"timestamp":118535682,"id":856,"parentId":818,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.js","layer":"ssr"},"startTime":1769502294314,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1223,"timestamp":118542479,"id":857,"parentId":818,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.js","layer":"ssr"},"startTime":1769502294321,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1950,"timestamp":118545088,"id":858,"parentId":815,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.js","layer":"ssr"},"startTime":1769502294324,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":737,"timestamp":118548683,"id":859,"parentId":819,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-html-tag-name@2.0.1/node_modules/micromark-util-html-tag-name/index.js","layer":"ssr"},"startTime":1769502294327,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1455,"timestamp":118552995,"id":860,"parentId":848,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/configure.js","layer":"ssr"},"startTime":1769502294332,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1658,"timestamp":118553224,"id":861,"parentId":848,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/join.js","layer":"ssr"},"startTime":1769502294332,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1917,"timestamp":118553391,"id":862,"parentId":845,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/types.js","layer":"ssr"},"startTime":1769502294332,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":895,"timestamp":118557676,"id":863,"parentId":818,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.js","layer":"ssr"},"startTime":1769502294336,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2045,"timestamp":118559090,"id":864,"parentId":848,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/unsafe.js","layer":"ssr"},"startTime":1769502294338,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2170,"timestamp":118559278,"id":865,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.js","layer":"ssr"},"startTime":1769502294338,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2678,"timestamp":118559440,"id":866,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.js","layer":"ssr"},"startTime":1769502294338,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2895,"timestamp":118559601,"id":867,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.js","layer":"ssr"},"startTime":1769502294338,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3322,"timestamp":118559761,"id":868,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.js","layer":"ssr"},"startTime":1769502294339,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1646,"timestamp":118566656,"id":869,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.js","layer":"ssr"},"startTime":1769502294345,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2051,"timestamp":118566860,"id":870,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.js","layer":"ssr"},"startTime":1769502294346,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2508,"timestamp":118567038,"id":871,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.js","layer":"ssr"},"startTime":1769502294346,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2882,"timestamp":118567213,"id":872,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.js","layer":"ssr"},"startTime":1769502294346,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3158,"timestamp":118567364,"id":873,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.js","layer":"ssr"},"startTime":1769502294346,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2215,"timestamp":118576862,"id":874,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.js","layer":"ssr"},"startTime":1769502294356,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2791,"timestamp":118577103,"id":875,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.js","layer":"ssr"},"startTime":1769502294356,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3081,"timestamp":118577272,"id":876,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.js","layer":"ssr"},"startTime":1769502294356,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3666,"timestamp":118577435,"id":877,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.js","layer":"ssr"},"startTime":1769502294356,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4057,"timestamp":118577585,"id":878,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.js","layer":"ssr"},"startTime":1769502294356,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1607,"timestamp":118585352,"id":879,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.js","layer":"ssr"},"startTime":1769502294364,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1723,"timestamp":118585554,"id":880,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.js","layer":"ssr"},"startTime":1769502294364,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2096,"timestamp":118585715,"id":881,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.js","layer":"ssr"},"startTime":1769502294365,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2113,"timestamp":118585875,"id":882,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.js","layer":"ssr"},"startTime":1769502294365,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2234,"timestamp":118586056,"id":883,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js","layer":"ssr"},"startTime":1769502294365,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1524,"timestamp":118591673,"id":884,"parentId":848,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/association.js","layer":"ssr"},"startTime":1769502294370,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1688,"timestamp":118591876,"id":885,"parentId":848,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js","layer":"ssr"},"startTime":1769502294371,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2355,"timestamp":118592065,"id":886,"parentId":848,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js","layer":"ssr"},"startTime":1769502294371,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2667,"timestamp":118592238,"id":887,"parentId":848,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-flow.js","layer":"ssr"},"startTime":1769502294371,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1352,"timestamp":118598105,"id":888,"parentId":848,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/indent-lines.js","layer":"ssr"},"startTime":1769502294377,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2319,"timestamp":118598310,"id":889,"parentId":848,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/safe.js","layer":"ssr"},"startTime":1769502294377,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2594,"timestamp":118598474,"id":890,"parentId":848,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/track.js","layer":"ssr"},"startTime":1769502294377,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":969,"timestamp":118606276,"id":891,"parentId":861,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js","layer":"ssr"},"startTime":1769502294385,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1284,"timestamp":118606483,"id":892,"parentId":861,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js","layer":"ssr"},"startTime":1769502294385,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1051,"timestamp":118616831,"id":893,"parentId":866,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.js","layer":"ssr"},"startTime":1769502294396,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1959,"timestamp":118617072,"id":894,"parentId":858,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/lib/splice-buffer.js","layer":"ssr"},"startTime":1769502294396,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":745,"timestamp":118621703,"id":895,"parentId":867,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js","layer":"ssr"},"startTime":1769502294400,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1425,"timestamp":118622791,"id":896,"parentId":868,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.js","layer":"ssr"},"startTime":1769502294402,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1421,"timestamp":118622986,"id":897,"parentId":870,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js","layer":"ssr"},"startTime":1769502294402,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1423,"timestamp":118623197,"id":898,"parentId":872,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js","layer":"ssr"},"startTime":1769502294402,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1696,"timestamp":118623360,"id":899,"parentId":872,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.js","layer":"ssr"},"startTime":1769502294402,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2010,"timestamp":118628662,"id":900,"parentId":875,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js","layer":"ssr"},"startTime":1769502294407,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2030,"timestamp":118628891,"id":901,"parentId":877,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js","layer":"ssr"},"startTime":1769502294408,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2183,"timestamp":118629086,"id":902,"parentId":877,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js","layer":"ssr"},"startTime":1769502294408,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2286,"timestamp":118629251,"id":903,"parentId":877,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.js","layer":"ssr"},"startTime":1769502294408,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2338,"timestamp":118629408,"id":904,"parentId":877,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js","layer":"ssr"},"startTime":1769502294408,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":707,"timestamp":118632635,"id":905,"parentId":878,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js","layer":"ssr"},"startTime":1769502294411,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":823,"timestamp":118635336,"id":906,"parentId":881,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.js","layer":"ssr"},"startTime":1769502294414,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":864,"timestamp":118635526,"id":907,"parentId":883,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js","layer":"ssr"},"startTime":1769502294414,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":674,"timestamp":118645097,"id":908,"parentId":841,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.js","layer":"ssr"},"startTime":1769502294424,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":784,"timestamp":118647983,"id":909,"parentId":848,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js","layer":"ssr"},"startTime":1769502294427,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":717,"timestamp":118652321,"id":910,"parentId":866,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.js","layer":"ssr"},"startTime":1769502294431,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":509,"timestamp":118653957,"id":911,"parentId":880,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/index.js","layer":"ssr"},"startTime":1769502294433,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":706,"timestamp":118657766,"id":912,"parentId":911,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.js","layer":"ssr"},"startTime":1769502294437,"traceId":"45990b03006e527e"},{"name":"make","duration":5170266,"timestamp":113497178,"id":22,"parentId":20,"tags":{},"startTime":1769502289276,"traceId":"45990b03006e527e"},{"name":"get-entries","duration":710,"timestamp":118669351,"id":914,"parentId":913,"tags":{},"startTime":1769502294448,"traceId":"45990b03006e527e"},{"name":"node-file-trace-plugin","duration":91276,"timestamp":118674756,"id":915,"parentId":913,"tags":{"traceEntryCount":"10"},"startTime":1769502294454,"traceId":"45990b03006e527e"},{"name":"collect-traced-files","duration":455,"timestamp":118766046,"id":916,"parentId":913,"tags":{},"startTime":1769502294545,"traceId":"45990b03006e527e"},{"name":"finish-modules","duration":97422,"timestamp":118669084,"id":913,"parentId":21,"tags":{},"startTime":1769502294448,"traceId":"45990b03006e527e"},{"name":"chunk-graph","duration":22301,"timestamp":118827035,"id":918,"parentId":917,"tags":{},"startTime":1769502294606,"traceId":"45990b03006e527e"},{"name":"optimize-modules","duration":41,"timestamp":118849520,"id":920,"parentId":917,"tags":{},"startTime":1769502294628,"traceId":"45990b03006e527e"},{"name":"optimize-chunks","duration":17031,"timestamp":118849673,"id":921,"parentId":917,"tags":{},"startTime":1769502294628,"traceId":"45990b03006e527e"},{"name":"optimize-tree","duration":122,"timestamp":118866795,"id":922,"parentId":917,"tags":{},"startTime":1769502294646,"traceId":"45990b03006e527e"},{"name":"optimize-chunk-modules","duration":28699,"timestamp":118867026,"id":923,"parentId":917,"tags":{},"startTime":1769502294646,"traceId":"45990b03006e527e"},{"name":"optimize","duration":46387,"timestamp":118849446,"id":919,"parentId":917,"tags":{},"startTime":1769502294628,"traceId":"45990b03006e527e"},{"name":"module-hash","duration":32834,"timestamp":118919740,"id":924,"parentId":917,"tags":{},"startTime":1769502294699,"traceId":"45990b03006e527e"},{"name":"code-generation","duration":443684,"timestamp":118952636,"id":925,"parentId":917,"tags":{},"startTime":1769502294731,"traceId":"45990b03006e527e"},{"name":"hash","duration":7791,"timestamp":119402586,"id":926,"parentId":917,"tags":{},"startTime":1769502295181,"traceId":"45990b03006e527e"},{"name":"code-generation-jobs","duration":546,"timestamp":119410373,"id":927,"parentId":917,"tags":{},"startTime":1769502295189,"traceId":"45990b03006e527e"},{"name":"module-assets","duration":462,"timestamp":119410868,"id":928,"parentId":917,"tags":{},"startTime":1769502295190,"traceId":"45990b03006e527e"},{"name":"create-chunk-assets","duration":8549,"timestamp":119411346,"id":929,"parentId":917,"tags":{},"startTime":1769502295190,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":115420,"timestamp":119454062,"id":932,"parentId":930,"tags":{"name":"../pages/_app.js","cache":"MISS"},"startTime":1769502295233,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":124184,"timestamp":119445378,"id":931,"parentId":930,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1769502295224,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":107288,"timestamp":119462385,"id":934,"parentId":930,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1769502295241,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":68059,"timestamp":119501644,"id":937,"parentId":930,"tags":{"name":"../pages/_document.js","cache":"MISS"},"startTime":1769502295280,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":68021,"timestamp":119501710,"id":938,"parentId":930,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1769502295281,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":74737,"timestamp":119500451,"id":936,"parentId":930,"tags":{"name":"../app/settings/page.js","cache":"MISS"},"startTime":1769502295279,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":209963,"timestamp":119454914,"id":933,"parentId":930,"tags":{"name":"../pages/_error.js","cache":"MISS"},"startTime":1769502295234,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":154821,"timestamp":119526430,"id":940,"parentId":930,"tags":{"name":"490.js","cache":"MISS"},"startTime":1769502295305,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":151736,"timestamp":119534514,"id":942,"parentId":930,"tags":{"name":"392.js","cache":"MISS"},"startTime":1769502295313,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":192048,"timestamp":119532638,"id":941,"parentId":930,"tags":{"name":"799.js","cache":"MISS"},"startTime":1769502295311,"traceId":"45990b03006e527e"}]
9
+ [{"name":"build-module-js","duration":6763,"timestamp":114603991,"id":116,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/normalize-data-path.js","layer":"pages-dir-node"},"startTime":1769502290383,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2879,"timestamp":114614229,"id":118,"parentId":99,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/pipe-readable.js","layer":"pages-dir-node"},"startTime":1769502290393,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3455,"timestamp":114614497,"id":120,"parentId":109,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/batcher.js","layer":"pages-dir-node"},"startTime":1769502290393,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9516,"timestamp":114614789,"id":122,"parentId":99,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"pages-dir-node"},"startTime":1769502290394,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14399,"timestamp":114615086,"id":124,"parentId":98,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/etag.js","layer":"pages-dir-node"},"startTime":1769502290394,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":22499,"timestamp":114613884,"id":117,"parentId":68,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/pipe-readable.js","layer":"rsc"},"startTime":1769502290393,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":22995,"timestamp":114614289,"id":119,"parentId":83,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/batcher.js","layer":"rsc"},"startTime":1769502290393,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":35755,"timestamp":114614559,"id":121,"parentId":68,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"rsc"},"startTime":1769502290393,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":36699,"timestamp":114614844,"id":123,"parentId":69,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/etag.js","layer":"rsc"},"startTime":1769502290394,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":48279,"timestamp":114615147,"id":125,"parentId":68,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/invariant-error.js","layer":"rsc"},"startTime":1769502290394,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":48605,"timestamp":114615276,"id":126,"parentId":99,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/invariant-error.js","layer":"pages-dir-node"},"startTime":1769502290394,"traceId":"45990b03006e527e"},{"name":"build-module-external","duration":57,"timestamp":114693642,"id":128,"parentId":78,"tags":{"name":"./work-async-storage.external","layer":null},"startTime":1769502290472,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1654,"timestamp":114693552,"id":127,"parentId":122,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/encoded-tags.js","layer":"pages-dir-node"},"startTime":1769502290472,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1942,"timestamp":114694033,"id":130,"parentId":109,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/scheduler.js","layer":"pages-dir-node"},"startTime":1769502290473,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6161,"timestamp":114693731,"id":129,"parentId":83,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/scheduler.js","layer":"rsc"},"startTime":1769502290473,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13568,"timestamp":114694340,"id":133,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1769502290473,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14173,"timestamp":114694214,"id":132,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1769502290473,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17076,"timestamp":114694108,"id":131,"parentId":54,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-node"},"startTime":1769502290473,"traceId":"45990b03006e527e"},{"name":"build-module-external","duration":44,"timestamp":114712240,"id":134,"parentId":79,"tags":{"name":"./work-unit-async-storage.external","layer":null},"startTime":1769502290491,"traceId":"45990b03006e527e"},{"name":"build-module-external","duration":15,"timestamp":114712304,"id":135,"parentId":79,"tags":{"name":"../app-render/action-async-storage.external","layer":null},"startTime":1769502290491,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13822,"timestamp":114712667,"id":138,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/search-params.js","layer":"rsc"},"startTime":1769502290491,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18734,"timestamp":114712336,"id":136,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1769502290491,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18910,"timestamp":114712539,"id":137,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-segment.js","layer":"rsc"},"startTime":1769502290491,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":10436,"timestamp":114732355,"id":139,"parentId":33,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"rsc"},"startTime":1769502290511,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17820,"timestamp":114751321,"id":140,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/params.js","layer":"rsc"},"startTime":1769502290530,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":22667,"timestamp":114751821,"id":142,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/collect-segment-data.js","layer":"rsc"},"startTime":1769502290531,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":31871,"timestamp":114752077,"id":143,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1769502290531,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":32753,"timestamp":114752399,"id":144,"parentId":81,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/base-http/index.js","layer":"rsc"},"startTime":1769502290531,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":40003,"timestamp":114751625,"id":141,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1769502290530,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2614,"timestamp":114805946,"id":146,"parentId":109,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/types.js","layer":"pages-dir-node"},"startTime":1769502290585,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4900,"timestamp":114804928,"id":145,"parentId":83,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/types.js","layer":"rsc"},"startTime":1769502290584,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4214,"timestamp":114807493,"id":148,"parentId":63,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-node"},"startTime":1769502290586,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5027,"timestamp":114807363,"id":147,"parentId":62,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"pages-dir-node"},"startTime":1769502290586,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4931,"timestamp":114822777,"id":151,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/metadata.js","layer":"rsc"},"startTime":1769502290602,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4793,"timestamp":114823326,"id":153,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1769502290602,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9547,"timestamp":114819860,"id":150,"parentId":90,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"rsc"},"startTime":1769502290599,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10757,"timestamp":114819628,"id":149,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"rsc"},"startTime":1769502290598,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":50024,"timestamp":114823090,"id":152,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-components.js","layer":"rsc"},"startTime":1769502290602,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2684,"timestamp":114880916,"id":154,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1769502290660,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6513,"timestamp":114881228,"id":155,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1769502290660,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7513,"timestamp":114890028,"id":157,"parentId":78,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"rsc"},"startTime":1769502290669,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14337,"timestamp":114890177,"id":158,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"pages-dir-node"},"startTime":1769502290669,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15131,"timestamp":114890255,"id":159,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"pages-dir-node"},"startTime":1769502290669,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15373,"timestamp":114890417,"id":161,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-node"},"startTime":1769502290669,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":23296,"timestamp":114889787,"id":156,"parentId":70,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"rsc"},"startTime":1769502290669,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":24173,"timestamp":114890331,"id":160,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-node"},"startTime":1769502290669,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11045,"timestamp":114921674,"id":162,"parentId":157,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"rsc"},"startTime":1769502290700,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11425,"timestamp":114921876,"id":163,"parentId":78,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"rsc"},"startTime":1769502290701,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10542,"timestamp":114924055,"id":164,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"rsc"},"startTime":1769502290703,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10776,"timestamp":114924311,"id":166,"parentId":78,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"rsc"},"startTime":1769502290703,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11146,"timestamp":114924435,"id":167,"parentId":116,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-node"},"startTime":1769502290703,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18510,"timestamp":114924193,"id":165,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"rsc"},"startTime":1769502290703,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":6021,"timestamp":114958418,"id":168,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"rsc"},"startTime":1769502290737,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1147,"timestamp":114968128,"id":170,"parentId":118,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/detached-promise.js","layer":"pages-dir-node"},"startTime":1769502290747,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2711,"timestamp":114968411,"id":172,"parentId":118,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/client-component-renderer-logger.js","layer":"pages-dir-node"},"startTime":1769502290747,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4870,"timestamp":114968190,"id":171,"parentId":117,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/detached-promise.js","layer":"rsc"},"startTime":1769502290747,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5593,"timestamp":114968465,"id":173,"parentId":117,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/client-component-renderer-logger.js","layer":"rsc"},"startTime":1769502290747,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7552,"timestamp":114967909,"id":169,"parentId":165,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"rsc"},"startTime":1769502290747,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1354,"timestamp":114975798,"id":175,"parentId":122,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"pages-dir-node"},"startTime":1769502290755,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2190,"timestamp":114975602,"id":174,"parentId":89,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js","layer":"rsc"},"startTime":1769502290754,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3052,"timestamp":114975854,"id":176,"parentId":121,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"rsc"},"startTime":1769502290755,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7713,"timestamp":114996132,"id":182,"parentId":81,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/api-utils/index.js","layer":"rsc"},"startTime":1769502290775,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10542,"timestamp":114993929,"id":179,"parentId":121,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/errors/constants.js","layer":"rsc"},"startTime":1769502290773,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13419,"timestamp":114994272,"id":180,"parentId":122,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment-cache/output-export-prefetch-encoding.js","layer":"pages-dir-node"},"startTime":1769502290773,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14177,"timestamp":114994358,"id":181,"parentId":121,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment-cache/output-export-prefetch-encoding.js","layer":"rsc"},"startTime":1769502290773,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17689,"timestamp":114996396,"id":183,"parentId":62,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-node"},"startTime":1769502290775,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":21522,"timestamp":114993641,"id":177,"parentId":131,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-node"},"startTime":1769502290772,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":21918,"timestamp":114993804,"id":178,"parentId":122,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/errors/constants.js","layer":"pages-dir-node"},"startTime":1769502290773,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19666,"timestamp":114996490,"id":184,"parentId":131,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-mode.js","layer":"pages-dir-node"},"startTime":1769502290775,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6071,"timestamp":115032259,"id":185,"parentId":138,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"rsc"},"startTime":1769502290811,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7609,"timestamp":115032558,"id":186,"parentId":138,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"rsc"},"startTime":1769502290811,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5163,"timestamp":115035295,"id":188,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js","layer":"rsc"},"startTime":1769502290814,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5137,"timestamp":115035561,"id":189,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static.js","layer":"rsc"},"startTime":1769502290814,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":35411,"timestamp":115032786,"id":187,"parentId":138,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1769502290812,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16356,"timestamp":115052260,"id":191,"parentId":131,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"pages-dir-node"},"startTime":1769502290831,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17212,"timestamp":115052364,"id":192,"parentId":138,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"rsc"},"startTime":1769502290831,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18633,"timestamp":115051906,"id":190,"parentId":138,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/utils.js","layer":"rsc"},"startTime":1769502290831,"traceId":"45990b03006e527e"},{"name":"build-module-external","duration":29,"timestamp":115088179,"id":193,"parentId":140,"tags":{"name":"../app-render/dynamic-access-async-storage.external","layer":null},"startTime":1769502290867,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2823,"timestamp":115089256,"id":199,"parentId":118,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js","layer":"pages-dir-node"},"startTime":1769502290868,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9888,"timestamp":115088232,"id":194,"parentId":142,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/create-error-handler.js","layer":"rsc"},"startTime":1769502290867,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11308,"timestamp":115088514,"id":195,"parentId":143,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1769502290867,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14546,"timestamp":115088722,"id":196,"parentId":143,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/clone-response.js","layer":"rsc"},"startTime":1769502290868,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14864,"timestamp":115088915,"id":197,"parentId":144,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/api-utils/get-cookie-parser.js","layer":"rsc"},"startTime":1769502290868,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16108,"timestamp":115089308,"id":200,"parentId":117,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js","layer":"rsc"},"startTime":1769502290868,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16371,"timestamp":115089516,"id":201,"parentId":138,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"rsc"},"startTime":1769502290868,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":24130,"timestamp":115089137,"id":198,"parentId":142,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"rsc"},"startTime":1769502290868,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1814,"timestamp":115142888,"id":202,"parentId":194,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/is-error.js","layer":"rsc"},"startTime":1769502290922,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5695,"timestamp":115159153,"id":205,"parentId":98,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/fresh/index.js","layer":"pages-dir-node"},"startTime":1769502290938,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9039,"timestamp":115158588,"id":203,"parentId":142,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js","layer":"rsc"},"startTime":1769502290937,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9962,"timestamp":115158895,"id":204,"parentId":69,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/fresh/index.js","layer":"rsc"},"startTime":1769502290938,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17872,"timestamp":115159226,"id":206,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolve-metadata.js","layer":"rsc"},"startTime":1769502290938,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18189,"timestamp":115159446,"id":207,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-constants.js","layer":"rsc"},"startTime":1769502290938,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":19958,"timestamp":115159656,"id":208,"parentId":103,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"rsc"},"startTime":1769502290938,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4806,"timestamp":115180782,"id":209,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/pathname.js","layer":"rsc"},"startTime":1769502290960,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9478,"timestamp":115181095,"id":210,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"rsc"},"startTime":1769502290960,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6036,"timestamp":115191591,"id":211,"parentId":202,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"rsc"},"startTime":1769502290970,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5663,"timestamp":115202059,"id":212,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/basic.js","layer":"rsc"},"startTime":1769502290981,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6353,"timestamp":115202357,"id":213,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/alternate.js","layer":"rsc"},"startTime":1769502290981,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9575,"timestamp":115202601,"id":214,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/opengraph.js","layer":"rsc"},"startTime":1769502290981,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10755,"timestamp":115202834,"id":215,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/icons.js","layer":"rsc"},"startTime":1769502290982,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14943,"timestamp":115203084,"id":216,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/meta.js","layer":"rsc"},"startTime":1769502290982,"traceId":"45990b03006e527e"}]
10
+ [{"name":"minify-js","duration":343248,"timestamp":119502071,"id":939,"parentId":930,"tags":{"name":"673.js","cache":"MISS"},"startTime":1769502295281,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":460185,"timestamp":119467855,"id":935,"parentId":930,"tags":{"name":"../app/project/[id]/page.js","cache":"MISS"},"startTime":1769502295247,"traceId":"45990b03006e527e"},{"name":"minify-webpack-plugin-optimize","duration":505514,"timestamp":119422549,"id":930,"parentId":20,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1769502295201,"traceId":"45990b03006e527e"},{"name":"css-minimizer-plugin","duration":205,"timestamp":119928402,"id":943,"parentId":20,"tags":{},"startTime":1769502295707,"traceId":"45990b03006e527e"},{"name":"create-trace-assets","duration":2041,"timestamp":119928886,"id":944,"parentId":21,"tags":{},"startTime":1769502295708,"traceId":"45990b03006e527e"},{"name":"seal","duration":1141521,"timestamp":118801102,"id":917,"parentId":20,"tags":{},"startTime":1769502294580,"traceId":"45990b03006e527e"},{"name":"webpack-compilation","duration":6499235,"timestamp":113468163,"id":20,"parentId":17,"tags":{"name":"server"},"startTime":1769502289247,"traceId":"45990b03006e527e"},{"name":"emit","duration":7531,"timestamp":119968143,"id":945,"parentId":17,"tags":{},"startTime":1769502295747,"traceId":"45990b03006e527e"},{"name":"webpack-close","duration":526326,"timestamp":119977606,"id":946,"parentId":17,"tags":{"name":"server"},"startTime":1769502295756,"traceId":"45990b03006e527e"},{"name":"webpack-generate-error-stats","duration":2545,"timestamp":120504022,"id":947,"parentId":946,"tags":{},"startTime":1769502296283,"traceId":"45990b03006e527e"},{"name":"run-webpack-compiler","duration":7366397,"timestamp":113140458,"id":17,"parentId":16,"tags":{},"startTime":1769502288919,"traceId":"45990b03006e527e"},{"name":"format-webpack-messages","duration":88,"timestamp":120506862,"id":948,"parentId":16,"tags":{},"startTime":1769502296286,"traceId":"45990b03006e527e"},{"name":"worker-main-server","duration":7367231,"timestamp":113139911,"id":16,"parentId":1,"tags":{},"startTime":1769502288919,"traceId":"45990b03006e527e"},{"name":"create-entrypoints","duration":17160,"timestamp":121209974,"id":952,"parentId":950,"tags":{},"startTime":1769502296989,"traceId":"45990b03006e527e"},{"name":"generate-webpack-config","duration":99909,"timestamp":121227343,"id":953,"parentId":951,"tags":{},"startTime":1769502297006,"traceId":"45990b03006e527e"},{"name":"make","duration":858,"timestamp":121424386,"id":955,"parentId":954,"tags":{},"startTime":1769502297203,"traceId":"45990b03006e527e"},{"name":"chunk-graph","duration":652,"timestamp":121428451,"id":957,"parentId":956,"tags":{},"startTime":1769502297207,"traceId":"45990b03006e527e"},{"name":"optimize-modules","duration":43,"timestamp":121429254,"id":959,"parentId":956,"tags":{},"startTime":1769502297208,"traceId":"45990b03006e527e"},{"name":"optimize-chunks","duration":941,"timestamp":121429404,"id":960,"parentId":956,"tags":{},"startTime":1769502297208,"traceId":"45990b03006e527e"},{"name":"optimize-tree","duration":121,"timestamp":121430432,"id":961,"parentId":956,"tags":{},"startTime":1769502297209,"traceId":"45990b03006e527e"},{"name":"optimize-chunk-modules","duration":573,"timestamp":121430787,"id":962,"parentId":956,"tags":{},"startTime":1769502297210,"traceId":"45990b03006e527e"},{"name":"optimize","duration":2281,"timestamp":121429185,"id":958,"parentId":956,"tags":{},"startTime":1769502297208,"traceId":"45990b03006e527e"},{"name":"module-hash","duration":107,"timestamp":121432671,"id":963,"parentId":956,"tags":{},"startTime":1769502297211,"traceId":"45990b03006e527e"},{"name":"code-generation","duration":244,"timestamp":121432833,"id":964,"parentId":956,"tags":{},"startTime":1769502297212,"traceId":"45990b03006e527e"},{"name":"hash","duration":429,"timestamp":121433362,"id":965,"parentId":956,"tags":{},"startTime":1769502297212,"traceId":"45990b03006e527e"},{"name":"code-generation-jobs","duration":155,"timestamp":121433788,"id":966,"parentId":956,"tags":{},"startTime":1769502297213,"traceId":"45990b03006e527e"},{"name":"module-assets","duration":121,"timestamp":121433904,"id":967,"parentId":956,"tags":{},"startTime":1769502297213,"traceId":"45990b03006e527e"},{"name":"create-chunk-assets","duration":204,"timestamp":121434051,"id":968,"parentId":956,"tags":{},"startTime":1769502297213,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":1422,"timestamp":121443494,"id":970,"parentId":969,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1769502297222,"traceId":"45990b03006e527e"},{"name":"minify-webpack-plugin-optimize","duration":2772,"timestamp":121442160,"id":969,"parentId":954,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1769502297221,"traceId":"45990b03006e527e"},{"name":"css-minimizer-plugin","duration":151,"timestamp":121445087,"id":971,"parentId":954,"tags":{},"startTime":1769502297224,"traceId":"45990b03006e527e"},{"name":"seal","duration":22472,"timestamp":121427715,"id":956,"parentId":954,"tags":{},"startTime":1769502297207,"traceId":"45990b03006e527e"},{"name":"webpack-compilation","duration":34088,"timestamp":121416667,"id":954,"parentId":951,"tags":{"name":"edge-server"},"startTime":1769502297195,"traceId":"45990b03006e527e"},{"name":"emit","duration":3086,"timestamp":121451307,"id":972,"parentId":951,"tags":{},"startTime":1769502297230,"traceId":"45990b03006e527e"},{"name":"webpack-close","duration":11806,"timestamp":121455585,"id":973,"parentId":951,"tags":{"name":"edge-server"},"startTime":1769502297234,"traceId":"45990b03006e527e"},{"name":"webpack-generate-error-stats","duration":2699,"timestamp":121467449,"id":974,"parentId":973,"tags":{},"startTime":1769502297246,"traceId":"45990b03006e527e"},{"name":"run-webpack-compiler","duration":260315,"timestamp":121209966,"id":951,"parentId":950,"tags":{},"startTime":1769502296989,"traceId":"45990b03006e527e"},{"name":"format-webpack-messages","duration":81,"timestamp":121470289,"id":975,"parentId":950,"tags":{},"startTime":1769502297249,"traceId":"45990b03006e527e"},{"name":"worker-main-edge-server","duration":261021,"timestamp":121209483,"id":950,"parentId":1,"tags":{},"startTime":1769502296988,"traceId":"45990b03006e527e"},{"name":"create-entrypoints","duration":14253,"timestamp":122146849,"id":978,"parentId":976,"tags":{},"startTime":1769502297926,"traceId":"45990b03006e527e"},{"name":"generate-webpack-config","duration":98681,"timestamp":122161249,"id":979,"parentId":977,"tags":{},"startTime":1769502297940,"traceId":"45990b03006e527e"},{"name":"build-module","duration":10914,"timestamp":122400749,"id":993,"parentId":984,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%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%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%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%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1769502298180,"traceId":"45990b03006e527e"},{"name":"build-module","duration":1463,"timestamp":122411872,"id":994,"parentId":989,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fcomponents%2FDevErrorRecovery.tsx%22%2C%22ids%22%3A%5B%22DevErrorRecovery%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1769502298191,"traceId":"45990b03006e527e"},{"name":"build-module","duration":490,"timestamp":122413367,"id":995,"parentId":990,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1769502298192,"traceId":"45990b03006e527e"},{"name":"build-module","duration":424,"timestamp":122413890,"id":996,"parentId":991,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fproject%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1769502298193,"traceId":"45990b03006e527e"},{"name":"build-module","duration":409,"timestamp":122414342,"id":997,"parentId":992,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1769502298193,"traceId":"45990b03006e527e"},{"name":"next-client-pages-loader","duration":251,"timestamp":122415417,"id":999,"parentId":998,"tags":{"absolutePagePath":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/global-not-found.js"},"startTime":1769502298194,"traceId":"45990b03006e527e"},{"name":"build-module","duration":5753,"timestamp":122414782,"id":998,"parentId":985,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!","layer":"app-pages-browser"},"startTime":1769502298194,"traceId":"45990b03006e527e"},{"name":"next-client-pages-loader","duration":52,"timestamp":122421494,"id":1001,"parentId":1000,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1769502298200,"traceId":"45990b03006e527e"},{"name":"build-module","duration":1934,"timestamp":122420576,"id":1000,"parentId":986,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!","layer":"pages-dir-browser"},"startTime":1769502298199,"traceId":"45990b03006e527e"},{"name":"next-client-pages-loader","duration":88,"timestamp":122422697,"id":1003,"parentId":1002,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1769502298201,"traceId":"45990b03006e527e"},{"name":"build-module","duration":1239,"timestamp":122422597,"id":1002,"parentId":988,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!","layer":"pages-dir-browser"},"startTime":1769502298201,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16428,"timestamp":122445903,"id":1006,"parentId":983,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-next.js","layer":"app-pages-browser"},"startTime":1769502298225,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":21412,"timestamp":122443059,"id":1004,"parentId":982,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/next.js","layer":"pages-dir-browser"},"startTime":1769502298222,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":35175,"timestamp":122445672,"id":1005,"parentId":987,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/router.js","layer":"pages-dir-browser"},"startTime":1769502298224,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3241,"timestamp":122490116,"id":1007,"parentId":998,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/global-not-found.js","layer":"app-pages-browser"},"startTime":1769502298269,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6433,"timestamp":122497639,"id":1009,"parentId":993,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-segment.js","layer":"app-pages-browser"},"startTime":1769502298276,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10205,"timestamp":122497960,"id":1012,"parentId":993,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/global-error.js","layer":"app-pages-browser"},"startTime":1769502298277,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12970,"timestamp":122497461,"id":1008,"parentId":993,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1769502298276,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":22043,"timestamp":122498175,"id":1013,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1769502298277,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":25530,"timestamp":122498293,"id":1014,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1769502298277,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":28458,"timestamp":122498399,"id":1015,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1769502298277,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":30373,"timestamp":122498504,"id":1016,"parentId":1004,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/webpack.js","layer":"pages-dir-browser"},"startTime":1769502298277,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":40332,"timestamp":122497756,"id":1010,"parentId":993,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1769502298277,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":58370,"timestamp":122497863,"id":1011,"parentId":993,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1769502298277,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":73878,"timestamp":122498603,"id":1017,"parentId":1004,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/index.js","layer":"pages-dir-browser"},"startTime":1769502298277,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5215,"timestamp":122597581,"id":1018,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/with-router.js","layer":"pages-dir-browser"},"startTime":1769502298376,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6847,"timestamp":122617594,"id":1021,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"app-pages-browser"},"startTime":1769502298396,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17991,"timestamp":122612793,"id":1019,"parentId":993,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"app-pages-browser"},"startTime":1769502298392,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16734,"timestamp":122616022,"id":1020,"parentId":993,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"app-pages-browser"},"startTime":1769502298395,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1825,"timestamp":122667737,"id":1022,"parentId":1004,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"pages-dir-browser"},"startTime":1769502298447,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4642,"timestamp":122667832,"id":1023,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/is-error.js","layer":"pages-dir-browser"},"startTime":1769502298447,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12488,"timestamp":122667876,"id":1024,"parentId":993,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-components.js","layer":"app-pages-browser"},"startTime":1769502298447,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6533,"timestamp":122676434,"id":1025,"parentId":1000,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/pages/_app.js","layer":"pages-dir-browser"},"startTime":1769502298455,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12313,"timestamp":122676571,"id":1026,"parentId":1002,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/pages/_error.js","layer":"pages-dir-browser"},"startTime":1769502298455,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8905,"timestamp":122693161,"id":1028,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769502298472,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10810,"timestamp":122693272,"id":1029,"parentId":1007,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"app-pages-browser"},"startTime":1769502298472,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":28958,"timestamp":122693412,"id":1030,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1769502298472,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":33248,"timestamp":122693623,"id":1032,"parentId":994,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"app-pages-browser"},"startTime":1769502298472,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":32687,"timestamp":122694748,"id":1034,"parentId":1009,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/invariant-error.js","layer":"app-pages-browser"},"startTime":1769502298474,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":35568,"timestamp":122694628,"id":1033,"parentId":995,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"app-pages-browser"},"startTime":1769502298473,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":40762,"timestamp":122692889,"id":1027,"parentId":993,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"app-pages-browser"},"startTime":1769502298472,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":40491,"timestamp":122695063,"id":1036,"parentId":996,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"app-pages-browser"},"startTime":1769502298474,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":45341,"timestamp":122694807,"id":1035,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"app-pages-browser"},"startTime":1769502298474,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":85633,"timestamp":122693522,"id":1031,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/router.js","layer":"pages-dir-browser"},"startTime":1769502298472,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4310,"timestamp":122848174,"id":1037,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-globals.js","layer":"app-pages-browser"},"startTime":1769502298627,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6398,"timestamp":122848338,"id":1038,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-find-source-map-url.js","layer":"app-pages-browser"},"startTime":1769502298627,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7138,"timestamp":122848426,"id":1039,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1769502298627,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8234,"timestamp":122848605,"id":1041,"parentId":1015,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/set-attributes-from-props.js","layer":"app-pages-browser"},"startTime":1769502298627,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8626,"timestamp":122848693,"id":1042,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769502298627,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11037,"timestamp":122848808,"id":1043,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769502298628,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10090,"timestamp":122852778,"id":1045,"parentId":1014,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"app-pages-browser"},"startTime":1769502298632,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10835,"timestamp":122852868,"id":1046,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769502298632,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11562,"timestamp":122852942,"id":1047,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769502298632,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":531,"timestamp":122865395,"id":1049,"parentId":1016,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/deployment-id.js","layer":"pages-dir-browser"},"startTime":1769502298644,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2425,"timestamp":122865167,"id":1048,"parentId":1014,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/deployment-id.js","layer":"app-pages-browser"},"startTime":1769502298644,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":20539,"timestamp":122848515,"id":1040,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-build-id.js","layer":"app-pages-browser"},"startTime":1769502298627,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":22031,"timestamp":122852668,"id":1044,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-instance.js","layer":"app-pages-browser"},"startTime":1769502298631,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3711,"timestamp":122880468,"id":1050,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/handle-isr-error.js","layer":"app-pages-browser"},"startTime":1769502298659,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7556,"timestamp":122880582,"id":1051,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/head-manager.js","layer":"pages-dir-browser"},"startTime":1769502298659,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8454,"timestamp":122880691,"id":1053,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/route-announcer.js","layer":"pages-dir-browser"},"startTime":1769502298659,"traceId":"45990b03006e527e"}]
11
+ [{"name":"build-module-js","duration":9156,"timestamp":122880737,"id":1054,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/remove-base-path.js","layer":"pages-dir-browser"},"startTime":1769502298660,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9897,"timestamp":122880778,"id":1055,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/has-base-path.js","layer":"pages-dir-browser"},"startTime":1769502298660,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10385,"timestamp":122880819,"id":1056,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/mitt.js","layer":"pages-dir-browser"},"startTime":1769502298660,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10686,"timestamp":122880863,"id":1057,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/runtime-config.external.js","layer":"pages-dir-browser"},"startTime":1769502298660,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13108,"timestamp":122880942,"id":1059,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769502298660,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14128,"timestamp":122880980,"id":1060,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1769502298660,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14863,"timestamp":122881055,"id":1061,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1769502298660,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19994,"timestamp":122880903,"id":1058,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils.js","layer":"pages-dir-browser"},"startTime":1769502298660,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17274,"timestamp":122884369,"id":1062,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1769502298663,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17679,"timestamp":122884671,"id":1064,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1769502298663,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":24296,"timestamp":122880638,"id":1052,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/page-loader.js","layer":"pages-dir-browser"},"startTime":1769502298659,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":22492,"timestamp":122884548,"id":1063,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1769502298663,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":20875,"timestamp":122892314,"id":1065,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/use-action-queue.js","layer":"app-pages-browser"},"startTime":1769502298671,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":21811,"timestamp":122892410,"id":1066,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1769502298671,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":22296,"timestamp":122892536,"id":1068,"parentId":1009,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/request/params.browser.js","layer":"app-pages-browser"},"startTime":1769502298671,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":23925,"timestamp":122892479,"id":1067,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/bfcache.js","layer":"app-pages-browser"},"startTime":1769502298671,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":24624,"timestamp":122892599,"id":1069,"parentId":1008,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/request/search-params.browser.js","layer":"app-pages-browser"},"startTime":1769502298671,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1816,"timestamp":122930149,"id":1077,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"pages-dir-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1747,"timestamp":122930696,"id":1090,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-dom@19.2.3_react@19.2.3/node_modules/react-dom/client.js","layer":"pages-dir-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module","duration":755,"timestamp":122934425,"id":1091,"parentId":1021,"tags":{"layer":null},"startTime":1769502298713,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":647,"timestamp":122935304,"id":1093,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react@19.2.3/node_modules/react/jsx-runtime.js","layer":"pages-dir-browser"},"startTime":1769502298714,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3786,"timestamp":122935550,"id":1096,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react@19.2.3/node_modules/react/index.js","layer":"pages-dir-browser"},"startTime":1769502298714,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11683,"timestamp":122929573,"id":1070,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1769502298708,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15530,"timestamp":122929701,"id":1071,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/react-client-callbacks/error-boundary-callbacks.js","layer":"app-pages-browser"},"startTime":1769502298708,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16768,"timestamp":122929953,"id":1074,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":25005,"timestamp":122929890,"id":1073,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":25705,"timestamp":122930094,"id":1076,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":26460,"timestamp":122930179,"id":1078,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"pages-dir-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":37437,"timestamp":122929829,"id":1072,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"pages-dir-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":37910,"timestamp":122930266,"id":1080,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":48102,"timestamp":122930218,"id":1079,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":59291,"timestamp":122930036,"id":1075,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":65894,"timestamp":122930449,"id":1084,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":67664,"timestamp":122930310,"id":1081,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"pages-dir-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":69995,"timestamp":122930487,"id":1085,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":72027,"timestamp":122930406,"id":1083,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/adapters.js","layer":"pages-dir-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":88162,"timestamp":122930567,"id":1087,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/is-next-router-error.js","layer":"pages-dir-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":89101,"timestamp":122930609,"id":1088,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":86000,"timestamp":122935206,"id":1092,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/portal/index.js","layer":"pages-dir-browser"},"startTime":1769502298714,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":92068,"timestamp":122930656,"id":1089,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/tracing/tracer.js","layer":"pages-dir-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":97065,"timestamp":122930530,"id":1086,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/script.js","layer":"pages-dir-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":93956,"timestamp":122935460,"id":1095,"parentId":1019,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"app-pages-browser"},"startTime":1769502298714,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":100329,"timestamp":122930362,"id":1082,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":96531,"timestamp":122935364,"id":1094,"parentId":1019,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1769502298714,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2355,"timestamp":123074758,"id":1099,"parentId":1007,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1769502298854,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2014,"timestamp":123075760,"id":1101,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1769502298855,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2196,"timestamp":123075904,"id":1103,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1769502298855,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2468,"timestamp":123075952,"id":1104,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1769502298855,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3057,"timestamp":123075985,"id":1105,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1769502298855,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5795,"timestamp":123075535,"id":1100,"parentId":1037,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1769502298854,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5657,"timestamp":123076373,"id":1109,"parentId":1024,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-constants.js","layer":"app-pages-browser"},"startTime":1769502298855,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8341,"timestamp":123076040,"id":1106,"parentId":1023,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"pages-dir-browser"},"startTime":1769502298855,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9464,"timestamp":123076119,"id":1107,"parentId":1051,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/set-attributes-from-props.js","layer":"pages-dir-browser"},"startTime":1769502298855,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10297,"timestamp":123075810,"id":1102,"parentId":1019,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1769502298855,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2583,"timestamp":123091441,"id":1116,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"pages-dir-browser"},"startTime":1769502298870,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2326,"timestamp":123092042,"id":1117,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"pages-dir-browser"},"startTime":1769502298871,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9401,"timestamp":123090476,"id":1115,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1769502298869,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11740,"timestamp":123090143,"id":1112,"parentId":1063,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1769502298869,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12293,"timestamp":123090263,"id":1113,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1769502298869,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12868,"timestamp":123090373,"id":1114,"parentId":1029,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/styles/access-error-styles.js","layer":"app-pages-browser"},"startTime":1769502298869,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16817,"timestamp":123089273,"id":1110,"parentId":1026,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-browser"},"startTime":1769502298868,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1948,"timestamp":123118155,"id":1118,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1769502298897,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4921,"timestamp":123118321,"id":1119,"parentId":1070,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1769502298897,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9963,"timestamp":123118434,"id":1120,"parentId":1078,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"pages-dir-browser"},"startTime":1769502298897,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13332,"timestamp":123118490,"id":1121,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1769502298897,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14187,"timestamp":123118545,"id":1122,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/add-base-path.js","layer":"pages-dir-browser"},"startTime":1769502298897,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15050,"timestamp":123118589,"id":1123,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1769502298897,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16663,"timestamp":123118683,"id":1125,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1769502298897,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":76513,"timestamp":123118727,"id":1126,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1769502298898,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":78928,"timestamp":123118643,"id":1124,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"pages-dir-browser"},"startTime":1769502298897,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":67188,"timestamp":123136356,"id":1127,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1769502298915,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":68254,"timestamp":123136507,"id":1128,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"app-pages-browser"},"startTime":1769502298915,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":72868,"timestamp":123136593,"id":1129,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1769502298915,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":73796,"timestamp":123136820,"id":1132,"parentId":1087,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"pages-dir-browser"},"startTime":1769502298916,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":76113,"timestamp":123136747,"id":1131,"parentId":1087,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-error.js","layer":"pages-dir-browser"},"startTime":1769502298916,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":77248,"timestamp":123136670,"id":1130,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-error.js","layer":"app-pages-browser"},"startTime":1769502298915,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":84597,"timestamp":123136887,"id":1133,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/links.js","layer":"app-pages-browser"},"startTime":1769502298916,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11053,"timestamp":123233055,"id":1138,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1769502299012,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5345,"timestamp":123245458,"id":1144,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/errors/root-error-boundary.js","layer":"app-pages-browser"},"startTime":1769502299024,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":6344,"timestamp":123245561,"id":1145,"parentId":1033,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/Header.tsx","layer":"app-pages-browser"},"startTime":1769502299024,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":7908,"timestamp":123245753,"id":1146,"parentId":1033,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectList.tsx","layer":"app-pages-browser"},"startTime":1769502299025,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9365,"timestamp":123248311,"id":1148,"parentId":1119,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1769502299027,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":12519,"timestamp":123248097,"id":1147,"parentId":1033,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectModal.tsx","layer":"app-pages-browser"},"startTime":1769502299027,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12804,"timestamp":123248593,"id":1150,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"pages-dir-browser"},"startTime":1769502299027,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":17077,"timestamp":123248413,"id":1149,"parentId":1033,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useProjectStore.ts","layer":"app-pages-browser"},"startTime":1769502299027,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17275,"timestamp":123248706,"id":1151,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"pages-dir-browser"},"startTime":1769502299027,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":28670,"timestamp":123245312,"id":1143,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/route-loader.js","layer":"pages-dir-browser"},"startTime":1769502299024,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":33050,"timestamp":123248777,"id":1152,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"pages-dir-browser"},"startTime":1769502299028,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":746307,"timestamp":123076183,"id":1108,"parentId":1033,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/api/navigation.js","layer":"app-pages-browser"},"startTime":1769502298855,"traceId":"45990b03006e527e"},{"name":"postcss-process","duration":730707,"timestamp":123533973,"id":1153,"parentId":1142,"tags":{},"startTime":1769502299313,"traceId":"45990b03006e527e"},{"name":"postcss-loader","duration":1028480,"timestamp":123236335,"id":1142,"parentId":1139,"tags":{},"startTime":1769502299015,"traceId":"45990b03006e527e"},{"name":"css-loader","duration":50003,"timestamp":124265136,"id":1155,"parentId":1139,"tags":{"astUsed":"true"},"startTime":1769502300044,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":491513,"timestamp":123829259,"id":1154,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"pages-dir-browser"},"startTime":1769502299608,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8984,"timestamp":124324766,"id":1156,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-browser"},"startTime":1769502300104,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9374,"timestamp":124324928,"id":1157,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-browser"},"startTime":1769502300104,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9439,"timestamp":124325403,"id":1159,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/detect-domain-locale.js","layer":"pages-dir-browser"},"startTime":1769502300104,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9822,"timestamp":124325493,"id":1160,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"pages-dir-browser"},"startTime":1769502300104,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10338,"timestamp":124325598,"id":1161,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/add-locale.js","layer":"pages-dir-browser"},"startTime":1769502300104,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":11191,"timestamp":124325684,"id":1162,"parentId":1036,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/button.tsx","layer":"app-pages-browser"},"startTime":1769502300104,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":11658,"timestamp":124325875,"id":1163,"parentId":1035,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/input.tsx","layer":"app-pages-browser"},"startTime":1769502300105,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":13396,"timestamp":124326102,"id":1164,"parentId":1035,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/api.ts","layer":"app-pages-browser"},"startTime":1769502300105,"traceId":"45990b03006e527e"}]
12
+ [{"name":"build-module-tsx","duration":19989,"timestamp":124325073,"id":1158,"parentId":1036,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/workspace/WorkspaceLayout.tsx","layer":"app-pages-browser"},"startTime":1769502300104,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1881,"timestamp":124371467,"id":1168,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/is-api-route.js","layer":"pages-dir-browser"},"startTime":1769502300150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6930,"timestamp":124371722,"id":1172,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/constants.js","layer":"pages-dir-browser"},"startTime":1769502300151,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11128,"timestamp":124371121,"id":1165,"parentId":1143,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"pages-dir-browser"},"startTime":1769502300150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12059,"timestamp":124371272,"id":1166,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/remove-locale.js","layer":"pages-dir-browser"},"startTime":1769502300150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13413,"timestamp":124371517,"id":1169,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1769502300150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16008,"timestamp":124371389,"id":1167,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/resolve-href.js","layer":"pages-dir-browser"},"startTime":1769502300150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19583,"timestamp":124371586,"id":1170,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1769502300150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":20290,"timestamp":124371659,"id":1171,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":"pages-dir-browser"},"startTime":1769502300150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":21741,"timestamp":124371834,"id":1174,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"pages-dir-browser"},"startTime":1769502300151,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13170,"timestamp":124380909,"id":1175,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"pages-dir-browser"},"startTime":1769502300160,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14329,"timestamp":124381065,"id":1176,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"pages-dir-browser"},"startTime":1769502300160,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":25966,"timestamp":124371765,"id":1173,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/bloom-filter.js","layer":"pages-dir-browser"},"startTime":1769502300151,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4711,"timestamp":124409161,"id":1177,"parentId":1044,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-thenable.js","layer":"app-pages-browser"},"startTime":1769502300188,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5815,"timestamp":124409430,"id":1179,"parentId":1044,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1769502300188,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10007,"timestamp":124409328,"id":1178,"parentId":1044,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/segment-cache.js","layer":"app-pages-browser"},"startTime":1769502300188,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10884,"timestamp":124409722,"id":1181,"parentId":1044,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"app-pages-browser"},"startTime":1769502300189,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13007,"timestamp":124409805,"id":1182,"parentId":1055,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-browser"},"startTime":1769502300189,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":17072,"timestamp":124409527,"id":1180,"parentId":1033,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/index.ts","layer":"app-pages-browser"},"startTime":1769502300188,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15053,"timestamp":124412246,"id":1183,"parentId":1061,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1769502300191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15394,"timestamp":124412450,"id":1185,"parentId":1052,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":"pages-dir-browser"},"startTime":1769502300191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16105,"timestamp":124412361,"id":1184,"parentId":1059,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-config.js","layer":"pages-dir-browser"},"startTime":1769502300191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17567,"timestamp":124412600,"id":1187,"parentId":1066,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1769502300191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":21565,"timestamp":124412525,"id":1186,"parentId":1052,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/constants.js","layer":"pages-dir-browser"},"startTime":1769502300191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5174,"timestamp":124463502,"id":1188,"parentId":1068,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/request/params.browser.prod.js","layer":"app-pages-browser"},"startTime":1769502300242,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9202,"timestamp":124463640,"id":1189,"parentId":1069,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/request/search-params.browser.prod.js","layer":"app-pages-browser"},"startTime":1769502300242,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9749,"timestamp":124463706,"id":1190,"parentId":1070,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"app-pages-browser"},"startTime":1769502300242,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10308,"timestamp":124463768,"id":1191,"parentId":1072,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"pages-dir-browser"},"startTime":1769502300243,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11760,"timestamp":124463922,"id":1194,"parentId":1073,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1769502300243,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13685,"timestamp":124463865,"id":1193,"parentId":1073,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"app-pages-browser"},"startTime":1769502300243,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":21981,"timestamp":124463814,"id":1192,"parentId":1073,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"app-pages-browser"},"startTime":1769502300243,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":25527,"timestamp":124463981,"id":1195,"parentId":1076,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1769502300243,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":26673,"timestamp":124464063,"id":1196,"parentId":1075,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1769502300243,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":33555,"timestamp":124464169,"id":1198,"parentId":1080,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-browser"},"startTime":1769502300243,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":35341,"timestamp":124464122,"id":1197,"parentId":1073,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"app-pages-browser"},"startTime":1769502300243,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":43944,"timestamp":124468896,"id":1199,"parentId":1088,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"app-pages-browser"},"startTime":1769502300248,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7363,"timestamp":124507685,"id":1200,"parentId":1183,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1769502300286,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7060,"timestamp":124525070,"id":1201,"parentId":1198,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-browser"},"startTime":1769502300304,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9084,"timestamp":124525238,"id":1202,"parentId":1075,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/route-params.js","layer":"app-pages-browser"},"startTime":1769502300304,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9944,"timestamp":124525365,"id":1203,"parentId":1086,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/request-idle-callback.js","layer":"pages-dir-browser"},"startTime":1769502300304,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10225,"timestamp":124525459,"id":1204,"parentId":1083,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":"pages-dir-browser"},"startTime":1769502300304,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":999,"timestamp":124536740,"id":1209,"parentId":1093,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react@19.2.3/node_modules/react/cjs/react-jsx-runtime.production.js","layer":"pages-dir-browser"},"startTime":1769502300316,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14203,"timestamp":124525551,"id":1205,"parentId":1082,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1769502300304,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16438,"timestamp":124525645,"id":1206,"parentId":1075,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1769502300304,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6234,"timestamp":124536492,"id":1207,"parentId":1070,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1769502300315,"traceId":"45990b03006e527e"},{"name":"font-loader","duration":1308906,"timestamp":123234679,"id":1141,"parentId":1140,"tags":{},"startTime":1769502299013,"traceId":"45990b03006e527e"},{"name":"postcss","duration":1707,"timestamp":124543956,"id":1211,"parentId":1140,"tags":{},"startTime":1769502300323,"traceId":"45990b03006e527e"},{"name":"next-font-loader","duration":1311103,"timestamp":123234643,"id":1140,"parentId":1137,"tags":{},"startTime":1769502299013,"traceId":"45990b03006e527e"},{"name":"css-loader","duration":15424,"timestamp":124545702,"id":1212,"parentId":1137,"tags":{"astUsed":"true"},"startTime":1769502300324,"traceId":"45990b03006e527e"},{"name":"build-module","duration":1328945,"timestamp":123232857,"id":1137,"parentId":1098,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":null},"startTime":1769502299012,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15783,"timestamp":124566576,"id":1213,"parentId":1096,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react@19.2.3/node_modules/react/cjs/react.production.js","layer":"pages-dir-browser"},"startTime":1769502300345,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":47246,"timestamp":124536637,"id":1208,"parentId":1072,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"pages-dir-browser"},"startTime":1769502300315,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4631,"timestamp":124588038,"id":1214,"parentId":1201,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment.js","layer":"pages-dir-browser"},"startTime":1769502300367,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5141,"timestamp":124588190,"id":1215,"parentId":1201,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-browser"},"startTime":1769502300367,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":785,"timestamp":124598496,"id":1217,"parentId":1099,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.production.js","layer":"app-pages-browser"},"startTime":1769502300377,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7703,"timestamp":124598571,"id":1218,"parentId":1104,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react/cjs/react.production.js","layer":"app-pages-browser"},"startTime":1769502300377,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10419,"timestamp":124598615,"id":1219,"parentId":1105,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1769502300377,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":2261985,"timestamp":122359537,"id":985,"parentId":981,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1769502298138,"traceId":"45990b03006e527e"},{"name":"font-loader","duration":1453973,"timestamp":123173661,"id":1136,"parentId":1135,"tags":{},"startTime":1769502298952,"traceId":"45990b03006e527e"},{"name":"postcss","duration":850,"timestamp":124627705,"id":1220,"parentId":1135,"tags":{},"startTime":1769502300407,"traceId":"45990b03006e527e"},{"name":"next-font-loader","duration":1489173,"timestamp":123139458,"id":1135,"parentId":1134,"tags":{},"startTime":1769502298918,"traceId":"45990b03006e527e"},{"name":"css-loader","duration":3661,"timestamp":124628600,"id":1221,"parentId":1134,"tags":{"astUsed":"true"},"startTime":1769502300407,"traceId":"45990b03006e527e"},{"name":"build-module","duration":1495694,"timestamp":123136971,"id":1134,"parentId":1097,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":null},"startTime":1769502298916,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":168798,"timestamp":124632880,"id":1222,"parentId":1090,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-dom@19.2.3_react@19.2.3/node_modules/react-dom/cjs/react-dom-client.production.js","layer":"pages-dir-browser"},"startTime":1769502300412,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":278421,"timestamp":124632959,"id":1223,"parentId":1101,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.production.js","layer":"app-pages-browser"},"startTime":1769502300412,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":295860,"timestamp":124632991,"id":1224,"parentId":1103,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js","layer":"app-pages-browser"},"startTime":1769502300412,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8260,"timestamp":124930510,"id":1225,"parentId":1110,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-browser"},"startTime":1769502300709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8532,"timestamp":124930656,"id":1226,"parentId":1110,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769502300709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8822,"timestamp":124930737,"id":1227,"parentId":1110,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-mode.js","layer":"pages-dir-browser"},"startTime":1769502300710,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8997,"timestamp":124930902,"id":1229,"parentId":1122,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-browser"},"startTime":1769502300710,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9782,"timestamp":124930965,"id":1230,"parentId":1121,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1769502300710,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16188,"timestamp":124931189,"id":1231,"parentId":1122,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1769502300710,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17007,"timestamp":124931274,"id":1232,"parentId":1123,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"app-pages-browser"},"startTime":1769502300710,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17728,"timestamp":124931358,"id":1233,"parentId":1124,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"pages-dir-browser"},"startTime":1769502300710,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19151,"timestamp":124931437,"id":1234,"parentId":1083,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-browser"},"startTime":1769502300710,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":20142,"timestamp":124930818,"id":1228,"parentId":1121,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1769502300710,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":671,"timestamp":124958185,"id":1238,"parentId":1086,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-dom@19.2.3_react@19.2.3/node_modules/react-dom/index.js","layer":"pages-dir-browser"},"startTime":1769502300737,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3811,"timestamp":124957757,"id":1235,"parentId":1230,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1769502300737,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4152,"timestamp":124957949,"id":1236,"parentId":1129,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1769502300737,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4346,"timestamp":124958093,"id":1237,"parentId":1131,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-status-code.js","layer":"pages-dir-browser"},"startTime":1769502300737,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":2791,"timestamp":124962744,"id":1240,"parentId":1145,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/LanguageSwitcher.tsx","layer":"app-pages-browser"},"startTime":1769502300742,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4237,"timestamp":124962644,"id":1239,"parentId":1144,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js","layer":"app-pages-browser"},"startTime":1769502300741,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5727,"timestamp":124962896,"id":1241,"parentId":1151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js","layer":"pages-dir-browser"},"startTime":1769502300742,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6072,"timestamp":124963089,"id":1243,"parentId":1143,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/trusted-types.js","layer":"pages-dir-browser"},"startTime":1769502300742,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":7465,"timestamp":124963153,"id":1244,"parentId":1146,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectCard.tsx","layer":"app-pages-browser"},"startTime":1769502300742,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":9749,"timestamp":124962956,"id":1242,"parentId":1146,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectCard.tsx","layer":"app-pages-browser"},"startTime":1769502300742,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3537,"timestamp":124974134,"id":1245,"parentId":1152,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"pages-dir-browser"},"startTime":1769502300753,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4640,"timestamp":124974245,"id":1246,"parentId":1152,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js","layer":"pages-dir-browser"},"startTime":1769502300753,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1837,"timestamp":124979894,"id":1247,"parentId":1156,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"pages-dir-browser"},"startTime":1769502300759,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":3118,"timestamp":124987971,"id":1248,"parentId":1147,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/dialog.tsx","layer":"app-pages-browser"},"startTime":1769502300767,"traceId":"45990b03006e527e"},{"name":"build-module-css","duration":1758610,"timestamp":123233176,"id":1139,"parentId":1111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/globals.css.webpack[javascript/auto]!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/globals.css","layer":null},"startTime":1769502299012,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4336,"timestamp":124989582,"id":1250,"parentId":1170,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"pages-dir-browser"},"startTime":1769502300768,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4816,"timestamp":124989472,"id":1249,"parentId":1169,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-browser"},"startTime":1769502300768,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":458560,"timestamp":124536798,"id":1210,"parentId":1145,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/api/image.js","layer":"app-pages-browser"},"startTime":1769502300316,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3321,"timestamp":124996220,"id":1252,"parentId":1170,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"pages-dir-browser"},"startTime":1769502300775,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":4797,"timestamp":124996043,"id":1251,"parentId":1244,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/card.tsx","layer":"app-pages-browser"},"startTime":1769502300775,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6855,"timestamp":124996345,"id":1254,"parentId":1179,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1769502300775,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7729,"timestamp":124996399,"id":1255,"parentId":1179,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1769502300775,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11975,"timestamp":124996286,"id":1253,"parentId":1179,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1769502300775,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13297,"timestamp":124996538,"id":1256,"parentId":1179,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1769502300775,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13467,"timestamp":124997862,"id":1257,"parentId":1181,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/promise-queue.js","layer":"app-pages-browser"},"startTime":1769502300777,"traceId":"45990b03006e527e"}]
13
+ [{"name":"build-module-js","duration":15737,"timestamp":124997976,"id":1258,"parentId":1179,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1769502300777,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11756,"timestamp":125030695,"id":1266,"parentId":1187,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1769502300809,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13898,"timestamp":125029878,"id":1259,"parentId":1179,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1769502300809,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":47831,"timestamp":125056942,"id":1267,"parentId":1187,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769502300836,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":47869,"timestamp":125057400,"id":1268,"parentId":1187,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unrecognized-action-error.js","layer":"app-pages-browser"},"startTime":1769502300836,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":47984,"timestamp":125057537,"id":1269,"parentId":1186,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-browser"},"startTime":1769502300836,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":48344,"timestamp":125057628,"id":1270,"parentId":1187,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"app-pages-browser"},"startTime":1769502300836,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":81962,"timestamp":125030294,"id":1262,"parentId":1145,"tags":{"name":"__barrel_optimize__?names=ArrowLeft,Settings!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502300809,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":82615,"timestamp":125030195,"id":1261,"parentId":1035,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Check,Database,FolderOpen,Loader2,RefreshCw!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502300809,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":82878,"timestamp":125030394,"id":1263,"parentId":1158,"tags":{"name":"__barrel_optimize__?names=Database,Eye,FlaskConical,FolderTree,GitBranch,Settings2,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502300809,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":83496,"timestamp":125030071,"id":1260,"parentId":1036,"tags":{"name":"__barrel_optimize__?names=AlertCircle!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502300809,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":83871,"timestamp":125030488,"id":1264,"parentId":1244,"tags":{"name":"__barrel_optimize__?names=Plus,Sparkles!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502300809,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":12152,"timestamp":125102664,"id":1271,"parentId":1162,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/utils.ts","layer":"app-pages-browser"},"startTime":1769502300881,"traceId":"45990b03006e527e"},{"name":"build-module-json","duration":1142,"timestamp":125116573,"id":1272,"parentId":1180,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/ko.json","layer":"app-pages-browser"},"startTime":1769502300895,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":521725,"timestamp":124597238,"id":1216,"parentId":1145,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-dir/link.js","layer":"app-pages-browser"},"startTime":1769502300376,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":88965,"timestamp":125030597,"id":1265,"parentId":1242,"tags":{"name":"__barrel_optimize__?names=Code,Database,Globe,Server,Smartphone,Trash2,Zap!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502300809,"traceId":"45990b03006e527e"},{"name":"build-module-json","duration":849,"timestamp":125127453,"id":1273,"parentId":1180,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/en.json","layer":"app-pages-browser"},"startTime":1769502300906,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4951,"timestamp":125127535,"id":1274,"parentId":1188,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"app-pages-browser"},"startTime":1769502300906,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5686,"timestamp":125127679,"id":1275,"parentId":1197,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"app-pages-browser"},"startTime":1769502300906,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":8951,"timestamp":125127789,"id":1276,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ChatPanel.tsx","layer":"app-pages-browser"},"startTime":1769502300907,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":15218,"timestamp":125127956,"id":1277,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/PreviewPanel.tsx","layer":"app-pages-browser"},"startTime":1769502300907,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9155,"timestamp":125134385,"id":1280,"parentId":1216,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"app-pages-browser"},"startTime":1769502300913,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13515,"timestamp":125134267,"id":1279,"parentId":1216,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"app-pages-browser"},"startTime":1769502300913,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16155,"timestamp":125133987,"id":1278,"parentId":1216,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils.js","layer":"app-pages-browser"},"startTime":1769502300913,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":4093,"timestamp":125165268,"id":1283,"parentId":1149,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/index.mjs","layer":"app-pages-browser"},"startTime":1769502300944,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":10560,"timestamp":125165128,"id":1282,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileViewer.tsx","layer":"app-pages-browser"},"startTime":1769502300944,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":14490,"timestamp":125164899,"id":1281,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileExplorer.tsx","layer":"app-pages-browser"},"startTime":1769502300944,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":26359,"timestamp":125165385,"id":1284,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/database/DatabasePanel.tsx","layer":"app-pages-browser"},"startTime":1769502300944,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":29804,"timestamp":125165509,"id":1285,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/testing/TestRunner.tsx","layer":"app-pages-browser"},"startTime":1769502300944,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1188,"timestamp":125223210,"id":1297,"parentId":1137,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1769502301002,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":18645,"timestamp":125221687,"id":1287,"parentId":1180,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/middleware.mjs","layer":"app-pages-browser"},"startTime":1769502301000,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":29292,"timestamp":125222046,"id":1289,"parentId":1279,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"app-pages-browser"},"startTime":1769502301001,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":29664,"timestamp":125222272,"id":1291,"parentId":1206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1769502301001,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":30377,"timestamp":125222572,"id":1293,"parentId":1276,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageList.tsx","layer":"app-pages-browser"},"startTime":1769502301001,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":40348,"timestamp":125221388,"id":1286,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/checkpoint/CheckpointPanel.tsx","layer":"app-pages-browser"},"startTime":1769502301000,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":44264,"timestamp":125222370,"id":1292,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/env/EnvPanel.tsx","layer":"app-pages-browser"},"startTime":1769502301001,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":45628,"timestamp":125223265,"id":1298,"parentId":1202,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"app-pages-browser"},"startTime":1769502301002,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":49337,"timestamp":125222769,"id":1294,"parentId":1276,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageInput.tsx","layer":"app-pages-browser"},"startTime":1769502301002,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":50485,"timestamp":125221905,"id":1288,"parentId":1276,"tags":{"name":"__barrel_optimize__?names=MessageSquarePlus!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301001,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":50782,"timestamp":125222161,"id":1290,"parentId":1277,"tags":{"name":"__barrel_optimize__?names=ExternalLink,Loader2,Monitor,Package,Play,RefreshCw,RotateCcw,Smartphone,Square,Tablet,Terminal,Zap!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301001,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":50229,"timestamp":125223106,"id":1296,"parentId":1281,"tags":{"name":"__barrel_optimize__?names=ChevronDown,ChevronRight,File,Folder,FolderOpen,RefreshCw!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301002,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":50636,"timestamp":125222963,"id":1295,"parentId":1282,"tags":{"name":"__barrel_optimize__?names=Check,Copy,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301002,"traceId":"45990b03006e527e"},{"name":"build-module","duration":2214375,"timestamp":123074479,"id":1098,"parentId":994,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"app-pages-browser"},"startTime":1769502298853,"traceId":"45990b03006e527e"},{"name":"build-module","duration":2219306,"timestamp":123070750,"id":1097,"parentId":994,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"app-pages-browser"},"startTime":1769502298850,"traceId":"45990b03006e527e"},{"name":"build-module-css","duration":2207779,"timestamp":123089441,"id":1111,"parentId":994,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/globals.css","layer":"app-pages-browser"},"startTime":1769502298868,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6749,"timestamp":125319745,"id":1299,"parentId":1284,"tags":{"name":"__barrel_optimize__?names=AlertCircle,ChevronLeft,ChevronRight,Database,Play,RefreshCw,Table,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301099,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":9213,"timestamp":125320153,"id":1301,"parentId":1277,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ErrorOverlay.tsx","layer":"app-pages-browser"},"startTime":1769502301099,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":11551,"timestamp":125319921,"id":1300,"parentId":1277,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ConsoleViewer.tsx","layer":"app-pages-browser"},"startTime":1769502301099,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4322,"timestamp":125335564,"id":1306,"parentId":1238,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-dom@19.2.3_react@19.2.3/node_modules/react-dom/cjs/react-dom.production.js","layer":"pages-dir-browser"},"startTime":1769502301114,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9430,"timestamp":125335614,"id":1307,"parentId":1241,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/route-pattern-normalizer.js","layer":"pages-dir-browser"},"startTime":1769502301114,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":17235,"timestamp":125335171,"id":1303,"parentId":1162,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301114,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":21433,"timestamp":125335840,"id":1310,"parentId":1147,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/index.ts","layer":"app-pages-browser"},"startTime":1769502301115,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":24144,"timestamp":125336035,"id":1311,"parentId":1293,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageItem.tsx","layer":"app-pages-browser"},"startTime":1769502301115,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":28364,"timestamp":125335458,"id":1305,"parentId":1234,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-browser"},"startTime":1769502301114,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":31500,"timestamp":125336270,"id":1312,"parentId":1293,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/StreamingMessage.tsx","layer":"app-pages-browser"},"startTime":1769502301115,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":33281,"timestamp":125334984,"id":1302,"parentId":1285,"tags":{"name":"__barrel_optimize__?names=AlertCircle,CheckCircle,Clock,FlaskConical,Play,Plus,RefreshCw,Trash2,XCircle!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301114,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":33161,"timestamp":125335355,"id":1304,"parentId":1294,"tags":{"name":"__barrel_optimize__?names=Paperclip,Send!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301114,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":33266,"timestamp":125335661,"id":1308,"parentId":1286,"tags":{"name":"__barrel_optimize__?names=AlertCircle,ChevronDown,ChevronRight,Clock,FileText,GitBranch,Plus,RefreshCw,RotateCcw!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301114,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":33645,"timestamp":125335751,"id":1309,"parentId":1292,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Eye,EyeOff,FileText,Plus,RefreshCw,Save,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301115,"traceId":"45990b03006e527e"},{"name":"build-module","duration":196,"timestamp":125389543,"id":1319,"parentId":1098,"tags":{},"startTime":1769502301168,"traceId":"45990b03006e527e"},{"name":"build-module","duration":40,"timestamp":125389760,"id":1320,"parentId":1097,"tags":{},"startTime":1769502301169,"traceId":"45990b03006e527e"},{"name":"build-module","duration":37,"timestamp":125389812,"id":1321,"parentId":1111,"tags":{},"startTime":1769502301169,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1870,"timestamp":125389231,"id":1317,"parentId":1222,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/index.js","layer":"pages-dir-browser"},"startTime":1769502301168,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3463,"timestamp":125389291,"id":1318,"parentId":1223,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1769502301168,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":6881,"timestamp":125388605,"id":1314,"parentId":1294,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ModeToggle.tsx","layer":"app-pages-browser"},"startTime":1769502301167,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":14890,"timestamp":125388808,"id":1315,"parentId":1294,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/FilePreview.tsx","layer":"app-pages-browser"},"startTime":1769502301168,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":15820,"timestamp":125389025,"id":1316,"parentId":1294,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/QueuePreview.tsx","layer":"app-pages-browser"},"startTime":1769502301168,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15783,"timestamp":125389862,"id":1322,"parentId":1258,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/assign-location.js","layer":"app-pages-browser"},"startTime":1769502301169,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16449,"timestamp":125390108,"id":1324,"parentId":1254,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"app-pages-browser"},"startTime":1769502301169,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18096,"timestamp":125389981,"id":1323,"parentId":1254,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"app-pages-browser"},"startTime":1769502301169,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":20474,"timestamp":125388413,"id":1313,"parentId":1210,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-external.js","layer":"app-pages-browser"},"startTime":1769502301167,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19226,"timestamp":125390453,"id":1327,"parentId":1253,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"app-pages-browser"},"startTime":1769502301169,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":20132,"timestamp":125390560,"id":1328,"parentId":1253,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"app-pages-browser"},"startTime":1769502301169,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":20550,"timestamp":125390640,"id":1329,"parentId":1301,"tags":{"name":"__barrel_optimize__?names=Check,Copy,ExternalLink,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301169,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":22398,"timestamp":125390210,"id":1325,"parentId":1254,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"app-pages-browser"},"startTime":1769502301169,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":29577,"timestamp":125390355,"id":1326,"parentId":1255,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1769502301169,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":24422,"timestamp":125396848,"id":1331,"parentId":1253,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js","layer":"app-pages-browser"},"startTime":1769502301176,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":24767,"timestamp":125397218,"id":1333,"parentId":1256,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"app-pages-browser"},"startTime":1769502301176,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5574,"timestamp":125429452,"id":1341,"parentId":1241,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/path-to-regexp/index.js","layer":"pages-dir-browser"},"startTime":1769502301208,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":43652,"timestamp":125397537,"id":1336,"parentId":1258,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/server-reference-info.js","layer":"app-pages-browser"},"startTime":1769502301176,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":46516,"timestamp":125397087,"id":1332,"parentId":1253,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/aliased-prefetch-navigations.js","layer":"app-pages-browser"},"startTime":1769502301176,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":46687,"timestamp":125397631,"id":1337,"parentId":1266,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1769502301176,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":47554,"timestamp":125397746,"id":1338,"parentId":1266,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/forbidden.js","layer":"app-pages-browser"},"startTime":1769502301177,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":48986,"timestamp":125396680,"id":1330,"parentId":1300,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Download,Terminal,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301175,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":48834,"timestamp":125397324,"id":1334,"parentId":1311,"tags":{"name":"__barrel_optimize__?names=Bot,CheckCircle2,Edit3,FileText,FolderSearch,Globe,ListTodo,Search,Terminal!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301176,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":49308,"timestamp":125397426,"id":1335,"parentId":1312,"tags":{"name":"__barrel_optimize__?names=Bot,CheckCircle2,ChevronDown,ChevronUp,Edit3,FileText,FolderSearch,Globe,ListTodo,Loader2,Search,Terminal!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301176,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18843,"timestamp":125429233,"id":1339,"parentId":1266,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unauthorized.js","layer":"app-pages-browser"},"startTime":1769502301208,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19241,"timestamp":125429373,"id":1340,"parentId":1266,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"app-pages-browser"},"startTime":1769502301208,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":26841,"timestamp":125429489,"id":1342,"parentId":1216,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/use-merged-ref.js","layer":"app-pages-browser"},"startTime":1769502301208,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4524,"timestamp":125462863,"id":1343,"parentId":1216,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/error-once.js","layer":"app-pages-browser"},"startTime":1769502301242,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6759,"timestamp":125463068,"id":1344,"parentId":1275,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"app-pages-browser"},"startTime":1769502301242,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8263,"timestamp":125463622,"id":1347,"parentId":1262,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/arrow-left.js","layer":"app-pages-browser"},"startTime":1769502301242,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6515,"timestamp":125465733,"id":1348,"parentId":1262,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/settings.js","layer":"app-pages-browser"},"startTime":1769502301245,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6550,"timestamp":125465980,"id":1349,"parentId":1261,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"app-pages-browser"},"startTime":1769502301245,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6749,"timestamp":125466113,"id":1350,"parentId":1261,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/database.js","layer":"app-pages-browser"},"startTime":1769502301245,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":11768,"timestamp":125463205,"id":1345,"parentId":1311,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MarkdownRenderer.tsx","layer":"app-pages-browser"},"startTime":1769502301242,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9116,"timestamp":125466214,"id":1351,"parentId":1261,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/check.js","layer":"app-pages-browser"},"startTime":1769502301245,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":13517,"timestamp":125463417,"id":1346,"parentId":1312,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/AskUserQuestionBlock.tsx","layer":"app-pages-browser"},"startTime":1769502301242,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9740,"timestamp":125470698,"id":1352,"parentId":1261,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder-open.js","layer":"app-pages-browser"},"startTime":1769502301249,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3454,"timestamp":125484453,"id":1353,"parentId":1261,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/loader-circle.js","layer":"app-pages-browser"},"startTime":1769502301263,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4910,"timestamp":125488168,"id":1354,"parentId":1261,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/refresh-cw.js","layer":"app-pages-browser"},"startTime":1769502301267,"traceId":"45990b03006e527e"}]
14
+ [{"name":"build-module-js","duration":5116,"timestamp":125488297,"id":1355,"parentId":1263,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/eye.js","layer":"app-pages-browser"},"startTime":1769502301267,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5166,"timestamp":125488541,"id":1359,"parentId":1263,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/flask-conical.js","layer":"app-pages-browser"},"startTime":1769502301267,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6796,"timestamp":125488368,"id":1356,"parentId":1314,"tags":{"name":"__barrel_optimize__?names=Hammer,MessageCircleQuestion!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301267,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6999,"timestamp":125488489,"id":1358,"parentId":1316,"tags":{"name":"__barrel_optimize__?names=ChevronDown,ChevronUp,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301267,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7329,"timestamp":125488428,"id":1357,"parentId":1315,"tags":{"name":"__barrel_optimize__?names=FileText,Loader2,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301267,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4550,"timestamp":125493912,"id":1360,"parentId":1263,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder-tree.js","layer":"app-pages-browser"},"startTime":1769502301273,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4734,"timestamp":125494056,"id":1361,"parentId":1263,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/git-branch.js","layer":"app-pages-browser"},"startTime":1769502301273,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4938,"timestamp":125494134,"id":1362,"parentId":1263,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/settings-2.js","layer":"app-pages-browser"},"startTime":1769502301273,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5101,"timestamp":125494188,"id":1363,"parentId":1263,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/x.js","layer":"app-pages-browser"},"startTime":1769502301273,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5325,"timestamp":125494240,"id":1364,"parentId":1264,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/plus.js","layer":"app-pages-browser"},"startTime":1769502301273,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5779,"timestamp":125494296,"id":1365,"parentId":1264,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/sparkles.js","layer":"app-pages-browser"},"startTime":1769502301273,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":3316,"timestamp":125505330,"id":1372,"parentId":1283,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/vanilla.mjs","layer":"app-pages-browser"},"startTime":1769502301284,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":4723,"timestamp":125505491,"id":1373,"parentId":1283,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/react.mjs","layer":"app-pages-browser"},"startTime":1769502301284,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9807,"timestamp":125501564,"id":1366,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/code.js","layer":"app-pages-browser"},"startTime":1769502301280,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9898,"timestamp":125501733,"id":1367,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/globe.js","layer":"app-pages-browser"},"startTime":1769502301281,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10036,"timestamp":125501848,"id":1368,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/server.js","layer":"app-pages-browser"},"startTime":1769502301281,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10188,"timestamp":125501955,"id":1369,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/smartphone.js","layer":"app-pages-browser"},"startTime":1769502301281,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7844,"timestamp":125505090,"id":1370,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/trash-2.js","layer":"app-pages-browser"},"startTime":1769502301284,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7962,"timestamp":125505223,"id":1371,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/zap.js","layer":"app-pages-browser"},"startTime":1769502301284,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7579,"timestamp":125505841,"id":1376,"parentId":1288,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/message-square-plus.js","layer":"app-pages-browser"},"startTime":1769502301285,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7707,"timestamp":125505937,"id":1377,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/external-link.js","layer":"app-pages-browser"},"startTime":1769502301285,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7834,"timestamp":125506059,"id":1378,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/monitor.js","layer":"app-pages-browser"},"startTime":1769502301285,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7988,"timestamp":125506153,"id":1379,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/package.js","layer":"app-pages-browser"},"startTime":1769502301285,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8806,"timestamp":125505755,"id":1375,"parentId":1291,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1769502301285,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12342,"timestamp":125505652,"id":1374,"parentId":1346,"tags":{"name":"__barrel_optimize__?names=Check,MessageCircleQuestion!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301284,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4119,"timestamp":125515292,"id":1380,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/play.js","layer":"app-pages-browser"},"startTime":1769502301294,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4332,"timestamp":125515414,"id":1381,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/rotate-ccw.js","layer":"app-pages-browser"},"startTime":1769502301294,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4608,"timestamp":125515483,"id":1382,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/square.js","layer":"app-pages-browser"},"startTime":1769502301294,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4874,"timestamp":125515546,"id":1383,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/tablet.js","layer":"app-pages-browser"},"startTime":1769502301294,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5080,"timestamp":125515654,"id":1385,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/terminal.js","layer":"app-pages-browser"},"startTime":1769502301294,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5450,"timestamp":125515601,"id":1384,"parentId":1296,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"app-pages-browser"},"startTime":1769502301294,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5762,"timestamp":125521737,"id":1386,"parentId":1296,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-right.js","layer":"app-pages-browser"},"startTime":1769502301301,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1299,"timestamp":125528378,"id":1389,"parentId":1257,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"app-pages-browser"},"startTime":1769502301307,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1484,"timestamp":125528560,"id":1390,"parentId":1257,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"app-pages-browser"},"startTime":1769502301307,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2804,"timestamp":125528123,"id":1387,"parentId":1296,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/file.js","layer":"app-pages-browser"},"startTime":1769502301307,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2993,"timestamp":125528275,"id":1388,"parentId":1296,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder.js","layer":"app-pages-browser"},"startTime":1769502301307,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":3132,"timestamp":125531658,"id":1392,"parentId":1277,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/usePreviewStore.ts","layer":"app-pages-browser"},"startTime":1769502301310,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3876,"timestamp":125531855,"id":1393,"parentId":1295,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/copy.js","layer":"app-pages-browser"},"startTime":1769502301311,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":12393,"timestamp":125531443,"id":1391,"parentId":1276,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useChatStore.ts","layer":"app-pages-browser"},"startTime":1769502301310,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2862,"timestamp":125544787,"id":1394,"parentId":1271,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"app-pages-browser"},"startTime":1769502301324,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":21697,"timestamp":125551220,"id":1402,"parentId":1271,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/tailwind-merge@2.6.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"app-pages-browser"},"startTime":1769502301330,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":27471,"timestamp":125549396,"id":1395,"parentId":1346,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/radio-group.tsx","layer":"app-pages-browser"},"startTime":1769502301328,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":27827,"timestamp":125550396,"id":1396,"parentId":1346,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/checkbox.tsx","layer":"app-pages-browser"},"startTime":1769502301329,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":28194,"timestamp":125550623,"id":1397,"parentId":1346,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/label.tsx","layer":"app-pages-browser"},"startTime":1769502301329,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":28376,"timestamp":125550809,"id":1398,"parentId":1299,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-left.js","layer":"app-pages-browser"},"startTime":1769502301330,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":28632,"timestamp":125550911,"id":1399,"parentId":1299,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/table.js","layer":"app-pages-browser"},"startTime":1769502301330,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":30154,"timestamp":125551038,"id":1400,"parentId":1302,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-check-big.js","layer":"app-pages-browser"},"startTime":1769502301330,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":30440,"timestamp":125551133,"id":1401,"parentId":1302,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/clock.js","layer":"app-pages-browser"},"startTime":1769502301330,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3925,"timestamp":125587259,"id":1403,"parentId":1302,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-x.js","layer":"app-pages-browser"},"startTime":1769502301366,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4170,"timestamp":125587436,"id":1404,"parentId":1304,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/paperclip.js","layer":"app-pages-browser"},"startTime":1769502301366,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5552,"timestamp":125587559,"id":1405,"parentId":1304,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/send.js","layer":"app-pages-browser"},"startTime":1769502301366,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":104302,"timestamp":125593759,"id":1409,"parentId":1282,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/prism-react-renderer@2.4.1_react@19.2.3/node_modules/prism-react-renderer/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301373,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":105947,"timestamp":125593660,"id":1408,"parentId":1308,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/file-text.js","layer":"app-pages-browser"},"startTime":1769502301372,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":106790,"timestamp":125593537,"id":1407,"parentId":1396,"tags":{"name":"__barrel_optimize__?names=Check!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301372,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":107624,"timestamp":125593365,"id":1406,"parentId":1395,"tags":{"name":"__barrel_optimize__?names=Circle!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301372,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3516,"timestamp":125706112,"id":1410,"parentId":1309,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/eye-off.js","layer":"app-pages-browser"},"startTime":1769502301485,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3603,"timestamp":125706321,"id":1412,"parentId":1330,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/download.js","layer":"app-pages-browser"},"startTime":1769502301485,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4870,"timestamp":125706251,"id":1411,"parentId":1309,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/save.js","layer":"app-pages-browser"},"startTime":1769502301485,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5011,"timestamp":125706382,"id":1413,"parentId":1334,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/bot.js","layer":"app-pages-browser"},"startTime":1769502301485,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5402,"timestamp":125706447,"id":1414,"parentId":1334,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-check.js","layer":"app-pages-browser"},"startTime":1769502301485,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5614,"timestamp":125706501,"id":1415,"parentId":1334,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/pen-line.js","layer":"app-pages-browser"},"startTime":1769502301485,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":6143,"timestamp":125706552,"id":1416,"parentId":1310,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/project.ts","layer":"app-pages-browser"},"startTime":1769502301485,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":6249,"timestamp":125706657,"id":1417,"parentId":1310,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/chat.ts","layer":"app-pages-browser"},"startTime":1769502301485,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":6304,"timestamp":125706749,"id":1418,"parentId":1310,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/preview.ts","layer":"app-pages-browser"},"startTime":1769502301486,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":7823,"timestamp":125706844,"id":1419,"parentId":1310,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/tech-stack.ts","layer":"app-pages-browser"},"startTime":1769502301486,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11517,"timestamp":125719750,"id":1427,"parentId":1318,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/scheduler/cjs/scheduler.production.js","layer":"app-pages-browser"},"startTime":1769502301499,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13554,"timestamp":125718934,"id":1420,"parentId":1334,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder-search.js","layer":"app-pages-browser"},"startTime":1769502301498,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17484,"timestamp":125719144,"id":1421,"parentId":1313,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/image-component.js","layer":"app-pages-browser"},"startTime":1769502301498,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17740,"timestamp":125719343,"id":1423,"parentId":1334,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/search.js","layer":"app-pages-browser"},"startTime":1769502301498,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18092,"timestamp":125719443,"id":1424,"parentId":1334,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/list-todo.js","layer":"app-pages-browser"},"startTime":1769502301498,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18305,"timestamp":125719565,"id":1425,"parentId":1335,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-up.js","layer":"app-pages-browser"},"startTime":1769502301498,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18961,"timestamp":125719667,"id":1426,"parentId":1340,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unstable-rethrow.browser.js","layer":"app-pages-browser"},"startTime":1769502301498,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":27428,"timestamp":125719249,"id":1422,"parentId":1313,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/get-img-props.js","layer":"app-pages-browser"},"startTime":1769502301498,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4128,"timestamp":125762702,"id":1437,"parentId":1317,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/cjs/scheduler.production.js","layer":"pages-dir-browser"},"startTime":1769502301541,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9074,"timestamp":125760365,"id":1428,"parentId":1421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/head.js","layer":"app-pages-browser"},"startTime":1769502301539,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9214,"timestamp":125760655,"id":1430,"parentId":1421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769502301539,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10694,"timestamp":125760736,"id":1431,"parentId":1421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769502301540,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17217,"timestamp":125762215,"id":1432,"parentId":1347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"app-pages-browser"},"startTime":1769502301541,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17958,"timestamp":125762346,"id":1433,"parentId":1344,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"app-pages-browser"},"startTime":1769502301541,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19172,"timestamp":125762444,"id":1434,"parentId":1313,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-loader.js","layer":"app-pages-browser"},"startTime":1769502301541,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19578,"timestamp":125762524,"id":1435,"parentId":1356,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/message-circle-question.js","layer":"app-pages-browser"},"startTime":1769502301541,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19966,"timestamp":125762610,"id":1436,"parentId":1356,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/hammer.js","layer":"app-pages-browser"},"startTime":1769502301541,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":22779,"timestamp":125760552,"id":1429,"parentId":1421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-config.js","layer":"app-pages-browser"},"startTime":1769502301539,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1121,"timestamp":125793192,"id":1441,"parentId":1345,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-markdown@9.1.0_@types+react@19.2.7_react@19.2.3/node_modules/react-markdown/index.js","layer":"app-pages-browser"},"startTime":1769502301572,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1144,"timestamp":125793423,"id":1442,"parentId":1345,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/index.js","layer":"app-pages-browser"},"startTime":1769502301572,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3856,"timestamp":125791629,"id":1439,"parentId":1428,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769502301570,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5189,"timestamp":125791396,"id":1438,"parentId":1428,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/side-effect.js","layer":"app-pages-browser"},"startTime":1769502301570,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5963,"timestamp":125791764,"id":1440,"parentId":1428,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-mode.js","layer":"app-pages-browser"},"startTime":1769502301571,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2158,"timestamp":125803138,"id":1443,"parentId":1406,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle.js","layer":"app-pages-browser"},"startTime":1769502301582,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2178,"timestamp":125804204,"id":1444,"parentId":1422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-blur-svg.js","layer":"app-pages-browser"},"startTime":1769502301583,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3312,"timestamp":125808976,"id":1445,"parentId":1432,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/Icon.js","layer":"app-pages-browser"},"startTime":1769502301588,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2320,"timestamp":125812929,"id":1446,"parentId":1432,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"app-pages-browser"},"startTime":1769502301592,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":5147,"timestamp":125815824,"id":1447,"parentId":1396,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-checkbox@1.3.3_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19.2_bewiq6cjocmach7p37abfyy75a/node_modules/@radix-ui/react-checkbox/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301595,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":5706,"timestamp":125817792,"id":1448,"parentId":1397,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-label@2.1.8_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19.2.7__ggc7d2jno3gcorzflrswkya7gm/node_modules/@radix-ui/react-label/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301597,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":14061,"timestamp":125821712,"id":1449,"parentId":1395,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-radio-group@1.3.8_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@1_cjtgf3xmcqtfujhoownb73bnbi/node_modules/@radix-ui/react-radio-group/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301601,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4959,"timestamp":125837299,"id":1450,"parentId":1441,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-markdown@9.1.0_@types+react@19.2.7_react@19.2.3/node_modules/react-markdown/lib/index.js","layer":"app-pages-browser"},"startTime":1769502301616,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5342,"timestamp":125837570,"id":1451,"parentId":1442,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/lib/index.js","layer":"app-pages-browser"},"startTime":1769502301616,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7106,"timestamp":125837782,"id":1452,"parentId":1445,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"app-pages-browser"},"startTime":1769502301617,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1107,"timestamp":125858106,"id":1453,"parentId":1213,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/polyfills/process.js","layer":"pages-dir-browser"},"startTime":1769502301637,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1584,"timestamp":125858202,"id":1454,"parentId":1218,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1769502301637,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":552,"timestamp":125889958,"id":1455,"parentId":1450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-to-jsx-runtime@2.3.6/node_modules/hast-util-to-jsx-runtime/index.js","layer":"app-pages-browser"},"startTime":1769502301669,"traceId":"45990b03006e527e"}]
15
+ [{"name":"build-module-js","duration":1013,"timestamp":125896512,"id":1456,"parentId":1450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/index.js","layer":"app-pages-browser"},"startTime":1769502301675,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1030,"timestamp":125896747,"id":1457,"parentId":1450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/html-url-attributes@3.0.1/node_modules/html-url-attributes/index.js","layer":"app-pages-browser"},"startTime":1769502301676,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":745,"timestamp":125898320,"id":1458,"parentId":1450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/index.js","layer":"app-pages-browser"},"startTime":1769502301677,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":546,"timestamp":125901530,"id":1459,"parentId":1450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/index.js","layer":"app-pages-browser"},"startTime":1769502301680,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":537,"timestamp":125902994,"id":1460,"parentId":1450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/index.js","layer":"app-pages-browser"},"startTime":1769502301682,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":788,"timestamp":125905926,"id":1461,"parentId":1450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/index.js","layer":"app-pages-browser"},"startTime":1769502301685,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":760,"timestamp":125906142,"id":1462,"parentId":1451,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/index.js","layer":"app-pages-browser"},"startTime":1769502301685,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1189,"timestamp":125915113,"id":1463,"parentId":1451,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.js","layer":"app-pages-browser"},"startTime":1769502301694,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1483,"timestamp":125919599,"id":1464,"parentId":1453,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/process/browser.js","layer":"pages-dir-browser"},"startTime":1769502301698,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2669,"timestamp":125919665,"id":1465,"parentId":1454,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/process/browser.js","layer":"app-pages-browser"},"startTime":1769502301698,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2837,"timestamp":125919791,"id":1466,"parentId":1450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.js","layer":"app-pages-browser"},"startTime":1769502301699,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":3563687,"timestamp":122359659,"id":986,"parentId":981,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1769502298138,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":3563638,"timestamp":122359721,"id":988,"parentId":981,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1769502298139,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":3563666,"timestamp":122359700,"id":987,"parentId":981,"tags":{"request":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/router.js"},"startTime":1769502298138,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":3564461,"timestamp":122358921,"id":982,"parentId":981,"tags":{"request":"./../../node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/next.js"},"startTime":1769502298138,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":3563663,"timestamp":122359731,"id":989,"parentId":981,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fcomponents%2FDevErrorRecovery.tsx%22%2C%22ids%22%3A%5B%22DevErrorRecovery%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1769502298139,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":3563656,"timestamp":122359743,"id":990,"parentId":981,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1769502298139,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":3563469,"timestamp":122359935,"id":992,"parentId":981,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1769502298139,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":3563929,"timestamp":122359502,"id":984,"parentId":981,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%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%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%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%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1769502298138,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":3564073,"timestamp":122359454,"id":983,"parentId":981,"tags":{"request":"./../../node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-next.js"},"startTime":1769502298138,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":830,"timestamp":125925057,"id":1467,"parentId":1447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301704,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":1665,"timestamp":125928836,"id":1468,"parentId":1447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-context@1.1.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301708,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2652,"timestamp":125934084,"id":1469,"parentId":1447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+primitive@1.1.3/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301713,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":758,"timestamp":125945169,"id":1470,"parentId":1447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-previous@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301724,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":964,"timestamp":125948214,"id":1471,"parentId":1447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-size@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301727,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2080,"timestamp":125951678,"id":1472,"parentId":1447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301730,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":7898,"timestamp":125958126,"id":1473,"parentId":1447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-presence@1.1.5_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19.2_g7nvzcflnhogkdp32witcuayfy/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301737,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":1370,"timestamp":125968209,"id":1474,"parentId":1447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-primitive@2.1.3_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._vrijsupjqixawruberrfb56pbm/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301747,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":1920,"timestamp":125976615,"id":1475,"parentId":1448,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-primitive@2.1.4_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._4sfldbbhvd3xapj4euqmtg5wga/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301755,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":8228,"timestamp":125983637,"id":1476,"parentId":1449,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-roving-focus@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react_olorlwzqifzjwjsjwfg7df3ffe/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301762,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":833,"timestamp":125992720,"id":1477,"parentId":1449,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-direction@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301772,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5631,"timestamp":125995599,"id":1478,"parentId":1455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-to-jsx-runtime@2.3.6/node_modules/hast-util-to-jsx-runtime/lib/index.js","layer":"app-pages-browser"},"startTime":1769502301774,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1715,"timestamp":126003479,"id":1479,"parentId":1458,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/lib/index.js","layer":"app-pages-browser"},"startTime":1769502301782,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1747,"timestamp":126003702,"id":1480,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/html-url-attributes@3.0.1/node_modules/html-url-attributes/lib/index.js","layer":"app-pages-browser"},"startTime":1769502301782,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1145,"timestamp":126009079,"id":1481,"parentId":1456,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/lib/index.js","layer":"app-pages-browser"},"startTime":1769502301788,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4435,"timestamp":126009338,"id":1482,"parentId":1459,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.js","layer":"app-pages-browser"},"startTime":1769502301788,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1000,"timestamp":126021826,"id":1483,"parentId":1460,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.js","layer":"app-pages-browser"},"startTime":1769502301801,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2455,"timestamp":126024174,"id":1484,"parentId":1461,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.js","layer":"app-pages-browser"},"startTime":1769502301803,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1633,"timestamp":126028136,"id":1485,"parentId":1462,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.js","layer":"app-pages-browser"},"startTime":1769502301807,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":654,"timestamp":126033658,"id":1486,"parentId":1458,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/index.js","layer":"app-pages-browser"},"startTime":1769502301812,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1093,"timestamp":126037268,"id":1487,"parentId":1463,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions/index.js","layer":"app-pages-browser"},"startTime":1769502301816,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":658,"timestamp":126048083,"id":1488,"parentId":1463,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/index.js","layer":"app-pages-browser"},"startTime":1769502301827,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":693,"timestamp":126055254,"id":1489,"parentId":1463,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/index.js","layer":"app-pages-browser"},"startTime":1769502301834,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1629,"timestamp":126056686,"id":1490,"parentId":1463,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/index.js","layer":"app-pages-browser"},"startTime":1769502301835,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":672,"timestamp":126066454,"id":1491,"parentId":1463,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/index.js","layer":"app-pages-browser"},"startTime":1769502301845,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":507,"timestamp":126076296,"id":1492,"parentId":1463,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-tagfilter@2.0.0/node_modules/micromark-extension-gfm-tagfilter/index.js","layer":"app-pages-browser"},"startTime":1769502301855,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":526,"timestamp":126083114,"id":1493,"parentId":1463,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/index.js","layer":"app-pages-browser"},"startTime":1769502301862,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":766,"timestamp":126087432,"id":1494,"parentId":1482,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.js","layer":"app-pages-browser"},"startTime":1769502301866,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":528,"timestamp":126088767,"id":1495,"parentId":1471,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-layout-effect@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301868,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2997,"timestamp":126091194,"id":1496,"parentId":1484,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.browser.js","layer":"app-pages-browser"},"startTime":1769502301870,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3358,"timestamp":126091347,"id":1497,"parentId":1484,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.browser.js","layer":"app-pages-browser"},"startTime":1769502301870,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3406,"timestamp":126091482,"id":1498,"parentId":1484,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.browser.js","layer":"app-pages-browser"},"startTime":1769502301870,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":897,"timestamp":126096675,"id":1499,"parentId":1472,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-effect-event@0.0.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301875,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1131,"timestamp":126101955,"id":1500,"parentId":1486,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/index.js","layer":"app-pages-browser"},"startTime":1769502301881,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2243,"timestamp":126102123,"id":1501,"parentId":1486,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/footer.js","layer":"app-pages-browser"},"startTime":1769502301881,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2824,"timestamp":126102259,"id":1502,"parentId":1486,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/index.js","layer":"app-pages-browser"},"startTime":1769502301881,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2378,"timestamp":126113411,"id":1503,"parentId":1474,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-slot@1.2.3_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301892,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1230,"timestamp":126123804,"id":1504,"parentId":1478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.js","layer":"app-pages-browser"},"startTime":1769502301903,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":530,"timestamp":126126753,"id":1505,"parentId":1478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/index.js","layer":"app-pages-browser"},"startTime":1769502301906,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":917,"timestamp":126129695,"id":1506,"parentId":1478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/index.js","layer":"app-pages-browser"},"startTime":1769502301908,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":798,"timestamp":126133298,"id":1507,"parentId":1478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.js","layer":"app-pages-browser"},"startTime":1769502301912,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":544,"timestamp":126135826,"id":1508,"parentId":1478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/index.js","layer":"app-pages-browser"},"startTime":1769502301915,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":545,"timestamp":126139395,"id":1509,"parentId":1478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/index.js","layer":"app-pages-browser"},"startTime":1769502301918,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1315,"timestamp":126143822,"id":1510,"parentId":1478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/estree-util-is-identifier-name@3.0.0/node_modules/estree-util-is-identifier-name/index.js","layer":"app-pages-browser"},"startTime":1769502301923,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5583,"timestamp":126144056,"id":1511,"parentId":1488,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.js","layer":"app-pages-browser"},"startTime":1769502301923,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5955,"timestamp":126144249,"id":1512,"parentId":1488,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/html.js","layer":"app-pages-browser"},"startTime":1769502301923,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2993,"timestamp":126154289,"id":1513,"parentId":1475,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-slot@1.2.4_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301933,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1180,"timestamp":126169105,"id":1514,"parentId":1478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/style-to-js@1.1.21/node_modules/style-to-js/cjs/index.js","layer":"app-pages-browser"},"startTime":1769502301948,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":639,"timestamp":126172251,"id":1515,"parentId":1482,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js","layer":"app-pages-browser"},"startTime":1769502301951,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":611,"timestamp":126175107,"id":1516,"parentId":1481,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/index.js","layer":"app-pages-browser"},"startTime":1769502301954,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":776,"timestamp":126178529,"id":1517,"parentId":1482,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js","layer":"app-pages-browser"},"startTime":1769502301957,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":504,"timestamp":126179844,"id":1518,"parentId":1482,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/index.js","layer":"app-pages-browser"},"startTime":1769502301959,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3469,"timestamp":126185173,"id":1519,"parentId":1489,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/syntax.js","layer":"app-pages-browser"},"startTime":1769502301964,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4973,"timestamp":126185360,"id":1520,"parentId":1489,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/html.js","layer":"app-pages-browser"},"startTime":1769502301964,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1423,"timestamp":126193223,"id":1521,"parentId":1482,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js","layer":"app-pages-browser"},"startTime":1769502301972,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1121,"timestamp":126195188,"id":1522,"parentId":1490,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/html.js","layer":"app-pages-browser"},"startTime":1769502301974,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2257,"timestamp":126195387,"id":1523,"parentId":1490,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.js","layer":"app-pages-browser"},"startTime":1769502301974,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":588,"timestamp":126200895,"id":1524,"parentId":1483,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/index.js","layer":"app-pages-browser"},"startTime":1769502301980,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1765,"timestamp":126202359,"id":1525,"parentId":1491,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/html.js","layer":"app-pages-browser"},"startTime":1769502301981,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5762,"timestamp":126202555,"id":1526,"parentId":1491,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/syntax.js","layer":"app-pages-browser"},"startTime":1769502301981,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":417,"timestamp":126211664,"id":1527,"parentId":1485,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/index.js","layer":"app-pages-browser"},"startTime":1769502301990,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":376,"timestamp":126215296,"id":1528,"parentId":1485,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/index.js","layer":"app-pages-browser"},"startTime":1769502301994,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":518,"timestamp":126218193,"id":1529,"parentId":1485,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/index.js","layer":"app-pages-browser"},"startTime":1769502301997,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":504,"timestamp":126219848,"id":1530,"parentId":1485,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/index.js","layer":"app-pages-browser"},"startTime":1769502301999,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":554,"timestamp":126223796,"id":1531,"parentId":1485,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/index.js","layer":"app-pages-browser"},"startTime":1769502302003,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":694,"timestamp":126227557,"id":1532,"parentId":1476,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-id@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502302006,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":580,"timestamp":126232192,"id":1533,"parentId":1476,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-callback-ref@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502302011,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1054,"timestamp":126239320,"id":1535,"parentId":1492,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-tagfilter@2.0.0/node_modules/micromark-extension-gfm-tagfilter/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302018,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1155,"timestamp":126240637,"id":1536,"parentId":1497,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.js","layer":"app-pages-browser"},"startTime":1769502302019,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1268,"timestamp":126240828,"id":1537,"parentId":1493,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/html.js","layer":"app-pages-browser"},"startTime":1769502302020,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1813,"timestamp":126240992,"id":1538,"parentId":1493,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.js","layer":"app-pages-browser"},"startTime":1769502302020,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":11859,"timestamp":126237691,"id":1534,"parentId":1476,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-collection@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19_3vqfgunzp4tkkuqnqgefg7qsai/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502302016,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2521,"timestamp":126252862,"id":1539,"parentId":1500,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/state.js","layer":"app-pages-browser"},"startTime":1769502302032,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2576,"timestamp":126253049,"id":1540,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js","layer":"app-pages-browser"},"startTime":1769502302032,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2646,"timestamp":126253217,"id":1541,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/break.js","layer":"app-pages-browser"},"startTime":1769502302032,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2991,"timestamp":126253345,"id":1542,"parentId":1487,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.js","layer":"app-pages-browser"},"startTime":1769502302032,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1710,"timestamp":126256868,"id":1543,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/code.js","layer":"app-pages-browser"},"startTime":1769502302036,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1697,"timestamp":126257077,"id":1544,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/delete.js","layer":"app-pages-browser"},"startTime":1769502302036,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1756,"timestamp":126257268,"id":1545,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js","layer":"app-pages-browser"},"startTime":1769502302036,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1904,"timestamp":126262760,"id":1546,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js","layer":"app-pages-browser"},"startTime":1769502302042,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1981,"timestamp":126262953,"id":1547,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/heading.js","layer":"app-pages-browser"},"startTime":1769502302042,"traceId":"45990b03006e527e"}]
16
+ [{"name":"build-module-js","duration":2071,"timestamp":126263149,"id":1548,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/html.js","layer":"app-pages-browser"},"startTime":1769502302042,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2318,"timestamp":126263311,"id":1549,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js","layer":"app-pages-browser"},"startTime":1769502302042,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1048,"timestamp":126267045,"id":1550,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/image.js","layer":"app-pages-browser"},"startTime":1769502302046,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1183,"timestamp":126267172,"id":1551,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js","layer":"app-pages-browser"},"startTime":1769502302046,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1362,"timestamp":126267283,"id":1552,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js","layer":"app-pages-browser"},"startTime":1769502302046,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1263,"timestamp":126269668,"id":1553,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/list-item.js","layer":"app-pages-browser"},"startTime":1769502302048,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1431,"timestamp":126269842,"id":1554,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/list.js","layer":"app-pages-browser"},"startTime":1769502302049,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1568,"timestamp":126269956,"id":1555,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/link.js","layer":"app-pages-browser"},"startTime":1769502302049,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1397,"timestamp":126276601,"id":1556,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js","layer":"app-pages-browser"},"startTime":1769502302055,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1535,"timestamp":126276777,"id":1557,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/root.js","layer":"app-pages-browser"},"startTime":1769502302056,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2046,"timestamp":126276889,"id":1558,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/table.js","layer":"app-pages-browser"},"startTime":1769502302056,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2243,"timestamp":126276984,"id":1559,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/strong.js","layer":"app-pages-browser"},"startTime":1769502302056,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1523,"timestamp":126280618,"id":1560,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js","layer":"app-pages-browser"},"startTime":1769502302059,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1597,"timestamp":126280813,"id":1561,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/text.js","layer":"app-pages-browser"},"startTime":1769502302060,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1806,"timestamp":126280987,"id":1562,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/table-row.js","layer":"app-pages-browser"},"startTime":1769502302060,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":671,"timestamp":126283494,"id":1563,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js","layer":"app-pages-browser"},"startTime":1769502302062,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":597,"timestamp":126286189,"id":1564,"parentId":1505,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302065,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1321,"timestamp":126287718,"id":1565,"parentId":1506,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/aria.js","layer":"app-pages-browser"},"startTime":1769502302067,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2897,"timestamp":126287914,"id":1566,"parentId":1506,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/html.js","layer":"app-pages-browser"},"startTime":1769502302067,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2634,"timestamp":126292454,"id":1567,"parentId":1506,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/svg.js","layer":"app-pages-browser"},"startTime":1769502302071,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2564,"timestamp":126292771,"id":1568,"parentId":1506,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xlink.js","layer":"app-pages-browser"},"startTime":1769502302072,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":572,"timestamp":126297230,"id":1569,"parentId":1506,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xmlns.js","layer":"app-pages-browser"},"startTime":1769502302076,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1913,"timestamp":126299558,"id":1570,"parentId":1506,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xml.js","layer":"app-pages-browser"},"startTime":1769502302078,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1975,"timestamp":126299748,"id":1571,"parentId":1506,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/hast-to-react.js","layer":"app-pages-browser"},"startTime":1769502302079,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2021,"timestamp":126299932,"id":1572,"parentId":1506,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/normalize.js","layer":"app-pages-browser"},"startTime":1769502302079,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2475,"timestamp":126300230,"id":1573,"parentId":1506,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/find.js","layer":"app-pages-browser"},"startTime":1769502302079,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1075,"timestamp":126303844,"id":1574,"parentId":1506,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/merge.js","layer":"app-pages-browser"},"startTime":1769502302083,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1652,"timestamp":126310038,"id":1575,"parentId":1501,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-sanitize-uri@2.0.1/node_modules/micromark-util-sanitize-uri/index.js","layer":"app-pages-browser"},"startTime":1769502302089,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":840,"timestamp":126314089,"id":1576,"parentId":1508,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302093,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1012,"timestamp":126317468,"id":1577,"parentId":1501,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/index.js","layer":"app-pages-browser"},"startTime":1769502302096,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1008,"timestamp":126320324,"id":1578,"parentId":1509,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302099,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2550,"timestamp":126324838,"id":1579,"parentId":1510,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/estree-util-is-identifier-name@3.0.0/node_modules/estree-util-is-identifier-name/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302104,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1079,"timestamp":126328851,"id":1580,"parentId":1511,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.js","layer":"app-pages-browser"},"startTime":1769502302108,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":740,"timestamp":126330495,"id":1581,"parentId":1514,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/style-to-js@1.1.21/node_modules/style-to-js/cjs/utilities.js","layer":"app-pages-browser"},"startTime":1769502302109,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7210,"timestamp":126331698,"id":1582,"parentId":1516,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302110,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1617,"timestamp":126341833,"id":1583,"parentId":1526,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/edit-map.js","layer":"app-pages-browser"},"startTime":1769502302121,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2384,"timestamp":126342043,"id":1584,"parentId":1518,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302121,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":898,"timestamp":126345215,"id":1585,"parentId":1526,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/infer.js","layer":"app-pages-browser"},"startTime":1769502302124,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1876,"timestamp":126346993,"id":1586,"parentId":1524,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302126,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2706,"timestamp":126349865,"id":1587,"parentId":1527,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302129,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1291,"timestamp":126357077,"id":1588,"parentId":1514,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/style-to-object@1.0.14/node_modules/style-to-object/cjs/index.js","layer":"app-pages-browser"},"startTime":1769502302136,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":835,"timestamp":126360666,"id":1589,"parentId":1528,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302139,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":835,"timestamp":126363581,"id":1590,"parentId":1519,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/index.js","layer":"app-pages-browser"},"startTime":1769502302142,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":976,"timestamp":126368415,"id":1591,"parentId":1519,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.js","layer":"app-pages-browser"},"startTime":1769502302147,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":629,"timestamp":126372870,"id":1592,"parentId":1519,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier/index.js","layer":"app-pages-browser"},"startTime":1769502302152,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1812,"timestamp":126381512,"id":1593,"parentId":1529,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302160,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2728,"timestamp":126381737,"id":1594,"parentId":1530,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302161,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":603,"timestamp":126388164,"id":1595,"parentId":1523,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.js","layer":"app-pages-browser"},"startTime":1769502302167,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":600,"timestamp":126392833,"id":1596,"parentId":1523,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all/index.js","layer":"app-pages-browser"},"startTime":1769502302172,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2850,"timestamp":126397247,"id":1597,"parentId":1531,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302176,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3074,"timestamp":126397413,"id":1598,"parentId":1549,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/revert.js","layer":"app-pages-browser"},"startTime":1769502302176,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3362,"timestamp":126397517,"id":1599,"parentId":1565,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/create.js","layer":"app-pages-browser"},"startTime":1769502302176,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3742,"timestamp":126397610,"id":1600,"parentId":1565,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/types.js","layer":"app-pages-browser"},"startTime":1769502302176,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3838,"timestamp":126397705,"id":1601,"parentId":1566,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-insensitive-transform.js","layer":"app-pages-browser"},"startTime":1769502302177,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":648,"timestamp":126407019,"id":1602,"parentId":1567,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-sensitive-transform.js","layer":"app-pages-browser"},"startTime":1769502302186,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1033,"timestamp":126411689,"id":1603,"parentId":1573,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/defined-info.js","layer":"app-pages-browser"},"startTime":1769502302190,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1155,"timestamp":126411837,"id":1604,"parentId":1573,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/info.js","layer":"app-pages-browser"},"startTime":1769502302191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1286,"timestamp":126411939,"id":1605,"parentId":1574,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/schema.js","layer":"app-pages-browser"},"startTime":1769502302191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1028,"timestamp":126414103,"id":1606,"parentId":1534,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_get.js","layer":"app-pages-browser"},"startTime":1769502302193,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":812,"timestamp":126416402,"id":1607,"parentId":1534,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_init.js","layer":"app-pages-browser"},"startTime":1769502302195,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":651,"timestamp":126418157,"id":1608,"parentId":1534,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_set.js","layer":"app-pages-browser"},"startTime":1769502302197,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2159,"timestamp":126426323,"id":1609,"parentId":1561,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.js","layer":"app-pages-browser"},"startTime":1769502302205,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3009,"timestamp":126426555,"id":1610,"parentId":1577,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/deserialize.js","layer":"app-pages-browser"},"startTime":1769502302205,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4632,"timestamp":126426760,"id":1611,"parentId":1577,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/serialize.js","layer":"app-pages-browser"},"startTime":1769502302206,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4656,"timestamp":126426951,"id":1612,"parentId":1586,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/color.js","layer":"app-pages-browser"},"startTime":1769502302206,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":932,"timestamp":126436850,"id":1613,"parentId":1575,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-encode@2.0.1/node_modules/micromark-util-encode/index.js","layer":"app-pages-browser"},"startTime":1769502302216,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":583,"timestamp":126440299,"id":1614,"parentId":1578,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/index.js","layer":"app-pages-browser"},"startTime":1769502302219,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3052,"timestamp":126441687,"id":1615,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.js","layer":"app-pages-browser"},"startTime":1769502302220,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4040,"timestamp":126441905,"id":1616,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.js","layer":"app-pages-browser"},"startTime":1769502302221,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1521,"timestamp":126447088,"id":1617,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.js","layer":"app-pages-browser"},"startTime":1769502302226,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1990,"timestamp":126447302,"id":1618,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/block-quote.js","layer":"app-pages-browser"},"startTime":1769502302226,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1247,"timestamp":126450719,"id":1619,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-escape.js","layer":"app-pages-browser"},"startTime":1769502302230,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1912,"timestamp":126450923,"id":1620,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-reference.js","layer":"app-pages-browser"},"startTime":1769502302230,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3623,"timestamp":126453740,"id":1621,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-indented.js","layer":"app-pages-browser"},"startTime":1769502302233,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4859,"timestamp":126453948,"id":1622,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-fenced.js","layer":"app-pages-browser"},"startTime":1769502302233,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5863,"timestamp":126454166,"id":1623,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-text.js","layer":"app-pages-browser"},"startTime":1769502302233,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6507,"timestamp":126454354,"id":1624,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.js","layer":"app-pages-browser"},"startTime":1769502302233,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":749,"timestamp":126462076,"id":1625,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/hard-break-escape.js","layer":"app-pages-browser"},"startTime":1769502302241,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1257,"timestamp":126462216,"id":1626,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.js","layer":"app-pages-browser"},"startTime":1769502302241,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5002,"timestamp":126464642,"id":1627,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-flow.js","layer":"app-pages-browser"},"startTime":1769502302243,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5948,"timestamp":126464857,"id":1628,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/heading-atx.js","layer":"app-pages-browser"},"startTime":1769502302244,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4320,"timestamp":126475208,"id":1629,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-text.js","layer":"app-pages-browser"},"startTime":1769502302254,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6803,"timestamp":126475430,"id":1630,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-end.js","layer":"app-pages-browser"},"startTime":1769502302254,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1798,"timestamp":126484141,"id":1631,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-image.js","layer":"app-pages-browser"},"startTime":1769502302263,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2189,"timestamp":126484345,"id":1632,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-link.js","layer":"app-pages-browser"},"startTime":1769502302263,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3774,"timestamp":126484527,"id":1633,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.js","layer":"app-pages-browser"},"startTime":1769502302263,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3938,"timestamp":126484708,"id":1634,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.js","layer":"app-pages-browser"},"startTime":1769502302264,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2410,"timestamp":126490162,"id":1635,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/setext-underline.js","layer":"app-pages-browser"},"startTime":1769502302269,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2785,"timestamp":126490371,"id":1636,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/thematic-break.js","layer":"app-pages-browser"},"startTime":1769502302269,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":841,"timestamp":126496454,"id":1637,"parentId":1582,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-decode-numeric-character-reference@2.0.2/node_modules/micromark-util-decode-numeric-character-reference/index.js","layer":"app-pages-browser"},"startTime":1769502302275,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":563,"timestamp":126499860,"id":1638,"parentId":1582,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/index.js","layer":"app-pages-browser"},"startTime":1769502302279,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":853,"timestamp":126501707,"id":1639,"parentId":1582,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/index.js","layer":"app-pages-browser"},"startTime":1769502302281,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":738,"timestamp":126506472,"id":1640,"parentId":1582,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/decode-named-character-reference@1.2.0/node_modules/decode-named-character-reference/index.dom.js","layer":"app-pages-browser"},"startTime":1769502302285,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1058,"timestamp":126509560,"id":1641,"parentId":1582,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.js","layer":"app-pages-browser"},"startTime":1769502302288,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":589,"timestamp":126516171,"id":1642,"parentId":1586,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-is@6.0.1/node_modules/unist-util-is/index.js","layer":"app-pages-browser"},"startTime":1769502302295,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":708,"timestamp":126517215,"id":1643,"parentId":1587,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js","layer":"app-pages-browser"},"startTime":1769502302296,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1088,"timestamp":126520547,"id":1644,"parentId":1606,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.js","layer":"app-pages-browser"},"startTime":1769502302299,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1121,"timestamp":126520739,"id":1645,"parentId":1606,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.js","layer":"app-pages-browser"},"startTime":1769502302300,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1158,"timestamp":126520907,"id":1646,"parentId":1587,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/index.js","layer":"app-pages-browser"},"startTime":1769502302300,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":632,"timestamp":126527099,"id":1647,"parentId":1607,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_check_private_redeclaration.js","layer":"app-pages-browser"},"startTime":1769502302306,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2026,"timestamp":126527245,"id":1648,"parentId":1588,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/inline-style-parser@0.2.7/node_modules/inline-style-parser/cjs/index.js","layer":"app-pages-browser"},"startTime":1769502302306,"traceId":"45990b03006e527e"}]
17
+ [{"name":"build-module-js","duration":431,"timestamp":126529968,"id":1649,"parentId":1608,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.js","layer":"app-pages-browser"},"startTime":1769502302309,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":627,"timestamp":126532860,"id":1650,"parentId":1594,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/index.js","layer":"app-pages-browser"},"startTime":1769502302312,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":866,"timestamp":126533043,"id":1651,"parentId":1610,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/types.js","layer":"app-pages-browser"},"startTime":1769502302312,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1515,"timestamp":126538169,"id":1652,"parentId":1597,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.js","layer":"app-pages-browser"},"startTime":1769502302317,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":704,"timestamp":126540154,"id":1653,"parentId":1614,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302319,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1097,"timestamp":126546702,"id":1654,"parentId":1638,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302325,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2156,"timestamp":126549078,"id":1655,"parentId":1624,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.js","layer":"app-pages-browser"},"startTime":1769502302328,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1448,"timestamp":126553116,"id":1656,"parentId":1626,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.js","layer":"app-pages-browser"},"startTime":1769502302332,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1222,"timestamp":126554966,"id":1657,"parentId":1626,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.js","layer":"app-pages-browser"},"startTime":1769502302334,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":781,"timestamp":126558350,"id":1658,"parentId":1626,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.js","layer":"app-pages-browser"},"startTime":1769502302337,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1207,"timestamp":126561474,"id":1659,"parentId":1626,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.js","layer":"app-pages-browser"},"startTime":1769502302340,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":879,"timestamp":126564923,"id":1660,"parentId":1627,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-html-tag-name@2.0.1/node_modules/micromark-util-html-tag-name/index.js","layer":"app-pages-browser"},"startTime":1769502302344,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5728,"timestamp":126566657,"id":1661,"parentId":1639,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/compile.js","layer":"app-pages-browser"},"startTime":1769502302345,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6050,"timestamp":126566863,"id":1662,"parentId":1639,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.js","layer":"app-pages-browser"},"startTime":1769502302346,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6108,"timestamp":126567078,"id":1663,"parentId":1639,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.js","layer":"app-pages-browser"},"startTime":1769502302346,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2231,"timestamp":126574929,"id":1664,"parentId":1639,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.js","layer":"app-pages-browser"},"startTime":1769502302354,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1633,"timestamp":126580419,"id":1665,"parentId":1642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-is@6.0.1/node_modules/unist-util-is/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302359,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1734,"timestamp":126584102,"id":1666,"parentId":1646,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302363,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1806,"timestamp":126588633,"id":1667,"parentId":1650,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302367,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2138,"timestamp":126588852,"id":1668,"parentId":1650,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.js","layer":"app-pages-browser"},"startTime":1769502302368,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4044,"timestamp":126593300,"id":1669,"parentId":1655,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/lib/splice-buffer.js","layer":"app-pages-browser"},"startTime":1769502302372,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1515,"timestamp":126601779,"id":1670,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.js","layer":"app-pages-browser"},"startTime":1769502302381,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3118,"timestamp":126605128,"id":1671,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.js","layer":"app-pages-browser"},"startTime":1769502302384,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1767,"timestamp":126612511,"id":1672,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.js","layer":"app-pages-browser"},"startTime":1769502302391,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2618,"timestamp":126612718,"id":1673,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.js","layer":"app-pages-browser"},"startTime":1769502302392,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2843,"timestamp":126612887,"id":1674,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.js","layer":"app-pages-browser"},"startTime":1769502302392,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1162,"timestamp":126617092,"id":1675,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.js","layer":"app-pages-browser"},"startTime":1769502302396,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1607,"timestamp":126627367,"id":1676,"parentId":1667,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/configure.js","layer":"app-pages-browser"},"startTime":1769502302406,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1827,"timestamp":126627522,"id":1677,"parentId":1667,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/unsafe.js","layer":"app-pages-browser"},"startTime":1769502302406,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1928,"timestamp":126627628,"id":1678,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.js","layer":"app-pages-browser"},"startTime":1769502302406,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2125,"timestamp":126627723,"id":1679,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.js","layer":"app-pages-browser"},"startTime":1769502302407,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2565,"timestamp":126627818,"id":1680,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.js","layer":"app-pages-browser"},"startTime":1769502302407,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2866,"timestamp":126627911,"id":1681,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.js","layer":"app-pages-browser"},"startTime":1769502302407,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3173,"timestamp":126628026,"id":1682,"parentId":1667,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/join.js","layer":"app-pages-browser"},"startTime":1769502302407,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3074,"timestamp":126632067,"id":1683,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.js","layer":"app-pages-browser"},"startTime":1769502302411,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3335,"timestamp":126632251,"id":1684,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.js","layer":"app-pages-browser"},"startTime":1769502302411,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3344,"timestamp":126632403,"id":1685,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.js","layer":"app-pages-browser"},"startTime":1769502302411,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1947,"timestamp":126641299,"id":1686,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.js","layer":"app-pages-browser"},"startTime":1769502302420,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2372,"timestamp":126641453,"id":1687,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.js","layer":"app-pages-browser"},"startTime":1769502302420,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2856,"timestamp":126641565,"id":1688,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.js","layer":"app-pages-browser"},"startTime":1769502302420,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3267,"timestamp":126641659,"id":1689,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.js","layer":"app-pages-browser"},"startTime":1769502302420,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3513,"timestamp":126641755,"id":1690,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.js","layer":"app-pages-browser"},"startTime":1769502302421,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3780,"timestamp":126641981,"id":1691,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.js","layer":"app-pages-browser"},"startTime":1769502302421,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4060,"timestamp":126642151,"id":1692,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.js","layer":"app-pages-browser"},"startTime":1769502302421,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1868,"timestamp":126647429,"id":1693,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.js","layer":"app-pages-browser"},"startTime":1769502302426,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2248,"timestamp":126647638,"id":1694,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.js","layer":"app-pages-browser"},"startTime":1769502302426,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2355,"timestamp":126647809,"id":1695,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.js","layer":"app-pages-browser"},"startTime":1769502302427,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1527,"timestamp":126659709,"id":1696,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.js","layer":"app-pages-browser"},"startTime":1769502302439,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1680,"timestamp":126659870,"id":1697,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js","layer":"app-pages-browser"},"startTime":1769502302439,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1768,"timestamp":126659985,"id":1698,"parentId":1667,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/association.js","layer":"app-pages-browser"},"startTime":1769502302439,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2035,"timestamp":126660122,"id":1699,"parentId":1667,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-flow.js","layer":"app-pages-browser"},"startTime":1769502302439,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2213,"timestamp":126660219,"id":1700,"parentId":1667,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js","layer":"app-pages-browser"},"startTime":1769502302439,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2668,"timestamp":126660317,"id":1701,"parentId":1667,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js","layer":"app-pages-browser"},"startTime":1769502302439,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2857,"timestamp":126660409,"id":1702,"parentId":1667,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/indent-lines.js","layer":"app-pages-browser"},"startTime":1769502302439,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":846,"timestamp":126665600,"id":1703,"parentId":1667,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/track.js","layer":"app-pages-browser"},"startTime":1769502302444,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1132,"timestamp":126667058,"id":1704,"parentId":1667,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/safe.js","layer":"app-pages-browser"},"startTime":1769502302446,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":820,"timestamp":126673317,"id":1705,"parentId":1682,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js","layer":"app-pages-browser"},"startTime":1769502302452,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1817,"timestamp":126675299,"id":1706,"parentId":1682,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js","layer":"app-pages-browser"},"startTime":1769502302454,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1977,"timestamp":126675490,"id":1707,"parentId":1679,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js","layer":"app-pages-browser"},"startTime":1769502302454,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2046,"timestamp":126675660,"id":1708,"parentId":1680,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.js","layer":"app-pages-browser"},"startTime":1769502302454,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2116,"timestamp":126675816,"id":1709,"parentId":1681,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.js","layer":"app-pages-browser"},"startTime":1769502302455,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1317,"timestamp":126678748,"id":1710,"parentId":1683,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js","layer":"app-pages-browser"},"startTime":1769502302458,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1317,"timestamp":126678956,"id":1711,"parentId":1683,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js","layer":"app-pages-browser"},"startTime":1769502302458,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":784,"timestamp":126682447,"id":1712,"parentId":1683,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.js","layer":"app-pages-browser"},"startTime":1769502302461,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1031,"timestamp":126689600,"id":1713,"parentId":1689,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js","layer":"app-pages-browser"},"startTime":1769502302468,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1054,"timestamp":126689787,"id":1714,"parentId":1691,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js","layer":"app-pages-browser"},"startTime":1769502302469,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1000,"timestamp":126691584,"id":1715,"parentId":1691,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js","layer":"app-pages-browser"},"startTime":1769502302470,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1078,"timestamp":126691738,"id":1716,"parentId":1691,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.js","layer":"app-pages-browser"},"startTime":1769502302471,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1154,"timestamp":126691886,"id":1717,"parentId":1691,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js","layer":"app-pages-browser"},"startTime":1769502302471,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":979,"timestamp":126693770,"id":1718,"parentId":1694,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.js","layer":"app-pages-browser"},"startTime":1769502302473,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":994,"timestamp":126693957,"id":1719,"parentId":1692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js","layer":"app-pages-browser"},"startTime":1769502302473,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":482,"timestamp":126698196,"id":1720,"parentId":1697,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js","layer":"app-pages-browser"},"startTime":1769502302477,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":445,"timestamp":126699369,"id":1721,"parentId":1666,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.js","layer":"app-pages-browser"},"startTime":1769502302478,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":680,"timestamp":126701102,"id":1722,"parentId":1667,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js","layer":"app-pages-browser"},"startTime":1769502302480,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":609,"timestamp":126704814,"id":1723,"parentId":1680,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.js","layer":"app-pages-browser"},"startTime":1769502302484,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":369,"timestamp":126706603,"id":1724,"parentId":1693,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/index.js","layer":"app-pages-browser"},"startTime":1769502302485,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":533,"timestamp":126708421,"id":1725,"parentId":1724,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302487,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":4351190,"timestamp":122359891,"id":991,"parentId":981,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fproject%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1769502298139,"traceId":"45990b03006e527e"},{"name":"make","duration":4352918,"timestamp":122358470,"id":981,"parentId":980,"tags":{},"startTime":1769502298137,"traceId":"45990b03006e527e"},{"name":"chunk-graph","duration":16637,"timestamp":126782452,"id":1727,"parentId":1726,"tags":{},"startTime":1769502302561,"traceId":"45990b03006e527e"},{"name":"optimize-modules","duration":57,"timestamp":126799301,"id":1729,"parentId":1726,"tags":{},"startTime":1769502302578,"traceId":"45990b03006e527e"},{"name":"optimize-chunks","duration":17955,"timestamp":126801995,"id":1731,"parentId":1726,"tags":{},"startTime":1769502302581,"traceId":"45990b03006e527e"},{"name":"optimize-tree","duration":206,"timestamp":126820110,"id":1732,"parentId":1726,"tags":{},"startTime":1769502302599,"traceId":"45990b03006e527e"},{"name":"optimize-chunk-modules","duration":52151,"timestamp":126820473,"id":1733,"parentId":1726,"tags":{},"startTime":1769502302599,"traceId":"45990b03006e527e"},{"name":"optimize","duration":73623,"timestamp":126799209,"id":1728,"parentId":1726,"tags":{},"startTime":1769502302578,"traceId":"45990b03006e527e"},{"name":"module-hash","duration":33301,"timestamp":126902458,"id":1734,"parentId":1726,"tags":{},"startTime":1769502302681,"traceId":"45990b03006e527e"},{"name":"code-generation","duration":341458,"timestamp":126935832,"id":1735,"parentId":1726,"tags":{},"startTime":1769502302715,"traceId":"45990b03006e527e"},{"name":"hash","duration":15115,"timestamp":127283436,"id":1736,"parentId":1726,"tags":{},"startTime":1769502303062,"traceId":"45990b03006e527e"},{"name":"code-generation-jobs","duration":788,"timestamp":127298543,"id":1737,"parentId":1726,"tags":{},"startTime":1769502303077,"traceId":"45990b03006e527e"},{"name":"module-assets","duration":1053,"timestamp":127299253,"id":1738,"parentId":1726,"tags":{},"startTime":1769502303078,"traceId":"45990b03006e527e"},{"name":"create-chunk-assets","duration":25003,"timestamp":127300329,"id":1739,"parentId":1726,"tags":{},"startTime":1769502303079,"traceId":"45990b03006e527e"},{"name":"NextJsBuildManifest-generateClientManifest","duration":2174,"timestamp":127342179,"id":1741,"parentId":980,"tags":{},"startTime":1769502303121,"traceId":"45990b03006e527e"},{"name":"NextJsBuildManifest-createassets","duration":3496,"timestamp":127340875,"id":1740,"parentId":980,"tags":{},"startTime":1769502303120,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":79733,"timestamp":127410834,"id":1744,"parentId":1742,"tags":{"name":"static/chunks/main-app-3ee073768a1a6456.js","cache":"MISS"},"startTime":1769502303190,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":79252,"timestamp":127411389,"id":1746,"parentId":1742,"tags":{"name":"static/chunks/pages/_app-56f4e2c3e0cd5b77.js","cache":"MISS"},"startTime":1769502303190,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":79166,"timestamp":127411520,"id":1747,"parentId":1742,"tags":{"name":"static/chunks/pages/_error-6444830a044a065f.js","cache":"MISS"},"startTime":1769502303190,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":79082,"timestamp":127411648,"id":1748,"parentId":1742,"tags":{"name":"static/chunks/app/layout-1baeb8f9d4de0f96.js","cache":"MISS"},"startTime":1769502303190,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":79670,"timestamp":127411105,"id":1745,"parentId":1742,"tags":{"name":"static/chunks/app/_not-found/page-1314fe1ff92ee0aa.js","cache":"MISS"},"startTime":1769502303190,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":85250,"timestamp":127411879,"id":1749,"parentId":1742,"tags":{"name":"static/chunks/app/page-df942e9231db114f.js","cache":"MISS"},"startTime":1769502303191,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":75559,"timestamp":127422964,"id":1751,"parentId":1742,"tags":{"name":"static/chunks/app/settings/page-2fcf8afca1fda15f.js","cache":"MISS"},"startTime":1769502303202,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":76305,"timestamp":127424278,"id":1752,"parentId":1742,"tags":{"name":"static/chunks/webpack-9b8a6c078d6e8803.js","cache":"MISS"},"startTime":1769502303203,"traceId":"45990b03006e527e"}]
18
+ [{"name":"minify-js","duration":154285,"timestamp":127414189,"id":1750,"parentId":1742,"tags":{"name":"static/chunks/app/project/[id]/page-222da932d0988d04.js","cache":"MISS"},"startTime":1769502303193,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":216626,"timestamp":127369428,"id":1743,"parentId":1742,"tags":{"name":"static/chunks/main-ff9852398b1f3782.js","cache":"MISS"},"startTime":1769502303148,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":175697,"timestamp":127436476,"id":1755,"parentId":1742,"tags":{"name":"static/chunks/253-964b516a8d5c9ec9.js","cache":"MISS"},"startTime":1769502303215,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":284503,"timestamp":127431647,"id":1754,"parentId":1742,"tags":{"name":"static/chunks/c476d598-52de8ab10fae5dac.js","cache":"MISS"},"startTime":1769502303210,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":252058,"timestamp":127469678,"id":1758,"parentId":1742,"tags":{"name":"static/chunks/18-049bb382bb176dde.js","cache":"MISS"},"startTime":1769502303248,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":251821,"timestamp":127470111,"id":1759,"parentId":1742,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1769502303249,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":251924,"timestamp":127470253,"id":1760,"parentId":1742,"tags":{"name":"static/IMWKpuHss3gLOeJ7K93sg/_ssgManifest.js","cache":"MISS"},"startTime":1769502303249,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":252206,"timestamp":127470303,"id":1761,"parentId":1742,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1769502303249,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":252817,"timestamp":127470347,"id":1762,"parentId":1742,"tags":{"name":"static/IMWKpuHss3gLOeJ7K93sg/_buildManifest.js","cache":"MISS"},"startTime":1769502303249,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":252804,"timestamp":127470390,"id":1763,"parentId":1742,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1769502303249,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":324496,"timestamp":127457200,"id":1757,"parentId":1742,"tags":{"name":"static/chunks/498-05477d3729b4e23d.js","cache":"MISS"},"startTime":1769502303236,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":411991,"timestamp":127424584,"id":1753,"parentId":1742,"tags":{"name":"static/chunks/framework-63d70eb4e76697e6.js","cache":"MISS"},"startTime":1769502303203,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":408662,"timestamp":127439264,"id":1756,"parentId":1742,"tags":{"name":"static/chunks/700-80036c1b7cf7a171.js","cache":"MISS"},"startTime":1769502303218,"traceId":"45990b03006e527e"},{"name":"minify-webpack-plugin-optimize","duration":501170,"timestamp":127346783,"id":1742,"parentId":980,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1769502303126,"traceId":"45990b03006e527e"},{"name":"minify-css","duration":389363,"timestamp":127848543,"id":1765,"parentId":1764,"tags":{"file":"static/css/3cb530b49f31c723.css","cache":"MISS"},"startTime":1769502303627,"traceId":"45990b03006e527e"},{"name":"css-minimizer-plugin","duration":389692,"timestamp":127848229,"id":1764,"parentId":980,"tags":{},"startTime":1769502303627,"traceId":"45990b03006e527e"},{"name":"seal","duration":1502307,"timestamp":126748136,"id":1726,"parentId":980,"tags":{},"startTime":1769502302527,"traceId":"45990b03006e527e"},{"name":"webpack-compilation","duration":5899498,"timestamp":122351276,"id":980,"parentId":977,"tags":{"name":"client"},"startTime":1769502298130,"traceId":"45990b03006e527e"},{"name":"emit","duration":5669,"timestamp":128251151,"id":1766,"parentId":977,"tags":{},"startTime":1769502304030,"traceId":"45990b03006e527e"},{"name":"webpack-close","duration":598595,"timestamp":128258179,"id":1767,"parentId":977,"tags":{"name":"client"},"startTime":1769502304037,"traceId":"45990b03006e527e"},{"name":"webpack-generate-error-stats","duration":2652,"timestamp":128856844,"id":1768,"parentId":1767,"tags":{},"startTime":1769502304636,"traceId":"45990b03006e527e"},{"name":"run-webpack-compiler","duration":6712914,"timestamp":122146842,"id":977,"parentId":976,"tags":{},"startTime":1769502297926,"traceId":"45990b03006e527e"},{"name":"format-webpack-messages","duration":82,"timestamp":128859765,"id":1769,"parentId":976,"tags":{},"startTime":1769502304639,"traceId":"45990b03006e527e"},{"name":"worker-main-client","duration":6713609,"timestamp":122146487,"id":976,"parentId":1,"tags":{},"startTime":1769502297925,"traceId":"45990b03006e527e"},{"name":"verify-and-lint","duration":4309018,"timestamp":128931381,"id":1773,"parentId":1,"tags":{},"startTime":1769502304710,"traceId":"45990b03006e527e"},{"name":"verify-typescript-setup","duration":9063643,"timestamp":128925252,"id":1772,"parentId":1,"tags":{},"startTime":1769502304704,"traceId":"45990b03006e527e"},{"name":"check-static-error-page","duration":10610,"timestamp":138024454,"id":1776,"parentId":1775,"tags":{},"startTime":1769502313803,"traceId":"45990b03006e527e"},{"name":"check-page","duration":1944,"timestamp":138092261,"id":1777,"parentId":1775,"tags":{"page":"/_app"},"startTime":1769502313871,"traceId":"45990b03006e527e"},{"name":"check-page","duration":721,"timestamp":138093512,"id":1779,"parentId":1775,"tags":{"page":"/_document"},"startTime":1769502313872,"traceId":"45990b03006e527e"},{"name":"check-page","duration":1825,"timestamp":138093392,"id":1778,"parentId":1775,"tags":{"page":"/_error"},"startTime":1769502313872,"traceId":"45990b03006e527e"},{"name":"is-page-static","duration":382104,"timestamp":138096137,"id":1784,"parentId":1780,"tags":{},"startTime":1769502313875,"traceId":"45990b03006e527e"},{"name":"check-page","duration":384750,"timestamp":138093561,"id":1780,"parentId":1775,"tags":{"page":"/_not-found"},"startTime":1769502313872,"traceId":"45990b03006e527e"},{"name":"is-page-static","duration":392844,"timestamp":138105978,"id":1787,"parentId":1783,"tags":{},"startTime":1769502313885,"traceId":"45990b03006e527e"},{"name":"check-page","duration":405020,"timestamp":138093869,"id":1783,"parentId":1775,"tags":{"page":"/settings"},"startTime":1769502313873,"traceId":"45990b03006e527e"},{"name":"is-page-static","duration":429701,"timestamp":138105851,"id":1785,"parentId":1781,"tags":{},"startTime":1769502313885,"traceId":"45990b03006e527e"},{"name":"check-page","duration":441894,"timestamp":138093730,"id":1781,"parentId":1775,"tags":{"page":"/"},"startTime":1769502313873,"traceId":"45990b03006e527e"},{"name":"is-page-static","duration":471979,"timestamp":138105923,"id":1786,"parentId":1782,"tags":{},"startTime":1769502313885,"traceId":"45990b03006e527e"},{"name":"check-page","duration":484152,"timestamp":138093808,"id":1782,"parentId":1775,"tags":{"page":"/project/[id]"},"startTime":1769502313873,"traceId":"45990b03006e527e"},{"name":"static-check","duration":554297,"timestamp":138023684,"id":1775,"parentId":1,"tags":{},"startTime":1769502313802,"traceId":"45990b03006e527e"},{"name":"generate-required-server-files","duration":520,"timestamp":138578131,"id":1789,"parentId":1,"tags":{},"startTime":1769502314357,"traceId":"45990b03006e527e"},{"name":"write-routes-manifest","duration":3959,"timestamp":138594085,"id":1791,"parentId":1,"tags":{},"startTime":1769502314373,"traceId":"45990b03006e527e"},{"name":"load-dotenv","duration":39,"timestamp":138645651,"id":1794,"parentId":1793,"tags":{},"startTime":1769502314424,"traceId":"45990b03006e527e"},{"name":"run-export-path-map","duration":384,"timestamp":140148739,"id":1795,"parentId":1793,"tags":{},"startTime":1769502315928,"traceId":"45990b03006e527e"},{"name":"next-export","duration":2675510,"timestamp":138644763,"id":1793,"parentId":1,"tags":{},"startTime":1769502314424,"traceId":"45990b03006e527e"},{"name":"move-exported-app-not-found-","duration":22182,"timestamp":141321665,"id":1796,"parentId":1792,"tags":{},"startTime":1769502317100,"traceId":"45990b03006e527e"},{"name":"move-exported-page","duration":87094,"timestamp":141344080,"id":1797,"parentId":1792,"tags":{},"startTime":1769502317123,"traceId":"45990b03006e527e"},{"name":"static-generation","duration":3141582,"timestamp":138641175,"id":1792,"parentId":1,"tags":{},"startTime":1769502314420,"traceId":"45990b03006e527e"},{"name":"write-routes-manifest","duration":93934,"timestamp":141782963,"id":1798,"parentId":1,"tags":{},"startTime":1769502317562,"traceId":"45990b03006e527e"},{"name":"node-file-trace-build","duration":13146555,"timestamp":138584781,"id":1790,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1769502314364,"traceId":"45990b03006e527e"},{"name":"apply-include-excludes","duration":524,"timestamp":151731354,"id":1799,"parentId":1,"tags":{},"startTime":1769502327510,"traceId":"45990b03006e527e"},{"name":"print-tree-view","duration":2974,"timestamp":151731991,"id":1800,"parentId":1,"tags":{},"startTime":1769502327511,"traceId":"45990b03006e527e"},{"name":"telemetry-flush","duration":83,"timestamp":151734976,"id":1801,"parentId":1,"tags":{},"startTime":1769502327514,"traceId":"45990b03006e527e"},{"name":"next-build","duration":40301362,"timestamp":111433706,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.5.9","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1769502287213,"traceId":"45990b03006e527e"}]