claudeship 0.2.24 → 0.2.26

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 (117) 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/dto/create-project.dto.d.ts +3 -2
  58. package/apps/server/dist/project/dto/create-project.dto.js.map +1 -1
  59. package/apps/server/dist/project/project.controller.d.ts +6 -0
  60. package/apps/server/dist/project/project.service.d.ts +6 -0
  61. package/apps/server/dist/project/project.service.js +6 -1
  62. package/apps/server/dist/project/project.service.js.map +1 -1
  63. package/apps/server/dist/tsconfig.tsbuildinfo +1 -1
  64. package/apps/server/package.json +1 -1
  65. package/apps/server/prisma/dev.db +0 -0
  66. package/apps/server/prisma/migrations/20260127071040_add_frontend_framework/migration.sql +24 -0
  67. package/apps/server/prisma/migrations/20260127071520_add_app_type_and_mobile/migration.sql +25 -0
  68. package/apps/server/prisma/schema.prisma +33 -5
  69. package/apps/web/.next/BUILD_ID +1 -1
  70. package/apps/web/.next/app-build-manifest.json +5 -3
  71. package/apps/web/.next/build-manifest.json +2 -2
  72. package/apps/web/.next/cache/.previewinfo +1 -1
  73. package/apps/web/.next/cache/.rscinfo +1 -1
  74. package/apps/web/.next/cache/.tsbuildinfo +1 -1
  75. package/apps/web/.next/cache/config.json +3 -3
  76. package/apps/web/.next/cache/eslint/.cache_j3uhuz +1 -1
  77. package/apps/web/.next/cache/webpack/client-production/0.pack +0 -0
  78. package/apps/web/.next/cache/webpack/client-production/index.pack +0 -0
  79. package/apps/web/.next/cache/webpack/edge-server-production/index.pack +0 -0
  80. package/apps/web/.next/cache/webpack/server-production/0.pack +0 -0
  81. package/apps/web/.next/cache/webpack/server-production/index.pack +0 -0
  82. package/apps/web/.next/prerender-manifest.json +10 -10
  83. package/apps/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  84. package/apps/web/.next/server/app/_not-found.html +1 -1
  85. package/apps/web/.next/server/app/_not-found.rsc +2 -2
  86. package/apps/web/.next/server/app/index.html +1 -1
  87. package/apps/web/.next/server/app/index.rsc +3 -3
  88. package/apps/web/.next/server/app/page.js +2 -2
  89. package/apps/web/.next/server/app/page_client-reference-manifest.js +1 -1
  90. package/apps/web/.next/server/app/project/[id]/page.js +2 -2
  91. package/apps/web/.next/server/app/project/[id]/page_client-reference-manifest.js +1 -1
  92. package/apps/web/.next/server/app/settings/page.js +1 -1
  93. package/apps/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  94. package/apps/web/.next/server/app/settings.html +1 -1
  95. package/apps/web/.next/server/app/settings.rsc +2 -2
  96. package/apps/web/.next/server/pages/404.html +1 -1
  97. package/apps/web/.next/server/pages/500.html +1 -1
  98. package/apps/web/.next/server/server-reference-manifest.json +1 -1
  99. package/apps/web/.next/static/chunks/18-22b1cf4231121555.js +1 -0
  100. package/apps/web/.next/static/chunks/app/page-6ea560755549086e.js +1 -0
  101. package/apps/web/.next/static/chunks/app/project/[id]/page-3e4777b355c4aec9.js +1 -0
  102. package/apps/web/.next/static/css/45ddb08a7b4470d5.css +3 -0
  103. package/apps/web/.next/trace +18 -18
  104. package/apps/web/package.json +1 -1
  105. package/apps/web/src/app/page.tsx +2 -5
  106. package/apps/web/src/components/project/CreateProjectModal.tsx +175 -80
  107. package/apps/web/src/components/project/ProjectCard.tsx +122 -31
  108. package/apps/web/src/stores/useProjectStore.ts +2 -1
  109. package/package.json +1 -1
  110. package/packages/shared/src/index.ts +1 -0
  111. package/packages/shared/src/types/project.ts +18 -3
  112. package/packages/shared/src/types/tech-stack.ts +74 -0
  113. package/apps/web/.next/static/chunks/app/page-f73b6424c8cbf96d.js +0 -1
  114. package/apps/web/.next/static/chunks/app/project/[id]/page-e9304c25ba897608.js +0 -1
  115. package/apps/web/.next/static/css/70f2a13cf3d254d8.css +0 -3
  116. /package/apps/web/.next/static/{fQQI0X4R8kXYUbd-0V8mo → 9j_J3qCBspqfGptLfgt5e}/_buildManifest.js +0 -0
  117. /package/apps/web/.next/static/{fQQI0X4R8kXYUbd-0V8mo → 9j_J3qCBspqfGptLfgt5e}/_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":311,"timestamp":314920735,"id":4,"parentId":1,"tags":{},"startTime":1769663627393,"traceId":"0cd20127987d4cc2"},{"name":"load-custom-routes","duration":485,"timestamp":314921185,"id":5,"parentId":1,"tags":{},"startTime":1769663627393,"traceId":"0cd20127987d4cc2"},{"name":"create-dist-dir","duration":54802,"timestamp":315054812,"id":6,"parentId":1,"tags":{},"startTime":1769663627527,"traceId":"0cd20127987d4cc2"},{"name":"create-pages-mapping","duration":287,"timestamp":315117625,"id":7,"parentId":1,"tags":{},"startTime":1769663627590,"traceId":"0cd20127987d4cc2"},{"name":"collect-app-files","duration":3386,"timestamp":315117960,"id":8,"parentId":1,"tags":{},"startTime":1769663627590,"traceId":"0cd20127987d4cc2"},{"name":"create-app-mapping","duration":1695,"timestamp":315121374,"id":9,"parentId":1,"tags":{},"startTime":1769663627593,"traceId":"0cd20127987d4cc2"},{"name":"create-app-layouts","duration":156,"timestamp":315123105,"id":10,"parentId":1,"tags":{},"startTime":1769663627595,"traceId":"0cd20127987d4cc2"},{"name":"collect-default-files","duration":4858,"timestamp":315137827,"id":12,"parentId":1,"tags":{},"startTime":1769663627610,"traceId":"0cd20127987d4cc2"},{"name":"generate-route-types","duration":35062,"timestamp":315123719,"id":11,"parentId":1,"tags":{},"startTime":1769663627596,"traceId":"0cd20127987d4cc2"},{"name":"public-dir-conflict-check","duration":635,"timestamp":315158878,"id":13,"parentId":1,"tags":{},"startTime":1769663627631,"traceId":"0cd20127987d4cc2"},{"name":"generate-routes-manifest","duration":2245,"timestamp":315159722,"id":14,"parentId":1,"tags":{},"startTime":1769663627632,"traceId":"0cd20127987d4cc2"},{"name":"create-entrypoints","duration":25521,"timestamp":316267853,"id":18,"parentId":16,"tags":{},"startTime":1769663628740,"traceId":"0cd20127987d4cc2"},{"name":"generate-webpack-config","duration":160300,"timestamp":316293602,"id":19,"parentId":17,"tags":{},"startTime":1769663628766,"traceId":"0cd20127987d4cc2"},{"name":"next-trace-entrypoint-plugin","duration":2558,"timestamp":316586572,"id":21,"parentId":20,"tags":{},"startTime":1769663629059,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":62602,"timestamp":316720297,"id":30,"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":1769663629192,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":116138,"timestamp":316725771,"id":31,"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":1769663629198,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":202,"timestamp":316844592,"id":37,"parentId":30,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1769663629317,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":79,"timestamp":316844839,"id":38,"parentId":30,"tags":{"name":"react","layer":null},"startTime":1769663629317,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":131504,"timestamp":316738702,"id":36,"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":1769663629211,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5529,"timestamp":316991264,"id":39,"parentId":31,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663629463,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6959,"timestamp":316991785,"id":40,"parentId":31,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663629464,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6709,"timestamp":316995142,"id":41,"parentId":31,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663629467,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8277,"timestamp":316995361,"id":42,"parentId":31,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663629467,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11780,"timestamp":316995455,"id":43,"parentId":31,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663629468,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":394289,"timestamp":316726085,"id":32,"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":1769663629198,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":384404,"timestamp":316737757,"id":33,"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":1769663629210,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":25973,"timestamp":317129170,"id":44,"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/shared/lib/utils.js","layer":"pages-dir-node"},"startTime":1769663629601,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":25965,"timestamp":317129774,"id":46,"parentId":31,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663629602,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":26772,"timestamp":317129927,"id":47,"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":1769663629602,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":38364,"timestamp":317129380,"id":45,"parentId":31,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663629601,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8842,"timestamp":317186753,"id":48,"parentId":31,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663629659,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9797,"timestamp":317186901,"id":49,"parentId":31,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663629659,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":91,"timestamp":317203859,"id":50,"parentId":32,"tags":{"name":"path","layer":null},"startTime":1769663629676,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":60,"timestamp":317207680,"id":51,"parentId":32,"tags":{"name":"next/dist/shared/lib/router/utils/app-paths","layer":null},"startTime":1769663629680,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":21,"timestamp":317207763,"id":52,"parentId":32,"tags":{"name":"next/dist/shared/lib/router/utils/is-bot","layer":null},"startTime":1769663629680,"traceId":"0cd20127987d4cc2"},{"name":"build-module-external","duration":17,"timestamp":317207799,"id":53,"parentId":32,"tags":{"name":"next/dist/shared/lib/no-fallback-error.external","layer":null},"startTime":1769663629680,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11929,"timestamp":317207835,"id":54,"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":1769663629680,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":12881,"timestamp":317208050,"id":55,"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":1769663629680,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":634090,"timestamp":316738454,"id":35,"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":1769663629211,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":688577,"timestamp":316738196,"id":34,"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":1769663629210,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5004,"timestamp":317454861,"id":56,"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-kind.js","layer":"pages-dir-node"},"startTime":1769663629927,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2019,"timestamp":317458460,"id":58,"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/build/templates/helpers.js","layer":"pages-dir-node"},"startTime":1769663629931,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8602,"timestamp":317458553,"id":59,"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/module.compiled.js","layer":"pages-dir-node"},"startTime":1769663629931,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":31654,"timestamp":317458622,"id":60,"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/pages-handler.js","layer":"pages-dir-node"},"startTime":1769663629931,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":40374,"timestamp":317458907,"id":63,"parentId":48,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663629931,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":483,"timestamp":317533353,"id":88,"parentId":31,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630005,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":15561,"timestamp":317526552,"id":66,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663629999,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":18924,"timestamp":317527887,"id":67,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630000,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":21036,"timestamp":317528174,"id":68,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630000,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":21652,"timestamp":317528440,"id":69,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630001,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":23983,"timestamp":317528661,"id":70,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630001,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":28537,"timestamp":317528875,"id":71,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630001,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":29099,"timestamp":317529147,"id":72,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630001,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":29940,"timestamp":317529379,"id":73,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630001,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":34304,"timestamp":317529625,"id":74,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630002,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":38033,"timestamp":317529921,"id":75,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630002,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":38501,"timestamp":317530454,"id":76,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630003,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":40748,"timestamp":317530709,"id":77,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630003,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":40847,"timestamp":317530961,"id":78,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630003,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":41072,"timestamp":317531220,"id":79,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630003,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":43648,"timestamp":317531699,"id":81,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630004,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":49718,"timestamp":317531924,"id":82,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630004,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":55091,"timestamp":317532178,"id":83,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630004,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":55646,"timestamp":317532407,"id":84,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630005,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":58851,"timestamp":317532633,"id":85,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630005,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":59536,"timestamp":317532869,"id":86,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630005,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":62283,"timestamp":317533120,"id":87,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630005,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":141610,"timestamp":317458677,"id":61,"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":1769663629931,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":142020,"timestamp":317458801,"id":62,"parentId":48,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663629931,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":142349,"timestamp":317458974,"id":64,"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/page-path/normalize-path-sep.js","layer":"pages-dir-node"},"startTime":1769663629931,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":142641,"timestamp":317459087,"id":65,"parentId":55,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663629931,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":149520,"timestamp":317454973,"id":57,"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/pages/_error.js","layer":"pages-dir-node"},"startTime":1769663629927,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":88624,"timestamp":317531474,"id":80,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630004,"traceId":"0cd20127987d4cc2"},{"name":"build-module-cjs","duration":2392,"timestamp":317625946,"id":89,"parentId":30,"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":1769663630098,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":41856,"timestamp":317627060,"id":96,"parentId":48,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630099,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":68264,"timestamp":317626297,"id":91,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630098,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":69561,"timestamp":317626515,"id":92,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630099,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":70273,"timestamp":317626654,"id":93,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630099,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":70742,"timestamp":317626917,"id":95,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630099,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":71704,"timestamp":317626784,"id":94,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630099,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":73828,"timestamp":317626093,"id":90,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630098,"traceId":"0cd20127987d4cc2"},{"name":"add-entry","duration":1103472,"timestamp":316608075,"id":24,"parentId":22,"tags":{"request":"next/dist/pages/_app"},"startTime":1769663629080,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":69,"timestamp":317712395,"id":97,"parentId":59,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.prod.js","layer":null},"startTime":1769663630184,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1905,"timestamp":317712493,"id":98,"parentId":60,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630185,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9810,"timestamp":317712578,"id":99,"parentId":60,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630185,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11208,"timestamp":317712643,"id":100,"parentId":60,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630185,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":18253,"timestamp":317712693,"id":101,"parentId":60,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630185,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":18588,"timestamp":317712737,"id":102,"parentId":60,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630185,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":18923,"timestamp":317712776,"id":103,"parentId":60,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630185,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":69,"timestamp":317745917,"id":105,"parentId":76,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1769663630218,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11743,"timestamp":317746663,"id":109,"parentId":60,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630219,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":41922,"timestamp":317746038,"id":106,"parentId":67,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630218,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":78475,"timestamp":317712824,"id":104,"parentId":60,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630185,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":51969,"timestamp":317746370,"id":107,"parentId":71,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630218,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":52311,"timestamp":317746530,"id":108,"parentId":67,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630219,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":47222,"timestamp":317752511,"id":111,"parentId":33,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"rsc"},"startTime":1769663630225,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":53853,"timestamp":317746722,"id":110,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/layout.tsx","layer":"rsc"},"startTime":1769663630219,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4458,"timestamp":317824025,"id":112,"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/router/utils/index.js","layer":"pages-dir-node"},"startTime":1769663630296,"traceId":"0cd20127987d4cc2"},{"name":"build-module-external","duration":68,"timestamp":317847263,"id":113,"parentId":60,"tags":{"name":"../../../shared/lib/no-fallback-error.external","layer":null},"startTime":1769663630319,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2472,"timestamp":317847477,"id":114,"parentId":60,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630320,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2656,"timestamp":317847954,"id":116,"parentId":100,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630320,"traceId":"0cd20127987d4cc2"}]
2
+ [{"name":"build-module-js","duration":10363,"timestamp":318406213,"id":217,"parentId":171,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630878,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8321,"timestamp":318417295,"id":218,"parentId":208,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630889,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3553,"timestamp":318428139,"id":220,"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/lib/framework/boundary-constants.js","layer":"rsc"},"startTime":1769663630900,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4599,"timestamp":318428384,"id":221,"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/server/request/pathname.js","layer":"rsc"},"startTime":1769663630900,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":19739,"timestamp":318428611,"id":222,"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/lib/metadata/resolve-metadata.js","layer":"rsc"},"startTime":1769663630901,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":21976,"timestamp":318428826,"id":223,"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/client/components/http-access-fallback/http-access-fallback.js","layer":"rsc"},"startTime":1769663630901,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":23529,"timestamp":318428939,"id":224,"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/get-dynamic-param.js","layer":"rsc"},"startTime":1769663630901,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":25458,"timestamp":318427956,"id":219,"parentId":217,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630900,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":26232,"timestamp":318429072,"id":225,"parentId":110,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"rsc"},"startTime":1769663630901,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8135,"timestamp":318464179,"id":226,"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/lib/metadata/generate/basic.js","layer":"rsc"},"startTime":1769663630936,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2921,"timestamp":318496261,"id":228,"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/lib/metadata/generate/alternate.js","layer":"rsc"},"startTime":1769663630968,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5006,"timestamp":318496539,"id":229,"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/lib/metadata/generate/opengraph.js","layer":"rsc"},"startTime":1769663630969,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5922,"timestamp":318496746,"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/lib/metadata/generate/icons.js","layer":"rsc"},"startTime":1769663630969,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7243,"timestamp":318496949,"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/lib/metadata/generate/meta.js","layer":"rsc"},"startTime":1769663630969,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7255,"timestamp":318497280,"id":233,"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/server/lib/router-utils/is-postpone.js","layer":"rsc"},"startTime":1769663630969,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":15909,"timestamp":318491920,"id":227,"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/shared/lib/segment.js","layer":"pages-dir-node"},"startTime":1769663630964,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":12751,"timestamp":318497180,"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/client/components/metadata/async-metadata.js","layer":"rsc"},"startTime":1769663630969,"traceId":"0cd20127987d4cc2"},{"name":"add-entry","duration":1902959,"timestamp":316608239,"id":29,"parentId":22,"tags":{"request":"next/dist/pages/_document"},"startTime":1769663629080,"traceId":"0cd20127987d4cc2"},{"name":"build-module-cjs","duration":1590,"timestamp":318516455,"id":234,"parentId":121,"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":1769663630989,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2012,"timestamp":318516541,"id":235,"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/compiled/react-server-dom-webpack/client.node.js","layer":"rsc"},"startTime":1769663630989,"traceId":"0cd20127987d4cc2"},{"name":"build-module-css","duration":651,"timestamp":318533946,"id":239,"parentId":110,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/globals.css","layer":"rsc"},"startTime":1769663631006,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9192,"timestamp":318533616,"id":237,"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/server/web/spec-extension/adapters/headers.js","layer":"rsc"},"startTime":1769663631006,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":14262,"timestamp":318533392,"id":236,"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":1769663631005,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":14579,"timestamp":318533830,"id":238,"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/client/components/styles/access-error-styles.js","layer":"rsc"},"startTime":1769663631006,"traceId":"0cd20127987d4cc2"},{"name":"build-module-external","duration":39,"timestamp":318548750,"id":240,"parentId":193,"tags":{"name":"../app-render/after-task-async-storage.external","layer":null},"startTime":1769663631021,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":309,"timestamp":318550754,"id":241,"parentId":137,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663631023,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":409,"timestamp":318557193,"id":242,"parentId":137,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663631029,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5635,"timestamp":318560688,"id":247,"parentId":205,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663631033,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10998,"timestamp":318559714,"id":243,"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/lib/error-telemetry-utils.js","layer":"rsc"},"startTime":1769663631032,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10773,"timestamp":318560467,"id":246,"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/app-render/react-large-shell-error.js","layer":"rsc"},"startTime":1769663631033,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":14103,"timestamp":318560743,"id":248,"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/web/utils.js","layer":"rsc"},"startTime":1769663631033,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":16928,"timestamp":318560321,"id":245,"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/client/components/is-next-router-error.js","layer":"rsc"},"startTime":1769663631032,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":17094,"timestamp":318560949,"id":249,"parentId":192,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663631033,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1026,"timestamp":318578539,"id":250,"parentId":205,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663631051,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2556,"timestamp":318578658,"id":251,"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/base-http/helpers.js","layer":"rsc"},"startTime":1769663631051,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":24729,"timestamp":318560059,"id":244,"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/lib/format-server-error.js","layer":"rsc"},"startTime":1769663631032,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4903,"timestamp":318590230,"id":252,"parentId":205,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663631062,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6627,"timestamp":318590313,"id":253,"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/web/spec-extension/request.js","layer":"rsc"},"startTime":1769663631062,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":111264,"timestamp":318607085,"id":254,"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/interop-default.js","layer":"rsc"},"startTime":1769663631079,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":112731,"timestamp":318607412,"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/route-pattern-normalizer.js","layer":"rsc"},"startTime":1769663631080,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":113223,"timestamp":318607620,"id":256,"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/default-metadata.js","layer":"rsc"},"startTime":1769663631080,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":645,"timestamp":318724213,"id":263,"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/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1769663631196,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1859,"timestamp":318728470,"id":264,"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/server/lib/app-dir-module.js","layer":"rsc"},"startTime":1769663631201,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1695,"timestamp":318734115,"id":265,"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/metadata/constants.js","layer":"rsc"},"startTime":1769663631206,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2216,"timestamp":318734375,"id":266,"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/generate/utils.js","layer":"rsc"},"startTime":1769663631206,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4033,"timestamp":318737541,"id":267,"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/build/output/log.js","layer":"rsc"},"startTime":1769663631210,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":13154,"timestamp":318737781,"id":268,"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/resolvers/resolve-opengraph.js","layer":"rsc"},"startTime":1769663631210,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":13624,"timestamp":318738058,"id":269,"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/resolvers/resolve-title.js","layer":"rsc"},"startTime":1769663631210,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":17926,"timestamp":318738298,"id":270,"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/resolvers/resolve-basics.js","layer":"rsc"},"startTime":1769663631210,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":18596,"timestamp":318738535,"id":271,"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/resolvers/resolve-icons.js","layer":"rsc"},"startTime":1769663631211,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":957,"timestamp":318779321,"id":272,"parentId":231,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663631251,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3735,"timestamp":318781859,"id":273,"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/lib/metadata/generate/icon-mark.js","layer":"rsc"},"startTime":1769663631254,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4578,"timestamp":318785850,"id":274,"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/compiled/cookie/index.js","layer":"rsc"},"startTime":1769663631258,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":106908,"timestamp":318786142,"id":275,"parentId":235,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663631258,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":40,"timestamp":318902218,"id":276,"parentId":275,"tags":{"name":"util","layer":null},"startTime":1769663631374,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6284,"timestamp":318902760,"id":279,"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/server/web/next-url.js","layer":"pages-dir-node"},"startTime":1769663631375,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6536,"timestamp":318903041,"id":281,"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/server/web/spec-extension/cookies.js","layer":"pages-dir-node"},"startTime":1769663631375,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11504,"timestamp":318902291,"id":277,"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/compiled/string-hash/index.js","layer":"rsc"},"startTime":1769663631374,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":16995,"timestamp":318902815,"id":280,"parentId":253,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663631375,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":17220,"timestamp":318903123,"id":282,"parentId":253,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663631375,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":21915,"timestamp":318902618,"id":278,"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/client/components/redirect-error.js","layer":"rsc"},"startTime":1769663631375,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2180,"timestamp":318945777,"id":283,"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/server/web/error.js","layer":"pages-dir-node"},"startTime":1769663631418,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4267,"timestamp":318945908,"id":284,"parentId":253,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663631418,"traceId":"0cd20127987d4cc2"},{"name":"font-loader","duration":260290,"timestamp":318699150,"id":262,"parentId":261,"tags":{},"startTime":1769663631171,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7626,"timestamp":318969261,"id":285,"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/path-to-regexp/index.js","layer":"rsc"},"startTime":1769663631441,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9161,"timestamp":318969577,"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/picocolors.js","layer":"rsc"},"startTime":1769663631442,"traceId":"0cd20127987d4cc2"},{"name":"font-loader","duration":313102,"timestamp":318668770,"id":260,"parentId":259,"tags":{},"startTime":1769663631141,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2422,"timestamp":318982063,"id":287,"parentId":268,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663631454,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3896,"timestamp":318982363,"id":288,"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/server/lib/lru-cache.js","layer":"rsc"},"startTime":1769663631454,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":12447,"timestamp":318982591,"id":289,"parentId":268,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663631455,"traceId":"0cd20127987d4cc2"},{"name":"postcss","duration":7884,"timestamp":319374576,"id":290,"parentId":261,"tags":{},"startTime":1769663631847,"traceId":"0cd20127987d4cc2"},{"name":"postcss","duration":3311,"timestamp":319379161,"id":291,"parentId":259,"tags":{},"startTime":1769663631851,"traceId":"0cd20127987d4cc2"},{"name":"next-font-loader","duration":684183,"timestamp":318699084,"id":261,"parentId":258,"tags":{},"startTime":1769663631171,"traceId":"0cd20127987d4cc2"},{"name":"next-font-loader","duration":768649,"timestamp":318614624,"id":259,"parentId":257,"tags":{},"startTime":1769663631087,"traceId":"0cd20127987d4cc2"},{"name":"css-loader","duration":61898,"timestamp":319382707,"id":292,"parentId":258,"tags":{"astUsed":"true"},"startTime":1769663631855,"traceId":"0cd20127987d4cc2"},{"name":"css-loader","duration":61373,"timestamp":319383247,"id":293,"parentId":257,"tags":{"astUsed":"true"},"startTime":1769663631855,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":830917,"timestamp":318614324,"id":258,"parentId":110,"tags":{"name":"/home/runner/work/ClaudeShip/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":1769663631086,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":837747,"timestamp":318607816,"id":257,"parentId":110,"tags":{"name":"/home/runner/work/ClaudeShip/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":1769663631080,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1072,"timestamp":319475378,"id":294,"parentId":167,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663631947,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11463,"timestamp":319477164,"id":295,"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":"pages-dir-node"},"startTime":1769663631949,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":12270,"timestamp":319477296,"id":296,"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/shared/lib/get-hostname.js","layer":"rsc"},"startTime":1769663631949,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":22295,"timestamp":319477433,"id":297,"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":"pages-dir-node"},"startTime":1769663631950,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":31211,"timestamp":319477521,"id":298,"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/shared/lib/router/utils/format-next-pathname-info.js","layer":"rsc"},"startTime":1769663631950,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":32655,"timestamp":319477639,"id":299,"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":"pages-dir-node"},"startTime":1769663631950,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":41312,"timestamp":319477713,"id":300,"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/shared/lib/router/utils/get-next-pathname-info.js","layer":"rsc"},"startTime":1769663631950,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5395,"timestamp":319530428,"id":301,"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":"pages-dir-node"},"startTime":1769663632003,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6203,"timestamp":319530604,"id":302,"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/shared/lib/i18n/detect-domain-locale.js","layer":"rsc"},"startTime":1769663632003,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5662,"timestamp":319532212,"id":304,"parentId":299,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632004,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7064,"timestamp":319531917,"id":303,"parentId":298,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632004,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6687,"timestamp":319562890,"id":305,"parentId":289,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632035,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4008,"timestamp":319570649,"id":306,"parentId":297,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632043,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4991,"timestamp":319570803,"id":307,"parentId":298,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632043,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5329,"timestamp":319570955,"id":308,"parentId":297,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632043,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5689,"timestamp":319571100,"id":309,"parentId":298,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632043,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6211,"timestamp":319587569,"id":310,"parentId":299,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632060,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6809,"timestamp":319587728,"id":311,"parentId":300,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632060,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":691,"timestamp":319605496,"id":312,"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/compiled/server-only/empty.js","layer":"rsc"},"startTime":1769663632078,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7347,"timestamp":319608427,"id":313,"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":"pages-dir-node"},"startTime":1769663632081,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":13355,"timestamp":319608513,"id":314,"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":"rsc"},"startTime":1769663632081,"traceId":"0cd20127987d4cc2"},{"name":"add-entry","duration":3014020,"timestamp":316608136,"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":1769663629080,"traceId":"0cd20127987d4cc2"},{"name":"add-entry","duration":3014738,"timestamp":316607429,"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":1769663629080,"traceId":"0cd20127987d4cc2"}]
3
+ [{"name":"build-module-js","duration":3939,"timestamp":317848290,"id":118,"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":1769663630320,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9479,"timestamp":317847644,"id":115,"parentId":71,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630320,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10407,"timestamp":317848057,"id":117,"parentId":87,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630320,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":13824,"timestamp":317848350,"id":119,"parentId":60,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630320,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":14514,"timestamp":317848446,"id":120,"parentId":72,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630321,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":18705,"timestamp":317848580,"id":121,"parentId":60,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630321,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":19460,"timestamp":317848669,"id":122,"parentId":60,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630321,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":26478,"timestamp":317848761,"id":123,"parentId":60,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630321,"traceId":"0cd20127987d4cc2"},{"name":"build-module-external","duration":63,"timestamp":317893416,"id":124,"parentId":81,"tags":{"name":"./work-async-storage.external","layer":null},"startTime":1769663630366,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6171,"timestamp":317893826,"id":126,"parentId":101,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630366,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6767,"timestamp":317894158,"id":128,"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":1769663630366,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7387,"timestamp":317894454,"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":1769663630367,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":15978,"timestamp":317897067,"id":132,"parentId":101,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630369,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":16586,"timestamp":317897622,"id":136,"parentId":100,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630370,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":24274,"timestamp":317893510,"id":125,"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/server/pipe-readable.js","layer":"rsc"},"startTime":1769663630366,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":24837,"timestamp":317893898,"id":127,"parentId":87,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630366,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":25603,"timestamp":317894224,"id":129,"parentId":87,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630366,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":36116,"timestamp":317894511,"id":131,"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/server/stream-utils/node-web-streams-helper.js","layer":"rsc"},"startTime":1769663630367,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":38540,"timestamp":317897379,"id":135,"parentId":71,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630369,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":40343,"timestamp":317897283,"id":134,"parentId":101,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630369,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":41413,"timestamp":317897141,"id":133,"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/invariant-error.js","layer":"rsc"},"startTime":1769663630369,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":47608,"timestamp":317897681,"id":137,"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/head.js","layer":"pages-dir-node"},"startTime":1769663630370,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":47872,"timestamp":317897886,"id":139,"parentId":60,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630370,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":48443,"timestamp":317897768,"id":138,"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/client/components/layout-router.js","layer":"rsc"},"startTime":1769663630370,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1644,"timestamp":317982207,"id":140,"parentId":132,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630454,"traceId":"0cd20127987d4cc2"},{"name":"build-module-external","duration":72,"timestamp":317999161,"id":141,"parentId":82,"tags":{"name":"./work-unit-async-storage.external","layer":null},"startTime":1769663630471,"traceId":"0cd20127987d4cc2"},{"name":"build-module-external","duration":16,"timestamp":317999274,"id":142,"parentId":82,"tags":{"name":"../app-render/action-async-storage.external","layer":null},"startTime":1769663630471,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":19757,"timestamp":317999828,"id":146,"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/server/request/search-params.js","layer":"rsc"},"startTime":1769663630472,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":33170,"timestamp":318000086,"id":147,"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/server/request/params.js","layer":"rsc"},"startTime":1769663630472,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":36008,"timestamp":318000401,"id":149,"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/server/app-render/collect-segment-data.js","layer":"rsc"},"startTime":1769663630472,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":55643,"timestamp":318000586,"id":150,"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/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1769663630473,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":58649,"timestamp":317999560,"id":144,"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/client/components/client-page.js","layer":"rsc"},"startTime":1769663630472,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":58963,"timestamp":317999700,"id":145,"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/client/components/client-segment.js","layer":"rsc"},"startTime":1769663630472,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":59497,"timestamp":318000291,"id":148,"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/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1769663630472,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":60916,"timestamp":317999309,"id":143,"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/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1769663630471,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1098,"timestamp":318085831,"id":154,"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":1769663630558,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3267,"timestamp":318085459,"id":152,"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/base-http/index.js","layer":"rsc"},"startTime":1769663630558,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6510,"timestamp":318085675,"id":153,"parentId":87,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630558,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":10302,"timestamp":318082821,"id":151,"parentId":35,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"rsc"},"startTime":1769663630555,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8616,"timestamp":318085956,"id":156,"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/shared/lib/router/utils/path-has-prefix.js","layer":"rsc"},"startTime":1769663630558,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9019,"timestamp":318086072,"id":157,"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/shared/lib/router/utils/remove-path-prefix.js","layer":"rsc"},"startTime":1769663630558,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10054,"timestamp":318085876,"id":155,"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/shared/lib/router/utils/app-paths.js","layer":"rsc"},"startTime":1769663630558,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10452,"timestamp":318086234,"id":159,"parentId":85,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630558,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10879,"timestamp":318086300,"id":160,"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/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-node"},"startTime":1769663630558,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":19964,"timestamp":318086162,"id":158,"parentId":85,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630558,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10068,"timestamp":318119462,"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/lib/metadata/metadata.js","layer":"rsc"},"startTime":1769663630592,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10836,"timestamp":318119915,"id":167,"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/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1769663630592,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9670,"timestamp":318121480,"id":168,"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/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1769663630594,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":15393,"timestamp":318116399,"id":161,"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/page-path/ensure-leading-slash.js","layer":"rsc"},"startTime":1769663630588,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":13991,"timestamp":318119208,"id":163,"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/client/components/http-access-fallback/error-boundary.js","layer":"rsc"},"startTime":1769663630591,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":19180,"timestamp":318119338,"id":164,"parentId":93,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630591,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":23178,"timestamp":318118997,"id":162,"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/remove-trailing-slash.js","layer":"rsc"},"startTime":1769663630591,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":32771,"timestamp":318119687,"id":166,"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/lib/framework/boundary-components.js","layer":"rsc"},"startTime":1769663630592,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6529,"timestamp":318167988,"id":169,"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/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1769663630640,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11267,"timestamp":318168362,"id":170,"parentId":112,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630640,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11918,"timestamp":318168488,"id":171,"parentId":112,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630641,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":3678,"timestamp":318191892,"id":172,"parentId":34,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"rsc"},"startTime":1769663630664,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1275,"timestamp":318195990,"id":174,"parentId":126,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630668,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6238,"timestamp":318195727,"id":173,"parentId":92,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630668,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6485,"timestamp":318196071,"id":175,"parentId":125,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630668,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8300,"timestamp":318196276,"id":176,"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/shared/lib/router/utils/html-bots.js","layer":"rsc"},"startTime":1769663630668,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9055,"timestamp":318196407,"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/shared/lib/router/utils/html-bots.js","layer":"pages-dir-node"},"startTime":1769663630669,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":13033,"timestamp":318196487,"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/shared/lib/router/utils/querystring.js","layer":"pages-dir-node"},"startTime":1769663630669,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":13545,"timestamp":318196561,"id":179,"parentId":123,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630669,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":14000,"timestamp":318196643,"id":180,"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/parse-path.js","layer":"rsc"},"startTime":1769663630669,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2015,"timestamp":318228299,"id":181,"parentId":126,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630700,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2623,"timestamp":318228693,"id":183,"parentId":132,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630701,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7216,"timestamp":318228407,"id":182,"parentId":125,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630701,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7854,"timestamp":318228747,"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/server/stream-utils/uint8array-helpers.js","layer":"rsc"},"startTime":1769663630701,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":15673,"timestamp":318228942,"id":185,"parentId":137,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630701,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":16987,"timestamp":318229061,"id":186,"parentId":137,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630701,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9817,"timestamp":318257557,"id":187,"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/api-utils/index.js","layer":"rsc"},"startTime":1769663630730,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1006,"timestamp":318282164,"id":188,"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/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static.js","layer":"rsc"},"startTime":1769663630754,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":981,"timestamp":318282379,"id":189,"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/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js","layer":"rsc"},"startTime":1769663630754,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4911,"timestamp":318284941,"id":190,"parentId":146,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630757,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9326,"timestamp":318285197,"id":191,"parentId":146,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630757,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":17051,"timestamp":318285748,"id":194,"parentId":137,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630758,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":17756,"timestamp":318285825,"id":195,"parentId":132,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630758,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":18354,"timestamp":318285891,"id":196,"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/errors/constants.js","layer":"rsc"},"startTime":1769663630758,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":19132,"timestamp":318285990,"id":197,"parentId":132,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630758,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":19551,"timestamp":318286309,"id":198,"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/segment-cache/output-export-prefetch-encoding.js","layer":"rsc"},"startTime":1769663630758,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":21316,"timestamp":318285565,"id":193,"parentId":146,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630758,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":29451,"timestamp":318285391,"id":192,"parentId":146,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630757,"traceId":"0cd20127987d4cc2"},{"name":"build-module-external","duration":52,"timestamp":318335044,"id":199,"parentId":147,"tags":{"name":"../app-render/dynamic-access-async-storage.external","layer":null},"startTime":1769663630807,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1479,"timestamp":318336150,"id":205,"parentId":126,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630808,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5544,"timestamp":318335133,"id":200,"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/server/app-render/create-error-handler.js","layer":"rsc"},"startTime":1769663630807,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6707,"timestamp":318335456,"id":201,"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/server/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1769663630808,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7097,"timestamp":318335749,"id":202,"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/server/lib/clone-response.js","layer":"rsc"},"startTime":1769663630808,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8374,"timestamp":318336186,"id":206,"parentId":125,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630808,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":16311,"timestamp":318335928,"id":203,"parentId":146,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630808,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":26320,"timestamp":318336062,"id":204,"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/segment-cache/segment-value-encoding.js","layer":"rsc"},"startTime":1769663630808,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6037,"timestamp":318363885,"id":207,"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/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js","layer":"rsc"},"startTime":1769663630836,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1991,"timestamp":318385947,"id":208,"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/lib/is-error.js","layer":"rsc"},"startTime":1769663630858,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2853,"timestamp":318391730,"id":210,"parentId":100,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630864,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8573,"timestamp":318391395,"id":209,"parentId":71,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630863,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8849,"timestamp":318391812,"id":211,"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/server/api-utils/get-cookie-parser.js","layer":"rsc"},"startTime":1769663630864,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9033,"timestamp":318392222,"id":213,"parentId":146,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663630864,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11593,"timestamp":318392074,"id":212,"parentId":204,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663630864,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":12830,"timestamp":318392444,"id":214,"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":1769663630865,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7728,"timestamp":318405713,"id":215,"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/escape-regexp.js","layer":"rsc"},"startTime":1769663630878,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9119,"timestamp":318406037,"id":216,"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/interception-routes.js","layer":"rsc"},"startTime":1769663630878,"traceId":"0cd20127987d4cc2"}]
4
+ [{"name":"add-entry","duration":3014000,"timestamp":316608171,"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":1769663629080,"traceId":"0cd20127987d4cc2"},{"name":"add-entry","duration":3013956,"timestamp":316608220,"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":1769663629080,"traceId":"0cd20127987d4cc2"},{"name":"add-entry","duration":3013981,"timestamp":316608198,"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":1769663629080,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":1685,"timestamp":319768413,"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":1769663632241,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":334,"timestamp":319770128,"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":1769663632242,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":818,"timestamp":319770485,"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":1769663632243,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":740,"timestamp":319771325,"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":1769663632243,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":254,"timestamp":319772084,"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":1769663632244,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":240,"timestamp":319772354,"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":1769663632244,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":234,"timestamp":319772609,"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":1769663632245,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":259,"timestamp":319772857,"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":1769663632245,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":347,"timestamp":319773131,"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":1769663632245,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":252,"timestamp":319773493,"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":1769663632246,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":10267,"timestamp":319794442,"id":347,"parentId":341,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"ssr"},"startTime":1769663632267,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":18807,"timestamp":319796135,"id":349,"parentId":343,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"ssr"},"startTime":1769663632268,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":23855,"timestamp":319796337,"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":1769663632268,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":30947,"timestamp":319795877,"id":348,"parentId":345,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"ssr"},"startTime":1769663632268,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":31884,"timestamp":319797081,"id":351,"parentId":337,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"ssr"},"startTime":1769663632269,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":21928,"timestamp":319808146,"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":1769663632280,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":22833,"timestamp":319808308,"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":1769663632280,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":47535,"timestamp":319808406,"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":1769663632281,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":19746,"timestamp":319840210,"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":1769663632312,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7825,"timestamp":319862399,"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":1769663632334,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10494,"timestamp":319862265,"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":1769663632334,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11634,"timestamp":319862537,"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":1769663632335,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":13061,"timestamp":319861923,"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":1769663632334,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":19994,"timestamp":319880969,"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":1769663632353,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":27164,"timestamp":319881213,"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":1769663632353,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":33614,"timestamp":319880778,"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":1769663632353,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5000,"timestamp":319918306,"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":1769663632390,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1823,"timestamp":319926061,"id":364,"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":1769663632398,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5855,"timestamp":319926304,"id":365,"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":1769663632398,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6149,"timestamp":319926410,"id":366,"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":1769663632399,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3101,"timestamp":319932787,"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/dynamic-rendering-utils.js","layer":"ssr"},"startTime":1769663632405,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4210,"timestamp":319933026,"id":368,"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":1769663632405,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4059,"timestamp":319933652,"id":372,"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":1769663632406,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":13981,"timestamp":319933569,"id":371,"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":1769663632406,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":14756,"timestamp":319933396,"id":370,"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":1769663632405,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":18281,"timestamp":319933220,"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/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1769663632405,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10230,"timestamp":319952135,"id":373,"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":1769663632424,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10347,"timestamp":319952277,"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":1769663632424,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1929,"timestamp":319969296,"id":375,"parentId":369,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663632441,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6376,"timestamp":319969735,"id":377,"parentId":369,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632442,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6872,"timestamp":319969830,"id":378,"parentId":369,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632442,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8098,"timestamp":319969560,"id":376,"parentId":370,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632442,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3856,"timestamp":319980271,"id":379,"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":1769663632452,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3041,"timestamp":319981850,"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/unresolved-thenable.js","layer":"ssr"},"startTime":1769663632454,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3508,"timestamp":319981963,"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/match-segments.js","layer":"ssr"},"startTime":1769663632454,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4095,"timestamp":319982112,"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":1769663632454,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5044,"timestamp":319982054,"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/error-boundary.js","layer":"ssr"},"startTime":1769663632454,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7908,"timestamp":319982209,"id":385,"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":1769663632454,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10047,"timestamp":319982162,"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/redirect-boundary.js","layer":"ssr"},"startTime":1769663632454,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10352,"timestamp":319982256,"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":1769663632454,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":757,"timestamp":320006750,"id":391,"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":1769663632479,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":786,"timestamp":320006867,"id":392,"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":1769663632479,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4261,"timestamp":320003947,"id":388,"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/is-next-router-error.js","layer":"ssr"},"startTime":1769663632476,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8666,"timestamp":320004030,"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/shared/lib/router/utils/is-bot.js","layer":"ssr"},"startTime":1769663632476,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9263,"timestamp":320003828,"id":387,"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":1769663632476,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":15188,"timestamp":320006661,"id":390,"parentId":384,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632479,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5379,"timestamp":320017838,"id":393,"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-untracked.js","layer":"ssr"},"startTime":1769663632490,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2736,"timestamp":320023546,"id":394,"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":1769663632496,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3089,"timestamp":320024084,"id":395,"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":1769663632496,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4723,"timestamp":320024203,"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/router-reducer-types.js","layer":"ssr"},"startTime":1769663632496,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6331,"timestamp":320024260,"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/fetch-server-response.js","layer":"ssr"},"startTime":1769663632496,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2030,"timestamp":320031427,"id":398,"parentId":391,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663632504,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5714,"timestamp":320031572,"id":399,"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/shared/lib/router/utils/html-bots.js","layer":"ssr"},"startTime":1769663632504,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4504,"timestamp":320037811,"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/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1769663632510,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4984,"timestamp":320038148,"id":402,"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":1769663632510,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5947,"timestamp":320037927,"id":401,"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":1769663632510,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4354,"timestamp":320040467,"id":403,"parentId":397,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632513,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2524,"timestamp":320046765,"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/nav-failure-handler.js","layer":"ssr"},"startTime":1769663632519,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":716,"timestamp":320049996,"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":1769663632522,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5130,"timestamp":320046915,"id":406,"parentId":384,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632519,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6244,"timestamp":320046856,"id":405,"parentId":384,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632519,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5947,"timestamp":320048051,"id":407,"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/shared/lib/router/utils/interception-routes.js","layer":"ssr"},"startTime":1769663632520,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":3181,"timestamp":320061491,"id":409,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/Header.tsx","layer":"ssr"},"startTime":1769663632534,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":4281,"timestamp":320061759,"id":411,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectList.tsx","layer":"ssr"},"startTime":1769663632534,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":5861,"timestamp":320061647,"id":410,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectModal.tsx","layer":"ssr"},"startTime":1769663632534,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":7249,"timestamp":320061963,"id":413,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/button.tsx","layer":"ssr"},"startTime":1769663632534,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":6303,"timestamp":320063325,"id":414,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/input.tsx","layer":"ssr"},"startTime":1769663632535,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":28650,"timestamp":320061867,"id":412,"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":1769663632534,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6039,"timestamp":320089430,"id":416,"parentId":397,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663632562,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6649,"timestamp":320089492,"id":417,"parentId":397,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663632562,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7938,"timestamp":320089547,"id":418,"parentId":397,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663632562,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8657,"timestamp":320089595,"id":419,"parentId":397,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663632562,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9117,"timestamp":320089643,"id":420,"parentId":397,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632562,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11371,"timestamp":320089312,"id":415,"parentId":397,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663632561,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":12527,"timestamp":320089695,"id":421,"parentId":349,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/workspace/WorkspaceLayout.tsx","layer":"ssr"},"startTime":1769663632562,"traceId":"0cd20127987d4cc2"},{"name":"build-module-ts","duration":10766,"timestamp":320092309,"id":422,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useProjectStore.ts","layer":"ssr"},"startTime":1769663632564,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":827,"timestamp":320123942,"id":425,"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":1769663632596,"traceId":"0cd20127987d4cc2"},{"name":"build-module-ts","duration":4519,"timestamp":320123823,"id":424,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/api.ts","layer":"ssr"},"startTime":1769663632596,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":15139,"timestamp":320123690,"id":423,"parentId":418,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632596,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1210,"timestamp":320144332,"id":426,"parentId":397,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663632616,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7739,"timestamp":320144575,"id":428,"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/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1769663632617,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8557,"timestamp":320144506,"id":427,"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/navigation.react-server.js","layer":"ssr"},"startTime":1769663632617,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8891,"timestamp":320144682,"id":430,"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/create-href-from-url.js","layer":"ssr"},"startTime":1769663632617,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9631,"timestamp":320144627,"id":429,"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/unrecognized-action-error.js","layer":"ssr"},"startTime":1769663632617,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":13179,"timestamp":320144729,"id":431,"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/reducers/get-segment-value.js","layer":"ssr"},"startTime":1769663632617,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":963,"timestamp":320189132,"id":436,"parentId":393,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663632661,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8148,"timestamp":320182795,"id":434,"parentId":420,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632655,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":12315,"timestamp":320182319,"id":432,"parentId":409,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/LanguageSwitcher.tsx","layer":"ssr"},"startTime":1769663632654,"traceId":"0cd20127987d4cc2"}]
5
+ [{"name":"build-module-js","duration":6709,"timestamp":320651716,"id":538,"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/table.js","layer":"ssr"},"startTime":1769663633124,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":2042,"timestamp":320658743,"id":539,"parentId":466,"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":1769663633131,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11222,"timestamp":320651273,"id":533,"parentId":522,"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":1769663633123,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11389,"timestamp":320651384,"id":534,"parentId":521,"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":1769663633123,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":1429,"timestamp":320666857,"id":544,"parentId":466,"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":1769663633139,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2978,"timestamp":320666507,"id":540,"parentId":481,"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":1769663633139,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3179,"timestamp":320666624,"id":541,"parentId":482,"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":1769663633139,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":13607,"timestamp":320666707,"id":542,"parentId":478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663633139,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":18452,"timestamp":320666786,"id":543,"parentId":478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633139,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":13516,"timestamp":320672574,"id":545,"parentId":471,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageList.tsx","layer":"ssr"},"startTime":1769663633145,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":24760,"timestamp":320672773,"id":546,"parentId":471,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageInput.tsx","layer":"ssr"},"startTime":1769663633145,"traceId":"0cd20127987d4cc2"},{"name":"build-module-ts","duration":25646,"timestamp":320672940,"id":547,"parentId":461,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/usePreviewStore.ts","layer":"ssr"},"startTime":1769663633145,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":25624,"timestamp":320673279,"id":549,"parentId":486,"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":1769663633145,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":26039,"timestamp":320673194,"id":548,"parentId":486,"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":1769663633145,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8778,"timestamp":320700474,"id":550,"parentId":478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633173,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6031,"timestamp":320710097,"id":552,"parentId":505,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663633182,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8583,"timestamp":320709929,"id":551,"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":1769663633182,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":15403,"timestamp":320713682,"id":553,"parentId":546,"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":1769663633186,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3487,"timestamp":320732578,"id":555,"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/shared/lib/amp-mode.js","layer":"ssr"},"startTime":1769663633205,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3738,"timestamp":320732663,"id":556,"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/shared/lib/router/utils/remove-trailing-slash.js","layer":"ssr"},"startTime":1769663633205,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8482,"timestamp":320732444,"id":554,"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/shared/lib/side-effect.js","layer":"ssr"},"startTime":1769663633205,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8626,"timestamp":320732976,"id":559,"parentId":510,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663633205,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9454,"timestamp":320733074,"id":560,"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/components/router-reducer/router-reducer.js","layer":"ssr"},"startTime":1769663633205,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10460,"timestamp":320733158,"id":561,"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/components/router-reducer/reducers/prefetch-reducer.js","layer":"ssr"},"startTime":1769663633205,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":13087,"timestamp":320736551,"id":563,"parentId":534,"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":1769663633209,"traceId":"0cd20127987d4cc2"},{"name":"build-module-ts","duration":22323,"timestamp":320732734,"id":557,"parentId":471,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useChatStore.ts","layer":"ssr"},"startTime":1769663633205,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":27315,"timestamp":320732901,"id":558,"parentId":506,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633205,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":24385,"timestamp":320736440,"id":562,"parentId":529,"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":1769663633209,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3569,"timestamp":320773928,"id":564,"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":1769663633246,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3811,"timestamp":320774079,"id":565,"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":1769663633246,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4100,"timestamp":320774196,"id":567,"parentId":529,"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":1769663633246,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4477,"timestamp":320774146,"id":566,"parentId":543,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633246,"traceId":"0cd20127987d4cc2"},{"name":"build-module-ts","duration":2597,"timestamp":320778976,"id":569,"parentId":520,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/chat.ts","layer":"ssr"},"startTime":1769663633251,"traceId":"0cd20127987d4cc2"},{"name":"build-module-ts","duration":3461,"timestamp":320778838,"id":568,"parentId":520,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/project.ts","layer":"ssr"},"startTime":1769663633251,"traceId":"0cd20127987d4cc2"},{"name":"build-module-ts","duration":3193,"timestamp":320786128,"id":570,"parentId":520,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/preview.ts","layer":"ssr"},"startTime":1769663633258,"traceId":"0cd20127987d4cc2"},{"name":"build-module-ts","duration":3943,"timestamp":320786348,"id":571,"parentId":520,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/tech-stack.ts","layer":"ssr"},"startTime":1769663633258,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":6589,"timestamp":320786535,"id":572,"parentId":545,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageItem.tsx","layer":"ssr"},"startTime":1769663633259,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6706,"timestamp":320786906,"id":574,"parentId":553,"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":1769663633259,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9629,"timestamp":320787024,"id":575,"parentId":553,"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":1769663633259,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":7468,"timestamp":320790337,"id":576,"parentId":546,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ModeToggle.tsx","layer":"ssr"},"startTime":1769663633262,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":7907,"timestamp":320790558,"id":577,"parentId":546,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/FilePreview.tsx","layer":"ssr"},"startTime":1769663633263,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":14344,"timestamp":320786720,"id":573,"parentId":545,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/StreamingMessage.tsx","layer":"ssr"},"startTime":1769663633259,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":11335,"timestamp":320790752,"id":578,"parentId":546,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/QueuePreview.tsx","layer":"ssr"},"startTime":1769663633263,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":49830,"timestamp":320815464,"id":580,"parentId":465,"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":1769663633288,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":63361,"timestamp":320815324,"id":579,"parentId":572,"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":1769663633287,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10946,"timestamp":320869963,"id":585,"parentId":561,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633342,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11644,"timestamp":320870163,"id":587,"parentId":560,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633342,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":12483,"timestamp":320870237,"id":588,"parentId":560,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633342,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":13651,"timestamp":320870307,"id":589,"parentId":560,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633342,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":14984,"timestamp":320870379,"id":590,"parentId":560,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633342,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":18524,"timestamp":320870076,"id":586,"parentId":560,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633342,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":28474,"timestamp":320869472,"id":581,"parentId":576,"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":1769663633342,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":28519,"timestamp":320869666,"id":582,"parentId":577,"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":1769663633342,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":28479,"timestamp":320869873,"id":584,"parentId":578,"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":1769663633342,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":28835,"timestamp":320869775,"id":583,"parentId":573,"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":1769663633342,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4091,"timestamp":320904250,"id":592,"parentId":558,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663633376,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4541,"timestamp":320904122,"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/defaultAttributes.js","layer":"ssr"},"startTime":1769663633376,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7637,"timestamp":320906684,"id":595,"parentId":558,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633379,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7972,"timestamp":320906901,"id":597,"parentId":558,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633379,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":12421,"timestamp":320904372,"id":594,"parentId":560,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633376,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11043,"timestamp":320906807,"id":596,"parentId":558,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633379,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":15368,"timestamp":320904321,"id":593,"parentId":561,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633376,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1039,"timestamp":320933181,"id":598,"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/server/route-modules/app-page/vendored/contexts/amp-context.js","layer":"ssr"},"startTime":1769663633405,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1048,"timestamp":320933355,"id":599,"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/server/route-modules/app-page/vendored/contexts/head-manager-context.js","layer":"ssr"},"startTime":1769663633405,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":731,"timestamp":320935154,"id":601,"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":1769663633407,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":742,"timestamp":320935288,"id":602,"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":1769663633407,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4259,"timestamp":320933470,"id":600,"parentId":558,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633406,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2490,"timestamp":320944379,"id":604,"parentId":579,"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":1769663633416,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2868,"timestamp":320944273,"id":603,"parentId":579,"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":1769663633416,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2987,"timestamp":320944441,"id":605,"parentId":579,"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":1769663633417,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3969,"timestamp":320947559,"id":606,"parentId":579,"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":1769663633420,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4165,"timestamp":320947652,"id":607,"parentId":579,"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":1769663633420,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4389,"timestamp":320947713,"id":608,"parentId":579,"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":1769663633420,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4742,"timestamp":320948841,"id":610,"parentId":588,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633421,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5193,"timestamp":320948955,"id":611,"parentId":588,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633421,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7849,"timestamp":320949081,"id":612,"parentId":588,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633421,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":15608,"timestamp":320947767,"id":609,"parentId":587,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633420,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7364,"timestamp":320963953,"id":613,"parentId":588,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633436,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8509,"timestamp":320964115,"id":614,"parentId":590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633436,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9242,"timestamp":320964204,"id":615,"parentId":589,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633436,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4246,"timestamp":320974100,"id":618,"parentId":586,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633446,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5098,"timestamp":320973983,"id":617,"parentId":586,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633446,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5668,"timestamp":320974180,"id":619,"parentId":586,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633446,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7183,"timestamp":320973861,"id":616,"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/router-reducer/refetch-inactive-parallel-segments.js","layer":"ssr"},"startTime":1769663633446,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2860,"timestamp":320981688,"id":620,"parentId":581,"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":1769663633454,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3009,"timestamp":320981815,"id":621,"parentId":581,"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":1769663633454,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6910,"timestamp":320981909,"id":622,"parentId":586,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633454,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2762,"timestamp":320994717,"id":625,"parentId":584,"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":1769663633467,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3313,"timestamp":320994799,"id":626,"parentId":594,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663633467,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":4548,"timestamp":320994544,"id":624,"parentId":573,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/AskUserQuestionBlock.tsx","layer":"ssr"},"startTime":1769663633467,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":6084,"timestamp":320994327,"id":623,"parentId":572,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MarkdownRenderer.tsx","layer":"ssr"},"startTime":1769663633466,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":12302,"timestamp":320994879,"id":627,"parentId":594,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633467,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":12891,"timestamp":320994948,"id":628,"parentId":600,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633467,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3008,"timestamp":321010695,"id":629,"parentId":624,"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":1769663633483,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5017,"timestamp":321012338,"id":630,"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":1769663633484,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":558,"timestamp":321021567,"id":631,"parentId":585,"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":1769663633494,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":437,"timestamp":321022767,"id":632,"parentId":585,"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":1769663633495,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2432,"timestamp":321025383,"id":633,"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":1769663633497,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":2328,"timestamp":321028060,"id":634,"parentId":624,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/radio-group.tsx","layer":"ssr"},"startTime":1769663633500,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":2181,"timestamp":321028650,"id":635,"parentId":624,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/checkbox.tsx","layer":"ssr"},"startTime":1769663633501,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":4326,"timestamp":321029397,"id":636,"parentId":624,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/label.tsx","layer":"ssr"},"startTime":1769663633501,"traceId":"0cd20127987d4cc2"}]
6
+ [{"name":"build-module-tsx","duration":14156,"timestamp":320182598,"id":433,"parentId":411,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectCard.tsx","layer":"ssr"},"startTime":1769663632655,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":32014,"timestamp":320188943,"id":435,"parentId":411,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectCard.tsx","layer":"ssr"},"startTime":1769663632661,"traceId":"0cd20127987d4cc2"},{"name":"build-module-ts","duration":25644,"timestamp":320199309,"id":437,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/index.ts","layer":"ssr"},"startTime":1769663632671,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":52511,"timestamp":320244351,"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/unauthorized.js","layer":"ssr"},"startTime":1769663632716,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":53035,"timestamp":320244451,"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/not-found.js","layer":"ssr"},"startTime":1769663632717,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":53341,"timestamp":320244618,"id":448,"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":1769663632717,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":54028,"timestamp":320244536,"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/forbidden.js","layer":"ssr"},"startTime":1769663632717,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":55720,"timestamp":320244076,"id":444,"parentId":410,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/dialog.tsx","layer":"ssr"},"startTime":1769663632716,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":80966,"timestamp":320230207,"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":1769663632702,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":81028,"timestamp":320230421,"id":440,"parentId":409,"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":1769663632703,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":81319,"timestamp":320230345,"id":439,"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":1769663632702,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":82054,"timestamp":320230546,"id":442,"parentId":433,"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":1769663632703,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":82345,"timestamp":320230490,"id":441,"parentId":421,"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":1769663632703,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":82715,"timestamp":320230603,"id":443,"parentId":435,"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":1769663632703,"traceId":"0cd20127987d4cc2"},{"name":"build-module-ts","duration":2535,"timestamp":320316021,"id":449,"parentId":413,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/utils.ts","layer":"ssr"},"startTime":1769663632788,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":571,"timestamp":320323215,"id":452,"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/server/route-modules/app-page/vendored/contexts/server-inserted-html.js","layer":"ssr"},"startTime":1769663632795,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3756,"timestamp":320320995,"id":451,"parentId":434,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632793,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8867,"timestamp":320317326,"id":450,"parentId":409,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663632789,"traceId":"0cd20127987d4cc2"},{"name":"build-module-json","duration":972,"timestamp":320332419,"id":454,"parentId":437,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/en.json","layer":"ssr"},"startTime":1769663632805,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9146,"timestamp":320325069,"id":453,"parentId":409,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663632797,"traceId":"0cd20127987d4cc2"},{"name":"build-module-json","duration":170,"timestamp":320336143,"id":455,"parentId":437,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/ko.json","layer":"ssr"},"startTime":1769663632808,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":5015,"timestamp":320352396,"id":459,"parentId":413,"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":1769663632824,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":11310,"timestamp":320352570,"id":460,"parentId":437,"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":1769663632825,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":18897,"timestamp":320346694,"id":457,"parentId":453,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632819,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":21044,"timestamp":320346550,"id":456,"parentId":453,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632819,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":16389,"timestamp":320352274,"id":458,"parentId":448,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632824,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1088,"timestamp":320379997,"id":462,"parentId":458,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663632852,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4426,"timestamp":320380259,"id":463,"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":1769663632852,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":12869,"timestamp":320379304,"id":461,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/PreviewPanel.tsx","layer":"ssr"},"startTime":1769663632851,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":12627,"timestamp":320393277,"id":464,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileExplorer.tsx","layer":"ssr"},"startTime":1769663632865,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":15119,"timestamp":320393508,"id":465,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileViewer.tsx","layer":"ssr"},"startTime":1769663632866,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":2310,"timestamp":320409079,"id":466,"parentId":422,"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":1769663632881,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":15974,"timestamp":320409479,"id":468,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/testing/TestRunner.tsx","layer":"ssr"},"startTime":1769663632882,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":19417,"timestamp":320409306,"id":467,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/database/DatabasePanel.tsx","layer":"ssr"},"startTime":1769663632881,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":21763,"timestamp":320447176,"id":471,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ChatPanel.tsx","layer":"ssr"},"startTime":1769663632919,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":25062,"timestamp":320446963,"id":470,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/checkpoint/CheckpointPanel.tsx","layer":"ssr"},"startTime":1769663632919,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":26510,"timestamp":320446793,"id":469,"parentId":461,"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":1769663632919,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":15325,"timestamp":320474298,"id":474,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/env/EnvPanel.tsx","layer":"ssr"},"startTime":1769663632946,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":15920,"timestamp":320474060,"id":472,"parentId":464,"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":1769663632946,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":16362,"timestamp":320474206,"id":473,"parentId":465,"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":1769663632946,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":30071,"timestamp":320491194,"id":475,"parentId":433,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/card.tsx","layer":"ssr"},"startTime":1769663632963,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":30494,"timestamp":320491618,"id":478,"parentId":450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663632964,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":30648,"timestamp":320491817,"id":480,"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":1769663632964,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":32035,"timestamp":320491736,"id":479,"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/circle-alert.js","layer":"ssr"},"startTime":1769663632964,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":33001,"timestamp":320491420,"id":476,"parentId":468,"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":1769663632964,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":33223,"timestamp":320491527,"id":477,"parentId":467,"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":1769663632964,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7689,"timestamp":320542443,"id":483,"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/database.js","layer":"ssr"},"startTime":1769663633015,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7892,"timestamp":320542624,"id":485,"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":1769663633015,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8255,"timestamp":320542543,"id":484,"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":1769663633015,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9009,"timestamp":320541985,"id":481,"parentId":471,"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":1769663633014,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9042,"timestamp":320542335,"id":482,"parentId":470,"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":1769663633014,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4736,"timestamp":320552029,"id":487,"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":1769663633024,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5326,"timestamp":320551877,"id":486,"parentId":474,"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":1769663633024,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3987,"timestamp":320557607,"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/arrow-left.js","layer":"ssr"},"startTime":1769663633030,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4149,"timestamp":320557722,"id":489,"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.js","layer":"ssr"},"startTime":1769663633030,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4336,"timestamp":320557819,"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/code.js","layer":"ssr"},"startTime":1769663633030,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4552,"timestamp":320557902,"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/server.js","layer":"ssr"},"startTime":1769663633030,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4733,"timestamp":320557979,"id":492,"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":1769663633030,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4983,"timestamp":320558082,"id":493,"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":1769663633030,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2946,"timestamp":320564631,"id":495,"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":1769663633037,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3113,"timestamp":320564723,"id":496,"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/eye.js","layer":"ssr"},"startTime":1769663633037,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3672,"timestamp":320564518,"id":494,"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":1769663633037,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3278,"timestamp":320568349,"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/flask-conical.js","layer":"ssr"},"startTime":1769663633040,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3296,"timestamp":320569113,"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/settings-2.js","layer":"ssr"},"startTime":1769663633041,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3476,"timestamp":320569227,"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/folder-tree.js","layer":"ssr"},"startTime":1769663633041,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3550,"timestamp":320569401,"id":501,"parentId":443,"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":1769663633041,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3910,"timestamp":320569320,"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/x.js","layer":"ssr"},"startTime":1769663633041,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4012,"timestamp":320569485,"id":502,"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/git-branch.js","layer":"ssr"},"startTime":1769663633042,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4202,"timestamp":320569566,"id":503,"parentId":443,"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":1769663633042,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2884,"timestamp":320575271,"id":505,"parentId":453,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663633047,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3731,"timestamp":320575146,"id":504,"parentId":453,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663633047,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10370,"timestamp":320575353,"id":506,"parentId":453,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633047,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9868,"timestamp":320581596,"id":507,"parentId":453,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633054,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10740,"timestamp":320586243,"id":508,"parentId":453,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633058,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10997,"timestamp":320586355,"id":509,"parentId":453,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633058,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11329,"timestamp":320586436,"id":510,"parentId":453,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633059,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6715,"timestamp":320592624,"id":511,"parentId":505,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633065,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1940,"timestamp":320604264,"id":513,"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/external-link.js","layer":"ssr"},"startTime":1769663633076,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4237,"timestamp":320604139,"id":512,"parentId":511,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663633076,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4339,"timestamp":320604351,"id":514,"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/monitor.js","layer":"ssr"},"startTime":1769663633076,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4534,"timestamp":320604427,"id":515,"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/package.js","layer":"ssr"},"startTime":1769663633077,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3034,"timestamp":320609549,"id":516,"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/play.js","layer":"ssr"},"startTime":1769663633082,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3184,"timestamp":320609660,"id":517,"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/rotate-ccw.js","layer":"ssr"},"startTime":1769663633082,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3368,"timestamp":320609750,"id":518,"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/square.js","layer":"ssr"},"startTime":1769663633082,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3642,"timestamp":320609840,"id":519,"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/tablet.js","layer":"ssr"},"startTime":1769663633082,"traceId":"0cd20127987d4cc2"},{"name":"build-module-ts","duration":1536,"timestamp":320613655,"id":520,"parentId":410,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/index.ts","layer":"ssr"},"startTime":1769663633086,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":1327,"timestamp":320617259,"id":527,"parentId":449,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1769663633089,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6538,"timestamp":320615697,"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/terminal.js","layer":"ssr"},"startTime":1769663633088,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6707,"timestamp":320615787,"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/chevron-down.js","layer":"ssr"},"startTime":1769663633088,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6874,"timestamp":320615861,"id":525,"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/chevron-right.js","layer":"ssr"},"startTime":1769663633088,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":8914,"timestamp":320615533,"id":522,"parentId":461,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ErrorOverlay.tsx","layer":"ssr"},"startTime":1769663633088,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9033,"timestamp":320615932,"id":526,"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.js","layer":"ssr"},"startTime":1769663633088,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":11756,"timestamp":320615343,"id":521,"parentId":461,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ConsoleViewer.tsx","layer":"ssr"},"startTime":1769663633087,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":13961,"timestamp":320630372,"id":528,"parentId":449,"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":1769663633102,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8003,"timestamp":320647059,"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/copy.js","layer":"ssr"},"startTime":1769663633119,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8255,"timestamp":320647155,"id":531,"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":1769663633119,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8446,"timestamp":320647246,"id":532,"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/folder.js","layer":"ssr"},"startTime":1769663633119,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10372,"timestamp":320646884,"id":529,"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":1769663633119,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6091,"timestamp":320651479,"id":535,"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":1769663633124,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6194,"timestamp":320651636,"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/chevron-left.js","layer":"ssr"},"startTime":1769663633124,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6563,"timestamp":320651559,"id":536,"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":1769663633124,"traceId":"0cd20127987d4cc2"}]
7
+ [{"name":"build-module-js","duration":641,"timestamp":321037601,"id":639,"parentId":623,"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":1769663633510,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":565,"timestamp":321037810,"id":640,"parentId":623,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/index.js","layer":"ssr"},"startTime":1769663633510,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2638,"timestamp":321035877,"id":638,"parentId":635,"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":1769663633508,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2846,"timestamp":321035785,"id":637,"parentId":634,"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":1769663633508,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":973,"timestamp":321041162,"id":641,"parentId":637,"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":1769663633513,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1939,"timestamp":321043197,"id":642,"parentId":639,"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":1769663633515,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2156,"timestamp":321043331,"id":643,"parentId":640,"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":1769663633515,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":5578,"timestamp":321055928,"id":644,"parentId":635,"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":1769663633528,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":2969,"timestamp":321062303,"id":645,"parentId":636,"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":1769663633534,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":4510,"timestamp":321063242,"id":646,"parentId":634,"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":1769663633535,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":500,"timestamp":321091950,"id":647,"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":1769663633564,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":879,"timestamp":321098495,"id":648,"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":1769663633571,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":892,"timestamp":321098656,"id":649,"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":1769663633571,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":428,"timestamp":321105680,"id":650,"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":1769663633578,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":406,"timestamp":321109440,"id":651,"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":1769663633582,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":451,"timestamp":321113159,"id":652,"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":1769663633585,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":548,"timestamp":321114244,"id":653,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/index.js","layer":"ssr"},"startTime":1769663633586,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":542,"timestamp":321117438,"id":654,"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":1769663633590,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":506,"timestamp":321119841,"id":655,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/index.js","layer":"ssr"},"startTime":1769663633592,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":678,"timestamp":321126388,"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":1769663633598,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1204,"timestamp":321142409,"id":657,"parentId":647,"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":1769663633615,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3970,"timestamp":321142555,"id":658,"parentId":649,"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":1769663633615,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4145,"timestamp":321142666,"id":659,"parentId":650,"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":1769663633615,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4236,"timestamp":321142762,"id":660,"parentId":651,"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":1769663633615,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":937,"timestamp":321152273,"id":661,"parentId":652,"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":1769663633624,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3846,"timestamp":321152399,"id":662,"parentId":653,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.js","layer":"ssr"},"startTime":1769663633624,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1090,"timestamp":321157067,"id":663,"parentId":654,"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":1769663633629,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1321,"timestamp":321189807,"id":664,"parentId":662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.js","layer":"ssr"},"startTime":1769663633662,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3284,"timestamp":321190092,"id":665,"parentId":655,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.js","layer":"ssr"},"startTime":1769663633662,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":1935,"timestamp":321200344,"id":666,"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":1769663633672,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":2410,"timestamp":321200494,"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":1769663633673,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":1826,"timestamp":321205573,"id":668,"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":1769663633678,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":5472,"timestamp":321205771,"id":669,"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":1769663633678,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":5641,"timestamp":321205939,"id":670,"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":1769663633678,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":1141,"timestamp":321214562,"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":1769663633687,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":1382,"timestamp":321214799,"id":673,"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":1769663633687,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":1168,"timestamp":321217529,"id":675,"parentId":646,"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":1769663633690,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1163,"timestamp":321217701,"id":676,"parentId":648,"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":1769663633690,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":7070,"timestamp":321214691,"id":672,"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":1769663633687,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":8568,"timestamp":321217346,"id":674,"parentId":646,"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":1769663633689,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":731,"timestamp":321226692,"id":677,"parentId":648,"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":1769663633699,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":670,"timestamp":321229511,"id":678,"parentId":648,"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":1769663633702,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":802,"timestamp":321233464,"id":679,"parentId":648,"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":1769663633706,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":345,"timestamp":321237359,"id":680,"parentId":648,"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":1769663633709,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":398,"timestamp":321244840,"id":681,"parentId":648,"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":1769663633717,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":395,"timestamp":321247820,"id":682,"parentId":648,"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":1769663633720,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":532,"timestamp":321253446,"id":683,"parentId":652,"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":1769663633726,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":515,"timestamp":321262708,"id":684,"parentId":657,"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":1769663633735,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":472,"timestamp":321268201,"id":685,"parentId":657,"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":1769663633740,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":552,"timestamp":321275748,"id":686,"parentId":657,"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":1769663633748,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":577,"timestamp":321277508,"id":687,"parentId":657,"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":1769663633750,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":478,"timestamp":321282150,"id":688,"parentId":657,"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":1769663633754,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":906,"timestamp":321285126,"id":689,"parentId":658,"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":1769663633757,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":370,"timestamp":321288819,"id":690,"parentId":658,"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":1769663633761,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":841,"timestamp":321291108,"id":691,"parentId":658,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/index.js","layer":"ssr"},"startTime":1769663633763,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":638,"timestamp":321295287,"id":692,"parentId":658,"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":1769663633767,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":682,"timestamp":321299120,"id":693,"parentId":658,"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":1769663633771,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":608,"timestamp":321306657,"id":694,"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":1769663633779,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1077,"timestamp":321307893,"id":695,"parentId":658,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/index.js","layer":"ssr"},"startTime":1769663633780,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1094,"timestamp":321308103,"id":696,"parentId":665,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.js","layer":"ssr"},"startTime":1769663633780,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1072,"timestamp":321308279,"id":697,"parentId":665,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.js","layer":"ssr"},"startTime":1769663633780,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1205,"timestamp":321314718,"id":698,"parentId":665,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.js","layer":"ssr"},"startTime":1769663633787,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4627,"timestamp":321314910,"id":699,"parentId":676,"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":1769663633787,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4883,"timestamp":321315102,"id":700,"parentId":676,"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":1769663633787,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1447,"timestamp":321320793,"id":701,"parentId":658,"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":1769663633793,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3706,"timestamp":321320989,"id":702,"parentId":677,"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":1769663633793,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5202,"timestamp":321321185,"id":703,"parentId":677,"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":1769663633793,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":872,"timestamp":321332913,"id":704,"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":1769663633805,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1841,"timestamp":321333127,"id":705,"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":1769663633805,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1910,"timestamp":321347193,"id":706,"parentId":680,"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":1769663633819,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5025,"timestamp":321347404,"id":707,"parentId":680,"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":1769663633820,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5420,"timestamp":321347566,"id":708,"parentId":658,"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":1769663633820,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":523,"timestamp":321356879,"id":709,"parentId":662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js","layer":"ssr"},"startTime":1769663633829,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":940,"timestamp":321363101,"id":710,"parentId":662,"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":1769663633835,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1232,"timestamp":321363300,"id":711,"parentId":681,"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":1769663633835,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":575,"timestamp":321366976,"id":712,"parentId":662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/index.js","layer":"ssr"},"startTime":1769663633839,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":34,"timestamp":321379174,"id":713,"parentId":696,"tags":{"name":"node:path","layer":null},"startTime":1769663633851,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":20,"timestamp":321379225,"id":714,"parentId":698,"tags":{"name":"node:url","layer":null},"startTime":1769663633851,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":7,"timestamp":321379252,"id":715,"parentId":697,"tags":{"name":"node:process","layer":null},"startTime":1769663633851,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":695,"timestamp":321380787,"id":716,"parentId":682,"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":1769663633853,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1567,"timestamp":321383367,"id":717,"parentId":662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js","layer":"ssr"},"startTime":1769663633855,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2019,"timestamp":321383590,"id":718,"parentId":682,"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":1769663633856,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":676,"timestamp":321386725,"id":719,"parentId":663,"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":1769663633859,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1273,"timestamp":321390340,"id":720,"parentId":683,"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":1769663633862,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2227,"timestamp":321390524,"id":721,"parentId":683,"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":1769663633863,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1279,"timestamp":321393979,"id":722,"parentId":683,"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":1769663633866,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4344,"timestamp":321415635,"id":723,"parentId":684,"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":1769663633888,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":712,"timestamp":321428840,"id":724,"parentId":669,"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":1769663633901,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1794,"timestamp":321433823,"id":725,"parentId":685,"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":1769663633906,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2077,"timestamp":321434050,"id":726,"parentId":686,"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":1769663633906,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1560,"timestamp":321437395,"id":727,"parentId":687,"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":1769663633909,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2053,"timestamp":321443148,"id":728,"parentId":688,"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":1769663633915,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2946,"timestamp":321443359,"id":729,"parentId":690,"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":1769663633915,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":1699,"timestamp":321448887,"id":730,"parentId":669,"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":1769663633921,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1979,"timestamp":321449104,"id":731,"parentId":691,"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":1769663633921,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2969,"timestamp":321449282,"id":732,"parentId":691,"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":1769663633921,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2333,"timestamp":321453786,"id":733,"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":1769663633926,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3808,"timestamp":321453975,"id":734,"parentId":691,"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":1769663633926,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3946,"timestamp":321454166,"id":735,"parentId":691,"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":1769663633926,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4019,"timestamp":321454333,"id":736,"parentId":691,"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":1769663633926,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4125,"timestamp":321454487,"id":737,"parentId":691,"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":1769663633927,"traceId":"0cd20127987d4cc2"}]
8
+ [{"name":"build-module-mjs","duration":1317,"timestamp":321460165,"id":738,"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":1769663633932,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1406,"timestamp":321460359,"id":739,"parentId":691,"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":1769663633932,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":619,"timestamp":321463892,"id":740,"parentId":691,"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":1769663633936,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1576,"timestamp":321466772,"id":741,"parentId":691,"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":1769663633939,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1679,"timestamp":321466960,"id":742,"parentId":691,"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":1769663633939,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":2824,"timestamp":321472259,"id":743,"parentId":673,"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":1769663633944,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2714,"timestamp":321472675,"id":744,"parentId":698,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.js","layer":"ssr"},"startTime":1769663633945,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2854,"timestamp":321472838,"id":745,"parentId":692,"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":1769663633945,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5709,"timestamp":321477447,"id":746,"parentId":694,"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":1769663633950,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1764,"timestamp":321485978,"id":747,"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":1769663633958,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1967,"timestamp":321491587,"id":748,"parentId":707,"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":1769663633964,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2161,"timestamp":321491813,"id":749,"parentId":707,"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":1769663633964,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2663,"timestamp":321491996,"id":750,"parentId":708,"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":1769663633964,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2976,"timestamp":321492184,"id":751,"parentId":701,"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":1769663633964,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":747,"timestamp":321501231,"id":753,"parentId":674,"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":1769663633973,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":12217,"timestamp":321496436,"id":752,"parentId":674,"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":1769663633969,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":673,"timestamp":321511918,"id":754,"parentId":674,"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":1769663633984,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2636,"timestamp":321527515,"id":755,"parentId":720,"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":1769663634000,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3241,"timestamp":321527734,"id":756,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.js","layer":"ssr"},"startTime":1769663634000,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1701,"timestamp":321541637,"id":757,"parentId":700,"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":1769663634014,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1835,"timestamp":321541841,"id":758,"parentId":722,"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":1769663634014,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1212,"timestamp":321549087,"id":759,"parentId":722,"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":1769663634021,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1460,"timestamp":321549284,"id":760,"parentId":722,"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":1769663634021,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1513,"timestamp":321549445,"id":761,"parentId":722,"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":1769663634022,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1490,"timestamp":321552372,"id":762,"parentId":722,"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":1769663634024,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1878,"timestamp":321552561,"id":763,"parentId":722,"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":1769663634025,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1938,"timestamp":321552730,"id":764,"parentId":722,"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":1769663634025,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1985,"timestamp":321552900,"id":765,"parentId":722,"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":1769663634025,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1856,"timestamp":321556857,"id":766,"parentId":699,"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":1769663634029,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2078,"timestamp":321557067,"id":767,"parentId":722,"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":1769663634029,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1066,"timestamp":321560956,"id":768,"parentId":722,"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":1769663634033,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1182,"timestamp":321561168,"id":769,"parentId":722,"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":1769663634033,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":786,"timestamp":321568194,"id":770,"parentId":722,"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":1769663634040,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2007,"timestamp":321569878,"id":771,"parentId":722,"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":1769663634042,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2610,"timestamp":321570096,"id":772,"parentId":722,"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":1769663634042,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2876,"timestamp":321570269,"id":773,"parentId":722,"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":1769663634042,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2937,"timestamp":321570426,"id":774,"parentId":722,"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":1769663634043,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2981,"timestamp":321570588,"id":775,"parentId":722,"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":1769663634043,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3023,"timestamp":321570751,"id":776,"parentId":722,"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":1769663634043,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1564,"timestamp":321576925,"id":777,"parentId":702,"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":1769663634049,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1827,"timestamp":321577136,"id":778,"parentId":722,"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":1769663634049,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2169,"timestamp":321577300,"id":779,"parentId":722,"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":1769663634049,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2234,"timestamp":321577463,"id":780,"parentId":722,"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":1769663634050,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":927,"timestamp":321581520,"id":781,"parentId":722,"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":1769663634054,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1039,"timestamp":321583415,"id":782,"parentId":722,"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":1769663634056,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2076,"timestamp":321583613,"id":783,"parentId":719,"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":1769663634056,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1092,"timestamp":321586753,"id":784,"parentId":702,"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":1769663634059,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":717,"timestamp":321593469,"id":785,"parentId":702,"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":1769663634066,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":661,"timestamp":321596894,"id":786,"parentId":705,"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":1769663634069,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":689,"timestamp":321599732,"id":787,"parentId":705,"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":1769663634072,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1113,"timestamp":321609149,"id":788,"parentId":731,"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":1769663634081,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1373,"timestamp":321609360,"id":789,"parentId":731,"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":1769663634081,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":591,"timestamp":321615968,"id":790,"parentId":732,"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":1769663634088,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":583,"timestamp":321621071,"id":791,"parentId":734,"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":1769663634093,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1257,"timestamp":321622235,"id":792,"parentId":741,"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":1769663634094,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1655,"timestamp":321622424,"id":793,"parentId":741,"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":1769663634095,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1768,"timestamp":321622586,"id":794,"parentId":742,"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":1769663634095,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1053,"timestamp":321632438,"id":795,"parentId":708,"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":1769663634105,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1070,"timestamp":321647586,"id":796,"parentId":723,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js","layer":"ssr"},"startTime":1769663634120,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1059,"timestamp":321647808,"id":797,"parentId":723,"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":1769663634120,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":669,"timestamp":321658757,"id":798,"parentId":727,"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":1769663634131,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2013,"timestamp":321661702,"id":799,"parentId":728,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.js","layer":"ssr"},"startTime":1769663634134,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":529,"timestamp":321676739,"id":800,"parentId":746,"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":1769663634149,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":762,"timestamp":321679086,"id":801,"parentId":746,"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":1769663634151,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":818,"timestamp":321683551,"id":802,"parentId":746,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/index.js","layer":"ssr"},"startTime":1769663634156,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":909,"timestamp":321688316,"id":803,"parentId":746,"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":1769663634160,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1114,"timestamp":321688516,"id":804,"parentId":767,"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":1769663634161,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":523,"timestamp":321692821,"id":805,"parentId":746,"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":1769663634165,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2679,"timestamp":321695243,"id":806,"parentId":784,"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":1769663634167,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3473,"timestamp":321695430,"id":807,"parentId":784,"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":1769663634168,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3701,"timestamp":321695595,"id":808,"parentId":784,"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":1769663634168,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1499,"timestamp":321700966,"id":809,"parentId":784,"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":1769663634173,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1478,"timestamp":321701186,"id":810,"parentId":783,"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":1769663634173,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1310,"timestamp":321704536,"id":811,"parentId":784,"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":1769663634177,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1495,"timestamp":321704725,"id":812,"parentId":784,"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":1769663634177,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1650,"timestamp":321709815,"id":813,"parentId":746,"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":1769663634182,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3038,"timestamp":321710043,"id":814,"parentId":784,"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":1769663634182,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3677,"timestamp":321710228,"id":815,"parentId":784,"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":1769663634182,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2178,"timestamp":321715878,"id":816,"parentId":784,"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":1769663634188,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2705,"timestamp":321716092,"id":817,"parentId":784,"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":1769663634188,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3455,"timestamp":321716267,"id":818,"parentId":784,"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":1769663634188,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1622,"timestamp":321721121,"id":819,"parentId":784,"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":1769663634193,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2457,"timestamp":321721314,"id":820,"parentId":784,"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":1769663634193,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5581,"timestamp":321721482,"id":821,"parentId":784,"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":1769663634194,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3325,"timestamp":321728594,"id":822,"parentId":784,"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":1769663634201,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5418,"timestamp":321728775,"id":823,"parentId":784,"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":1769663634201,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1014,"timestamp":321736356,"id":824,"parentId":784,"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":1769663634208,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1276,"timestamp":321736544,"id":825,"parentId":784,"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":1769663634209,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1352,"timestamp":321739416,"id":826,"parentId":784,"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":1769663634212,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2636,"timestamp":321739603,"id":827,"parentId":784,"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":1769663634212,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3327,"timestamp":321739772,"id":828,"parentId":784,"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":1769663634212,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1134,"timestamp":321746844,"id":829,"parentId":784,"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":1769663634219,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1475,"timestamp":321758172,"id":830,"parentId":797,"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":1769663634230,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1237,"timestamp":321764659,"id":831,"parentId":798,"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":1769663634237,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1368,"timestamp":321767515,"id":832,"parentId":798,"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":1769663634240,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2005,"timestamp":321770418,"id":833,"parentId":721,"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":1769663634243,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2346,"timestamp":321770609,"id":834,"parentId":800,"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":1769663634243,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5284,"timestamp":321778165,"id":835,"parentId":802,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/compile.js","layer":"ssr"},"startTime":1769663634250,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5550,"timestamp":321778368,"id":836,"parentId":802,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.js","layer":"ssr"},"startTime":1769663634250,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5633,"timestamp":321778533,"id":837,"parentId":802,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.js","layer":"ssr"},"startTime":1769663634251,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6287,"timestamp":321778697,"id":838,"parentId":802,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.js","layer":"ssr"},"startTime":1769663634251,"traceId":"0cd20127987d4cc2"}]
9
+ [{"name":"build-module-js","duration":1433,"timestamp":321803898,"id":839,"parentId":805,"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":1769663634276,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1494,"timestamp":321804142,"id":840,"parentId":757,"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":1769663634276,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1886,"timestamp":321804313,"id":841,"parentId":781,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.js","layer":"ssr"},"startTime":1769663634276,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":508,"timestamp":321807926,"id":842,"parentId":783,"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":1769663634280,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1881,"timestamp":321816305,"id":843,"parentId":795,"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":1769663634288,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1130,"timestamp":321825255,"id":844,"parentId":831,"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":1769663634297,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1379,"timestamp":321825453,"id":845,"parentId":831,"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":1769663634298,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1598,"timestamp":321828498,"id":846,"parentId":831,"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":1769663634301,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1701,"timestamp":321828686,"id":847,"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/blockquote.js","layer":"ssr"},"startTime":1769663634301,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1898,"timestamp":321828848,"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/handle/break.js","layer":"ssr"},"startTime":1769663634301,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1450,"timestamp":321834989,"id":849,"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/code.js","layer":"ssr"},"startTime":1769663634307,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1855,"timestamp":321835205,"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/definition.js","layer":"ssr"},"startTime":1769663634307,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5935,"timestamp":321839509,"id":851,"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":1769663634312,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6328,"timestamp":321839703,"id":852,"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/emphasis.js","layer":"ssr"},"startTime":1769663634312,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6765,"timestamp":321839864,"id":853,"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/heading.js","layer":"ssr"},"startTime":1769663634312,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1611,"timestamp":321849426,"id":854,"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/html.js","layer":"ssr"},"startTime":1769663634322,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2049,"timestamp":321849620,"id":855,"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/image.js","layer":"ssr"},"startTime":1769663634322,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2357,"timestamp":321849780,"id":856,"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/image-reference.js","layer":"ssr"},"startTime":1769663634322,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1521,"timestamp":321854340,"id":857,"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/inline-code.js","layer":"ssr"},"startTime":1769663634326,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1813,"timestamp":321854530,"id":858,"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/link-reference.js","layer":"ssr"},"startTime":1769663634327,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2452,"timestamp":321854691,"id":859,"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/link.js","layer":"ssr"},"startTime":1769663634327,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":2932,"timestamp":321858669,"id":860,"parentId":738,"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":1769663634331,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4245,"timestamp":321858862,"id":861,"parentId":817,"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":1769663634331,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4623,"timestamp":321859049,"id":862,"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/list-item.js","layer":"ssr"},"startTime":1769663634331,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5266,"timestamp":321859205,"id":863,"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/list.js","layer":"ssr"},"startTime":1769663634331,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1335,"timestamp":321868641,"id":864,"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/root.js","layer":"ssr"},"startTime":1769663634341,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1408,"timestamp":321868823,"id":865,"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/paragraph.js","layer":"ssr"},"startTime":1769663634341,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1325,"timestamp":321871791,"id":866,"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/text.js","layer":"ssr"},"startTime":1769663634344,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1611,"timestamp":321872050,"id":867,"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/strong.js","layer":"ssr"},"startTime":1769663634344,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1740,"timestamp":321872242,"id":868,"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/thematic-break.js","layer":"ssr"},"startTime":1769663634344,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1712,"timestamp":321875967,"id":869,"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":1769663634348,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1781,"timestamp":321876179,"id":870,"parentId":831,"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":1769663634348,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":903,"timestamp":321880448,"id":871,"parentId":831,"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":1769663634353,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1875,"timestamp":321883250,"id":872,"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":1769663634355,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2527,"timestamp":321883436,"id":873,"parentId":831,"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":1769663634356,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2871,"timestamp":321883617,"id":874,"parentId":831,"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":1769663634356,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3065,"timestamp":321883790,"id":875,"parentId":831,"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":1769663634356,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4228,"timestamp":321883940,"id":876,"parentId":831,"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":1769663634356,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1729,"timestamp":321890092,"id":877,"parentId":833,"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":1769663634362,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1974,"timestamp":321890294,"id":878,"parentId":831,"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":1769663634362,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1309,"timestamp":321893048,"id":879,"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":1769663634365,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2545,"timestamp":321893238,"id":880,"parentId":833,"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":1769663634365,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1190,"timestamp":321899350,"id":881,"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":1769663634371,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2101,"timestamp":321901637,"id":882,"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":1769663634374,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2452,"timestamp":321901826,"id":883,"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":1769663634374,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2727,"timestamp":321901990,"id":884,"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":1769663634374,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4207,"timestamp":321902192,"id":885,"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":1769663634374,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1407,"timestamp":321911965,"id":886,"parentId":821,"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":1769663634384,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3725,"timestamp":321912183,"id":887,"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":1769663634384,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4842,"timestamp":321912359,"id":888,"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":1769663634384,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1679,"timestamp":321949921,"id":889,"parentId":845,"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":1769663634422,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1916,"timestamp":321950223,"id":890,"parentId":845,"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":1769663634422,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2782,"timestamp":321950405,"id":891,"parentId":842,"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":1769663634423,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2365,"timestamp":321955495,"id":892,"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/pattern-in-scope.js","layer":"ssr"},"startTime":1769663634428,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2433,"timestamp":321955688,"id":893,"parentId":849,"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":1769663634428,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2475,"timestamp":321955862,"id":894,"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/util/check-quote.js","layer":"ssr"},"startTime":1769663634428,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":851,"timestamp":321959673,"id":895,"parentId":852,"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":1769663634432,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":853,"timestamp":321959859,"id":896,"parentId":852,"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":1769663634432,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":864,"timestamp":321962974,"id":897,"parentId":852,"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":1769663634435,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1598,"timestamp":321967770,"id":898,"parentId":862,"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":1769663634440,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1654,"timestamp":321967954,"id":899,"parentId":862,"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":1769663634440,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1774,"timestamp":321968158,"id":900,"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-bullet-other.js","layer":"ssr"},"startTime":1769663634440,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2067,"timestamp":321968326,"id":901,"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/format-link-as-autolink.js","layer":"ssr"},"startTime":1769663634440,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1281,"timestamp":321971387,"id":902,"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-bullet-ordered.js","layer":"ssr"},"startTime":1769663634443,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1323,"timestamp":321971586,"id":903,"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-rule.js","layer":"ssr"},"startTime":1769663634444,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1385,"timestamp":321971764,"id":904,"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/check-strong.js","layer":"ssr"},"startTime":1769663634444,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":551,"timestamp":321975390,"id":905,"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-rule-repetition.js","layer":"ssr"},"startTime":1769663634447,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1529,"timestamp":321977048,"id":906,"parentId":861,"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":1769663634449,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":715,"timestamp":321979236,"id":907,"parentId":877,"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":1769663634451,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":726,"timestamp":321984081,"id":908,"parentId":831,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js","layer":"ssr"},"startTime":1769663634456,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":733,"timestamp":322000812,"id":909,"parentId":849,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.js","layer":"ssr"},"startTime":1769663634473,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":613,"timestamp":322003074,"id":910,"parentId":830,"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":1769663634475,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":517,"timestamp":322004571,"id":911,"parentId":864,"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":1769663634477,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":692,"timestamp":322006495,"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":1769663634479,"traceId":"0cd20127987d4cc2"},{"name":"make","duration":5411267,"timestamp":316606962,"id":22,"parentId":20,"tags":{},"startTime":1769663629079,"traceId":"0cd20127987d4cc2"},{"name":"get-entries","duration":543,"timestamp":322019734,"id":914,"parentId":913,"tags":{},"startTime":1769663634492,"traceId":"0cd20127987d4cc2"},{"name":"node-file-trace-plugin","duration":85985,"timestamp":322023585,"id":915,"parentId":913,"tags":{"traceEntryCount":"10"},"startTime":1769663634496,"traceId":"0cd20127987d4cc2"},{"name":"collect-traced-files","duration":646,"timestamp":322109586,"id":916,"parentId":913,"tags":{},"startTime":1769663634582,"traceId":"0cd20127987d4cc2"},{"name":"finish-modules","duration":90697,"timestamp":322019543,"id":913,"parentId":21,"tags":{},"startTime":1769663634492,"traceId":"0cd20127987d4cc2"},{"name":"chunk-graph","duration":22769,"timestamp":322171716,"id":918,"parentId":917,"tags":{},"startTime":1769663634644,"traceId":"0cd20127987d4cc2"},{"name":"optimize-modules","duration":42,"timestamp":322194675,"id":920,"parentId":917,"tags":{},"startTime":1769663634667,"traceId":"0cd20127987d4cc2"},{"name":"optimize-chunks","duration":16787,"timestamp":322194830,"id":921,"parentId":917,"tags":{},"startTime":1769663634667,"traceId":"0cd20127987d4cc2"},{"name":"optimize-tree","duration":127,"timestamp":322211705,"id":922,"parentId":917,"tags":{},"startTime":1769663634684,"traceId":"0cd20127987d4cc2"},{"name":"optimize-chunk-modules","duration":28255,"timestamp":322211930,"id":923,"parentId":917,"tags":{},"startTime":1769663634684,"traceId":"0cd20127987d4cc2"},{"name":"optimize","duration":45703,"timestamp":322194587,"id":919,"parentId":917,"tags":{},"startTime":1769663634667,"traceId":"0cd20127987d4cc2"},{"name":"module-hash","duration":31545,"timestamp":322265174,"id":924,"parentId":917,"tags":{},"startTime":1769663634737,"traceId":"0cd20127987d4cc2"},{"name":"code-generation","duration":479065,"timestamp":322296784,"id":925,"parentId":917,"tags":{},"startTime":1769663634769,"traceId":"0cd20127987d4cc2"},{"name":"hash","duration":7952,"timestamp":322783528,"id":926,"parentId":917,"tags":{},"startTime":1769663635256,"traceId":"0cd20127987d4cc2"},{"name":"code-generation-jobs","duration":647,"timestamp":322791475,"id":927,"parentId":917,"tags":{},"startTime":1769663635264,"traceId":"0cd20127987d4cc2"},{"name":"module-assets","duration":437,"timestamp":322792069,"id":928,"parentId":917,"tags":{},"startTime":1769663635264,"traceId":"0cd20127987d4cc2"},{"name":"create-chunk-assets","duration":8970,"timestamp":322792522,"id":929,"parentId":917,"tags":{},"startTime":1769663635265,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":97756,"timestamp":322837478,"id":932,"parentId":930,"tags":{"name":"../pages/_app.js","cache":"MISS"},"startTime":1769663635310,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":105627,"timestamp":322829686,"id":931,"parentId":930,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1769663635302,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":106823,"timestamp":322846463,"id":934,"parentId":930,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1769663635319,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":72279,"timestamp":322881071,"id":937,"parentId":930,"tags":{"name":"../pages/_document.js","cache":"MISS"},"startTime":1769663635353,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":73697,"timestamp":322879752,"id":936,"parentId":930,"tags":{"name":"../app/settings/page.js","cache":"MISS"},"startTime":1769663635352,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":73558,"timestamp":322881155,"id":938,"parentId":930,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1769663635353,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":133427,"timestamp":322838426,"id":933,"parentId":930,"tags":{"name":"../pages/_error.js","cache":"MISS"},"startTime":1769663635311,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":108265,"timestamp":322911556,"id":941,"parentId":930,"tags":{"name":"799.js","cache":"MISS"},"startTime":1769663635384,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":111452,"timestamp":322913424,"id":942,"parentId":930,"tags":{"name":"392.js","cache":"MISS"},"startTime":1769663635386,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":153701,"timestamp":322905601,"id":940,"parentId":930,"tags":{"name":"490.js","cache":"MISS"},"startTime":1769663635378,"traceId":"0cd20127987d4cc2"}]
10
+ [{"name":"minify-js","duration":379645,"timestamp":322851992,"id":935,"parentId":930,"tags":{"name":"../app/project/[id]/page.js","cache":"MISS"},"startTime":1769663635324,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":383206,"timestamp":322881533,"id":939,"parentId":930,"tags":{"name":"673.js","cache":"MISS"},"startTime":1769663635354,"traceId":"0cd20127987d4cc2"},{"name":"minify-webpack-plugin-optimize","duration":460627,"timestamp":322804135,"id":930,"parentId":20,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1769663635276,"traceId":"0cd20127987d4cc2"},{"name":"css-minimizer-plugin","duration":216,"timestamp":323265168,"id":943,"parentId":20,"tags":{},"startTime":1769663635737,"traceId":"0cd20127987d4cc2"},{"name":"create-trace-assets","duration":2161,"timestamp":323265671,"id":944,"parentId":21,"tags":{},"startTime":1769663635738,"traceId":"0cd20127987d4cc2"},{"name":"seal","duration":1134407,"timestamp":322145871,"id":917,"parentId":20,"tags":{},"startTime":1769663634618,"traceId":"0cd20127987d4cc2"},{"name":"webpack-compilation","duration":6722296,"timestamp":316584698,"id":20,"parentId":17,"tags":{"name":"server"},"startTime":1769663629057,"traceId":"0cd20127987d4cc2"},{"name":"emit","duration":8569,"timestamp":323307762,"id":945,"parentId":17,"tags":{},"startTime":1769663635780,"traceId":"0cd20127987d4cc2"},{"name":"webpack-close","duration":527013,"timestamp":323318437,"id":946,"parentId":17,"tags":{"name":"server"},"startTime":1769663635791,"traceId":"0cd20127987d4cc2"},{"name":"webpack-generate-error-stats","duration":3764,"timestamp":323845569,"id":947,"parentId":946,"tags":{},"startTime":1769663636318,"traceId":"0cd20127987d4cc2"},{"name":"run-webpack-compiler","duration":7581783,"timestamp":316267843,"id":17,"parentId":16,"tags":{},"startTime":1769663628740,"traceId":"0cd20127987d4cc2"},{"name":"format-webpack-messages","duration":80,"timestamp":323849635,"id":948,"parentId":16,"tags":{},"startTime":1769663636322,"traceId":"0cd20127987d4cc2"},{"name":"worker-main-server","duration":7582563,"timestamp":316267299,"id":16,"parentId":1,"tags":{},"startTime":1769663628739,"traceId":"0cd20127987d4cc2"},{"name":"create-entrypoints","duration":15318,"timestamp":324561987,"id":951,"parentId":949,"tags":{},"startTime":1769663637034,"traceId":"0cd20127987d4cc2"},{"name":"generate-webpack-config","duration":93800,"timestamp":324577465,"id":952,"parentId":950,"tags":{},"startTime":1769663637050,"traceId":"0cd20127987d4cc2"},{"name":"make","duration":851,"timestamp":324772843,"id":954,"parentId":953,"tags":{},"startTime":1769663637245,"traceId":"0cd20127987d4cc2"},{"name":"chunk-graph","duration":659,"timestamp":324776934,"id":956,"parentId":955,"tags":{},"startTime":1769663637249,"traceId":"0cd20127987d4cc2"},{"name":"optimize-modules","duration":45,"timestamp":324777754,"id":958,"parentId":955,"tags":{},"startTime":1769663637250,"traceId":"0cd20127987d4cc2"},{"name":"optimize-chunks","duration":957,"timestamp":324777906,"id":959,"parentId":955,"tags":{},"startTime":1769663637250,"traceId":"0cd20127987d4cc2"},{"name":"optimize-tree","duration":149,"timestamp":324778949,"id":960,"parentId":955,"tags":{},"startTime":1769663637251,"traceId":"0cd20127987d4cc2"},{"name":"optimize-chunk-modules","duration":565,"timestamp":324779335,"id":961,"parentId":955,"tags":{},"startTime":1769663637251,"traceId":"0cd20127987d4cc2"},{"name":"optimize","duration":2355,"timestamp":324777681,"id":957,"parentId":955,"tags":{},"startTime":1769663637250,"traceId":"0cd20127987d4cc2"},{"name":"module-hash","duration":107,"timestamp":324781275,"id":962,"parentId":955,"tags":{},"startTime":1769663637253,"traceId":"0cd20127987d4cc2"},{"name":"code-generation","duration":247,"timestamp":324781437,"id":963,"parentId":955,"tags":{},"startTime":1769663637254,"traceId":"0cd20127987d4cc2"},{"name":"hash","duration":482,"timestamp":324781985,"id":964,"parentId":955,"tags":{},"startTime":1769663637254,"traceId":"0cd20127987d4cc2"},{"name":"code-generation-jobs","duration":156,"timestamp":324782462,"id":965,"parentId":955,"tags":{},"startTime":1769663637255,"traceId":"0cd20127987d4cc2"},{"name":"module-assets","duration":98,"timestamp":324782578,"id":966,"parentId":955,"tags":{},"startTime":1769663637255,"traceId":"0cd20127987d4cc2"},{"name":"create-chunk-assets","duration":232,"timestamp":324782692,"id":967,"parentId":955,"tags":{},"startTime":1769663637255,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":1220,"timestamp":324792510,"id":969,"parentId":968,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1769663637265,"traceId":"0cd20127987d4cc2"},{"name":"minify-webpack-plugin-optimize","duration":2618,"timestamp":324791124,"id":968,"parentId":953,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1769663637263,"traceId":"0cd20127987d4cc2"},{"name":"css-minimizer-plugin","duration":119,"timestamp":324793847,"id":970,"parentId":953,"tags":{},"startTime":1769663637266,"traceId":"0cd20127987d4cc2"},{"name":"seal","duration":21694,"timestamp":324776202,"id":955,"parentId":953,"tags":{},"startTime":1769663637248,"traceId":"0cd20127987d4cc2"},{"name":"webpack-compilation","duration":33183,"timestamp":324765170,"id":953,"parentId":950,"tags":{"name":"edge-server"},"startTime":1769663637237,"traceId":"0cd20127987d4cc2"},{"name":"emit","duration":2710,"timestamp":324798752,"id":971,"parentId":950,"tags":{},"startTime":1769663637271,"traceId":"0cd20127987d4cc2"},{"name":"webpack-close","duration":10187,"timestamp":324802402,"id":972,"parentId":950,"tags":{"name":"edge-server"},"startTime":1769663637274,"traceId":"0cd20127987d4cc2"},{"name":"webpack-generate-error-stats","duration":2809,"timestamp":324812640,"id":973,"parentId":972,"tags":{},"startTime":1769663637285,"traceId":"0cd20127987d4cc2"},{"name":"run-webpack-compiler","duration":253604,"timestamp":324561981,"id":950,"parentId":949,"tags":{},"startTime":1769663637034,"traceId":"0cd20127987d4cc2"},{"name":"format-webpack-messages","duration":84,"timestamp":324815592,"id":974,"parentId":949,"tags":{},"startTime":1769663637288,"traceId":"0cd20127987d4cc2"},{"name":"worker-main-edge-server","duration":254195,"timestamp":324561621,"id":949,"parentId":1,"tags":{},"startTime":1769663637034,"traceId":"0cd20127987d4cc2"},{"name":"create-entrypoints","duration":15290,"timestamp":325511149,"id":977,"parentId":975,"tags":{},"startTime":1769663637983,"traceId":"0cd20127987d4cc2"},{"name":"generate-webpack-config","duration":92063,"timestamp":325526598,"id":978,"parentId":976,"tags":{},"startTime":1769663637999,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":11079,"timestamp":325765678,"id":992,"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-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":1769663638238,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":1499,"timestamp":325776978,"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%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":1769663638249,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":535,"timestamp":325778517,"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%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1769663638251,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":423,"timestamp":325779084,"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%2Fproject%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1769663638251,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":418,"timestamp":325779537,"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%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1769663638252,"traceId":"0cd20127987d4cc2"},{"name":"next-client-pages-loader","duration":261,"timestamp":325780598,"id":998,"parentId":997,"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":1769663638253,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":5653,"timestamp":325779985,"id":997,"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-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":1769663638252,"traceId":"0cd20127987d4cc2"},{"name":"next-client-pages-loader","duration":50,"timestamp":325786560,"id":1000,"parentId":999,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1769663638259,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":1706,"timestamp":325785678,"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_app&page=%2F_app!","layer":"pages-dir-browser"},"startTime":1769663638258,"traceId":"0cd20127987d4cc2"},{"name":"next-client-pages-loader","duration":83,"timestamp":325787563,"id":1002,"parentId":1001,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1769663638260,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":1219,"timestamp":325787468,"id":1001,"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-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!","layer":"pages-dir-browser"},"startTime":1769663638260,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":18727,"timestamp":325807270,"id":1003,"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/client/next.js","layer":"pages-dir-browser"},"startTime":1769663638279,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":19346,"timestamp":325810119,"id":1005,"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/app-next.js","layer":"app-pages-browser"},"startTime":1769663638282,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":31276,"timestamp":325809839,"id":1004,"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/client/router.js","layer":"pages-dir-browser"},"startTime":1769663638282,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3908,"timestamp":325858034,"id":1006,"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/client/components/builtin/global-not-found.js","layer":"app-pages-browser"},"startTime":1769663638330,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7635,"timestamp":325866552,"id":1007,"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/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1769663638339,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8871,"timestamp":325866690,"id":1008,"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/client/components/client-segment.js","layer":"app-pages-browser"},"startTime":1769663638339,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9704,"timestamp":325866853,"id":1010,"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/client/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1769663638339,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11651,"timestamp":325866926,"id":1011,"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/client/components/builtin/global-error.js","layer":"app-pages-browser"},"startTime":1769663638339,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":13395,"timestamp":325867107,"id":1012,"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/webpack.js","layer":"pages-dir-browser"},"startTime":1769663638339,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":15599,"timestamp":325867209,"id":1013,"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/app-webpack.js","layer":"app-pages-browser"},"startTime":1769663638339,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":17263,"timestamp":325867430,"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/with-router.js","layer":"pages-dir-browser"},"startTime":1769663638340,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":26975,"timestamp":325867287,"id":1014,"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/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1769663638339,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":32997,"timestamp":325867361,"id":1015,"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/app-index.js","layer":"app-pages-browser"},"startTime":1769663638339,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":45521,"timestamp":325866778,"id":1009,"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/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1769663638339,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3459,"timestamp":325929343,"id":1020,"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/require-instrumentation-client.js","layer":"pages-dir-browser"},"startTime":1769663638401,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5627,"timestamp":325930035,"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/is-error.js","layer":"pages-dir-browser"},"startTime":1769663638402,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8088,"timestamp":325929723,"id":1021,"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/require-instrumentation-client.js","layer":"app-pages-browser"},"startTime":1769663638402,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":19725,"timestamp":325929137,"id":1018,"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/client/components/http-access-fallback/error-boundary.js","layer":"app-pages-browser"},"startTime":1769663638401,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":27042,"timestamp":325929252,"id":1019,"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/client/components/metadata/async-metadata.js","layer":"app-pages-browser"},"startTime":1769663638401,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":28351,"timestamp":325930095,"id":1023,"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/lib/framework/boundary-components.js","layer":"app-pages-browser"},"startTime":1769663638402,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":53423,"timestamp":325928950,"id":1017,"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/index.js","layer":"pages-dir-browser"},"startTime":1769663638401,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8954,"timestamp":326060695,"id":1025,"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/pages/_error.js","layer":"pages-dir-browser"},"startTime":1769663638533,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":13291,"timestamp":326060465,"id":1024,"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/_app.js","layer":"pages-dir-browser"},"startTime":1769663638533,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1918,"timestamp":326076750,"id":1031,"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/deployment-id.js","layer":"pages-dir-browser"},"startTime":1769663638549,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3833,"timestamp":326076787,"id":1032,"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/build/deployment-id.js","layer":"app-pages-browser"},"startTime":1769663638549,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8463,"timestamp":326076334,"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/shared/lib/router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769663638548,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9543,"timestamp":326076580,"id":1029,"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/http-access-fallback/error-fallback.js","layer":"app-pages-browser"},"startTime":1769663638549,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":16240,"timestamp":326076901,"id":1033,"parentId":993,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"app-pages-browser"},"startTime":1769663638549,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":19291,"timestamp":326077673,"id":1034,"parentId":994,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"app-pages-browser"},"startTime":1769663638550,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":31903,"timestamp":326076506,"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/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1769663638549,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":37535,"timestamp":326077900,"id":1035,"parentId":996,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"app-pages-browser"},"startTime":1769663638550,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":39806,"timestamp":326076635,"id":1030,"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/lib/metadata/generate/icon-mark.js","layer":"app-pages-browser"},"startTime":1769663638549,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":84158,"timestamp":326076444,"id":1027,"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/shared/lib/router/router.js","layer":"pages-dir-browser"},"startTime":1769663638549,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":11298,"timestamp":326215467,"id":1036,"parentId":995,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"app-pages-browser"},"startTime":1769663638688,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11505,"timestamp":326215742,"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/shared/lib/encode-uri-path.js","layer":"app-pages-browser"},"startTime":1769663638688,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11889,"timestamp":326215847,"id":1038,"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/shared/lib/invariant-error.js","layer":"app-pages-browser"},"startTime":1769663638688,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":12794,"timestamp":326215945,"id":1039,"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/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769663638688,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":13524,"timestamp":326216056,"id":1040,"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":1769663638688,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":14331,"timestamp":326216132,"id":1041,"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/handle-isr-error.js","layer":"app-pages-browser"},"startTime":1769663638688,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":14680,"timestamp":326216318,"id":1043,"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/app-globals.js","layer":"app-pages-browser"},"startTime":1769663638688,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":15470,"timestamp":326216408,"id":1044,"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/app-call-server.js","layer":"app-pages-browser"},"startTime":1769663638689,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":16340,"timestamp":326216489,"id":1045,"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/app-find-source-map-url.js","layer":"app-pages-browser"},"startTime":1769663638689,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":17161,"timestamp":326216560,"id":1046,"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/app-build-id.js","layer":"app-pages-browser"},"startTime":1769663638689,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":17550,"timestamp":326216637,"id":1047,"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/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769663638689,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":17887,"timestamp":326216710,"id":1048,"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":1769663638689,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":17413,"timestamp":326220496,"id":1051,"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/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1769663638693,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":37653,"timestamp":326216771,"id":1049,"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/components/app-router-instance.js","layer":"app-pages-browser"},"startTime":1769663638689,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":34642,"timestamp":326220593,"id":1052,"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/components/match-segments.js","layer":"app-pages-browser"},"startTime":1769663638693,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":40279,"timestamp":326216209,"id":1042,"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/set-attributes-from-props.js","layer":"app-pages-browser"},"startTime":1769663638688,"traceId":"0cd20127987d4cc2"}]
11
+ [{"name":"build-module-js","duration":36797,"timestamp":326220322,"id":1050,"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/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1769663638692,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4078,"timestamp":326263818,"id":1054,"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/components/use-action-queue.js","layer":"app-pages-browser"},"startTime":1769663638736,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5224,"timestamp":326263893,"id":1055,"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/components/bfcache.js","layer":"app-pages-browser"},"startTime":1769663638736,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7176,"timestamp":326263692,"id":1053,"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/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1769663638736,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9503,"timestamp":326263951,"id":1056,"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/request/search-params.browser.js","layer":"app-pages-browser"},"startTime":1769663638736,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10079,"timestamp":326264026,"id":1057,"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/request/params.browser.js","layer":"app-pages-browser"},"startTime":1769663638736,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11107,"timestamp":326264092,"id":1058,"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/react-client-callbacks/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1769663638736,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11732,"timestamp":326264242,"id":1061,"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/router/utils/disable-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1769663638736,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":12844,"timestamp":326264199,"id":1060,"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":1769663638736,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":15504,"timestamp":326264148,"id":1059,"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/react-client-callbacks/error-boundary-callbacks.js","layer":"app-pages-browser"},"startTime":1769663638736,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":16052,"timestamp":326264298,"id":1062,"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":1769663638736,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":13800,"timestamp":326272084,"id":1063,"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/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1769663638744,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3545,"timestamp":326302747,"id":1074,"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/lib/framework/boundary-constants.js","layer":"app-pages-browser"},"startTime":1769663638775,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7549,"timestamp":326301792,"id":1064,"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/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1769663638774,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8199,"timestamp":326302086,"id":1066,"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/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1769663638774,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":13258,"timestamp":326301956,"id":1065,"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/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1769663638774,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":14206,"timestamp":326302168,"id":1067,"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/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1769663638774,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":14882,"timestamp":326302246,"id":1068,"parentId":1022,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663638774,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":16233,"timestamp":326302308,"id":1069,"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/client/components/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1769663638774,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":22371,"timestamp":326302622,"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/shared/lib/runtime-config.external.js","layer":"pages-dir-browser"},"startTime":1769663638775,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":23062,"timestamp":326302928,"id":1075,"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/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1769663638775,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":27070,"timestamp":326302687,"id":1073,"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":1769663638775,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":31902,"timestamp":326303040,"id":1076,"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":1769663638775,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":33960,"timestamp":326302526,"id":1071,"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/client/components/http-access-fallback/http-access-fallback.js","layer":"app-pages-browser"},"startTime":1769663638775,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":35035,"timestamp":326302387,"id":1070,"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":1769663638774,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":19676,"timestamp":326320679,"id":1079,"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":1769663638793,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":667,"timestamp":326341873,"id":1085,"parentId":1020,"tags":{"layer":null},"startTime":1769663638814,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2636,"timestamp":326341705,"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/build/polyfills/polyfill-module.js","layer":"pages-dir-browser"},"startTime":1769663638814,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2093,"timestamp":326342670,"id":1087,"parentId":1016,"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":1769663638815,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":27229,"timestamp":326320588,"id":1078,"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/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1769663638793,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":28230,"timestamp":326320445,"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/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-browser"},"startTime":1769663638793,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":28894,"timestamp":326320897,"id":1082,"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":1769663638793,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":30943,"timestamp":326320836,"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/client/route-announcer.js","layer":"pages-dir-browser"},"startTime":1769663638793,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":33749,"timestamp":326320744,"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/client/head-manager.js","layer":"pages-dir-browser"},"startTime":1769663638793,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":12951,"timestamp":326342565,"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/shared/lib/image-config-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769663638815,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":15070,"timestamp":326341545,"id":1083,"parentId":1028,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663638814,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4064,"timestamp":326364834,"id":1090,"parentId":1004,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react@19.2.3/node_modules/react/index.js","layer":"pages-dir-browser"},"startTime":1769663638837,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10894,"timestamp":326364728,"id":1089,"parentId":1028,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663638837,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11631,"timestamp":326364583,"id":1088,"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":1769663638837,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11774,"timestamp":326364885,"id":1091,"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":1769663638837,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":12146,"timestamp":326364952,"id":1092,"parentId":1028,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663638837,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10391,"timestamp":326368143,"id":1093,"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":1769663638840,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5639,"timestamp":326385185,"id":1095,"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":1769663638857,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5803,"timestamp":326385274,"id":1096,"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/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1769663638857,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5227,"timestamp":326390161,"id":1102,"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/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1769663638862,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7107,"timestamp":326389918,"id":1099,"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":1769663638862,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8196,"timestamp":326390099,"id":1101,"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":1769663638862,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11927,"timestamp":326390030,"id":1100,"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":1769663638862,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":733,"timestamp":326405899,"id":1103,"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/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1769663638878,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1077,"timestamp":326406145,"id":1105,"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/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1769663638878,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1345,"timestamp":326406193,"id":1106,"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/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1769663638878,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7698,"timestamp":326405985,"id":1104,"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/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1769663638878,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1102,"timestamp":326415591,"id":1107,"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/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1769663638888,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3427,"timestamp":326415679,"id":1108,"parentId":1058,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663638888,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8680,"timestamp":326415935,"id":1109,"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/head.js","layer":"pages-dir-browser"},"startTime":1769663638888,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4567,"timestamp":326426202,"id":1111,"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":1769663638898,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1900,"timestamp":326434610,"id":1115,"parentId":1004,"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":1769663638907,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1651,"timestamp":326435730,"id":1118,"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":1769663638908,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4367,"timestamp":326435092,"id":1116,"parentId":1015,"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":1769663638907,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4619,"timestamp":326435621,"id":1117,"parentId":1010,"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":1769663638908,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7113,"timestamp":326434381,"id":1112,"parentId":1028,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663638906,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7688,"timestamp":326434492,"id":1113,"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":1769663638907,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8041,"timestamp":326434556,"id":1114,"parentId":1062,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663638907,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":57086,"timestamp":326442943,"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/shared/lib/router/utils/is-bot.js","layer":"pages-dir-browser"},"startTime":1769663638915,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":57963,"timestamp":326443067,"id":1121,"parentId":1028,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663638915,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":58736,"timestamp":326443256,"id":1123,"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/client/set-attributes-from-props.js","layer":"pages-dir-browser"},"startTime":1769663638915,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":59635,"timestamp":326443172,"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/add-base-path.js","layer":"pages-dir-browser"},"startTime":1769663638915,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":60774,"timestamp":326442816,"id":1119,"parentId":1028,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663638915,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":61990,"timestamp":326443328,"id":1124,"parentId":1028,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663638915,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":62714,"timestamp":326443500,"id":1126,"parentId":1028,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663638916,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":63195,"timestamp":326443674,"id":1128,"parentId":1028,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663638916,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":64088,"timestamp":326443754,"id":1129,"parentId":1028,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663638916,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":64799,"timestamp":326443832,"id":1130,"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/client/components/redirect-error.js","layer":"pages-dir-browser"},"startTime":1769663638916,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":66459,"timestamp":326443894,"id":1131,"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/client/components/http-access-fallback/http-access-fallback.js","layer":"pages-dir-browser"},"startTime":1769663638916,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":68671,"timestamp":326443417,"id":1125,"parentId":1028,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663638916,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":70642,"timestamp":326443585,"id":1127,"parentId":1028,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663638916,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":19273,"timestamp":326498266,"id":1138,"parentId":1028,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663638970,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6850,"timestamp":326528671,"id":1140,"parentId":1108,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663639001,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7821,"timestamp":326528528,"id":1139,"parentId":1028,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663639001,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8010,"timestamp":326528746,"id":1141,"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/remove-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1769663639001,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":10907,"timestamp":326528957,"id":1144,"parentId":1034,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectModal.tsx","layer":"app-pages-browser"},"startTime":1769663639001,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":15703,"timestamp":326528796,"id":1142,"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/route-loader.js","layer":"pages-dir-browser"},"startTime":1769663639001,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":16789,"timestamp":326528841,"id":1143,"parentId":1034,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/Header.tsx","layer":"app-pages-browser"},"startTime":1769663639001,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":183225,"timestamp":326368238,"id":1094,"parentId":1034,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663638840,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":21638,"timestamp":326530519,"id":1145,"parentId":1034,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectList.tsx","layer":"app-pages-browser"},"startTime":1769663639003,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":20240,"timestamp":326532482,"id":1148,"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/page-path/denormalize-page-path.js","layer":"pages-dir-browser"},"startTime":1769663639005,"traceId":"0cd20127987d4cc2"},{"name":"build-module-ts","duration":21878,"timestamp":326532281,"id":1147,"parentId":1034,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useProjectStore.ts","layer":"app-pages-browser"},"startTime":1769663639004,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":22334,"timestamp":326532565,"id":1149,"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/parse-relative-url.js","layer":"pages-dir-browser"},"startTime":1769663639005,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1114,"timestamp":327097831,"id":1161,"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/lib/is-api-route.js","layer":"pages-dir-browser"},"startTime":1769663639570,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11271,"timestamp":327092981,"id":1154,"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/format-url.js","layer":"pages-dir-browser"},"startTime":1769663639565,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":18019,"timestamp":327092918,"id":1153,"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/route-regex.js","layer":"pages-dir-browser"},"startTime":1769663639565,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":18671,"timestamp":327093063,"id":1155,"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/i18n/normalize-locale-path.js","layer":"pages-dir-browser"},"startTime":1769663639565,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":19864,"timestamp":327092786,"id":1152,"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/route-matcher.js","layer":"pages-dir-browser"},"startTime":1769663639565,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":21036,"timestamp":327093173,"id":1157,"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/detect-domain-locale.js","layer":"pages-dir-browser"},"startTime":1769663639565,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":24983,"timestamp":327093221,"id":1158,"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-locale.js","layer":"pages-dir-browser"},"startTime":1769663639565,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":28762,"timestamp":327097606,"id":1159,"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/resolve-href.js","layer":"pages-dir-browser"},"startTime":1769663639570,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":29049,"timestamp":327097732,"id":1160,"parentId":1142,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663639570,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":29341,"timestamp":327098063,"id":1163,"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/parse-path.js","layer":"pages-dir-browser"},"startTime":1769663639570,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":32595,"timestamp":327097953,"id":1162,"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/get-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1769663639570,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":38296,"timestamp":327093122,"id":1156,"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-locale.js","layer":"pages-dir-browser"},"startTime":1769663639565,"traceId":"0cd20127987d4cc2"},{"name":"postcss-process","duration":704116,"timestamp":326834713,"id":1151,"parentId":1150,"tags":{},"startTime":1769663639307,"traceId":"0cd20127987d4cc2"}]
12
+ [{"name":"postcss-loader","duration":1006191,"timestamp":326532798,"id":1150,"parentId":1146,"tags":{},"startTime":1769663639005,"traceId":"0cd20127987d4cc2"},{"name":"css-loader","duration":50404,"timestamp":327539326,"id":1164,"parentId":1146,"tags":{"astUsed":"true"},"startTime":1769663640011,"traceId":"0cd20127987d4cc2"},{"name":"font-loader","duration":1120559,"timestamp":326493066,"id":1137,"parentId":1136,"tags":{},"startTime":1769663638965,"traceId":"0cd20127987d4cc2"},{"name":"postcss","duration":1686,"timestamp":327613997,"id":1165,"parentId":1136,"tags":{},"startTime":1769663640086,"traceId":"0cd20127987d4cc2"},{"name":"next-font-loader","duration":1122789,"timestamp":326492988,"id":1136,"parentId":1133,"tags":{},"startTime":1769663638965,"traceId":"0cd20127987d4cc2"},{"name":"css-loader","duration":13112,"timestamp":327615732,"id":1166,"parentId":1133,"tags":{"astUsed":"true"},"startTime":1769663640088,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":1182559,"timestamp":326446954,"id":1133,"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":1769663638919,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6055,"timestamp":327634028,"id":1172,"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/lib/constants.js","layer":"pages-dir-browser"},"startTime":1769663640106,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":15448,"timestamp":327633526,"id":1167,"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/format-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1769663640106,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":16279,"timestamp":327633684,"id":1168,"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/compare-states.js","layer":"pages-dir-browser"},"startTime":1769663640106,"traceId":"0cd20127987d4cc2"},{"name":"font-loader","duration":1175771,"timestamp":326476693,"id":1135,"parentId":1134,"tags":{},"startTime":1769663638949,"traceId":"0cd20127987d4cc2"},{"name":"postcss","duration":480,"timestamp":327652514,"id":1179,"parentId":1134,"tags":{},"startTime":1769663640125,"traceId":"0cd20127987d4cc2"},{"name":"next-font-loader","duration":1205792,"timestamp":326447277,"id":1134,"parentId":1132,"tags":{},"startTime":1769663638919,"traceId":"0cd20127987d4cc2"},{"name":"css-loader","duration":1889,"timestamp":327653047,"id":1180,"parentId":1132,"tags":{"astUsed":"true"},"startTime":1769663640125,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":1211850,"timestamp":326443972,"id":1132,"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":1769663638916,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":26075,"timestamp":327633776,"id":1169,"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-local-url.js","layer":"pages-dir-browser"},"startTime":1769663640106,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":26595,"timestamp":327633853,"id":1170,"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/omit.js","layer":"pages-dir-browser"},"startTime":1769663640106,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":27946,"timestamp":327633934,"id":1171,"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/interpolate-as.js","layer":"pages-dir-browser"},"startTime":1769663640106,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":28445,"timestamp":327634321,"id":1174,"parentId":1035,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/input.tsx","layer":"app-pages-browser"},"startTime":1769663640106,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":28593,"timestamp":327634704,"id":1176,"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":1769663640107,"traceId":"0cd20127987d4cc2"},{"name":"build-module-ts","duration":30611,"timestamp":327634498,"id":1175,"parentId":1035,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/api.ts","layer":"app-pages-browser"},"startTime":1769663640107,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":32600,"timestamp":327634796,"id":1177,"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/bloom-filter.js","layer":"pages-dir-browser"},"startTime":1769663640107,"traceId":"0cd20127987d4cc2"},{"name":"build-module-ts","duration":35134,"timestamp":327634864,"id":1178,"parentId":1034,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/index.ts","layer":"app-pages-browser"},"startTime":1769663640107,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":37014,"timestamp":327634121,"id":1173,"parentId":1035,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/button.tsx","layer":"app-pages-browser"},"startTime":1769663640106,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":21640,"timestamp":327656658,"id":1182,"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":1769663640129,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":26184,"timestamp":327656491,"id":1181,"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":1769663640129,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":27085,"timestamp":327656846,"id":1184,"parentId":1056,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663640129,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":29773,"timestamp":327656759,"id":1183,"parentId":1053,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640129,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":30148,"timestamp":327657065,"id":1186,"parentId":1058,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663640129,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":30660,"timestamp":327657161,"id":1187,"parentId":1060,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663640129,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":31974,"timestamp":327657233,"id":1188,"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/request/params.browser.prod.js","layer":"app-pages-browser"},"startTime":1769663640129,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":40571,"timestamp":327656937,"id":1185,"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":1769663640129,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11448,"timestamp":327711179,"id":1189,"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/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"app-pages-browser"},"startTime":1769663640183,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9183,"timestamp":327716737,"id":1191,"parentId":1060,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640189,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10245,"timestamp":327716568,"id":1190,"parentId":1058,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640189,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":16205,"timestamp":327716844,"id":1192,"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/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1769663640189,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":21805,"timestamp":327716946,"id":1193,"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/router-reducer/prefetch-cache-utils.js","layer":"app-pages-browser"},"startTime":1769663640189,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":24174,"timestamp":327728978,"id":1194,"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/router-reducer/refetch-inactive-parallel-segments.js","layer":"app-pages-browser"},"startTime":1769663640201,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3916,"timestamp":327755305,"id":1196,"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/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1769663640227,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6217,"timestamp":327755116,"id":1195,"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/client/route-params.js","layer":"app-pages-browser"},"startTime":1769663640227,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11081,"timestamp":327755410,"id":1197,"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/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1769663640228,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11342,"timestamp":327755599,"id":1199,"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/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1769663640228,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":12699,"timestamp":327755511,"id":1198,"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/client/components/router-reducer/set-cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1769663640228,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":15435,"timestamp":327755752,"id":1201,"parentId":1079,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640228,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":21267,"timestamp":327755684,"id":1200,"parentId":1079,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640228,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6930,"timestamp":327781457,"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/shared/lib/router/utils/interception-routes.js","layer":"app-pages-browser"},"startTime":1769663640254,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7942,"timestamp":327781757,"id":1203,"parentId":1077,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640254,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9565,"timestamp":327781856,"id":1204,"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/shared/lib/image-config.js","layer":"pages-dir-browser"},"startTime":1769663640254,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4800,"timestamp":327797735,"id":1205,"parentId":1089,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640270,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5063,"timestamp":327797929,"id":1206,"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/path-has-prefix.js","layer":"pages-dir-browser"},"startTime":1769663640270,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":837,"timestamp":327803408,"id":1210,"parentId":1096,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663640276,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7678,"timestamp":327803459,"id":1211,"parentId":1106,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663640276,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":16082,"timestamp":327798147,"id":1208,"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/dist/client/request-idle-callback.js","layer":"pages-dir-browser"},"startTime":1769663640270,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":17249,"timestamp":327798056,"id":1207,"parentId":1093,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640270,"traceId":"0cd20127987d4cc2"},{"name":"add-entry","duration":2093755,"timestamp":325723046,"id":984,"parentId":980,"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":1769663638195,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":15052,"timestamp":327803289,"id":1209,"parentId":1203,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640275,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":25882,"timestamp":327803485,"id":1212,"parentId":1036,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/workspace/WorkspaceLayout.tsx","layer":"app-pages-browser"},"startTime":1769663640276,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9891,"timestamp":327830500,"id":1213,"parentId":1205,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640303,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":28978,"timestamp":327842640,"id":1215,"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":1769663640315,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":193668,"timestamp":327877422,"id":1221,"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-client.production.js","layer":"app-pages-browser"},"startTime":1769663640350,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":195563,"timestamp":327877460,"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/compiled/react-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1769663640350,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":199757,"timestamp":327877191,"id":1217,"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/page-path/ensure-leading-slash.js","layer":"pages-dir-browser"},"startTime":1769663640349,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":200317,"timestamp":327877049,"id":1216,"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/segment.js","layer":"pages-dir-browser"},"startTime":1769663640349,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":516,"timestamp":328080250,"id":1223,"parentId":1087,"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":1769663640552,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":207073,"timestamp":327877321,"id":1219,"parentId":1109,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640349,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":207954,"timestamp":327877261,"id":1218,"parentId":1109,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640349,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":208352,"timestamp":327877372,"id":1220,"parentId":1109,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640349,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3439,"timestamp":328095367,"id":1225,"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":1769663640567,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":135870,"timestamp":328103564,"id":1235,"parentId":1095,"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":1769663640576,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":136480,"timestamp":328103629,"id":1236,"parentId":1100,"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":1769663640576,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":140405,"timestamp":328101352,"id":1227,"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":1769663640573,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":140730,"timestamp":328101513,"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":1769663640574,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":141521,"timestamp":328101639,"id":1230,"parentId":1120,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640574,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":142706,"timestamp":328101176,"id":1226,"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":1769663640573,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":143144,"timestamp":328101682,"id":1231,"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/html-bots.js","layer":"app-pages-browser"},"startTime":1769663640574,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":143544,"timestamp":328101734,"id":1232,"parentId":1093,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640574,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":144071,"timestamp":328101781,"id":1233,"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":1769663640574,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":150663,"timestamp":328101831,"id":1234,"parentId":1130,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640574,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":151303,"timestamp":328101590,"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":1769663640574,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7337,"timestamp":328262082,"id":1237,"parentId":1139,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640734,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6972,"timestamp":328265776,"id":1239,"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/page-path/normalize-path-sep.js","layer":"pages-dir-browser"},"startTime":1769663640738,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7694,"timestamp":328265864,"id":1240,"parentId":1142,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663640738,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":8245,"timestamp":328265943,"id":1241,"parentId":1143,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/LanguageSwitcher.tsx","layer":"app-pages-browser"},"startTime":1769663640738,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":8654,"timestamp":328266153,"id":1242,"parentId":1145,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectCard.tsx","layer":"app-pages-browser"},"startTime":1769663640738,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8781,"timestamp":328266445,"id":1244,"parentId":1153,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640739,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10283,"timestamp":328265603,"id":1238,"parentId":1226,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640738,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":15425,"timestamp":328266330,"id":1243,"parentId":1145,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectCard.tsx","layer":"app-pages-browser"},"startTime":1769663640738,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":18307,"timestamp":328271556,"id":1245,"parentId":1153,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640744,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":18790,"timestamp":328271732,"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/route-match-utils.js","layer":"pages-dir-browser"},"startTime":1769663640744,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3354,"timestamp":328294945,"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/remove-path-prefix.js","layer":"pages-dir-browser"},"startTime":1769663640767,"traceId":"0cd20127987d4cc2"},{"name":"build-module-css","duration":1776353,"timestamp":326530743,"id":1146,"parentId":1110,"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":1769663639003,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":5624,"timestamp":328302676,"id":1248,"parentId":1144,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/dialog.tsx","layer":"app-pages-browser"},"startTime":1769663640775,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2876,"timestamp":328308793,"id":1249,"parentId":1167,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640781,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1798,"timestamp":328314472,"id":1254,"parentId":1133,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663640787,"traceId":"0cd20127987d4cc2"},{"name":"build-module-json","duration":2517,"timestamp":328314523,"id":1255,"parentId":1178,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/en.json","layer":"app-pages-browser"},"startTime":1769663640787,"traceId":"0cd20127987d4cc2"},{"name":"build-module-json","duration":1937,"timestamp":328315281,"id":1256,"parentId":1178,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/ko.json","layer":"app-pages-browser"},"startTime":1769663640787,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":6598,"timestamp":328312886,"id":1250,"parentId":1242,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/card.tsx","layer":"app-pages-browser"},"startTime":1769663640785,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":1948130,"timestamp":326389712,"id":1098,"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/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":1769663638862,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":1952751,"timestamp":326386393,"id":1097,"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/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":1769663638858,"traceId":"0cd20127987d4cc2"},{"name":"build-module-css","duration":1920857,"timestamp":326425507,"id":1110,"parentId":993,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/globals.css","layer":"app-pages-browser"},"startTime":1769663638898,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":32993,"timestamp":328314138,"id":1251,"parentId":1167,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640786,"traceId":"0cd20127987d4cc2"}]
13
+ [{"name":"build-module-js","duration":34169,"timestamp":328314270,"id":1252,"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/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1769663640786,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":34715,"timestamp":328314373,"id":1253,"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/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769663640786,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":515031,"timestamp":327842381,"id":1214,"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/api/image.js","layer":"app-pages-browser"},"startTime":1769663640314,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5731,"timestamp":328352908,"id":1257,"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/client/components/unrecognized-action-error.js","layer":"app-pages-browser"},"startTime":1769663640825,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6398,"timestamp":328353145,"id":1258,"parentId":1184,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640825,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":218,"timestamp":328360943,"id":1259,"parentId":1098,"tags":{},"startTime":1769663640833,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":39,"timestamp":328361187,"id":1260,"parentId":1097,"tags":{},"startTime":1769663640833,"traceId":"0cd20127987d4cc2"},{"name":"build-module","duration":53,"timestamp":328361236,"id":1261,"parentId":1110,"tags":{},"startTime":1769663640833,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5885,"timestamp":328361475,"id":1263,"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/client/components/router-reducer/reducers/get-segment-value.js","layer":"app-pages-browser"},"startTime":1769663640834,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6816,"timestamp":328361679,"id":1265,"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/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1769663640834,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7691,"timestamp":328361767,"id":1266,"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/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1769663640834,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":13607,"timestamp":328361857,"id":1267,"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/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1769663640834,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":14990,"timestamp":328361936,"id":1268,"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/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1769663640834,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":17151,"timestamp":328361307,"id":1262,"parentId":1182,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640833,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":18878,"timestamp":328361587,"id":1264,"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/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1769663640834,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":17979,"timestamp":328364254,"id":1269,"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/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1769663640837,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":18572,"timestamp":328388769,"id":1276,"parentId":1194,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640861,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":33106,"timestamp":328408574,"id":1277,"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/modern-browserslist-target.js","layer":"pages-dir-browser"},"startTime":1769663640881,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":37999,"timestamp":328408742,"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":1769663640881,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":73215,"timestamp":328387496,"id":1271,"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":1769663640860,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":73846,"timestamp":328387263,"id":1270,"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":1769663640859,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":73274,"timestamp":328388449,"id":1274,"parentId":1242,"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":1769663640861,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":75164,"timestamp":328387635,"id":1272,"parentId":1143,"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":1769663640860,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":74417,"timestamp":328388659,"id":1275,"parentId":1243,"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":1769663640861,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":75563,"timestamp":328387743,"id":1273,"parentId":1212,"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":1769663640860,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3017,"timestamp":328464405,"id":1279,"parentId":1195,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640937,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":796,"timestamp":328468962,"id":1280,"parentId":1147,"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":1769663640941,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":6538,"timestamp":328469138,"id":1281,"parentId":1178,"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":1769663640941,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":396208,"timestamp":328080328,"id":1224,"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/app-dir/link.js","layer":"app-pages-browser"},"startTime":1769663640552,"traceId":"0cd20127987d4cc2"},{"name":"build-module-ts","duration":1945,"timestamp":328485228,"id":1283,"parentId":1144,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/index.ts","layer":"app-pages-browser"},"startTime":1769663640957,"traceId":"0cd20127987d4cc2"},{"name":"build-module-ts","duration":5067,"timestamp":328484977,"id":1282,"parentId":1174,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/utils.ts","layer":"app-pages-browser"},"startTime":1769663640957,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5154,"timestamp":328486258,"id":1285,"parentId":1224,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640958,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6436,"timestamp":328486349,"id":1286,"parentId":1224,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640958,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11902,"timestamp":328486136,"id":1284,"parentId":1224,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640958,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4766,"timestamp":328506087,"id":1287,"parentId":1236,"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":1769663640978,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":6749,"timestamp":328507207,"id":1293,"parentId":1173,"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":1769663640979,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":11976,"timestamp":328506376,"id":1289,"parentId":1212,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ChatPanel.tsx","layer":"app-pages-browser"},"startTime":1769663640978,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":20590,"timestamp":328506240,"id":1288,"parentId":1232,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640978,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":24748,"timestamp":328506766,"id":1291,"parentId":1212,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileExplorer.tsx","layer":"app-pages-browser"},"startTime":1769663640979,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":27532,"timestamp":328506948,"id":1292,"parentId":1212,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileViewer.tsx","layer":"app-pages-browser"},"startTime":1769663640979,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":39976,"timestamp":328506583,"id":1290,"parentId":1212,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/PreviewPanel.tsx","layer":"app-pages-browser"},"startTime":1769663640979,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":32649,"timestamp":328519075,"id":1294,"parentId":1285,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663640991,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8467,"timestamp":328581227,"id":1295,"parentId":1246,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663641053,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":22452,"timestamp":328581499,"id":1297,"parentId":1212,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/database/DatabasePanel.tsx","layer":"app-pages-browser"},"startTime":1769663641054,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":26680,"timestamp":328581705,"id":1298,"parentId":1212,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/testing/TestRunner.tsx","layer":"app-pages-browser"},"startTime":1769663641054,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":29389,"timestamp":328582840,"id":1300,"parentId":1212,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/env/EnvPanel.tsx","layer":"app-pages-browser"},"startTime":1769663641055,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":34068,"timestamp":328582530,"id":1299,"parentId":1212,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/checkpoint/CheckpointPanel.tsx","layer":"app-pages-browser"},"startTime":1769663641055,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":35591,"timestamp":328581337,"id":1296,"parentId":1289,"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":1769663641053,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7178,"timestamp":328632247,"id":1301,"parentId":1221,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663641104,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":13079,"timestamp":328632551,"id":1302,"parentId":1291,"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":1769663641105,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":13248,"timestamp":328632700,"id":1303,"parentId":1292,"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":1769663641105,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":7392,"timestamp":328647802,"id":1305,"parentId":1289,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageList.tsx","layer":"app-pages-browser"},"startTime":1769663641120,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":9885,"timestamp":328648051,"id":1306,"parentId":1289,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageInput.tsx","layer":"app-pages-browser"},"startTime":1769663641120,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":14695,"timestamp":328647611,"id":1304,"parentId":1290,"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":1769663641120,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5942,"timestamp":328659920,"id":1307,"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/not-found.js","layer":"app-pages-browser"},"startTime":1769663641132,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6355,"timestamp":328660242,"id":1308,"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/forbidden.js","layer":"app-pages-browser"},"startTime":1769663641132,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7302,"timestamp":328660417,"id":1309,"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/unauthorized.js","layer":"app-pages-browser"},"startTime":1769663641133,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1403,"timestamp":328681724,"id":1313,"parentId":1235,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/index.js","layer":"pages-dir-browser"},"startTime":1769663641154,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":13847,"timestamp":328681951,"id":1315,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ErrorOverlay.tsx","layer":"app-pages-browser"},"startTime":1769663641154,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":14358,"timestamp":328682204,"id":1316,"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/unstable-rethrow.js","layer":"app-pages-browser"},"startTime":1769663641154,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":15301,"timestamp":328682313,"id":1317,"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/shared/lib/image-external.js","layer":"app-pages-browser"},"startTime":1769663641154,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":18806,"timestamp":328681775,"id":1314,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ConsoleViewer.tsx","layer":"app-pages-browser"},"startTime":1769663641154,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":28785,"timestamp":328681264,"id":1310,"parentId":1297,"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":1769663641153,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":29073,"timestamp":328681484,"id":1311,"parentId":1298,"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":1769663641154,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":30539,"timestamp":328681606,"id":1312,"parentId":1300,"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":1769663641154,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":30219,"timestamp":328682408,"id":1318,"parentId":1299,"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":1769663641155,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":31445,"timestamp":328682505,"id":1319,"parentId":1306,"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":1769663641155,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11084,"timestamp":328704099,"id":1321,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641176,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":12694,"timestamp":328703860,"id":1320,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641176,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":15611,"timestamp":328704246,"id":1322,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641176,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":16187,"timestamp":328704475,"id":1324,"parentId":1269,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663641177,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":16603,"timestamp":328704709,"id":1326,"parentId":1267,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641177,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":17806,"timestamp":328704804,"id":1327,"parentId":1264,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641177,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":18948,"timestamp":328704607,"id":1325,"parentId":1269,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641177,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":29278,"timestamp":328704372,"id":1323,"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/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1769663641176,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4856,"timestamp":328747678,"id":1338,"parentId":1246,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663641220,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":15365,"timestamp":328746912,"id":1330,"parentId":1264,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641219,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":15793,"timestamp":328747276,"id":1334,"parentId":1306,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ModeToggle.tsx","layer":"app-pages-browser"},"startTime":1769663641219,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":17346,"timestamp":328747060,"id":1332,"parentId":1305,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageItem.tsx","layer":"app-pages-browser"},"startTime":1769663641219,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":17771,"timestamp":328747378,"id":1335,"parentId":1306,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/FilePreview.tsx","layer":"app-pages-browser"},"startTime":1769663641219,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":18779,"timestamp":328747475,"id":1336,"parentId":1306,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/QueuePreview.tsx","layer":"app-pages-browser"},"startTime":1769663641220,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":22161,"timestamp":328747167,"id":1333,"parentId":1305,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/StreamingMessage.tsx","layer":"app-pages-browser"},"startTime":1769663641219,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":22631,"timestamp":328747735,"id":1339,"parentId":1224,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663641220,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":24478,"timestamp":328746983,"id":1331,"parentId":1264,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641219,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":26055,"timestamp":328747578,"id":1337,"parentId":1264,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641220,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":37828,"timestamp":328746843,"id":1329,"parentId":1314,"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":1769663641219,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":38805,"timestamp":328746702,"id":1328,"parentId":1315,"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":1769663641219,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6405,"timestamp":328780345,"id":1340,"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":1769663641252,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6512,"timestamp":328780665,"id":1343,"parentId":1271,"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":1769663641253,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7075,"timestamp":328780525,"id":1341,"parentId":1224,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641253,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7179,"timestamp":328780736,"id":1344,"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/check.js","layer":"app-pages-browser"},"startTime":1769663641253,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7474,"timestamp":328780792,"id":1345,"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/database.js","layer":"app-pages-browser"},"startTime":1769663641253,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7677,"timestamp":328780902,"id":1347,"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/loader-circle.js","layer":"app-pages-browser"},"startTime":1769663641253,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8044,"timestamp":328780844,"id":1346,"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/folder-open.js","layer":"app-pages-browser"},"startTime":1769663641253,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9914,"timestamp":328780606,"id":1342,"parentId":1276,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641253,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":12092,"timestamp":328781103,"id":1348,"parentId":1274,"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":1769663641253,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6727,"timestamp":328794659,"id":1349,"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/refresh-cw.js","layer":"app-pages-browser"},"startTime":1769663641267,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6885,"timestamp":328794951,"id":1351,"parentId":1272,"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":1769663641267,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7505,"timestamp":328794830,"id":1350,"parentId":1274,"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":1769663641267,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6139,"timestamp":328796908,"id":1352,"parentId":1334,"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":1769663641269,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6407,"timestamp":328797048,"id":1353,"parentId":1332,"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":1769663641269,"traceId":"0cd20127987d4cc2"}]
14
+ [{"name":"build-module-js","duration":6667,"timestamp":328797140,"id":1354,"parentId":1335,"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":1769663641269,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5166,"timestamp":328807429,"id":1358,"parentId":1275,"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":1769663641280,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5509,"timestamp":328807366,"id":1357,"parentId":1272,"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":1769663641279,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5677,"timestamp":328807482,"id":1359,"parentId":1275,"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":1769663641280,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5871,"timestamp":328807532,"id":1360,"parentId":1275,"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":1769663641280,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6047,"timestamp":328807591,"id":1361,"parentId":1275,"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":1769663641280,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10675,"timestamp":328807161,"id":1355,"parentId":1336,"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":1769663641279,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11350,"timestamp":328807290,"id":1356,"parentId":1333,"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":1769663641279,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4353,"timestamp":328816293,"id":1362,"parentId":1275,"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":1769663641288,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4613,"timestamp":328816422,"id":1363,"parentId":1275,"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":1769663641289,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4861,"timestamp":328816506,"id":1364,"parentId":1273,"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":1769663641289,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5120,"timestamp":328816571,"id":1365,"parentId":1273,"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":1769663641289,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5410,"timestamp":328816626,"id":1366,"parentId":1273,"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":1769663641289,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":8307,"timestamp":328816679,"id":1367,"parentId":1332,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MarkdownRenderer.tsx","layer":"app-pages-browser"},"startTime":1769663641289,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8783,"timestamp":328831558,"id":1369,"parentId":1273,"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":1769663641304,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":11183,"timestamp":328831263,"id":1368,"parentId":1333,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/AskUserQuestionBlock.tsx","layer":"app-pages-browser"},"startTime":1769663641303,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4249,"timestamp":328843959,"id":1370,"parentId":1273,"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":1769663641316,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":2060,"timestamp":328848567,"id":1372,"parentId":1280,"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":1769663641321,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":2575,"timestamp":328848755,"id":1373,"parentId":1280,"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":1769663641321,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3965,"timestamp":328848410,"id":1371,"parentId":1273,"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":1769663641321,"traceId":"0cd20127987d4cc2"},{"name":"build-module-ts","duration":4166,"timestamp":328848935,"id":1374,"parentId":1283,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/project.ts","layer":"app-pages-browser"},"startTime":1769663641321,"traceId":"0cd20127987d4cc2"},{"name":"build-module-ts","duration":4370,"timestamp":328853732,"id":1375,"parentId":1283,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/chat.ts","layer":"app-pages-browser"},"startTime":1769663641326,"traceId":"0cd20127987d4cc2"},{"name":"build-module-ts","duration":4372,"timestamp":328853964,"id":1376,"parentId":1283,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/preview.ts","layer":"app-pages-browser"},"startTime":1769663641326,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2950,"timestamp":328858978,"id":1378,"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/message-square-plus.js","layer":"app-pages-browser"},"startTime":1769663641331,"traceId":"0cd20127987d4cc2"},{"name":"build-module-ts","duration":4056,"timestamp":328858709,"id":1377,"parentId":1283,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/tech-stack.ts","layer":"app-pages-browser"},"startTime":1769663641331,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3986,"timestamp":328859125,"id":1379,"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/chevron-down.js","layer":"app-pages-browser"},"startTime":1769663641331,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4185,"timestamp":328859230,"id":1380,"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/chevron-right.js","layer":"app-pages-browser"},"startTime":1769663641331,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4471,"timestamp":328859346,"id":1381,"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/file.js","layer":"app-pages-browser"},"startTime":1769663641331,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2321,"timestamp":328864393,"id":1384,"parentId":1262,"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":1769663641336,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3339,"timestamp":328864695,"id":1386,"parentId":1262,"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":1769663641337,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6387,"timestamp":328864961,"id":1388,"parentId":1301,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663641337,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8184,"timestamp":328864151,"id":1382,"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/folder.js","layer":"app-pages-browser"},"startTime":1769663641336,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8424,"timestamp":328864293,"id":1383,"parentId":1303,"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":1769663641336,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8233,"timestamp":328864867,"id":1387,"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/external-link.js","layer":"app-pages-browser"},"startTime":1769663641337,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10788,"timestamp":328864579,"id":1385,"parentId":1368,"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":1769663641337,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4073,"timestamp":328873609,"id":1390,"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/package.js","layer":"app-pages-browser"},"startTime":1769663641346,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4145,"timestamp":328873842,"id":1392,"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/rotate-ccw.js","layer":"app-pages-browser"},"startTime":1769663641346,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4389,"timestamp":328873926,"id":1393,"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/square.js","layer":"app-pages-browser"},"startTime":1769663641346,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5423,"timestamp":328873444,"id":1389,"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/monitor.js","layer":"app-pages-browser"},"startTime":1769663641346,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5506,"timestamp":328873730,"id":1391,"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/play.js","layer":"app-pages-browser"},"startTime":1769663641346,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2064,"timestamp":328882765,"id":1394,"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/tablet.js","layer":"app-pages-browser"},"startTime":1769663641355,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2654,"timestamp":328885312,"id":1396,"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/table.js","layer":"app-pages-browser"},"startTime":1769663641357,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2898,"timestamp":328885432,"id":1397,"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/terminal.js","layer":"app-pages-browser"},"startTime":1769663641358,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3123,"timestamp":328885529,"id":1398,"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/chevron-left.js","layer":"app-pages-browser"},"startTime":1769663641358,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5007,"timestamp":328886521,"id":1399,"parentId":1316,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641359,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5017,"timestamp":328886837,"id":1402,"parentId":1311,"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":1769663641359,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5222,"timestamp":328886961,"id":1403,"parentId":1311,"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":1769663641359,"traceId":"0cd20127987d4cc2"},{"name":"build-module-ts","duration":16151,"timestamp":328885080,"id":1395,"parentId":1289,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useChatStore.ts","layer":"app-pages-browser"},"startTime":1769663641357,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":18519,"timestamp":328886640,"id":1400,"parentId":1317,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769663641359,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":24079,"timestamp":328886743,"id":1401,"parentId":1317,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641359,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":10468,"timestamp":328914313,"id":1404,"parentId":1311,"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":1769663641386,"traceId":"0cd20127987d4cc2"},{"name":"build-module-ts","duration":11531,"timestamp":328914503,"id":1405,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/usePreviewStore.ts","layer":"app-pages-browser"},"startTime":1769663641387,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":11648,"timestamp":328914818,"id":1407,"parentId":1312,"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":1769663641387,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":12117,"timestamp":328914703,"id":1406,"parentId":1312,"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":1769663641387,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":12357,"timestamp":328914925,"id":1408,"parentId":1312,"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":1769663641387,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3209,"timestamp":328928623,"id":1411,"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":1769663641401,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6955,"timestamp":328928333,"id":1409,"parentId":1319,"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":1769663641400,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7097,"timestamp":328928513,"id":1410,"parentId":1319,"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":1769663641401,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3599,"timestamp":328933333,"id":1413,"parentId":1400,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641405,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3863,"timestamp":328933429,"id":1414,"parentId":1400,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641406,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4107,"timestamp":328933526,"id":1415,"parentId":1400,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641406,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6086,"timestamp":328933213,"id":1412,"parentId":1400,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641405,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":6706,"timestamp":328933616,"id":1416,"parentId":1368,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/radio-group.tsx","layer":"app-pages-browser"},"startTime":1769663641406,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":17838,"timestamp":328933795,"id":1417,"parentId":1368,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/label.tsx","layer":"app-pages-browser"},"startTime":1769663641406,"traceId":"0cd20127987d4cc2"},{"name":"build-module-tsx","duration":18312,"timestamp":328935946,"id":1418,"parentId":1368,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/checkbox.tsx","layer":"app-pages-browser"},"startTime":1769663641408,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":1835,"timestamp":328956289,"id":1419,"parentId":1282,"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":1769663641428,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":27366,"timestamp":328959406,"id":1424,"parentId":1282,"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":1769663641432,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":31573,"timestamp":328959100,"id":1421,"parentId":1412,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641431,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":32139,"timestamp":328959200,"id":1422,"parentId":1412,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641431,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":36239,"timestamp":328958939,"id":1420,"parentId":1412,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641431,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":36165,"timestamp":328959300,"id":1423,"parentId":1416,"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":1769663641431,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6026,"timestamp":328996426,"id":1425,"parentId":1418,"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":1769663641469,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6417,"timestamp":328996606,"id":1426,"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":1769663641469,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":83547,"timestamp":329007183,"id":1431,"parentId":1292,"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":1769663641479,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":86922,"timestamp":329005716,"id":1427,"parentId":1343,"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":1769663641478,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":86133,"timestamp":329006961,"id":1429,"parentId":1352,"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":1769663641479,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":86870,"timestamp":329007089,"id":1430,"parentId":1342,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641479,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":88717,"timestamp":329006825,"id":1428,"parentId":1317,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641479,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3951,"timestamp":329096654,"id":1432,"parentId":1352,"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":1769663641569,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2956,"timestamp":329102099,"id":1433,"parentId":1353,"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":1769663641574,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3643,"timestamp":329102249,"id":1434,"parentId":1353,"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":1769663641574,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3904,"timestamp":329102352,"id":1435,"parentId":1353,"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":1769663641574,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4173,"timestamp":329102434,"id":1436,"parentId":1353,"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":1769663641575,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5652,"timestamp":329102511,"id":1437,"parentId":1353,"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":1769663641575,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4888,"timestamp":329103574,"id":1438,"parentId":1353,"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":1769663641576,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4684,"timestamp":329105294,"id":1439,"parentId":1355,"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":1769663641577,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1184,"timestamp":329112949,"id":1441,"parentId":1367,"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":1769663641585,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2171,"timestamp":329112852,"id":1440,"parentId":1401,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769663641585,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":902,"timestamp":329118296,"id":1443,"parentId":1367,"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":1769663641590,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1546,"timestamp":329118193,"id":1442,"parentId":1423,"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":1769663641590,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1617,"timestamp":329119986,"id":1444,"parentId":1427,"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":1769663641592,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2215,"timestamp":329123109,"id":1445,"parentId":1427,"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":1769663641595,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1964,"timestamp":329129392,"id":1446,"parentId":1444,"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":1769663641601,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5952,"timestamp":329131768,"id":1447,"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":1769663641604,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":7502,"timestamp":329145234,"id":1448,"parentId":1416,"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":1769663641617,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":658,"timestamp":329158775,"id":1452,"parentId":1235,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663641631,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1584,"timestamp":329158637,"id":1451,"parentId":1211,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663641631,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1205,"timestamp":329163082,"id":1453,"parentId":1443,"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":1769663641635,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":8445,"timestamp":329158211,"id":1449,"parentId":1418,"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":1769663641630,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":9709,"timestamp":329158441,"id":1450,"parentId":1417,"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":1769663641631,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":841,"timestamp":329196487,"id":1454,"parentId":1447,"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":1769663641669,"traceId":"0cd20127987d4cc2"}]
15
+ [{"name":"build-module-js","duration":684,"timestamp":329203848,"id":1455,"parentId":1447,"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":1769663641676,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":682,"timestamp":329206273,"id":1456,"parentId":1447,"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":1769663641678,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":733,"timestamp":329211333,"id":1457,"parentId":1447,"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":1769663641683,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":553,"timestamp":329216924,"id":1458,"parentId":1447,"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":1769663641689,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":743,"timestamp":329222432,"id":1459,"parentId":1447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/index.js","layer":"app-pages-browser"},"startTime":1769663641695,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":757,"timestamp":329222591,"id":1460,"parentId":1447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/index.js","layer":"app-pages-browser"},"startTime":1769663641695,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":700,"timestamp":329224092,"id":1461,"parentId":1447,"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":1769663641696,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1298,"timestamp":329225377,"id":1462,"parentId":1452,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663641697,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2305,"timestamp":329225446,"id":1463,"parentId":1451,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769663641698,"traceId":"0cd20127987d4cc2"},{"name":"add-entry","duration":3504950,"timestamp":325723195,"id":987,"parentId":980,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1769663638195,"traceId":"0cd20127987d4cc2"},{"name":"add-entry","duration":3505014,"timestamp":325723147,"id":985,"parentId":980,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1769663638195,"traceId":"0cd20127987d4cc2"},{"name":"add-entry","duration":3504995,"timestamp":325723173,"id":986,"parentId":980,"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":1769663638195,"traceId":"0cd20127987d4cc2"},{"name":"add-entry","duration":3504990,"timestamp":325723206,"id":988,"parentId":980,"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":1769663638195,"traceId":"0cd20127987d4cc2"},{"name":"add-entry","duration":3504983,"timestamp":325723217,"id":989,"parentId":980,"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":1769663638195,"traceId":"0cd20127987d4cc2"},{"name":"add-entry","duration":3504843,"timestamp":325723362,"id":991,"parentId":980,"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":1769663638195,"traceId":"0cd20127987d4cc2"},{"name":"add-entry","duration":3505764,"timestamp":325722470,"id":981,"parentId":980,"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":1769663638195,"traceId":"0cd20127987d4cc2"},{"name":"add-entry","duration":3505256,"timestamp":325722984,"id":983,"parentId":980,"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":1769663638195,"traceId":"0cd20127987d4cc2"},{"name":"add-entry","duration":3505398,"timestamp":325722944,"id":982,"parentId":980,"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":1769663638195,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":473,"timestamp":329230146,"id":1464,"parentId":1453,"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":1769663641702,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":734,"timestamp":329231205,"id":1465,"parentId":1453,"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":1769663641703,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4682,"timestamp":329232654,"id":1466,"parentId":1454,"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":1769663641705,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":1461,"timestamp":329246803,"id":1467,"parentId":1448,"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":1769663641719,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":2437,"timestamp":329252518,"id":1468,"parentId":1448,"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":1769663641725,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":1639,"timestamp":329261136,"id":1469,"parentId":1448,"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":1769663641733,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":1098,"timestamp":329274029,"id":1471,"parentId":1448,"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":1769663641746,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":8222,"timestamp":329272650,"id":1470,"parentId":1448,"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":1769663641745,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":1083,"timestamp":329288339,"id":1472,"parentId":1448,"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":1769663641760,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":1123,"timestamp":329297605,"id":1473,"parentId":1448,"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":1769663641770,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":735,"timestamp":329302820,"id":1474,"parentId":1448,"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":1769663641775,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":2003,"timestamp":329306910,"id":1475,"parentId":1448,"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":1769663641779,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":6935,"timestamp":329319226,"id":1476,"parentId":1448,"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":1769663641791,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":956,"timestamp":329332178,"id":1477,"parentId":1455,"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":1769663641804,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1156,"timestamp":329332402,"id":1478,"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":1769663641804,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":1250,"timestamp":329339616,"id":1479,"parentId":1450,"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":1769663641812,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1579,"timestamp":329339781,"id":1480,"parentId":1457,"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":1769663641812,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1466,"timestamp":329342136,"id":1481,"parentId":1458,"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":1769663641814,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3752,"timestamp":329346845,"id":1482,"parentId":1460,"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":1769663641819,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8344,"timestamp":329347156,"id":1483,"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":1769663641819,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8720,"timestamp":329347350,"id":1484,"parentId":1464,"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":1769663641819,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":597,"timestamp":329368970,"id":1485,"parentId":1457,"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":1769663641841,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1341,"timestamp":329376992,"id":1486,"parentId":1466,"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":1769663641849,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":761,"timestamp":329386319,"id":1487,"parentId":1466,"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":1769663641858,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":714,"timestamp":329391622,"id":1488,"parentId":1466,"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":1769663641864,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1201,"timestamp":329395659,"id":1489,"parentId":1466,"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":1769663641868,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":686,"timestamp":329401390,"id":1490,"parentId":1466,"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":1769663641873,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":647,"timestamp":329407118,"id":1491,"parentId":1466,"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":1769663641879,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2395,"timestamp":329416902,"id":1492,"parentId":1466,"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":1769663641889,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1200,"timestamp":329422088,"id":1493,"parentId":1465,"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":1769663641894,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":613,"timestamp":329425612,"id":1494,"parentId":1465,"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":1769663641898,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":624,"timestamp":329427700,"id":1495,"parentId":1465,"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":1769663641900,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":504,"timestamp":329431383,"id":1496,"parentId":1465,"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":1769663641903,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":686,"timestamp":329438243,"id":1497,"parentId":1465,"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":1769663641910,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":533,"timestamp":329441247,"id":1498,"parentId":1465,"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":1769663641913,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":521,"timestamp":329442402,"id":1499,"parentId":1465,"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":1769663641914,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":890,"timestamp":329446873,"id":1500,"parentId":1466,"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":1769663641919,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":1854,"timestamp":329455291,"id":1501,"parentId":1471,"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":1769663641927,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":1275,"timestamp":329464940,"id":1503,"parentId":1470,"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":1769663641937,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":26091,"timestamp":329459425,"id":1502,"parentId":1470,"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":1769663641932,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":1077,"timestamp":329493889,"id":1504,"parentId":1470,"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":1769663641966,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4008,"timestamp":329504561,"id":1505,"parentId":1482,"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":1769663641977,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":4280,"timestamp":329504826,"id":1506,"parentId":1472,"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":1769663641977,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":791,"timestamp":329510332,"id":1507,"parentId":1482,"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":1769663641982,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1662,"timestamp":329513094,"id":1508,"parentId":1482,"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":1769663641985,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1968,"timestamp":329513320,"id":1509,"parentId":1483,"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":1769663641985,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":1991,"timestamp":329531518,"id":1510,"parentId":1475,"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":1769663642004,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2432,"timestamp":329531785,"id":1511,"parentId":1485,"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":1769663642004,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5175,"timestamp":329531991,"id":1512,"parentId":1485,"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":1769663642004,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1208,"timestamp":329542238,"id":1513,"parentId":1485,"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":1769663642014,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":701,"timestamp":329552916,"id":1514,"parentId":1478,"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":1769663642025,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":988,"timestamp":329559647,"id":1515,"parentId":1487,"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":1769663642032,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":660,"timestamp":329565037,"id":1516,"parentId":1481,"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":1769663642037,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3383,"timestamp":329568857,"id":1517,"parentId":1488,"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":1769663642041,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":700,"timestamp":329573721,"id":1518,"parentId":1483,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js","layer":"app-pages-browser"},"startTime":1769663642046,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":823,"timestamp":329576340,"id":1519,"parentId":1483,"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":1769663642048,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2287,"timestamp":329580193,"id":1520,"parentId":1483,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/index.js","layer":"app-pages-browser"},"startTime":1769663642052,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2874,"timestamp":329580417,"id":1521,"parentId":1489,"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":1769663642053,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4566,"timestamp":329580608,"id":1522,"parentId":1489,"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":1769663642053,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4745,"timestamp":329580797,"id":1523,"parentId":1489,"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":1769663642053,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4875,"timestamp":329580980,"id":1524,"parentId":1489,"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":1769663642053,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8992,"timestamp":329581190,"id":1525,"parentId":1489,"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":1769663642053,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":891,"timestamp":329596039,"id":1526,"parentId":1489,"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":1769663642068,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1748,"timestamp":329602040,"id":1527,"parentId":1489,"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":1769663642074,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2368,"timestamp":329602304,"id":1528,"parentId":1489,"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":1769663642074,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2405,"timestamp":329602508,"id":1529,"parentId":1489,"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":1769663642075,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2601,"timestamp":329602702,"id":1530,"parentId":1489,"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":1769663642075,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":832,"timestamp":329613848,"id":1531,"parentId":1484,"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":1769663642086,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":731,"timestamp":329615381,"id":1532,"parentId":1484,"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":1769663642087,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":638,"timestamp":329617522,"id":1533,"parentId":1484,"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":1769663642090,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":649,"timestamp":329619895,"id":1534,"parentId":1484,"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":1769663642092,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":645,"timestamp":329623889,"id":1535,"parentId":1484,"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":1769663642096,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2282,"timestamp":329626387,"id":1536,"parentId":1483,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js","layer":"app-pages-browser"},"startTime":1769663642098,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2829,"timestamp":329626616,"id":1537,"parentId":1490,"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":1769663642099,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1931,"timestamp":329631384,"id":1538,"parentId":1491,"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":1769663642103,"traceId":"0cd20127987d4cc2"},{"name":"build-module-mjs","duration":1747,"timestamp":329636407,"id":1539,"parentId":1479,"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":1769663642109,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2916,"timestamp":329639135,"id":1540,"parentId":1494,"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":1769663642111,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4504,"timestamp":329639277,"id":1541,"parentId":1494,"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":1769663642111,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":8717,"timestamp":329639386,"id":1542,"parentId":1495,"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":1769663642111,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2085,"timestamp":329649880,"id":1543,"parentId":1495,"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":1769663642122,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2096,"timestamp":329650222,"id":1544,"parentId":1496,"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":1769663642122,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1927,"timestamp":329655511,"id":1545,"parentId":1496,"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":1769663642128,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1563,"timestamp":329660470,"id":1546,"parentId":1497,"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":1769663642133,"traceId":"0cd20127987d4cc2"}]
16
+ [{"name":"build-module-js","duration":9106,"timestamp":329660659,"id":1547,"parentId":1497,"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":1769663642133,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":9888,"timestamp":329660770,"id":1548,"parentId":1498,"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":1769663642133,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1746,"timestamp":329676539,"id":1549,"parentId":1499,"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":1769663642149,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2705,"timestamp":329676833,"id":1550,"parentId":1499,"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":1769663642149,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1801,"timestamp":329684692,"id":1551,"parentId":1500,"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":1769663642157,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2258,"timestamp":329684893,"id":1552,"parentId":1493,"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":1769663642157,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1060,"timestamp":329691629,"id":1553,"parentId":1508,"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":1769663642164,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1484,"timestamp":329691878,"id":1554,"parentId":1500,"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":1769663642164,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3029,"timestamp":329696641,"id":1555,"parentId":1511,"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":1769663642169,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3234,"timestamp":329696787,"id":1556,"parentId":1513,"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":1769663642169,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3396,"timestamp":329696905,"id":1557,"parentId":1513,"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":1769663642169,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2153,"timestamp":329702752,"id":1558,"parentId":1513,"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":1769663642175,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2240,"timestamp":329702970,"id":1559,"parentId":1513,"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":1769663642175,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2284,"timestamp":329703193,"id":1560,"parentId":1513,"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":1769663642175,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1933,"timestamp":329706393,"id":1561,"parentId":1513,"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":1769663642178,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2020,"timestamp":329706607,"id":1562,"parentId":1513,"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":1769663642179,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2103,"timestamp":329706787,"id":1563,"parentId":1513,"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":1769663642179,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2412,"timestamp":329706968,"id":1564,"parentId":1513,"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":1769663642179,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1738,"timestamp":329716867,"id":1565,"parentId":1513,"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":1769663642189,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1915,"timestamp":329717157,"id":1566,"parentId":1513,"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":1769663642189,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2192,"timestamp":329717363,"id":1567,"parentId":1513,"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":1769663642189,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1869,"timestamp":329722554,"id":1568,"parentId":1513,"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":1769663642195,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2576,"timestamp":329722782,"id":1569,"parentId":1513,"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":1769663642195,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2778,"timestamp":329723000,"id":1570,"parentId":1513,"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":1769663642195,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1487,"timestamp":329727410,"id":1571,"parentId":1513,"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":1769663642200,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1559,"timestamp":329727634,"id":1572,"parentId":1513,"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":1769663642200,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1947,"timestamp":329727817,"id":1573,"parentId":1513,"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":1769663642200,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2112,"timestamp":329727982,"id":1574,"parentId":1513,"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":1769663642200,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1448,"timestamp":329733997,"id":1575,"parentId":1513,"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":1769663642206,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1778,"timestamp":329734284,"id":1576,"parentId":1513,"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":1769663642206,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1935,"timestamp":329734485,"id":1577,"parentId":1513,"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":1769663642207,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":820,"timestamp":329741367,"id":1578,"parentId":1513,"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":1769663642213,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":950,"timestamp":329746308,"id":1579,"parentId":1502,"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":1769663642218,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":959,"timestamp":329748275,"id":1580,"parentId":1502,"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":1769663642220,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1189,"timestamp":329753091,"id":1581,"parentId":1502,"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":1769663642225,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5281,"timestamp":329753311,"id":1582,"parentId":1514,"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":1769663642225,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2104,"timestamp":329763315,"id":1583,"parentId":1516,"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":1769663642235,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1477,"timestamp":329777829,"id":1584,"parentId":1521,"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":1769663642250,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1940,"timestamp":329778043,"id":1585,"parentId":1521,"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":1769663642250,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2178,"timestamp":329778176,"id":1586,"parentId":1522,"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":1769663642250,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3287,"timestamp":329778286,"id":1587,"parentId":1512,"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":1769663642250,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1164,"timestamp":329784095,"id":1588,"parentId":1528,"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":1769663642256,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1217,"timestamp":329784309,"id":1589,"parentId":1528,"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":1769663642256,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1262,"timestamp":329784436,"id":1590,"parentId":1525,"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":1769663642257,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":593,"timestamp":329788622,"id":1591,"parentId":1530,"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":1769663642261,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1037,"timestamp":329792779,"id":1592,"parentId":1512,"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":1769663642265,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1961,"timestamp":329796931,"id":1593,"parentId":1520,"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":1769663642269,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4585,"timestamp":329797254,"id":1594,"parentId":1531,"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":1769663642269,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1893,"timestamp":329806681,"id":1595,"parentId":1532,"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":1769663642279,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2349,"timestamp":329806837,"id":1596,"parentId":1533,"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":1769663642279,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2314,"timestamp":329810836,"id":1597,"parentId":1547,"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":1769663642283,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3747,"timestamp":329811107,"id":1598,"parentId":1534,"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":1769663642283,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4887,"timestamp":329811302,"id":1599,"parentId":1535,"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":1769663642283,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1695,"timestamp":329817893,"id":1600,"parentId":1547,"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":1769663642290,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2006,"timestamp":329818163,"id":1601,"parentId":1564,"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":1769663642290,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":718,"timestamp":329825409,"id":1602,"parentId":1538,"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":1769663642298,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1207,"timestamp":329834617,"id":1603,"parentId":1540,"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":1769663642307,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1110,"timestamp":329839301,"id":1604,"parentId":1540,"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":1769663642311,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1651,"timestamp":329844694,"id":1605,"parentId":1540,"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":1769663642317,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":627,"timestamp":329853488,"id":1606,"parentId":1540,"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":1769663642326,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":885,"timestamp":329860381,"id":1607,"parentId":1545,"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":1769663642332,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":815,"timestamp":329863700,"id":1608,"parentId":1545,"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":1769663642336,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1048,"timestamp":329866211,"id":1609,"parentId":1579,"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":1769663642338,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1092,"timestamp":329866451,"id":1610,"parentId":1579,"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":1769663642339,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":506,"timestamp":329868959,"id":1611,"parentId":1580,"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":1769663642341,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":625,"timestamp":329870484,"id":1612,"parentId":1581,"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":1769663642343,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":645,"timestamp":329870628,"id":1613,"parentId":1583,"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":1769663642343,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":789,"timestamp":329872967,"id":1614,"parentId":1577,"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":1769663642345,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2170,"timestamp":329875330,"id":1615,"parentId":1554,"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":1769663642347,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":552,"timestamp":329878939,"id":1616,"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":1769663642351,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":918,"timestamp":329880879,"id":1617,"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":1769663642353,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":793,"timestamp":329883335,"id":1618,"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":1769663642355,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":825,"timestamp":329885484,"id":1619,"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":1769663642358,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1948,"timestamp":329888746,"id":1620,"parentId":1592,"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":1769663642361,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2466,"timestamp":329888932,"id":1621,"parentId":1592,"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":1769663642361,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2630,"timestamp":329889071,"id":1622,"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":1769663642361,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":403,"timestamp":329895450,"id":1623,"parentId":1583,"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":1769663642368,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":696,"timestamp":329897666,"id":1624,"parentId":1587,"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":1769663642370,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":767,"timestamp":329900751,"id":1625,"parentId":1602,"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":1769663642373,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2686,"timestamp":329903753,"id":1626,"parentId":1603,"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":1769663642376,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3752,"timestamp":329903909,"id":1627,"parentId":1603,"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":1769663642376,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4064,"timestamp":329904062,"id":1628,"parentId":1603,"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":1769663642376,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1171,"timestamp":329909176,"id":1629,"parentId":1603,"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":1769663642381,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1455,"timestamp":329909323,"id":1630,"parentId":1603,"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":1769663642381,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1892,"timestamp":329909428,"id":1631,"parentId":1603,"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":1769663642382,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2334,"timestamp":329912461,"id":1632,"parentId":1603,"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":1769663642385,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3096,"timestamp":329912595,"id":1633,"parentId":1603,"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":1769663642385,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1979,"timestamp":329916426,"id":1634,"parentId":1603,"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":1769663642389,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2412,"timestamp":329916627,"id":1635,"parentId":1603,"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":1769663642389,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2607,"timestamp":329916822,"id":1636,"parentId":1603,"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":1769663642389,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3509,"timestamp":329916970,"id":1637,"parentId":1603,"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":1769663642389,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2224,"timestamp":329922293,"id":1638,"parentId":1603,"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":1769663642394,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4943,"timestamp":329926244,"id":1639,"parentId":1603,"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":1769663642398,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":6187,"timestamp":329926459,"id":1640,"parentId":1603,"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":1769663642399,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":7687,"timestamp":329926643,"id":1641,"parentId":1603,"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":1769663642399,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1395,"timestamp":329938941,"id":1642,"parentId":1603,"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":1769663642411,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1605,"timestamp":329939140,"id":1643,"parentId":1603,"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":1769663642411,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1300,"timestamp":329941653,"id":1644,"parentId":1603,"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":1769663642414,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2152,"timestamp":329941788,"id":1645,"parentId":1603,"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":1769663642414,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3071,"timestamp":329941893,"id":1646,"parentId":1603,"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":1769663642414,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3389,"timestamp":329941989,"id":1647,"parentId":1603,"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":1769663642414,"traceId":"0cd20127987d4cc2"}]
17
+ [{"name":"build-module-js","duration":731,"timestamp":329951521,"id":1648,"parentId":1594,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js","layer":"app-pages-browser"},"startTime":1769663642424,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":576,"timestamp":329955285,"id":1649,"parentId":1594,"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":1769663642427,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1763,"timestamp":329963076,"id":1650,"parentId":1598,"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":1769663642435,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":469,"timestamp":329968101,"id":1651,"parentId":1598,"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":1769663642440,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3537,"timestamp":329971557,"id":1652,"parentId":1617,"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":1769663642444,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3757,"timestamp":329971717,"id":1653,"parentId":1617,"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":1769663642444,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3859,"timestamp":329971840,"id":1654,"parentId":1617,"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":1769663642444,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4457,"timestamp":329971944,"id":1655,"parentId":1617,"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":1769663642444,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4787,"timestamp":329972064,"id":1656,"parentId":1616,"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":1769663642444,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1651,"timestamp":329978368,"id":1657,"parentId":1620,"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":1769663642450,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1569,"timestamp":329983287,"id":1658,"parentId":1623,"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":1769663642455,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1528,"timestamp":329993760,"id":1659,"parentId":1649,"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":1769663642466,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2368,"timestamp":329997965,"id":1660,"parentId":1635,"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":1769663642470,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1543,"timestamp":330003706,"id":1661,"parentId":1637,"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":1769663642476,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1307,"timestamp":330005920,"id":1662,"parentId":1637,"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":1769663642478,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1174,"timestamp":330010875,"id":1663,"parentId":1637,"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":1769663642483,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":698,"timestamp":330014865,"id":1664,"parentId":1639,"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":1769663642487,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1193,"timestamp":330017255,"id":1665,"parentId":1653,"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":1769663642489,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1360,"timestamp":330017471,"id":1666,"parentId":1637,"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":1769663642490,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2572,"timestamp":330021348,"id":1667,"parentId":1653,"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":1769663642493,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2986,"timestamp":330021505,"id":1668,"parentId":1653,"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":1769663642494,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2318,"timestamp":330025985,"id":1669,"parentId":1653,"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":1769663642498,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2534,"timestamp":330026176,"id":1670,"parentId":1653,"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":1769663642498,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3515,"timestamp":330026309,"id":1671,"parentId":1653,"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":1769663642498,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2215,"timestamp":330033400,"id":1672,"parentId":1651,"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":1769663642506,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1000,"timestamp":330041539,"id":1673,"parentId":1651,"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":1769663642514,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2282,"timestamp":330059875,"id":1674,"parentId":1660,"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":1769663642532,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1067,"timestamp":330065801,"id":1675,"parentId":1672,"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":1769663642538,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1420,"timestamp":330065982,"id":1676,"parentId":1672,"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":1769663642538,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1961,"timestamp":330066124,"id":1677,"parentId":1672,"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":1769663642538,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1325,"timestamp":330071578,"id":1678,"parentId":1672,"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":1769663642544,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2244,"timestamp":330071819,"id":1679,"parentId":1672,"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":1769663642544,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2679,"timestamp":330077960,"id":1680,"parentId":1672,"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":1769663642550,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3054,"timestamp":330078267,"id":1681,"parentId":1672,"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":1769663642550,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3283,"timestamp":330078492,"id":1682,"parentId":1672,"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":1769663642551,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4492,"timestamp":330078695,"id":1683,"parentId":1672,"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":1769663642551,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1745,"timestamp":330083942,"id":1684,"parentId":1672,"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":1769663642556,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1747,"timestamp":330084175,"id":1685,"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/handle/blockquote.js","layer":"app-pages-browser"},"startTime":1769663642556,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1923,"timestamp":330084380,"id":1686,"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/handle/break.js","layer":"app-pages-browser"},"startTime":1769663642556,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2569,"timestamp":330084569,"id":1687,"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/handle/code.js","layer":"app-pages-browser"},"startTime":1769663642557,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2441,"timestamp":330093107,"id":1688,"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/handle/definition.js","layer":"app-pages-browser"},"startTime":1769663642565,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2933,"timestamp":330093335,"id":1689,"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/handle/emphasis.js","layer":"app-pages-browser"},"startTime":1769663642565,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3177,"timestamp":330093794,"id":1690,"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/handle/heading.js","layer":"app-pages-browser"},"startTime":1769663642566,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3214,"timestamp":330094023,"id":1691,"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/handle/html.js","layer":"app-pages-browser"},"startTime":1769663642566,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2873,"timestamp":330101202,"id":1692,"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/handle/image.js","layer":"app-pages-browser"},"startTime":1769663642573,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3210,"timestamp":330101424,"id":1693,"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/handle/image-reference.js","layer":"app-pages-browser"},"startTime":1769663642574,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":3746,"timestamp":330101622,"id":1694,"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/handle/inline-code.js","layer":"app-pages-browser"},"startTime":1769663642574,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":4557,"timestamp":330101827,"id":1695,"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/handle/link.js","layer":"app-pages-browser"},"startTime":1769663642574,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5286,"timestamp":330102046,"id":1696,"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/handle/list.js","layer":"app-pages-browser"},"startTime":1769663642574,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":5641,"timestamp":330102232,"id":1697,"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/handle/link-reference.js","layer":"app-pages-browser"},"startTime":1769663642574,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1704,"timestamp":330112778,"id":1698,"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/handle/paragraph.js","layer":"app-pages-browser"},"startTime":1769663642585,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2156,"timestamp":330113060,"id":1699,"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/handle/strong.js","layer":"app-pages-browser"},"startTime":1769663642585,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2309,"timestamp":330113259,"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/handle/root.js","layer":"app-pages-browser"},"startTime":1769663642585,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2865,"timestamp":330113441,"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/handle/list-item.js","layer":"app-pages-browser"},"startTime":1769663642586,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":886,"timestamp":330119027,"id":1702,"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/handle/text.js","layer":"app-pages-browser"},"startTime":1769663642591,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1080,"timestamp":330119247,"id":1703,"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/handle/thematic-break.js","layer":"app-pages-browser"},"startTime":1769663642591,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":792,"timestamp":330123841,"id":1704,"parentId":1659,"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":1769663642596,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":745,"timestamp":330130209,"id":1705,"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/format-heading-as-setext.js","layer":"app-pages-browser"},"startTime":1769663642602,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":839,"timestamp":330132347,"id":1706,"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/format-code-as-indented.js","layer":"app-pages-browser"},"startTime":1769663642604,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":839,"timestamp":330133587,"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/encode-character-reference.js","layer":"app-pages-browser"},"startTime":1769663642606,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1101,"timestamp":330133727,"id":1708,"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/pattern-in-scope.js","layer":"app-pages-browser"},"startTime":1769663642606,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1289,"timestamp":330133834,"id":1709,"parentId":1687,"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":1769663642606,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1427,"timestamp":330139206,"id":1710,"parentId":1688,"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":1769663642611,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1775,"timestamp":330139438,"id":1711,"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/encode-info.js","layer":"app-pages-browser"},"startTime":1769663642612,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1997,"timestamp":330139629,"id":1712,"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/check-emphasis.js","layer":"app-pages-browser"},"startTime":1769663642612,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2190,"timestamp":330145035,"id":1713,"parentId":1695,"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":1769663642617,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2246,"timestamp":330145307,"id":1714,"parentId":1696,"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":1769663642617,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":2456,"timestamp":330145517,"id":1715,"parentId":1696,"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":1769663642618,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":748,"timestamp":330150363,"id":1716,"parentId":1696,"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":1769663642622,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":826,"timestamp":330150540,"id":1717,"parentId":1696,"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":1769663642623,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":983,"timestamp":330152610,"id":1718,"parentId":1699,"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":1769663642625,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1086,"timestamp":330152772,"id":1719,"parentId":1701,"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":1769663642625,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":1294,"timestamp":330152946,"id":1720,"parentId":1672,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js","layer":"app-pages-browser"},"startTime":1769663642625,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":464,"timestamp":330155193,"id":1721,"parentId":1703,"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":1769663642627,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":572,"timestamp":330156713,"id":1722,"parentId":1687,"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":1769663642629,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":495,"timestamp":330158358,"id":1723,"parentId":1700,"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":1769663642630,"traceId":"0cd20127987d4cc2"},{"name":"build-module-js","duration":684,"timestamp":330162714,"id":1724,"parentId":1723,"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":1769663642635,"traceId":"0cd20127987d4cc2"},{"name":"add-entry","duration":4442260,"timestamp":325723325,"id":990,"parentId":980,"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":1769663638195,"traceId":"0cd20127987d4cc2"},{"name":"make","duration":4444036,"timestamp":325721910,"id":980,"parentId":979,"tags":{},"startTime":1769663638194,"traceId":"0cd20127987d4cc2"},{"name":"chunk-graph","duration":20261,"timestamp":330240521,"id":1726,"parentId":1725,"tags":{},"startTime":1769663642713,"traceId":"0cd20127987d4cc2"},{"name":"optimize-modules","duration":62,"timestamp":330260961,"id":1728,"parentId":1725,"tags":{},"startTime":1769663642733,"traceId":"0cd20127987d4cc2"},{"name":"optimize-chunks","duration":13580,"timestamp":330263666,"id":1730,"parentId":1725,"tags":{},"startTime":1769663642736,"traceId":"0cd20127987d4cc2"},{"name":"optimize-tree","duration":129,"timestamp":330277337,"id":1731,"parentId":1725,"tags":{},"startTime":1769663642749,"traceId":"0cd20127987d4cc2"},{"name":"optimize-chunk-modules","duration":36596,"timestamp":330277579,"id":1732,"parentId":1725,"tags":{},"startTime":1769663642750,"traceId":"0cd20127987d4cc2"},{"name":"optimize","duration":53463,"timestamp":330260879,"id":1727,"parentId":1725,"tags":{},"startTime":1769663642733,"traceId":"0cd20127987d4cc2"},{"name":"module-hash","duration":28520,"timestamp":330338201,"id":1733,"parentId":1725,"tags":{},"startTime":1769663642810,"traceId":"0cd20127987d4cc2"},{"name":"code-generation","duration":358756,"timestamp":330366809,"id":1734,"parentId":1725,"tags":{},"startTime":1769663642839,"traceId":"0cd20127987d4cc2"},{"name":"hash","duration":15321,"timestamp":330732302,"id":1735,"parentId":1725,"tags":{},"startTime":1769663643204,"traceId":"0cd20127987d4cc2"},{"name":"code-generation-jobs","duration":834,"timestamp":330747613,"id":1736,"parentId":1725,"tags":{},"startTime":1769663643220,"traceId":"0cd20127987d4cc2"},{"name":"module-assets","duration":1207,"timestamp":330748362,"id":1737,"parentId":1725,"tags":{},"startTime":1769663643220,"traceId":"0cd20127987d4cc2"},{"name":"create-chunk-assets","duration":26849,"timestamp":330749594,"id":1738,"parentId":1725,"tags":{},"startTime":1769663643222,"traceId":"0cd20127987d4cc2"},{"name":"NextJsBuildManifest-generateClientManifest","duration":2095,"timestamp":330785414,"id":1740,"parentId":979,"tags":{},"startTime":1769663643258,"traceId":"0cd20127987d4cc2"},{"name":"NextJsBuildManifest-createassets","duration":3435,"timestamp":330784093,"id":1739,"parentId":979,"tags":{},"startTime":1769663643256,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":141287,"timestamp":330873819,"id":1743,"parentId":1741,"tags":{"name":"static/chunks/main-app-3ee073768a1a6456.js","cache":"MISS"},"startTime":1769663643346,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":140289,"timestamp":330874894,"id":1745,"parentId":1741,"tags":{"name":"static/chunks/pages/_app-56f4e2c3e0cd5b77.js","cache":"MISS"},"startTime":1769663643347,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":140165,"timestamp":330875057,"id":1746,"parentId":1741,"tags":{"name":"static/chunks/pages/_error-6444830a044a065f.js","cache":"MISS"},"startTime":1769663643347,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":140029,"timestamp":330875228,"id":1747,"parentId":1741,"tags":{"name":"static/chunks/app/layout-1baeb8f9d4de0f96.js","cache":"MISS"},"startTime":1769663643347,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":140968,"timestamp":330874319,"id":1744,"parentId":1741,"tags":{"name":"static/chunks/app/_not-found/page-1314fe1ff92ee0aa.js","cache":"MISS"},"startTime":1769663643346,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":142402,"timestamp":330875745,"id":1748,"parentId":1741,"tags":{"name":"static/chunks/app/page-df942e9231db114f.js","cache":"MISS"},"startTime":1769663643348,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":127026,"timestamp":330895153,"id":1750,"parentId":1741,"tags":{"name":"static/chunks/app/settings/page-2fcf8afca1fda15f.js","cache":"MISS"},"startTime":1769663643367,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":133345,"timestamp":330897049,"id":1751,"parentId":1741,"tags":{"name":"static/chunks/webpack-9b8a6c078d6e8803.js","cache":"MISS"},"startTime":1769663643369,"traceId":"0cd20127987d4cc2"}]
18
+ [{"name":"minify-js","duration":207137,"timestamp":330879823,"id":1749,"parentId":1741,"tags":{"name":"static/chunks/app/project/[id]/page-222da932d0988d04.js","cache":"MISS"},"startTime":1769663643352,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":287419,"timestamp":330814129,"id":1742,"parentId":1741,"tags":{"name":"static/chunks/main-ff9852398b1f3782.js","cache":"MISS"},"startTime":1769663643286,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":206174,"timestamp":330924383,"id":1754,"parentId":1741,"tags":{"name":"static/chunks/253-964b516a8d5c9ec9.js","cache":"MISS"},"startTime":1769663643396,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":397703,"timestamp":330912501,"id":1753,"parentId":1741,"tags":{"name":"static/chunks/c476d598-52de8ab10fae5dac.js","cache":"MISS"},"startTime":1769663643385,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":334301,"timestamp":330981657,"id":1757,"parentId":1741,"tags":{"name":"static/chunks/18-049bb382bb176dde.js","cache":"MISS"},"startTime":1769663643454,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":333764,"timestamp":330982335,"id":1758,"parentId":1741,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1769663643454,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":333645,"timestamp":330982502,"id":1759,"parentId":1741,"tags":{"name":"static/9j_J3qCBspqfGptLfgt5e/_ssgManifest.js","cache":"MISS"},"startTime":1769663643455,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":333679,"timestamp":330982576,"id":1760,"parentId":1741,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1769663643455,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":334016,"timestamp":330982636,"id":1761,"parentId":1741,"tags":{"name":"static/9j_J3qCBspqfGptLfgt5e/_buildManifest.js","cache":"MISS"},"startTime":1769663643455,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":334025,"timestamp":330982698,"id":1762,"parentId":1741,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1769663643455,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":445876,"timestamp":330897429,"id":1752,"parentId":1741,"tags":{"name":"static/chunks/framework-63d70eb4e76697e6.js","cache":"MISS"},"startTime":1769663643370,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":380240,"timestamp":330964898,"id":1756,"parentId":1741,"tags":{"name":"static/chunks/498-05477d3729b4e23d.js","cache":"MISS"},"startTime":1769663643437,"traceId":"0cd20127987d4cc2"},{"name":"minify-js","duration":518285,"timestamp":330929613,"id":1755,"parentId":1741,"tags":{"name":"static/chunks/700-80036c1b7cf7a171.js","cache":"MISS"},"startTime":1769663643402,"traceId":"0cd20127987d4cc2"},{"name":"minify-webpack-plugin-optimize","duration":657790,"timestamp":330790132,"id":1741,"parentId":979,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1769663643262,"traceId":"0cd20127987d4cc2"},{"name":"minify-css","duration":434283,"timestamp":331448374,"id":1764,"parentId":1763,"tags":{"file":"static/css/3cb530b49f31c723.css","cache":"MISS"},"startTime":1769663643920,"traceId":"0cd20127987d4cc2"},{"name":"css-minimizer-plugin","duration":434517,"timestamp":331448158,"id":1763,"parentId":979,"tags":{},"startTime":1769663643920,"traceId":"0cd20127987d4cc2"},{"name":"seal","duration":1691618,"timestamp":330205723,"id":1725,"parentId":979,"tags":{},"startTime":1769663642678,"traceId":"0cd20127987d4cc2"},{"name":"webpack-compilation","duration":6183253,"timestamp":325714566,"id":979,"parentId":976,"tags":{"name":"client"},"startTime":1769663638187,"traceId":"0cd20127987d4cc2"},{"name":"emit","duration":8936,"timestamp":331898339,"id":1765,"parentId":976,"tags":{},"startTime":1769663644370,"traceId":"0cd20127987d4cc2"},{"name":"webpack-close","duration":509097,"timestamp":331909127,"id":1766,"parentId":976,"tags":{"name":"client"},"startTime":1769663644381,"traceId":"0cd20127987d4cc2"},{"name":"webpack-generate-error-stats","duration":3976,"timestamp":332418323,"id":1767,"parentId":1766,"tags":{},"startTime":1769663644890,"traceId":"0cd20127987d4cc2"},{"name":"run-webpack-compiler","duration":6911452,"timestamp":325511141,"id":976,"parentId":975,"tags":{},"startTime":1769663637983,"traceId":"0cd20127987d4cc2"},{"name":"format-webpack-messages","duration":94,"timestamp":332422604,"id":1768,"parentId":975,"tags":{},"startTime":1769663644895,"traceId":"0cd20127987d4cc2"},{"name":"worker-main-client","duration":6912134,"timestamp":325510743,"id":975,"parentId":1,"tags":{},"startTime":1769663637983,"traceId":"0cd20127987d4cc2"},{"name":"verify-and-lint","duration":4407059,"timestamp":332496293,"id":1772,"parentId":1,"tags":{},"startTime":1769663644968,"traceId":"0cd20127987d4cc2"},{"name":"verify-typescript-setup","duration":9313514,"timestamp":332490269,"id":1771,"parentId":1,"tags":{},"startTime":1769663644962,"traceId":"0cd20127987d4cc2"},{"name":"check-static-error-page","duration":18999,"timestamp":341830770,"id":1775,"parentId":1774,"tags":{},"startTime":1769663654303,"traceId":"0cd20127987d4cc2"},{"name":"check-page","duration":2094,"timestamp":341930188,"id":1776,"parentId":1774,"tags":{"page":"/_app"},"startTime":1769663654402,"traceId":"0cd20127987d4cc2"},{"name":"check-page","duration":824,"timestamp":341931484,"id":1778,"parentId":1774,"tags":{"page":"/_document"},"startTime":1769663654404,"traceId":"0cd20127987d4cc2"},{"name":"check-page","duration":1945,"timestamp":341931354,"id":1777,"parentId":1774,"tags":{"page":"/_error"},"startTime":1769663654403,"traceId":"0cd20127987d4cc2"},{"name":"is-page-static","duration":363810,"timestamp":341942405,"id":1784,"parentId":1780,"tags":{},"startTime":1769663654415,"traceId":"0cd20127987d4cc2"},{"name":"check-page","duration":374558,"timestamp":341931732,"id":1780,"parentId":1774,"tags":{"page":"/"},"startTime":1769663654404,"traceId":"0cd20127987d4cc2"},{"name":"is-page-static","duration":382630,"timestamp":341942531,"id":1786,"parentId":1782,"tags":{},"startTime":1769663654415,"traceId":"0cd20127987d4cc2"},{"name":"check-page","duration":393364,"timestamp":341931870,"id":1782,"parentId":1774,"tags":{"page":"/settings"},"startTime":1769663654404,"traceId":"0cd20127987d4cc2"},{"name":"is-page-static","duration":460148,"timestamp":341934659,"id":1783,"parentId":1779,"tags":{},"startTime":1769663654407,"traceId":"0cd20127987d4cc2"},{"name":"check-page","duration":463330,"timestamp":341931544,"id":1779,"parentId":1774,"tags":{"page":"/_not-found"},"startTime":1769663654404,"traceId":"0cd20127987d4cc2"},{"name":"is-page-static","duration":456512,"timestamp":341942483,"id":1785,"parentId":1781,"tags":{},"startTime":1769663654415,"traceId":"0cd20127987d4cc2"},{"name":"check-page","duration":467262,"timestamp":341931810,"id":1781,"parentId":1774,"tags":{"page":"/project/[id]"},"startTime":1769663654404,"traceId":"0cd20127987d4cc2"},{"name":"static-check","duration":569155,"timestamp":341829939,"id":1774,"parentId":1,"tags":{},"startTime":1769663654302,"traceId":"0cd20127987d4cc2"},{"name":"generate-required-server-files","duration":491,"timestamp":342399243,"id":1788,"parentId":1,"tags":{},"startTime":1769663654871,"traceId":"0cd20127987d4cc2"},{"name":"write-routes-manifest","duration":7899,"timestamp":342428294,"id":1790,"parentId":1,"tags":{},"startTime":1769663654900,"traceId":"0cd20127987d4cc2"},{"name":"load-dotenv","duration":36,"timestamp":342465784,"id":1793,"parentId":1792,"tags":{},"startTime":1769663654938,"traceId":"0cd20127987d4cc2"},{"name":"run-export-path-map","duration":568,"timestamp":343927634,"id":1794,"parentId":1792,"tags":{},"startTime":1769663656400,"traceId":"0cd20127987d4cc2"},{"name":"next-export","duration":2331056,"timestamp":342464889,"id":1792,"parentId":1,"tags":{},"startTime":1769663654937,"traceId":"0cd20127987d4cc2"},{"name":"move-exported-app-not-found-","duration":9314,"timestamp":344797128,"id":1795,"parentId":1791,"tags":{},"startTime":1769663657269,"traceId":"0cd20127987d4cc2"},{"name":"move-exported-page","duration":228737,"timestamp":344806568,"id":1796,"parentId":1791,"tags":{},"startTime":1769663657279,"traceId":"0cd20127987d4cc2"},{"name":"static-generation","duration":3150302,"timestamp":342461191,"id":1791,"parentId":1,"tags":{},"startTime":1769663654933,"traceId":"0cd20127987d4cc2"},{"name":"write-routes-manifest","duration":50881,"timestamp":345611669,"id":1797,"parentId":1,"tags":{},"startTime":1769663658084,"traceId":"0cd20127987d4cc2"},{"name":"node-file-trace-build","duration":13605882,"timestamp":342411830,"id":1789,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1769663654884,"traceId":"0cd20127987d4cc2"},{"name":"apply-include-excludes","duration":666,"timestamp":356017735,"id":1798,"parentId":1,"tags":{},"startTime":1769663668490,"traceId":"0cd20127987d4cc2"},{"name":"print-tree-view","duration":2672,"timestamp":356018531,"id":1799,"parentId":1,"tags":{},"startTime":1769663668491,"traceId":"0cd20127987d4cc2"},{"name":"telemetry-flush","duration":43,"timestamp":356021211,"id":1800,"parentId":1,"tags":{},"startTime":1769663668493,"traceId":"0cd20127987d4cc2"},{"name":"next-build","duration":41543229,"timestamp":314478030,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.5.9","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1769663626950,"traceId":"0cd20127987d4cc2"}]