claudeship 0.2.23 → 0.2.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apps/server/dist/chat/chat.module.js +8 -1
- package/apps/server/dist/chat/chat.module.js.map +1 -1
- package/apps/server/dist/chat/chat.service.d.ts +5 -1
- package/apps/server/dist/chat/chat.service.js +35 -4
- package/apps/server/dist/chat/chat.service.js.map +1 -1
- package/apps/server/dist/chat/framework-detector.service.d.ts +17 -0
- package/apps/server/dist/chat/framework-detector.service.js +193 -0
- package/apps/server/dist/chat/framework-detector.service.js.map +1 -0
- package/apps/server/dist/chat/prompts/backend/django.d.ts +1 -0
- package/apps/server/dist/chat/prompts/backend/django.js +207 -0
- package/apps/server/dist/chat/prompts/backend/django.js.map +1 -0
- package/apps/server/dist/chat/prompts/backend/express.d.ts +1 -0
- package/apps/server/dist/chat/prompts/backend/express.js +260 -0
- package/apps/server/dist/chat/prompts/backend/express.js.map +1 -0
- package/apps/server/dist/chat/prompts/backend/fastapi.d.ts +1 -0
- package/apps/server/dist/chat/prompts/backend/fastapi.js +246 -0
- package/apps/server/dist/chat/prompts/backend/fastapi.js.map +1 -0
- package/apps/server/dist/chat/prompts/backend/index.d.ts +4 -0
- package/apps/server/dist/chat/prompts/backend/index.js +12 -0
- package/apps/server/dist/chat/prompts/backend/index.js.map +1 -0
- package/apps/server/dist/chat/prompts/backend/nestjs.d.ts +1 -0
- package/apps/server/dist/chat/prompts/backend/nestjs.js +270 -0
- package/apps/server/dist/chat/prompts/backend/nestjs.js.map +1 -0
- package/apps/server/dist/chat/prompts/frontend/expo.d.ts +1 -0
- package/apps/server/dist/chat/prompts/frontend/expo.js +208 -0
- package/apps/server/dist/chat/prompts/frontend/expo.js.map +1 -0
- package/apps/server/dist/chat/prompts/frontend/flutter.d.ts +1 -0
- package/apps/server/dist/chat/prompts/frontend/flutter.js +271 -0
- package/apps/server/dist/chat/prompts/frontend/flutter.js.map +1 -0
- package/apps/server/dist/chat/prompts/frontend/index.d.ts +4 -0
- package/apps/server/dist/chat/prompts/frontend/index.js +12 -0
- package/apps/server/dist/chat/prompts/frontend/index.js.map +1 -0
- package/apps/server/dist/chat/prompts/frontend/nextjs.d.ts +1 -0
- package/apps/server/dist/chat/prompts/frontend/nextjs.js +195 -0
- package/apps/server/dist/chat/prompts/frontend/nextjs.js.map +1 -0
- package/apps/server/dist/chat/prompts/frontend/react-native.d.ts +1 -0
- package/apps/server/dist/chat/prompts/frontend/react-native.js +224 -0
- package/apps/server/dist/chat/prompts/frontend/react-native.js.map +1 -0
- package/apps/server/dist/chat/prompts/frontend/react-vite.d.ts +1 -0
- package/apps/server/dist/chat/prompts/frontend/react-vite.js +187 -0
- package/apps/server/dist/chat/prompts/frontend/react-vite.js.map +1 -0
- package/apps/server/dist/chat/prompts/frontend/svelte.d.ts +1 -0
- package/apps/server/dist/chat/prompts/frontend/svelte.js +255 -0
- package/apps/server/dist/chat/prompts/frontend/svelte.js.map +1 -0
- package/apps/server/dist/chat/prompts/frontend/vue.d.ts +1 -0
- package/apps/server/dist/chat/prompts/frontend/vue.js +267 -0
- package/apps/server/dist/chat/prompts/frontend/vue.js.map +1 -0
- package/apps/server/dist/chat/prompts/index.d.ts +4 -0
- package/apps/server/dist/chat/prompts/index.js +20 -1
- package/apps/server/dist/chat/prompts/index.js.map +1 -1
- package/apps/server/dist/chat/prompts/prompt-builder.service.d.ts +15 -0
- package/apps/server/dist/chat/prompts/prompt-builder.service.js +177 -0
- package/apps/server/dist/chat/prompts/prompt-builder.service.js.map +1 -0
- package/apps/server/dist/chat/prompts/sections/core.d.ts +9 -0
- package/apps/server/dist/chat/prompts/sections/core.js +149 -0
- package/apps/server/dist/chat/prompts/sections/core.js.map +1 -0
- package/apps/server/dist/project/project.controller.d.ts +6 -0
- package/apps/server/dist/project/project.service.d.ts +6 -0
- package/apps/server/dist/tsconfig.tsbuildinfo +1 -1
- package/apps/server/package.json +1 -1
- package/apps/server/prisma/dev.db +0 -0
- package/apps/server/prisma/migrations/20260127071040_add_frontend_framework/migration.sql +24 -0
- package/apps/server/prisma/migrations/20260127071520_add_app_type_and_mobile/migration.sql +25 -0
- package/apps/server/prisma/schema.prisma +33 -5
- package/apps/web/.next/BUILD_ID +1 -1
- package/apps/web/.next/app-build-manifest.json +10 -8
- package/apps/web/.next/app-path-routes-manifest.json +2 -2
- package/apps/web/.next/build-manifest.json +2 -2
- package/apps/web/.next/cache/.previewinfo +1 -1
- package/apps/web/.next/cache/.rscinfo +1 -1
- package/apps/web/.next/cache/.tsbuildinfo +1 -1
- package/apps/web/.next/cache/config.json +3 -3
- package/apps/web/.next/cache/eslint/.cache_j3uhuz +1 -1
- package/apps/web/.next/cache/webpack/client-production/0.pack +0 -0
- package/apps/web/.next/cache/webpack/client-production/index.pack +0 -0
- package/apps/web/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/apps/web/.next/cache/webpack/server-production/0.pack +0 -0
- package/apps/web/.next/cache/webpack/server-production/index.pack +0 -0
- package/apps/web/.next/prerender-manifest.json +3 -3
- package/apps/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/server/app/_not-found.html +1 -1
- package/apps/web/.next/server/app/_not-found.rsc +2 -2
- package/apps/web/.next/server/app/index.html +1 -1
- package/apps/web/.next/server/app/index.rsc +3 -3
- package/apps/web/.next/server/app/page.js +2 -2
- package/apps/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/server/app/project/[id]/page.js +2 -2
- package/apps/web/.next/server/app/project/[id]/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/server/app/settings/page.js +1 -1
- package/apps/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/server/app/settings.html +1 -1
- package/apps/web/.next/server/app/settings.rsc +2 -2
- package/apps/web/.next/server/app-paths-manifest.json +2 -2
- package/apps/web/.next/server/pages/404.html +1 -1
- package/apps/web/.next/server/pages/500.html +1 -1
- package/apps/web/.next/server/server-reference-manifest.json +1 -1
- package/apps/web/.next/static/chunks/18-22b1cf4231121555.js +1 -0
- package/apps/web/.next/static/chunks/700-75e1212e819e279c.js +1 -0
- package/apps/web/.next/static/chunks/app/page-6ea560755549086e.js +1 -0
- package/apps/web/.next/static/chunks/app/project/[id]/page-3e4777b355c4aec9.js +1 -0
- package/apps/web/.next/static/css/45ddb08a7b4470d5.css +3 -0
- package/apps/web/.next/trace +18 -18
- package/apps/web/package.json +1 -1
- package/apps/web/src/app/page.tsx +2 -5
- package/apps/web/src/components/project/CreateProjectModal.tsx +175 -80
- package/apps/web/src/components/project/ProjectCard.tsx +122 -31
- package/apps/web/src/stores/useProjectStore.ts +2 -1
- package/package.json +1 -1
- package/packages/shared/src/index.ts +1 -0
- package/packages/shared/src/types/project.ts +18 -3
- package/packages/shared/src/types/tech-stack.ts +74 -0
- package/apps/web/.next/static/chunks/700-a927807facd2c50d.js +0 -1
- package/apps/web/.next/static/chunks/app/page-93b78578e7896d90.js +0 -1
- package/apps/web/.next/static/chunks/app/project/[id]/page-e9304c25ba897608.js +0 -1
- package/apps/web/.next/static/css/70f2a13cf3d254d8.css +0 -3
- /package/apps/web/.next/static/{c-H9phuqk4ohtFNK0geg2 → IMWKpuHss3gLOeJ7K93sg}/_buildManifest.js +0 -0
- /package/apps/web/.next/static/{c-H9phuqk4ohtFNK0geg2 → IMWKpuHss3gLOeJ7K93sg}/_ssgManifest.js +0 -0
package/apps/web/.next/trace
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
[{"name":"generate-buildid","duration":289,"timestamp":62841699,"id":4,"parentId":1,"tags":{},"startTime":1769142113783,"traceId":"09b20982e8a15d2a"},{"name":"load-custom-routes","duration":430,"timestamp":62842152,"id":5,"parentId":1,"tags":{},"startTime":1769142113784,"traceId":"09b20982e8a15d2a"},{"name":"create-dist-dir","duration":43035,"timestamp":63008291,"id":6,"parentId":1,"tags":{},"startTime":1769142113950,"traceId":"09b20982e8a15d2a"},{"name":"create-pages-mapping","duration":243,"timestamp":63057157,"id":7,"parentId":1,"tags":{},"startTime":1769142113999,"traceId":"09b20982e8a15d2a"},{"name":"collect-app-files","duration":4129,"timestamp":63057433,"id":8,"parentId":1,"tags":{},"startTime":1769142113999,"traceId":"09b20982e8a15d2a"},{"name":"create-app-mapping","duration":1512,"timestamp":63061589,"id":9,"parentId":1,"tags":{},"startTime":1769142114003,"traceId":"09b20982e8a15d2a"},{"name":"create-app-layouts","duration":159,"timestamp":63063132,"id":10,"parentId":1,"tags":{},"startTime":1769142114005,"traceId":"09b20982e8a15d2a"},{"name":"collect-default-files","duration":15872,"timestamp":63064599,"id":12,"parentId":1,"tags":{},"startTime":1769142114006,"traceId":"09b20982e8a15d2a"},{"name":"generate-route-types","duration":31195,"timestamp":63063679,"id":11,"parentId":1,"tags":{},"startTime":1769142114005,"traceId":"09b20982e8a15d2a"},{"name":"public-dir-conflict-check","duration":687,"timestamp":63094966,"id":13,"parentId":1,"tags":{},"startTime":1769142114037,"traceId":"09b20982e8a15d2a"},{"name":"generate-routes-manifest","duration":2495,"timestamp":63095871,"id":14,"parentId":1,"tags":{},"startTime":1769142114038,"traceId":"09b20982e8a15d2a"},{"name":"create-entrypoints","duration":24176,"timestamp":64111906,"id":18,"parentId":16,"tags":{},"startTime":1769142115054,"traceId":"09b20982e8a15d2a"},{"name":"generate-webpack-config","duration":146403,"timestamp":64136341,"id":19,"parentId":17,"tags":{},"startTime":1769142115078,"traceId":"09b20982e8a15d2a"},{"name":"next-trace-entrypoint-plugin","duration":6514,"timestamp":64467212,"id":21,"parentId":20,"tags":{},"startTime":1769142115409,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":43043,"timestamp":64608185,"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":1769142115550,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":131554,"timestamp":64610964,"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":1769142115553,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":272,"timestamp":64745655,"id":37,"parentId":35,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1769142115687,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":132,"timestamp":64745976,"id":38,"parentId":35,"tags":{"name":"react","layer":null},"startTime":1769142115688,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":160743,"timestamp":64606512,"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":1769142115548,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2628,"timestamp":64870548,"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":1769142115812,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3515,"timestamp":64871118,"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":1769142115813,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6392,"timestamp":64871511,"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":1769142115813,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8000,"timestamp":64871693,"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":1769142115813,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11159,"timestamp":64871781,"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":1769142115813,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":373365,"timestamp":64586858,"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":1769142115529,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":373845,"timestamp":64606254,"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=%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":1769142115548,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":20959,"timestamp":64985842,"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":1769142115928,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":47,"timestamp":65007215,"id":48,"parentId":30,"tags":{"name":"path","layer":null},"startTime":1769142115949,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":26,"timestamp":65007327,"id":49,"parentId":30,"tags":{"name":"next/dist/shared/lib/router/utils/app-paths","layer":null},"startTime":1769142115949,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":17,"timestamp":65007371,"id":50,"parentId":30,"tags":{"name":"next/dist/shared/lib/router/utils/is-bot","layer":null},"startTime":1769142115949,"traceId":"09b20982e8a15d2a"},{"name":"build-module-external","duration":19,"timestamp":65007401,"id":51,"parentId":30,"tags":{"name":"next/dist/shared/lib/no-fallback-error.external","layer":null},"startTime":1769142115949,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6489,"timestamp":65007438,"id":52,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/trace/tracer.js","layer":"pages-dir-node"},"startTime":1769142115949,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6905,"timestamp":65007525,"id":53,"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":1769142115949,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":26557,"timestamp":64989432,"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":1769142115931,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":33021,"timestamp":64989067,"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":1769142115931,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":33183,"timestamp":64989316,"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":1769142115931,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6992,"timestamp":65024970,"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":1769142115967,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7811,"timestamp":65025162,"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":1769142115967,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":529181,"timestamp":64605955,"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=%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":1769142115548,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":562735,"timestamp":64605531,"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=%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":1769142115547,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1813,"timestamp":65196559,"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-kind.js","layer":"pages-dir-node"},"startTime":1769142116138,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2037,"timestamp":65196939,"id":58,"parentId":34,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/templates/helpers.js","layer":"pages-dir-node"},"startTime":1769142116139,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2918,"timestamp":65197031,"id":59,"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":1769142116139,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":12253,"timestamp":65197114,"id":60,"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":1769142116139,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":14700,"timestamp":65197398,"id":63,"parentId":52,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769142116139,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7714,"timestamp":65231839,"id":66,"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":1769142116174,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":15940,"timestamp":65231930,"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/route-kind.js","layer":"rsc"},"startTime":1769142116174,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":21931,"timestamp":65233178,"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/lib/trace/tracer.js","layer":"rsc"},"startTime":1769142116175,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":22910,"timestamp":65233423,"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/lib/trace/constants.js","layer":"rsc"},"startTime":1769142116175,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":23981,"timestamp":65233638,"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/render-result.js","layer":"rsc"},"startTime":1769142116175,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":25129,"timestamp":65233855,"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/send-payload.js","layer":"rsc"},"startTime":1769142116176,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":32523,"timestamp":65234134,"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/server/request-meta.js","layer":"rsc"},"startTime":1769142116176,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":32995,"timestamp":65234507,"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/server/lib/streaming-metadata.js","layer":"rsc"},"startTime":1769142116176,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":33847,"timestamp":65234740,"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/lib/server-action-request-meta.js","layer":"rsc"},"startTime":1769142116176,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":37906,"timestamp":65234953,"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/lib/fallback.js","layer":"rsc"},"startTime":1769142116177,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":41720,"timestamp":65235216,"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/lib/constants.js","layer":"rsc"},"startTime":1769142116177,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":48110,"timestamp":65235471,"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/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1769142116177,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":48255,"timestamp":65235768,"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/instrumentation/utils.js","layer":"rsc"},"startTime":1769142116177,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":48365,"timestamp":65236037,"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/interop-default.js","layer":"rsc"},"startTime":1769142116178,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":48536,"timestamp":65236322,"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/app-render/strip-flight-headers.js","layer":"rsc"},"startTime":1769142116178,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":54036,"timestamp":65236846,"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/app-render/action-utils.js","layer":"rsc"},"startTime":1769142116179,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":61837,"timestamp":65237133,"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/app-render/entry-base.js","layer":"rsc"},"startTime":1769142116179,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":65990,"timestamp":65237375,"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/base-http/node.js","layer":"rsc"},"startTime":1769142116179,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":66745,"timestamp":65237567,"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/request/fallback-params.js","layer":"rsc"},"startTime":1769142116179,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":67220,"timestamp":65237776,"id":86,"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":1769142116179,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":67761,"timestamp":65237972,"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/server/stream-utils/encoded-tags.js","layer":"rsc"},"startTime":1769142116180,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":69284,"timestamp":65238926,"id":94,"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":1769142116181,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":117976,"timestamp":65196660,"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/pages/_error.js","layer":"pages-dir-node"},"startTime":1769142116138,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":117900,"timestamp":65197183,"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":1769142116139,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":118248,"timestamp":65197296,"id":62,"parentId":52,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142116139,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":118443,"timestamp":65197486,"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":1769142116139,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":118726,"timestamp":65197589,"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":1769142116139,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":80444,"timestamp":65238206,"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":1769142116180,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":81260,"timestamp":65238334,"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/redirect-status-code.js","layer":"rsc"},"startTime":1769142116180,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":84443,"timestamp":65238502,"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/global-error.js","layer":"rsc"},"startTime":1769142116180,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":85165,"timestamp":65238728,"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/forbidden.js","layer":"rsc"},"startTime":1769142116180,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":85943,"timestamp":65238830,"id":93,"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":1769142116181,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":87783,"timestamp":65238617,"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/not-found.js","layer":"rsc"},"startTime":1769142116180,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":95716,"timestamp":65236586,"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/app-render/encryption-utils.js","layer":"rsc"},"startTime":1769142116178,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":31788,"timestamp":65340940,"id":95,"parentId":52,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769142116283,"traceId":"09b20982e8a15d2a"},{"name":"build-module-cjs","duration":32752,"timestamp":65341061,"id":96,"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":1769142116283,"traceId":"09b20982e8a15d2a"},{"name":"add-entry","duration":937057,"timestamp":64482870,"id":24,"parentId":22,"tags":{"request":"next/dist/pages/_app"},"startTime":1769142115425,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":57,"timestamp":65420092,"id":97,"parentId":59,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.prod.js","layer":null},"startTime":1769142116362,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4092,"timestamp":65420171,"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":1769142116362,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11041,"timestamp":65420248,"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":1769142116362,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":12327,"timestamp":65420289,"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":1769142116362,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":17442,"timestamp":65420332,"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":1769142116362,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":17758,"timestamp":65420373,"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":1769142116362,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":18049,"timestamp":65420407,"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":1769142116362,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":54,"timestamp":65447098,"id":106,"parentId":77,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1769142116389,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5940,"timestamp":65447924,"id":111,"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":1769142116390,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":33436,"timestamp":65447174,"id":107,"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/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1769142116389,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":62073,"timestamp":65420439,"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":1769142116362,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":62808,"timestamp":65420546,"id":105,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/layout.tsx","layer":"rsc"},"startTime":1769142116362,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":45277,"timestamp":65447462,"id":108,"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":1769142116389,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":45652,"timestamp":65447594,"id":109,"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/is-thenable.js","layer":"rsc"},"startTime":1769142116389,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":46330,"timestamp":65447718,"id":110,"parentId":33,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"rsc"},"startTime":1769142116389,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6267,"timestamp":65510655,"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":1769142116452,"traceId":"09b20982e8a15d2a"},{"name":"build-module-external","duration":49,"timestamp":65523107,"id":113,"parentId":60,"tags":{"name":"../../../shared/lib/no-fallback-error.external","layer":null},"startTime":1769142116465,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9141,"timestamp":65523287,"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":1769142116465,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9213,"timestamp":65523686,"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":1769142116465,"traceId":"09b20982e8a15d2a"}]
|
|
2
|
-
[{"name":"build-module-js","duration":12594,"timestamp":65523931,"id":118,"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/response-cache/utils.js","layer":"pages-dir-node"},"startTime":1769142116466,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":14426,"timestamp":65523430,"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":1769142116465,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":16168,"timestamp":65523736,"id":117,"parentId":94,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769142116465,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":19661,"timestamp":65523976,"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":1769142116466,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":12957,"timestamp":65531210,"id":120,"parentId":73,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142116473,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":13180,"timestamp":65531457,"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":1769142116473,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":14250,"timestamp":65531368,"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":1769142116473,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":14375,"timestamp":65531524,"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":1769142116473,"traceId":"09b20982e8a15d2a"},{"name":"build-module-external","duration":68,"timestamp":65579462,"id":124,"parentId":82,"tags":{"name":"./work-async-storage.external","layer":null},"startTime":1769142116521,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7690,"timestamp":65579859,"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":1769142116522,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5269,"timestamp":65583169,"id":128,"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/lib/batcher.js","layer":"pages-dir-node"},"startTime":1769142116525,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5847,"timestamp":65583431,"id":130,"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/lib/scheduler.js","layer":"pages-dir-node"},"startTime":1769142116525,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":14780,"timestamp":65583702,"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":1769142116525,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":15251,"timestamp":65584231,"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":1769142116526,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":25475,"timestamp":65579561,"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":1769142116521,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":25949,"timestamp":65579926,"id":127,"parentId":94,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769142116522,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":23626,"timestamp":65583226,"id":129,"parentId":94,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769142116525,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":33562,"timestamp":65583492,"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":1769142116525,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":33970,"timestamp":65583982,"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":1769142116526,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":43873,"timestamp":65583758,"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":1769142116525,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":44148,"timestamp":65583887,"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":1769142116526,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":48920,"timestamp":65584289,"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":1769142116526,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":49052,"timestamp":65584511,"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":1769142116526,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":49533,"timestamp":65584382,"id":138,"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/client/components/layout-router.js","layer":"rsc"},"startTime":1769142116526,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":789,"timestamp":65664104,"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":1769142116606,"traceId":"09b20982e8a15d2a"},{"name":"build-module-external","duration":36,"timestamp":65668706,"id":141,"parentId":83,"tags":{"name":"../app-render/action-async-storage.external","layer":null},"startTime":1769142116610,"traceId":"09b20982e8a15d2a"},{"name":"build-module-external","duration":13,"timestamp":65668762,"id":142,"parentId":83,"tags":{"name":"./work-unit-async-storage.external","layer":null},"startTime":1769142116610,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9508,"timestamp":65669252,"id":146,"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/request/search-params.js","layer":"rsc"},"startTime":1769142116611,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":21399,"timestamp":65669469,"id":147,"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/request/params.js","layer":"rsc"},"startTime":1769142116611,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":26976,"timestamp":65669838,"id":149,"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/app-render/collect-segment-data.js","layer":"rsc"},"startTime":1769142116612,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":44924,"timestamp":65670201,"id":150,"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/lib/patch-fetch.js","layer":"rsc"},"startTime":1769142116612,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":51190,"timestamp":65668974,"id":144,"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/client/components/client-page.js","layer":"rsc"},"startTime":1769142116611,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":51290,"timestamp":65669122,"id":145,"parentId":83,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-segment.js","layer":"rsc"},"startTime":1769142116611,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":51279,"timestamp":65669699,"id":148,"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/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1769142116611,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":52827,"timestamp":65668788,"id":143,"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/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1769142116610,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1794,"timestamp":65751650,"id":153,"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/response-cache/types.js","layer":"pages-dir-node"},"startTime":1769142116693,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5316,"timestamp":65751352,"id":152,"parentId":94,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769142116693,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5770,"timestamp":65751715,"id":154,"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/base-http/index.js","layer":"rsc"},"startTime":1769142116693,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":9833,"timestamp":65749063,"id":151,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"rsc"},"startTime":1769142116691,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7266,"timestamp":65752089,"id":156,"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/path-has-prefix.js","layer":"rsc"},"startTime":1769142116694,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7577,"timestamp":65752215,"id":157,"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/remove-path-prefix.js","layer":"rsc"},"startTime":1769142116694,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8150,"timestamp":65752325,"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-matcher.js","layer":"rsc"},"startTime":1769142116694,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10623,"timestamp":65751938,"id":155,"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/app-paths.js","layer":"rsc"},"startTime":1769142116694,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":22690,"timestamp":65752444,"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-regex.js","layer":"rsc"},"startTime":1769142116694,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":23701,"timestamp":65752561,"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":1769142116694,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5591,"timestamp":65798780,"id":166,"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/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1769142116740,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5697,"timestamp":65798994,"id":167,"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/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1769142116741,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10538,"timestamp":65799234,"id":168,"parentId":83,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/metadata.js","layer":"rsc"},"startTime":1769142116741,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":24195,"timestamp":65790539,"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":1769142116732,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":17432,"timestamp":65798171,"id":162,"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/remove-trailing-slash.js","layer":"rsc"},"startTime":1769142116740,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":17651,"timestamp":65798344,"id":163,"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/client/components/http-access-fallback/error-boundary.js","layer":"rsc"},"startTime":1769142116740,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":18441,"timestamp":65798464,"id":164,"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/client/components/http-access-fallback/error-fallback.js","layer":"rsc"},"startTime":1769142116740,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":28746,"timestamp":65798572,"id":165,"parentId":83,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-components.js","layer":"rsc"},"startTime":1769142116740,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3727,"timestamp":65860857,"id":169,"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/app-render/rsc/taint.js","layer":"rsc"},"startTime":1769142116803,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1307,"timestamp":65882746,"id":172,"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":1769142116824,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3093,"timestamp":65882510,"id":171,"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/build/webpack/loaders/next-flight-loader/module-proxy.js","layer":"rsc"},"startTime":1769142116824,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3308,"timestamp":65882798,"id":173,"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":1769142116824,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":6382,"timestamp":65880768,"id":170,"parentId":31,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"rsc"},"startTime":1769142116822,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5015,"timestamp":65883105,"id":175,"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":1769142116825,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5443,"timestamp":65883173,"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":1769142116825,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5830,"timestamp":65883277,"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":1769142116825,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3091,"timestamp":65889316,"id":181,"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/api-utils/index.js","layer":"rsc"},"startTime":1769142116831,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":18970,"timestamp":65883022,"id":174,"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":1769142116825,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":19082,"timestamp":65883432,"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":1769142116825,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":24171,"timestamp":65883359,"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":1769142116825,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":24584,"timestamp":65883481,"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":1769142116825,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4020,"timestamp":65942440,"id":182,"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":1769142116884,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6666,"timestamp":65942823,"id":184,"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":1769142116884,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8351,"timestamp":65942547,"id":183,"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":1769142116884,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":13353,"timestamp":65942881,"id":185,"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":1769142116885,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":18941,"timestamp":65943231,"id":187,"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":1769142116885,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":20111,"timestamp":65943132,"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/side-effect.js","layer":"pages-dir-node"},"startTime":1769142116885,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2214,"timestamp":65992720,"id":188,"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/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js","layer":"rsc"},"startTime":1769142116934,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2128,"timestamp":65993027,"id":189,"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/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static.js","layer":"rsc"},"startTime":1769142116935,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4126,"timestamp":65996672,"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":1769142116938,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8183,"timestamp":65996898,"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":1769142116939,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10236,"timestamp":65997534,"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":1769142116939,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10682,"timestamp":65997616,"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":1769142116939,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11214,"timestamp":65997684,"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":1769142116939,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11922,"timestamp":65997781,"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":1769142116939,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":12583,"timestamp":65997843,"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":1769142116940,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":16403,"timestamp":65997330,"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":1769142116939,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":56346,"timestamp":65997132,"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":1769142116939,"traceId":"09b20982e8a15d2a"},{"name":"build-module-external","duration":42,"timestamp":66080871,"id":199,"parentId":147,"tags":{"name":"../app-render/dynamic-access-async-storage.external","layer":null},"startTime":1769142117023,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3093,"timestamp":66081840,"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":1769142117024,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7134,"timestamp":66080945,"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":1769142117023,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8428,"timestamp":66081241,"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":1769142117023,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8867,"timestamp":66081463,"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":1769142117023,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9903,"timestamp":66081887,"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":1769142117024,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":17329,"timestamp":66081651,"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":1769142117023,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":18327,"timestamp":66081750,"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":1769142117023,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8269,"timestamp":66105709,"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":1769142117047,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1503,"timestamp":66127573,"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":1769142117069,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2128,"timestamp":66131298,"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":1769142117073,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4405,"timestamp":66131064,"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":1769142117073,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4494,"timestamp":66131347,"id":211,"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/server/api-utils/get-cookie-parser.js","layer":"rsc"},"startTime":1769142117073,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4623,"timestamp":66131640,"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":1769142117073,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":15842,"timestamp":66131530,"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":1769142117073,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":16609,"timestamp":66131827,"id":214,"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/route-match-utils.js","layer":"rsc"},"startTime":1769142117073,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":20272,"timestamp":66131916,"id":215,"parentId":105,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"rsc"},"startTime":1769142117074,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":14178,"timestamp":66156947,"id":216,"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":1769142117099,"traceId":"09b20982e8a15d2a"}]
|
|
3
|
-
[{"name":"build-module-js","duration":18342,"timestamp":66177708,"id":217,"parentId":168,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769142117119,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":19228,"timestamp":66178034,"id":218,"parentId":168,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769142117120,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":19475,"timestamp":66178283,"id":219,"parentId":168,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769142117120,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":29308,"timestamp":66178514,"id":220,"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/escape-regexp.js","layer":"rsc"},"startTime":1769142117120,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":30219,"timestamp":66178655,"id":221,"parentId":168,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142117120,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":34450,"timestamp":66178791,"id":222,"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/interception-routes.js","layer":"rsc"},"startTime":1769142117120,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":35536,"timestamp":66179032,"id":224,"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/get-dynamic-param.js","layer":"rsc"},"startTime":1769142117121,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":36784,"timestamp":66178920,"id":223,"parentId":175,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142117121,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8433,"timestamp":66220441,"id":225,"parentId":168,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769142117162,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5952,"timestamp":66253927,"id":227,"parentId":168,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769142117196,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9415,"timestamp":66254212,"id":228,"parentId":168,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769142117196,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10144,"timestamp":66254444,"id":229,"parentId":168,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769142117196,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11405,"timestamp":66254673,"id":230,"parentId":168,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769142117196,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11495,"timestamp":66254903,"id":231,"parentId":168,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769142117197,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":16296,"timestamp":66251329,"id":226,"parentId":223,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142117193,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":15143,"timestamp":66255159,"id":232,"parentId":168,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142117197,"traceId":"09b20982e8a15d2a"},{"name":"build-module-cjs","duration":1632,"timestamp":66285562,"id":233,"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":1769142117227,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3859,"timestamp":66293429,"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":1769142117235,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5479,"timestamp":66293271,"id":234,"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/shared/lib/segment.js","layer":"pages-dir-node"},"startTime":1769142117235,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":990,"timestamp":66298938,"id":236,"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":1769142117241,"traceId":"09b20982e8a15d2a"},{"name":"build-module-css","duration":750,"timestamp":66299383,"id":239,"parentId":105,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/globals.css","layer":"rsc"},"startTime":1769142117241,"traceId":"09b20982e8a15d2a"},{"name":"add-entry","duration":1817117,"timestamp":64483035,"id":29,"parentId":22,"tags":{"request":"next/dist/pages/_document"},"startTime":1769142115425,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3611,"timestamp":66299034,"id":237,"parentId":181,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769142117241,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5723,"timestamp":66299273,"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":1769142117241,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":778,"timestamp":66307478,"id":240,"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":1769142117249,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7241,"timestamp":66307545,"id":241,"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":1769142117249,"traceId":"09b20982e8a15d2a"},{"name":"build-module-external","duration":25,"timestamp":66315623,"id":242,"parentId":193,"tags":{"name":"../app-render/after-task-async-storage.external","layer":null},"startTime":1769142117257,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":14195,"timestamp":66317282,"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":1769142117259,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":16225,"timestamp":66316695,"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/error-telemetry-utils.js","layer":"rsc"},"startTime":1769142117258,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":16243,"timestamp":66317052,"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":1769142117259,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":14749,"timestamp":66320095,"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":1769142117262,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":29385,"timestamp":66316894,"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":1769142117259,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":26543,"timestamp":66320327,"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":1769142117262,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":36602,"timestamp":66316465,"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/format-server-error.js","layer":"rsc"},"startTime":1769142117258,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1164,"timestamp":66356257,"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":1769142117298,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2362,"timestamp":66356566,"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":1769142117298,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3561,"timestamp":66356334,"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":1769142117298,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7732,"timestamp":66356612,"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":1769142117298,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":107110,"timestamp":66381642,"id":254,"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/lib/interop-default.js","layer":"rsc"},"startTime":1769142117323,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":108600,"timestamp":66381946,"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":1769142117324,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":109100,"timestamp":66382191,"id":256,"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/lib/metadata/default-metadata.js","layer":"rsc"},"startTime":1769142117324,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":699,"timestamp":66494642,"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":1769142117436,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2087,"timestamp":66496094,"id":264,"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/server/lib/app-dir-module.js","layer":"rsc"},"startTime":1769142117438,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2515,"timestamp":66496337,"id":265,"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/lib/metadata/generate/utils.js","layer":"rsc"},"startTime":1769142117438,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11704,"timestamp":66512330,"id":266,"parentId":181,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769142117454,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11968,"timestamp":66512599,"id":267,"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/constants.js","layer":"rsc"},"startTime":1769142117454,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":14241,"timestamp":66512801,"id":268,"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/lib/metadata/resolvers/resolve-opengraph.js","layer":"rsc"},"startTime":1769142117454,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":14648,"timestamp":66513037,"id":269,"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/lib/metadata/resolvers/resolve-title.js","layer":"rsc"},"startTime":1769142117455,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":17386,"timestamp":66513257,"id":270,"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/lib/metadata/resolvers/resolve-basics.js","layer":"rsc"},"startTime":1769142117455,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4883,"timestamp":66546987,"id":271,"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/lib/metadata/resolvers/resolve-icons.js","layer":"rsc"},"startTime":1769142117489,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3250,"timestamp":66558682,"id":272,"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/build/output/log.js","layer":"rsc"},"startTime":1769142117500,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10600,"timestamp":66583035,"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/non-nullable.js","layer":"rsc"},"startTime":1769142117525,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":14499,"timestamp":66586244,"id":274,"parentId":227,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"rsc"},"startTime":1769142117528,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4377,"timestamp":66621125,"id":278,"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":1769142117563,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4728,"timestamp":66621509,"id":280,"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":1769142117563,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7106,"timestamp":66620509,"id":276,"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":1769142117562,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9975,"timestamp":66621196,"id":279,"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":1769142117563,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10281,"timestamp":66621573,"id":281,"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":1769142117563,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":99502,"timestamp":66586488,"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":1769142117528,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":66682,"timestamp":66620944,"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/client/components/redirect-error.js","layer":"rsc"},"startTime":1769142117563,"traceId":"09b20982e8a15d2a"},{"name":"font-loader","duration":230409,"timestamp":66461775,"id":260,"parentId":259,"tags":{},"startTime":1769142117403,"traceId":"09b20982e8a15d2a"},{"name":"font-loader","duration":209761,"timestamp":66484021,"id":262,"parentId":261,"tags":{},"startTime":1769142117426,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":563,"timestamp":66696535,"id":282,"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":1769142117638,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":864,"timestamp":66696604,"id":283,"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":1769142117638,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":32,"timestamp":66701387,"id":284,"parentId":275,"tags":{"name":"util","layer":null},"startTime":1769142117643,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6055,"timestamp":66703821,"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":1769142117645,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6725,"timestamp":66704073,"id":286,"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":1769142117646,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8259,"timestamp":66704271,"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/metadata/resolvers/resolve-url.js","layer":"rsc"},"startTime":1769142117646,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4887,"timestamp":66717511,"id":288,"parentId":272,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769142117659,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6029,"timestamp":66717756,"id":289,"parentId":272,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769142117659,"traceId":"09b20982e8a15d2a"},{"name":"postcss","duration":7306,"timestamp":67079496,"id":290,"parentId":259,"tags":{},"startTime":1769142118021,"traceId":"09b20982e8a15d2a"},{"name":"postcss","duration":3269,"timestamp":67083544,"id":291,"parentId":261,"tags":{},"startTime":1769142118025,"traceId":"09b20982e8a15d2a"},{"name":"next-font-loader","duration":699596,"timestamp":66387962,"id":259,"parentId":257,"tags":{},"startTime":1769142117330,"traceId":"09b20982e8a15d2a"},{"name":"next-font-loader","duration":603617,"timestamp":66483947,"id":261,"parentId":258,"tags":{},"startTime":1769142117426,"traceId":"09b20982e8a15d2a"},{"name":"css-loader","duration":48031,"timestamp":67087063,"id":292,"parentId":257,"tags":{"astUsed":"true"},"startTime":1769142118029,"traceId":"09b20982e8a15d2a"},{"name":"css-loader","duration":47567,"timestamp":67087539,"id":293,"parentId":258,"tags":{"astUsed":"true"},"startTime":1769142118029,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":753180,"timestamp":66382429,"id":257,"parentId":105,"tags":{"name":"/home/runner/work/ClaudeShip/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":1769142117324,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":748071,"timestamp":66387694,"id":258,"parentId":105,"tags":{"name":"/home/runner/work/ClaudeShip/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":1769142117329,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":906,"timestamp":67149244,"id":294,"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":1769142118091,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7990,"timestamp":67150351,"id":295,"parentId":278,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/get-hostname.js","layer":"pages-dir-node"},"startTime":1769142118092,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8476,"timestamp":67150453,"id":296,"parentId":279,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/get-hostname.js","layer":"rsc"},"startTime":1769142118092,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":17484,"timestamp":67150579,"id":297,"parentId":278,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"pages-dir-node"},"startTime":1769142118092,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":18837,"timestamp":67150767,"id":299,"parentId":278,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"pages-dir-node"},"startTime":1769142118092,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":30717,"timestamp":67150847,"id":300,"parentId":279,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"rsc"},"startTime":1769142118093,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":33949,"timestamp":67150656,"id":298,"parentId":279,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"rsc"},"startTime":1769142118092,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11265,"timestamp":67207526,"id":301,"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":1769142118149,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11761,"timestamp":67207715,"id":302,"parentId":278,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"pages-dir-node"},"startTime":1769142118149,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":12336,"timestamp":67207800,"id":303,"parentId":279,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"rsc"},"startTime":1769142118149,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6547,"timestamp":67215053,"id":304,"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":1769142118157,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5219,"timestamp":67223100,"id":305,"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/compiled/server-only/empty.js","layer":"rsc"},"startTime":1769142118165,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5671,"timestamp":67223359,"id":306,"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":1769142118165,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3672,"timestamp":67232036,"id":307,"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":1769142118174,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7433,"timestamp":67232189,"id":308,"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":1769142118174,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7786,"timestamp":67232324,"id":309,"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":1769142118174,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8225,"timestamp":67232401,"id":310,"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":1769142118174,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11634,"timestamp":67232512,"id":311,"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":1769142118174,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":13196,"timestamp":67232598,"id":312,"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":1769142118174,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9360,"timestamp":67250442,"id":313,"parentId":282,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"pages-dir-node"},"startTime":1769142118192,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":13774,"timestamp":67250522,"id":314,"parentId":283,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"rsc"},"startTime":1769142118192,"traceId":"09b20982e8a15d2a"},{"name":"add-entry","duration":2781531,"timestamp":64482918,"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":1769142115425,"traceId":"09b20982e8a15d2a"},{"name":"add-entry","duration":2782239,"timestamp":64482220,"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":1769142115424,"traceId":"09b20982e8a15d2a"}]
|
|
4
|
-
[{"name":"add-entry","duration":2781473,"timestamp":64482990,"id":28,"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":1769142115425,"traceId":"09b20982e8a15d2a"},{"name":"add-entry","duration":2781495,"timestamp":64482972,"id":27,"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":1769142115425,"traceId":"09b20982e8a15d2a"},{"name":"add-entry","duration":2781521,"timestamp":64482949,"id":26,"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":1769142115425,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":2458,"timestamp":67348911,"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":1769142118291,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":468,"timestamp":67351408,"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":1769142118293,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":878,"timestamp":67351902,"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":1769142118294,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":644,"timestamp":67352802,"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":1769142118294,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":190,"timestamp":67353462,"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%2Fproject%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1769142118295,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":179,"timestamp":67353665,"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%2Fproject%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1769142118295,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":190,"timestamp":67353856,"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%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1769142118296,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":181,"timestamp":67354060,"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%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1769142118296,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":260,"timestamp":67354254,"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%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1769142118296,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":191,"timestamp":67354526,"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%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1769142118296,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":9456,"timestamp":67377388,"id":347,"parentId":345,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"ssr"},"startTime":1769142118319,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":13900,"timestamp":67378778,"id":348,"parentId":343,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"ssr"},"startTime":1769142118320,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":26066,"timestamp":67378980,"id":349,"parentId":341,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"ssr"},"startTime":1769142118321,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":26901,"timestamp":67379208,"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":1769142118321,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":28136,"timestamp":67379915,"id":351,"parentId":337,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"ssr"},"startTime":1769142118322,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":28952,"timestamp":67380126,"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":1769142118322,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":29809,"timestamp":67380230,"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":1769142118322,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":30911,"timestamp":67380415,"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":1769142118322,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":39882,"timestamp":67380320,"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":1769142118322,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":25373,"timestamp":67396515,"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":1769142118338,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":26039,"timestamp":67396632,"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":1769142118338,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":29207,"timestamp":67394570,"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":1769142118336,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6567,"timestamp":67441208,"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":1769142118383,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":12191,"timestamp":67441420,"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":1769142118383,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":12368,"timestamp":67441590,"id":363,"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":1769142118383,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":32832,"timestamp":67438966,"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":1769142118381,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":31396,"timestamp":67441074,"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":1769142118383,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":31758,"timestamp":67441718,"id":364,"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":1769142118383,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":32088,"timestamp":67441775,"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/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1769142118383,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":32898,"timestamp":67441827,"id":366,"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":1769142118383,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2801,"timestamp":67489295,"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":1769142118431,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3727,"timestamp":67489471,"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":1769142118431,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3593,"timestamp":67489894,"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":1769142118432,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6505,"timestamp":67489839,"id":372,"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/segment.js","layer":"ssr"},"startTime":1769142118432,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7135,"timestamp":67489784,"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":1769142118431,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7225,"timestamp":67489994,"id":374,"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/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1769142118432,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":18136,"timestamp":67489685,"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":1769142118431,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":22511,"timestamp":67489583,"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":1769142118431,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1825,"timestamp":67524648,"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":1769142118466,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5425,"timestamp":67524925,"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":1769142118467,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7115,"timestamp":67525043,"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":1769142118467,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6463,"timestamp":67527090,"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":1769142118469,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6992,"timestamp":67527200,"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/bfcache.js","layer":"ssr"},"startTime":1769142118469,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7466,"timestamp":67527365,"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":1769142118469,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10233,"timestamp":67527439,"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/match-segments.js","layer":"ssr"},"startTime":1769142118469,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10536,"timestamp":67527523,"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/unresolved-thenable.js","layer":"ssr"},"startTime":1769142118469,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":13895,"timestamp":67524815,"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":1769142118466,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11741,"timestamp":67527610,"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":1769142118469,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":12810,"timestamp":67527778,"id":387,"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":1769142118469,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":14090,"timestamp":67527286,"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/use-action-queue.js","layer":"ssr"},"startTime":1769142118469,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":14374,"timestamp":67527693,"id":386,"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/navigation-untracked.js","layer":"ssr"},"startTime":1769142118469,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3037,"timestamp":67554470,"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_default.js","layer":"ssr"},"startTime":1769142118496,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3180,"timestamp":67555289,"id":393,"parentId":355,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1769142118497,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6267,"timestamp":67552862,"id":388,"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":1769142118495,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6943,"timestamp":67552995,"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":1769142118495,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7435,"timestamp":67553103,"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":1769142118495,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7227,"timestamp":67554362,"id":391,"parentId":381,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-thenable.js","layer":"ssr"},"startTime":1769142118496,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6644,"timestamp":67555452,"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/router-reducer-types.js","layer":"ssr"},"startTime":1769142118497,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8506,"timestamp":67555599,"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/create-router-cache-key.js","layer":"ssr"},"startTime":1769142118497,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10038,"timestamp":67555530,"id":395,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1769142118497,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10401,"timestamp":67555664,"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/reducers/has-interception-route-in-current-tree.js","layer":"ssr"},"startTime":1769142118497,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4282,"timestamp":67570038,"id":399,"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":1769142118512,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":18355,"timestamp":67569918,"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":1769142118512,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":18189,"timestamp":67572864,"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/client/components/app-router-headers.js","layer":"ssr"},"startTime":1769142118515,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":18697,"timestamp":67572972,"id":401,"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/shared/lib/router/utils/interception-routes.js","layer":"ssr"},"startTime":1769142118515,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":724,"timestamp":67592250,"id":402,"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":1769142118534,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":711,"timestamp":67592405,"id":403,"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":1769142118534,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3191,"timestamp":67594908,"id":404,"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":1769142118537,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4112,"timestamp":67594991,"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/navigation.js","layer":"ssr"},"startTime":1769142118537,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1549,"timestamp":67600136,"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/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1769142118542,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7886,"timestamp":67595078,"id":406,"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":1769142118537,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3402,"timestamp":67607651,"id":409,"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/client/app-call-server.js","layer":"ssr"},"startTime":1769142118549,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":3933,"timestamp":67607744,"id":410,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/Header.tsx","layer":"ssr"},"startTime":1769142118549,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":4045,"timestamp":67608072,"id":413,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/button.tsx","layer":"ssr"},"startTime":1769142118550,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":6744,"timestamp":67608168,"id":414,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/input.tsx","layer":"ssr"},"startTime":1769142118550,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":8191,"timestamp":67607951,"id":412,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectModal.tsx","layer":"ssr"},"startTime":1769142118550,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":8690,"timestamp":67607854,"id":411,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectList.tsx","layer":"ssr"},"startTime":1769142118550,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7759,"timestamp":67609410,"id":415,"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/client/app-find-source-map-url.js","layer":"ssr"},"startTime":1769142118551,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1586,"timestamp":67621552,"id":416,"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":1769142118563,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10603,"timestamp":67621768,"id":417,"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/client/flight-data-helpers.js","layer":"ssr"},"startTime":1769142118563,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":26903,"timestamp":67606509,"id":408,"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":1769142118548,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11214,"timestamp":67643166,"id":419,"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/client/route-params.js","layer":"ssr"},"startTime":1769142118585,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11872,"timestamp":67643248,"id":420,"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/client/components/router-reducer/set-cache-busting-search-param.js","layer":"ssr"},"startTime":1769142118585,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":12585,"timestamp":67643040,"id":418,"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/client/app-build-id.js","layer":"ssr"},"startTime":1769142118585,"traceId":"09b20982e8a15d2a"},{"name":"build-module-ts","duration":13793,"timestamp":67643498,"id":422,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useProjectStore.ts","layer":"ssr"},"startTime":1769142118585,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":15157,"timestamp":67643333,"id":421,"parentId":349,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/workspace/WorkspaceLayout.tsx","layer":"ssr"},"startTime":1769142118585,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1081,"timestamp":67670570,"id":423,"parentId":355,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js","layer":"ssr"},"startTime":1769142118612,"traceId":"09b20982e8a15d2a"},{"name":"build-module-ts","duration":9853,"timestamp":67679450,"id":425,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/api.ts","layer":"ssr"},"startTime":1769142118621,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":17568,"timestamp":67679341,"id":424,"parentId":419,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142118621,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1583,"timestamp":67703623,"id":427,"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/vendored/ssr/react-server-dom-webpack-client.js","layer":"ssr"},"startTime":1769142118645,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1582,"timestamp":67703814,"id":428,"parentId":386,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769142118645,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5182,"timestamp":67702544,"id":426,"parentId":405,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1769142118644,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4302,"timestamp":67703982,"id":429,"parentId":405,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unrecognized-action-error.js","layer":"ssr"},"startTime":1769142118646,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4743,"timestamp":67704100,"id":430,"parentId":405,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1769142118646,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":30244,"timestamp":67704188,"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/create-href-from-url.js","layer":"ssr"},"startTime":1769142118646,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":33346,"timestamp":67704275,"id":432,"parentId":405,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"ssr"},"startTime":1769142118646,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":4477,"timestamp":67749556,"id":433,"parentId":410,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/LanguageSwitcher.tsx","layer":"ssr"},"startTime":1769142118691,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":6020,"timestamp":67752199,"id":435,"parentId":411,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectCard.tsx","layer":"ssr"},"startTime":1769142118694,"traceId":"09b20982e8a15d2a"}]
|
|
5
|
-
[{"name":"build-module-ts","duration":6531,"timestamp":67752314,"id":436,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/index.ts","layer":"ssr"},"startTime":1769142118694,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6808,"timestamp":67752418,"id":437,"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":1769142118694,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":8831,"timestamp":67752035,"id":434,"parentId":411,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectCard.tsx","layer":"ssr"},"startTime":1769142118694,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":73673,"timestamp":67763469,"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":1769142118705,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":78282,"timestamp":67774342,"id":442,"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":1769142118716,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":91759,"timestamp":67763644,"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":1769142118705,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":92430,"timestamp":67763329,"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":1769142118705,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":92420,"timestamp":67763563,"id":440,"parentId":410,"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":1769142118705,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":81803,"timestamp":67774483,"id":443,"parentId":434,"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":1769142118716,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5251,"timestamp":67864069,"id":445,"parentId":426,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142118806,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5641,"timestamp":67864162,"id":446,"parentId":426,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142118806,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5962,"timestamp":67864241,"id":447,"parentId":426,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142118806,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6595,"timestamp":67864317,"id":448,"parentId":426,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142118806,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":8385,"timestamp":67863801,"id":444,"parentId":412,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/dialog.tsx","layer":"ssr"},"startTime":1769142118805,"traceId":"09b20982e8a15d2a"},{"name":"build-module-ts","duration":2373,"timestamp":67877324,"id":450,"parentId":413,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/utils.ts","layer":"ssr"},"startTime":1769142118819,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":965,"timestamp":67884621,"id":451,"parentId":405,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js","layer":"ssr"},"startTime":1769142118826,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10355,"timestamp":67877182,"id":449,"parentId":410,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769142118819,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3844,"timestamp":67884834,"id":452,"parentId":437,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142118827,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7795,"timestamp":67884931,"id":453,"parentId":410,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769142118827,"traceId":"09b20982e8a15d2a"},{"name":"build-module-json","duration":1032,"timestamp":67913566,"id":454,"parentId":436,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/en.json","layer":"ssr"},"startTime":1769142118855,"traceId":"09b20982e8a15d2a"},{"name":"build-module-json","duration":679,"timestamp":67914028,"id":455,"parentId":436,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/ko.json","layer":"ssr"},"startTime":1769142118856,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":9317,"timestamp":67916146,"id":458,"parentId":436,"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":1769142118858,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":13534,"timestamp":67916088,"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":1769142118858,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":15648,"timestamp":67915966,"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":1769142118858,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":3592,"timestamp":67931905,"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":1769142118874,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":643,"timestamp":67941279,"id":464,"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":1769142118883,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6731,"timestamp":67938848,"id":460,"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":1769142118881,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":7231,"timestamp":67940270,"id":463,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileViewer.tsx","layer":"ssr"},"startTime":1769142118882,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":10599,"timestamp":67940083,"id":462,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileExplorer.tsx","layer":"ssr"},"startTime":1769142118882,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":28513,"timestamp":67938960,"id":461,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/PreviewPanel.tsx","layer":"ssr"},"startTime":1769142118881,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":10367,"timestamp":67985777,"id":465,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ChatPanel.tsx","layer":"ssr"},"startTime":1769142118927,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":12780,"timestamp":67986392,"id":468,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/checkpoint/CheckpointPanel.tsx","layer":"ssr"},"startTime":1769142118928,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":17544,"timestamp":67986051,"id":466,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/database/DatabasePanel.tsx","layer":"ssr"},"startTime":1769142118928,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":19280,"timestamp":67986228,"id":467,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/testing/TestRunner.tsx","layer":"ssr"},"startTime":1769142118928,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":12027,"timestamp":68006299,"id":471,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/env/EnvPanel.tsx","layer":"ssr"},"startTime":1769142118948,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":37817,"timestamp":68006236,"id":470,"parentId":462,"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":1769142118948,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":38685,"timestamp":68006108,"id":469,"parentId":463,"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":1769142118948,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":26528,"timestamp":68021539,"id":472,"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":1769142118963,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":15230,"timestamp":68062378,"id":477,"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":1769142119004,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":15586,"timestamp":68062460,"id":478,"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/circle-alert.js","layer":"ssr"},"startTime":1769142119004,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":15805,"timestamp":68062532,"id":479,"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":1769142119004,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":16032,"timestamp":68062611,"id":480,"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":1769142119004,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":16252,"timestamp":68062681,"id":481,"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/database.js","layer":"ssr"},"startTime":1769142119004,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":16499,"timestamp":68062748,"id":482,"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":1769142119004,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":27085,"timestamp":68061950,"id":473,"parentId":465,"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":1769142119004,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":27256,"timestamp":68062129,"id":474,"parentId":468,"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":1769142119004,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":27403,"timestamp":68062216,"id":475,"parentId":466,"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":1769142119004,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":27578,"timestamp":68062294,"id":476,"parentId":467,"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":1769142119004,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8660,"timestamp":68082081,"id":484,"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":1769142119024,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8875,"timestamp":68082180,"id":485,"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":1769142119024,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9237,"timestamp":68082271,"id":486,"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":1769142119024,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9963,"timestamp":68081897,"id":483,"parentId":471,"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":1769142119024,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":577,"timestamp":68097291,"id":487,"parentId":477,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769142119039,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2087,"timestamp":68098983,"id":489,"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":1769142119041,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2680,"timestamp":68099090,"id":490,"parentId":438,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/check.js","layer":"ssr"},"startTime":1769142119041,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2915,"timestamp":68099161,"id":491,"parentId":438,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder-open.js","layer":"ssr"},"startTime":1769142119041,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3135,"timestamp":68099220,"id":492,"parentId":438,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/loader-circle.js","layer":"ssr"},"startTime":1769142119041,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3988,"timestamp":68099268,"id":493,"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":1769142119041,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4248,"timestamp":68099315,"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/refresh-cw.js","layer":"ssr"},"startTime":1769142119041,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4965,"timestamp":68098890,"id":488,"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":1769142119041,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3216,"timestamp":68101166,"id":495,"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":1769142119043,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4102,"timestamp":68102613,"id":497,"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/server.js","layer":"ssr"},"startTime":1769142119044,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4501,"timestamp":68102484,"id":496,"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/globe.js","layer":"ssr"},"startTime":1769142119044,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2522,"timestamp":68108347,"id":499,"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/trash-2.js","layer":"ssr"},"startTime":1769142119050,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3397,"timestamp":68108411,"id":500,"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":1769142119050,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5173,"timestamp":68108470,"id":501,"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":1769142119050,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5419,"timestamp":68108518,"id":502,"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/smartphone.js","layer":"ssr"},"startTime":1769142119050,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5998,"timestamp":68108567,"id":503,"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":1769142119050,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":7185,"timestamp":68108207,"id":498,"parentId":435,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/card.tsx","layer":"ssr"},"startTime":1769142119050,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":13479,"timestamp":68109478,"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/components/app-router-instance.js","layer":"ssr"},"startTime":1769142119051,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":16722,"timestamp":68108617,"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/components/links.js","layer":"ssr"},"startTime":1769142119050,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9085,"timestamp":68116571,"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/shared/lib/utils/error-once.js","layer":"ssr"},"startTime":1769142119058,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11742,"timestamp":68116452,"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/segment-cache.js","layer":"ssr"},"startTime":1769142119058,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5700,"timestamp":68131864,"id":508,"parentId":500,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142119074,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":865,"timestamp":68139518,"id":510,"parentId":464,"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":1769142119081,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":1148,"timestamp":68139650,"id":511,"parentId":464,"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":1769142119081,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3129,"timestamp":68138243,"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/router/utils/is-local-url.js","layer":"ssr"},"startTime":1769142119080,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2975,"timestamp":68141991,"id":512,"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":1769142119084,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3794,"timestamp":68146452,"id":513,"parentId":470,"tags":{"name":"/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":1769142119088,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3927,"timestamp":68146607,"id":515,"parentId":470,"tags":{"name":"/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":1769142119088,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4254,"timestamp":68146541,"id":514,"parentId":470,"tags":{"name":"/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":1769142119088,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2091,"timestamp":68149180,"id":516,"parentId":470,"tags":{"name":"/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":1769142119091,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3917,"timestamp":68149314,"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/copy.js","layer":"ssr"},"startTime":1769142119091,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":7842,"timestamp":68153717,"id":518,"parentId":450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/tailwind-merge@2.6.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"ssr"},"startTime":1769142119095,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2914,"timestamp":68162800,"id":520,"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/monitor.js","layer":"ssr"},"startTime":1769142119104,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3054,"timestamp":68162981,"id":522,"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/play.js","layer":"ssr"},"startTime":1769142119105,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3262,"timestamp":68163093,"id":523,"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/rotate-ccw.js","layer":"ssr"},"startTime":1769142119105,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3723,"timestamp":68162896,"id":521,"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/package.js","layer":"ssr"},"startTime":1769142119105,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4945,"timestamp":68163323,"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/tablet.js","layer":"ssr"},"startTime":1769142119105,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":1395,"timestamp":68171470,"id":530,"parentId":450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1769142119113,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9838,"timestamp":68163374,"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/terminal.js","layer":"ssr"},"startTime":1769142119105,"traceId":"09b20982e8a15d2a"},{"name":"build-module-ts","duration":10350,"timestamp":68163423,"id":527,"parentId":412,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/index.ts","layer":"ssr"},"startTime":1769142119105,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9257,"timestamp":68164815,"id":529,"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/zap.js","layer":"ssr"},"startTime":1769142119106,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11694,"timestamp":68162663,"id":519,"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/external-link.js","layer":"ssr"},"startTime":1769142119104,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11366,"timestamp":68163251,"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/square.js","layer":"ssr"},"startTime":1769142119105,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":13013,"timestamp":68164607,"id":528,"parentId":461,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ConsoleViewer.tsx","layer":"ssr"},"startTime":1769142119106,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":3654,"timestamp":68186851,"id":533,"parentId":465,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageList.tsx","layer":"ssr"},"startTime":1769142119129,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":6751,"timestamp":68186655,"id":532,"parentId":461,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ErrorOverlay.tsx","layer":"ssr"},"startTime":1769142119128,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6624,"timestamp":68187242,"id":535,"parentId":478,"tags":{"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":1769142119129,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6864,"timestamp":68187338,"id":536,"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/message-square-plus.js","layer":"ssr"},"startTime":1769142119129,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7044,"timestamp":68187418,"id":537,"parentId":474,"tags":{"name":"/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":1769142119129,"traceId":"09b20982e8a15d2a"}]
|
|
6
|
-
[{"name":"build-module-tsx","duration":9222,"timestamp":68187059,"id":534,"parentId":465,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageInput.tsx","layer":"ssr"},"startTime":1769142119129,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8985,"timestamp":68187577,"id":539,"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":1769142119129,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11236,"timestamp":68186517,"id":531,"parentId":528,"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":1769142119128,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10487,"timestamp":68187493,"id":538,"parentId":474,"tags":{"name":"/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":1769142119129,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":13586,"timestamp":68190829,"id":541,"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":1769142119133,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":13908,"timestamp":68190716,"id":540,"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":1769142119132,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4279,"timestamp":68210147,"id":545,"parentId":500,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769142119152,"traceId":"09b20982e8a15d2a"},{"name":"build-module-ts","duration":5041,"timestamp":68209992,"id":544,"parentId":461,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/usePreviewStore.ts","layer":"ssr"},"startTime":1769142119152,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5044,"timestamp":68210209,"id":546,"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":1769142119152,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5220,"timestamp":68210259,"id":547,"parentId":483,"tags":{"name":"/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":1769142119152,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5351,"timestamp":68210316,"id":548,"parentId":483,"tags":{"name":"/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":1769142119152,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9143,"timestamp":68209926,"id":543,"parentId":534,"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":1769142119152,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9826,"timestamp":68209792,"id":542,"parentId":532,"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":1769142119151,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3039,"timestamp":68223663,"id":549,"parentId":545,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142119165,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9648,"timestamp":68225260,"id":552,"parentId":503,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142119167,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11296,"timestamp":68225409,"id":554,"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/components/router-reducer/router-reducer.js","layer":"ssr"},"startTime":1769142119167,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":14431,"timestamp":68225167,"id":551,"parentId":503,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769142119167,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":15533,"timestamp":68225491,"id":555,"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/components/router-reducer/reducers/prefetch-reducer.js","layer":"ssr"},"startTime":1769142119167,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":13047,"timestamp":68228417,"id":556,"parentId":509,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769142119170,"traceId":"09b20982e8a15d2a"},{"name":"build-module-ts","duration":19360,"timestamp":68224943,"id":550,"parentId":465,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useChatStore.ts","layer":"ssr"},"startTime":1769142119167,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":24177,"timestamp":68225333,"id":553,"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/components/app-router.js","layer":"ssr"},"startTime":1769142119167,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3328,"timestamp":68275792,"id":558,"parentId":556,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"ssr"},"startTime":1769142119217,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5401,"timestamp":68275622,"id":557,"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/head.js","layer":"ssr"},"startTime":1769142119217,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11120,"timestamp":68275877,"id":559,"parentId":503,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142119218,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11316,"timestamp":68276062,"id":561,"parentId":531,"tags":{"name":"/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":1769142119218,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":12411,"timestamp":68275954,"id":560,"parentId":535,"tags":{"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":1769142119218,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2031,"timestamp":68290766,"id":562,"parentId":543,"tags":{"name":"/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":1769142119232,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2188,"timestamp":68290909,"id":563,"parentId":543,"tags":{"name":"/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":1769142119233,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2979,"timestamp":68293437,"id":565,"parentId":557,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142119235,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3916,"timestamp":68293329,"id":564,"parentId":557,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142119235,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4376,"timestamp":68293524,"id":566,"parentId":535,"tags":{"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":1769142119235,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":4969,"timestamp":68294608,"id":567,"parentId":533,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageItem.tsx","layer":"ssr"},"startTime":1769142119236,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":5181,"timestamp":68294982,"id":569,"parentId":534,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ModeToggle.tsx","layer":"ssr"},"startTime":1769142119237,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":5754,"timestamp":68295169,"id":570,"parentId":534,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/FilePreview.tsx","layer":"ssr"},"startTime":1769142119237,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":8690,"timestamp":68294809,"id":568,"parentId":533,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/StreamingMessage.tsx","layer":"ssr"},"startTime":1769142119236,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":58031,"timestamp":68316297,"id":575,"parentId":463,"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":1769142119258,"traceId":"09b20982e8a15d2a"},{"name":"build-module-ts","duration":60722,"timestamp":68315761,"id":572,"parentId":527,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/chat.ts","layer":"ssr"},"startTime":1769142119257,"traceId":"09b20982e8a15d2a"},{"name":"build-module-ts","duration":60851,"timestamp":68315939,"id":573,"parentId":527,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/preview.ts","layer":"ssr"},"startTime":1769142119258,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":62310,"timestamp":68315528,"id":571,"parentId":534,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/QueuePreview.tsx","layer":"ssr"},"startTime":1769142119257,"traceId":"09b20982e8a15d2a"},{"name":"build-module-ts","duration":62278,"timestamp":68316132,"id":574,"parentId":527,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/project.ts","layer":"ssr"},"startTime":1769142119258,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":28670,"timestamp":68381093,"id":580,"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/image-config.js","layer":"ssr"},"startTime":1769142119323,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":28728,"timestamp":68381643,"id":581,"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/image-blur-svg.js","layer":"ssr"},"startTime":1769142119323,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":35303,"timestamp":68380326,"id":577,"parentId":569,"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":1769142119322,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":35048,"timestamp":68380859,"id":578,"parentId":570,"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":1769142119323,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":38681,"timestamp":68380966,"id":579,"parentId":568,"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":1769142119323,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":42571,"timestamp":68380132,"id":576,"parentId":567,"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":1769142119322,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11276,"timestamp":68412624,"id":582,"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/remove-base-path.js","layer":"ssr"},"startTime":1769142119354,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":13948,"timestamp":68426050,"id":583,"parentId":571,"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":1769142119368,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":19927,"timestamp":68440274,"id":584,"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/app-router-announcer.js","layer":"ssr"},"startTime":1769142119382,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":21438,"timestamp":68440399,"id":585,"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/compute-changed-path.js","layer":"ssr"},"startTime":1769142119382,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":22208,"timestamp":68440523,"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/reducers/find-head-in-cache.js","layer":"ssr"},"startTime":1769142119382,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":23664,"timestamp":68440465,"id":586,"parentId":555,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142119382,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":27449,"timestamp":68440663,"id":588,"parentId":554,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142119382,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":25342,"timestamp":68450740,"id":589,"parentId":554,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142119392,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":25746,"timestamp":68450938,"id":590,"parentId":554,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142119393,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":23123,"timestamp":68454139,"id":591,"parentId":554,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142119396,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":23889,"timestamp":68454231,"id":592,"parentId":554,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142119396,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6982,"timestamp":68480134,"id":593,"parentId":554,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142119422,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6373,"timestamp":68487924,"id":594,"parentId":560,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"ssr"},"startTime":1769142119430,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6830,"timestamp":68488114,"id":596,"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/errors/root-error-boundary.js","layer":"ssr"},"startTime":1769142119430,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10718,"timestamp":68488052,"id":595,"parentId":555,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142119430,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2626,"timestamp":68508717,"id":597,"parentId":557,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769142119450,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2587,"timestamp":68508880,"id":598,"parentId":557,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769142119451,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2854,"timestamp":68509072,"id":600,"parentId":577,"tags":{"name":"/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":1769142119451,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3170,"timestamp":68508985,"id":599,"parentId":577,"tags":{"name":"/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":1769142119451,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3236,"timestamp":68509126,"id":601,"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":1769142119451,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3363,"timestamp":68509177,"id":602,"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/chevron-up.js","layer":"ssr"},"startTime":1769142119451,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3491,"timestamp":68509226,"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/pen-line.js","layer":"ssr"},"startTime":1769142119451,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3578,"timestamp":68509319,"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/circle-check.js","layer":"ssr"},"startTime":1769142119451,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4947,"timestamp":68509274,"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/folder-search.js","layer":"ssr"},"startTime":1769142119451,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4343,"timestamp":68513176,"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/list-todo.js","layer":"ssr"},"startTime":1769142119455,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1751,"timestamp":68518827,"id":609,"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":1769142119460,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4982,"timestamp":68518881,"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/invalidate-cache-below-flight-segmentpath.js","layer":"ssr"},"startTime":1769142119461,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":8443,"timestamp":68518723,"id":608,"parentId":568,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/AskUserQuestionBlock.tsx","layer":"ssr"},"startTime":1769142119460,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8910,"timestamp":68518977,"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/should-hard-navigate.js","layer":"ssr"},"startTime":1769142119461,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10106,"timestamp":68518931,"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/apply-router-state-patch-to-tree.js","layer":"ssr"},"startTime":1769142119461,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":12021,"timestamp":68518584,"id":607,"parentId":567,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MarkdownRenderer.tsx","layer":"ssr"},"startTime":1769142119460,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":15186,"timestamp":68519154,"id":615,"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":1769142119461,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":16167,"timestamp":68519111,"id":614,"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":1769142119461,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":30082,"timestamp":68519059,"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/is-navigating-to-new-root-layout.js","layer":"ssr"},"startTime":1769142119461,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":33827,"timestamp":68520063,"id":616,"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/ppr-navigations.js","layer":"ssr"},"startTime":1769142119462,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2695,"timestamp":68559952,"id":618,"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/image-config-context.js","layer":"ssr"},"startTime":1769142119502,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2730,"timestamp":68560078,"id":619,"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/router-context.js","layer":"ssr"},"startTime":1769142119502,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4315,"timestamp":68560182,"id":620,"parentId":593,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769142119502,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4683,"timestamp":68560238,"id":621,"parentId":593,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142119502,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5304,"timestamp":68560332,"id":623,"parentId":611,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142119502,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8218,"timestamp":68560284,"id":622,"parentId":615,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142119502,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8614,"timestamp":68560420,"id":625,"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/clear-cache-node-data-for-segment-path.js","layer":"ssr"},"startTime":1769142119502,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9983,"timestamp":68559824,"id":617,"parentId":608,"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":1769142119501,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9720,"timestamp":68560465,"id":626,"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":1769142119502,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10937,"timestamp":68560377,"id":624,"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/aliased-prefetch-navigations.js","layer":"ssr"},"startTime":1769142119502,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6343,"timestamp":68565980,"id":627,"parentId":596,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js","layer":"ssr"},"startTime":1769142119508,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3357,"timestamp":68584360,"id":628,"parentId":615,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142119526,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":648,"timestamp":68589908,"id":629,"parentId":586,"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":1769142119532,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":679,"timestamp":68590067,"id":630,"parentId":586,"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":1769142119532,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":1742,"timestamp":68593183,"id":631,"parentId":608,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/checkbox.tsx","layer":"ssr"},"startTime":1769142119535,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":2031,"timestamp":68593319,"id":632,"parentId":608,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/radio-group.tsx","layer":"ssr"},"startTime":1769142119535,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":3445,"timestamp":68598523,"id":633,"parentId":608,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/label.tsx","layer":"ssr"},"startTime":1769142119540,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3830,"timestamp":68598659,"id":634,"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":1769142119540,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3185,"timestamp":68599456,"id":635,"parentId":631,"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":1769142119541,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3194,"timestamp":68599566,"id":636,"parentId":632,"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":1769142119541,"traceId":"09b20982e8a15d2a"}]
|
|
7
|
-
[{"name":"build-module-js","duration":532,"timestamp":68604727,"id":637,"parentId":607,"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":1769142119546,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":532,"timestamp":68604860,"id":638,"parentId":607,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/index.js","layer":"ssr"},"startTime":1769142119547,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1035,"timestamp":68607276,"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":1769142119549,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1755,"timestamp":68609814,"id":640,"parentId":637,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-markdown@9.1.0_@types+react@19.2.7_react@19.2.3/node_modules/react-markdown/lib/index.js","layer":"ssr"},"startTime":1769142119551,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":897,"timestamp":68613698,"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":1769142119555,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":5463,"timestamp":68622065,"id":642,"parentId":632,"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":1769142119564,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":2088,"timestamp":68628278,"id":644,"parentId":633,"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":1769142119570,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":4696,"timestamp":68628140,"id":643,"parentId":631,"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":1769142119570,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":558,"timestamp":68659160,"id":645,"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":1769142119601,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":352,"timestamp":68661609,"id":646,"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":1769142119603,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":426,"timestamp":68665822,"id":647,"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":1769142119607,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":338,"timestamp":68674202,"id":648,"parentId":640,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/index.js","layer":"ssr"},"startTime":1769142119616,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":369,"timestamp":68677125,"id":649,"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":1769142119619,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":412,"timestamp":68678953,"id":650,"parentId":640,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/index.js","layer":"ssr"},"startTime":1769142119621,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":833,"timestamp":68681415,"id":651,"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":1769142119623,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":847,"timestamp":68681594,"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":1769142119623,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":884,"timestamp":68686106,"id":653,"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":1769142119628,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":612,"timestamp":68692235,"id":654,"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":1769142119634,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1208,"timestamp":68728295,"id":655,"parentId":645,"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":1769142119670,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1242,"timestamp":68728527,"id":656,"parentId":646,"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":1769142119670,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":899,"timestamp":68732966,"id":657,"parentId":647,"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":1769142119675,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4583,"timestamp":68735146,"id":658,"parentId":648,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.js","layer":"ssr"},"startTime":1769142119677,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1760,"timestamp":68742939,"id":659,"parentId":649,"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":1769142119685,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3705,"timestamp":68743160,"id":660,"parentId":650,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.js","layer":"ssr"},"startTime":1769142119685,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1669,"timestamp":68747534,"id":661,"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":1769142119689,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4292,"timestamp":68751341,"id":662,"parentId":651,"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":1769142119693,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":1689,"timestamp":68771953,"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":1769142119714,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":997,"timestamp":68776926,"id":665,"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":1769142119719,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":2100,"timestamp":68777085,"id":666,"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":1769142119719,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":3570,"timestamp":68777191,"id":667,"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":1769142119719,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":15000,"timestamp":68772193,"id":664,"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":1769142119714,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":474,"timestamp":68796989,"id":668,"parentId":647,"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":1769142119739,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":957,"timestamp":68812477,"id":669,"parentId":653,"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":1769142119754,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":400,"timestamp":68818870,"id":670,"parentId":653,"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":1769142119761,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":383,"timestamp":68825505,"id":671,"parentId":653,"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":1769142119767,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":640,"timestamp":68832310,"id":672,"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":1769142119774,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":443,"timestamp":68836243,"id":673,"parentId":653,"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":1769142119778,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":773,"timestamp":68839881,"id":674,"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":1769142119782,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":967,"timestamp":68842390,"id":676,"parentId":653,"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":1769142119784,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1101,"timestamp":68842551,"id":677,"parentId":658,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.js","layer":"ssr"},"startTime":1769142119784,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1092,"timestamp":68842686,"id":678,"parentId":660,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.js","layer":"ssr"},"startTime":1769142119784,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":6912,"timestamp":68842208,"id":675,"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":1769142119784,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":527,"timestamp":68851194,"id":679,"parentId":660,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.js","layer":"ssr"},"startTime":1769142119793,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":514,"timestamp":68851346,"id":680,"parentId":660,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.js","layer":"ssr"},"startTime":1769142119793,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":765,"timestamp":68856564,"id":681,"parentId":643,"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":1769142119798,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":575,"timestamp":68858528,"id":682,"parentId":653,"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":1769142119800,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":914,"timestamp":68858654,"id":683,"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":1769142119800,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":771,"timestamp":68863098,"id":684,"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":1769142119805,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":815,"timestamp":68863228,"id":685,"parentId":653,"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":1769142119805,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":32,"timestamp":68881961,"id":686,"parentId":678,"tags":{"name":"node:path","layer":null},"startTime":1769142119824,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":12,"timestamp":68882034,"id":687,"parentId":679,"tags":{"name":"node:process","layer":null},"startTime":1769142119824,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":6,"timestamp":68882053,"id":688,"parentId":680,"tags":{"name":"node:url","layer":null},"startTime":1769142119824,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":462,"timestamp":68886903,"id":689,"parentId":655,"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":1769142119829,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":413,"timestamp":68893348,"id":690,"parentId":658,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js","layer":"ssr"},"startTime":1769142119835,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":498,"timestamp":68896864,"id":691,"parentId":658,"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":1769142119839,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":365,"timestamp":68899754,"id":692,"parentId":658,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/index.js","layer":"ssr"},"startTime":1769142119841,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":877,"timestamp":68904704,"id":693,"parentId":658,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js","layer":"ssr"},"startTime":1769142119846,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":379,"timestamp":68908992,"id":694,"parentId":659,"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":1769142119851,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":489,"timestamp":68913544,"id":695,"parentId":660,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/index.js","layer":"ssr"},"startTime":1769142119855,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":342,"timestamp":68918061,"id":696,"parentId":661,"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":1769142119860,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":339,"timestamp":68922490,"id":697,"parentId":661,"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":1769142119864,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":336,"timestamp":68926545,"id":698,"parentId":661,"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":1769142119868,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":514,"timestamp":68929293,"id":699,"parentId":661,"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":1769142119871,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":333,"timestamp":68932651,"id":700,"parentId":661,"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":1769142119874,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":729,"timestamp":68937417,"id":701,"parentId":662,"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":1769142119879,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":425,"timestamp":68939036,"id":702,"parentId":662,"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":1769142119881,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":726,"timestamp":68940658,"id":703,"parentId":668,"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":1769142119882,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2050,"timestamp":68944445,"id":704,"parentId":668,"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":1769142119886,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2561,"timestamp":68944634,"id":705,"parentId":668,"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":1769142119886,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":859,"timestamp":68958402,"id":706,"parentId":662,"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":1769142119900,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":987,"timestamp":68958638,"id":707,"parentId":662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/index.js","layer":"ssr"},"startTime":1769142119900,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2575,"timestamp":68964626,"id":708,"parentId":670,"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":1769142119906,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3973,"timestamp":68964765,"id":709,"parentId":670,"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":1769142119906,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":633,"timestamp":68975316,"id":710,"parentId":662,"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":1769142119917,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":504,"timestamp":68979846,"id":711,"parentId":662,"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":1769142119922,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":867,"timestamp":68982853,"id":712,"parentId":662,"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":1769142119925,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1265,"timestamp":68988037,"id":713,"parentId":680,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.js","layer":"ssr"},"startTime":1769142119930,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4064,"timestamp":68988240,"id":714,"parentId":671,"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":1769142119930,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4277,"timestamp":68988417,"id":715,"parentId":671,"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":1769142119930,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1011,"timestamp":68996896,"id":716,"parentId":673,"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":1769142119939,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2978,"timestamp":68997058,"id":717,"parentId":673,"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":1769142119939,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":655,"timestamp":69014845,"id":718,"parentId":676,"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":1769142119957,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":587,"timestamp":69018608,"id":719,"parentId":682,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/html.js","layer":"ssr"},"startTime":1769142119960,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1143,"timestamp":69018747,"id":720,"parentId":682,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.js","layer":"ssr"},"startTime":1769142119960,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":548,"timestamp":69026027,"id":721,"parentId":685,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/html.js","layer":"ssr"},"startTime":1769142119968,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":872,"timestamp":69026158,"id":722,"parentId":685,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.js","layer":"ssr"},"startTime":1769142119968,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":702,"timestamp":69041483,"id":723,"parentId":669,"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":1769142119983,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3029,"timestamp":69042510,"id":724,"parentId":689,"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":1769142119984,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":826,"timestamp":69051425,"id":725,"parentId":692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.js","layer":"ssr"},"startTime":1769142119993,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1271,"timestamp":69052788,"id":726,"parentId":694,"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":1769142119994,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1879,"timestamp":69052916,"id":727,"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":1769142119995,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4567,"timestamp":69058473,"id":728,"parentId":696,"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":1769142120000,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4841,"timestamp":69058673,"id":729,"parentId":697,"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":1769142120000,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1672,"timestamp":69065078,"id":730,"parentId":698,"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":1769142120007,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1867,"timestamp":69070955,"id":731,"parentId":703,"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":1769142120013,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2550,"timestamp":69071165,"id":732,"parentId":699,"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":1769142120013,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":953,"timestamp":69077302,"id":733,"parentId":705,"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":1769142120019,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":975,"timestamp":69077449,"id":734,"parentId":705,"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":1769142120019,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1149,"timestamp":69077548,"id":735,"parentId":705,"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":1769142120019,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1720,"timestamp":69077641,"id":736,"parentId":700,"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":1769142120019,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":690,"timestamp":69080931,"id":737,"parentId":705,"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":1769142120023,"traceId":"09b20982e8a15d2a"}]
|
|
8
|
-
[{"name":"build-module-js","duration":700,"timestamp":69081082,"id":738,"parentId":705,"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":1769142120023,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":879,"timestamp":69082433,"id":739,"parentId":705,"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":1769142120024,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":934,"timestamp":69082561,"id":740,"parentId":705,"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":1769142120024,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":980,"timestamp":69082669,"id":741,"parentId":705,"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":1769142120024,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1710,"timestamp":69089402,"id":742,"parentId":705,"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":1769142120031,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1728,"timestamp":69089613,"id":743,"parentId":705,"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":1769142120031,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1624,"timestamp":69089937,"id":744,"parentId":705,"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":1769142120032,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1645,"timestamp":69090116,"id":745,"parentId":705,"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":1769142120032,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1745,"timestamp":69090298,"id":746,"parentId":705,"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":1769142120032,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":981,"timestamp":69093709,"id":747,"parentId":705,"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":1769142120035,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1125,"timestamp":69093833,"id":748,"parentId":705,"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":1769142120036,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":699,"timestamp":69095658,"id":749,"parentId":705,"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":1769142120037,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":726,"timestamp":69095792,"id":750,"parentId":705,"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":1769142120037,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":771,"timestamp":69095890,"id":751,"parentId":705,"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":1769142120038,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1146,"timestamp":69099369,"id":752,"parentId":705,"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":1769142120041,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1342,"timestamp":69099513,"id":753,"parentId":705,"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":1769142120041,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1439,"timestamp":69099612,"id":754,"parentId":705,"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":1769142120041,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1501,"timestamp":69099704,"id":755,"parentId":705,"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":1769142120041,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1583,"timestamp":69099796,"id":756,"parentId":705,"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":1769142120041,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1795,"timestamp":69111871,"id":757,"parentId":702,"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":1769142120054,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":531,"timestamp":69117269,"id":758,"parentId":706,"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":1769142120059,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1019,"timestamp":69119861,"id":759,"parentId":707,"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":1769142120062,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1582,"timestamp":69120022,"id":760,"parentId":707,"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":1769142120062,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2447,"timestamp":69120133,"id":761,"parentId":707,"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":1769142120062,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1324,"timestamp":69124164,"id":762,"parentId":707,"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":1769142120066,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1286,"timestamp":69124382,"id":763,"parentId":707,"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":1769142120066,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1291,"timestamp":69124557,"id":764,"parentId":707,"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":1769142120066,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1256,"timestamp":69124725,"id":765,"parentId":707,"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":1769142120066,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":946,"timestamp":69129664,"id":766,"parentId":707,"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":1769142120071,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":947,"timestamp":69129801,"id":767,"parentId":707,"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":1769142120071,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":782,"timestamp":69132310,"id":768,"parentId":707,"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":1769142120074,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":528,"timestamp":69136416,"id":769,"parentId":711,"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":1769142120078,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":734,"timestamp":69138754,"id":770,"parentId":717,"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":1769142120080,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":655,"timestamp":69140857,"id":771,"parentId":717,"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":1769142120083,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":993,"timestamp":69140987,"id":772,"parentId":712,"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":1769142120083,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":960,"timestamp":69152853,"id":773,"parentId":704,"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":1769142120095,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1059,"timestamp":69175168,"id":775,"parentId":708,"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":1769142120117,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":977,"timestamp":69177621,"id":776,"parentId":708,"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":1769142120119,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":10793,"timestamp":69172746,"id":774,"parentId":664,"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":1769142120114,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":897,"timestamp":69185926,"id":777,"parentId":664,"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":1769142120128,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":1026,"timestamp":69186162,"id":778,"parentId":667,"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":1769142120128,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1061,"timestamp":69188913,"id":779,"parentId":708,"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":1769142120131,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":410,"timestamp":69191095,"id":780,"parentId":708,"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":1769142120133,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":481,"timestamp":69195802,"id":781,"parentId":667,"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":1769142120137,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":567,"timestamp":69201686,"id":782,"parentId":664,"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":1769142120143,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":346,"timestamp":69206317,"id":783,"parentId":726,"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":1769142120148,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":948,"timestamp":69213845,"id":784,"parentId":712,"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":1769142120156,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":1933,"timestamp":69220671,"id":785,"parentId":683,"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":1769142120162,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":1417,"timestamp":69224828,"id":786,"parentId":684,"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":1769142120166,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":447,"timestamp":69228969,"id":787,"parentId":720,"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":1769142120171,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":611,"timestamp":69235032,"id":788,"parentId":720,"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":1769142120177,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":788,"timestamp":69243162,"id":789,"parentId":742,"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":1769142120185,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":495,"timestamp":69249453,"id":790,"parentId":724,"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":1769142120191,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":880,"timestamp":69259353,"id":791,"parentId":724,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/index.js","layer":"ssr"},"startTime":1769142120201,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":810,"timestamp":69269477,"id":792,"parentId":724,"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":1769142120211,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1193,"timestamp":69277733,"id":793,"parentId":724,"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":1769142120219,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1666,"timestamp":69279863,"id":794,"parentId":759,"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":1769142120222,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1868,"timestamp":69280076,"id":795,"parentId":759,"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":1769142120222,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1951,"timestamp":69280252,"id":796,"parentId":760,"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":1769142120222,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1982,"timestamp":69280412,"id":797,"parentId":761,"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":1769142120222,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":623,"timestamp":69285908,"id":798,"parentId":724,"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":1769142120228,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":512,"timestamp":69288076,"id":799,"parentId":724,"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":1769142120230,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":474,"timestamp":69296028,"id":800,"parentId":726,"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":1769142120238,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1018,"timestamp":69305556,"id":801,"parentId":766,"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":1769142120247,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1439,"timestamp":69305745,"id":802,"parentId":766,"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":1769142120247,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":854,"timestamp":69309531,"id":803,"parentId":768,"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":1769142120251,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":624,"timestamp":69311311,"id":804,"parentId":728,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js","layer":"ssr"},"startTime":1769142120253,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":588,"timestamp":69322787,"id":805,"parentId":728,"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":1769142120264,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3190,"timestamp":69326739,"id":806,"parentId":732,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.js","layer":"ssr"},"startTime":1769142120268,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4901,"timestamp":69326938,"id":807,"parentId":775,"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":1769142120269,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5744,"timestamp":69327126,"id":808,"parentId":775,"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":1769142120269,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5972,"timestamp":69327296,"id":809,"parentId":775,"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":1769142120269,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1756,"timestamp":69333785,"id":810,"parentId":775,"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":1769142120275,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1905,"timestamp":69333975,"id":811,"parentId":775,"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":1769142120276,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2386,"timestamp":69334168,"id":812,"parentId":775,"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":1769142120276,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2665,"timestamp":69341975,"id":813,"parentId":775,"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":1769142120284,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3539,"timestamp":69342200,"id":814,"parentId":775,"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":1769142120284,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4938,"timestamp":69342370,"id":815,"parentId":775,"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":1769142120284,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5524,"timestamp":69342532,"id":816,"parentId":775,"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":1769142120284,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6235,"timestamp":69342681,"id":817,"parentId":775,"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":1769142120284,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6421,"timestamp":69342830,"id":818,"parentId":775,"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":1769142120285,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1754,"timestamp":69353237,"id":819,"parentId":704,"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":1769142120295,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1776,"timestamp":69353431,"id":820,"parentId":732,"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":1769142120295,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2588,"timestamp":69353600,"id":821,"parentId":775,"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":1769142120295,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2376,"timestamp":69358116,"id":822,"parentId":775,"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":1769142120300,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3620,"timestamp":69358242,"id":823,"parentId":775,"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":1769142120300,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4809,"timestamp":69358347,"id":824,"parentId":775,"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":1769142120300,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2397,"timestamp":69367313,"id":825,"parentId":775,"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":1769142120309,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2595,"timestamp":69367529,"id":826,"parentId":775,"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":1769142120309,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2706,"timestamp":69367705,"id":827,"parentId":775,"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":1769142120309,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3466,"timestamp":69367886,"id":828,"parentId":775,"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":1769142120310,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4881,"timestamp":69368090,"id":829,"parentId":775,"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":1769142120310,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5161,"timestamp":69368268,"id":830,"parentId":775,"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":1769142120310,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":998,"timestamp":69384885,"id":831,"parentId":756,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.js","layer":"ssr"},"startTime":1769142120327,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":688,"timestamp":69404873,"id":832,"parentId":773,"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":1769142120347,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":750,"timestamp":69406783,"id":833,"parentId":790,"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":1769142120348,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2910,"timestamp":69410180,"id":834,"parentId":791,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/compile.js","layer":"ssr"},"startTime":1769142120352,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3122,"timestamp":69410315,"id":835,"parentId":791,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.js","layer":"ssr"},"startTime":1769142120352,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3248,"timestamp":69410418,"id":836,"parentId":791,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.js","layer":"ssr"},"startTime":1769142120352,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3961,"timestamp":69410520,"id":837,"parentId":791,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.js","layer":"ssr"},"startTime":1769142120352,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":522,"timestamp":69423275,"id":838,"parentId":799,"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":1769142120365,"traceId":"09b20982e8a15d2a"}]
|
|
9
|
-
[{"name":"build-module-js","duration":1486,"timestamp":69425125,"id":839,"parentId":800,"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":1769142120367,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1762,"timestamp":69430609,"id":840,"parentId":819,"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":1769142120372,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2940,"timestamp":69430800,"id":841,"parentId":819,"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":1769142120372,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3879,"timestamp":69430973,"id":842,"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":1769142120373,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1503,"timestamp":69438966,"id":843,"parentId":820,"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":1769142120381,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1772,"timestamp":69439179,"id":844,"parentId":820,"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":1769142120381,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2347,"timestamp":69490361,"id":845,"parentId":784,"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":1769142120432,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4807,"timestamp":69495797,"id":846,"parentId":798,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/character-entities@2.0.2/node_modules/character-entities/index.js","layer":"ssr"},"startTime":1769142120437,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2743,"timestamp":69519438,"id":847,"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":1769142120461,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3363,"timestamp":69519659,"id":848,"parentId":835,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.js","layer":"ssr"},"startTime":1769142120461,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5414,"timestamp":69519835,"id":849,"parentId":835,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.js","layer":"ssr"},"startTime":1769142120462,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2170,"timestamp":69528258,"id":850,"parentId":835,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.js","layer":"ssr"},"startTime":1769142120470,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3679,"timestamp":69528440,"id":851,"parentId":835,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.js","layer":"ssr"},"startTime":1769142120470,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3987,"timestamp":69528579,"id":852,"parentId":835,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.js","layer":"ssr"},"startTime":1769142120470,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4970,"timestamp":69528743,"id":853,"parentId":835,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.js","layer":"ssr"},"startTime":1769142120470,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1484,"timestamp":69535757,"id":854,"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":1769142120477,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":850,"timestamp":69541855,"id":855,"parentId":840,"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":1769142120484,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1051,"timestamp":69551413,"id":856,"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":1769142120493,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1069,"timestamp":69559313,"id":857,"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":1769142120501,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1875,"timestamp":69571623,"id":858,"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":1769142120513,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2097,"timestamp":69571830,"id":859,"parentId":843,"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":1769142120514,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2509,"timestamp":69571998,"id":860,"parentId":843,"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":1769142120514,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2764,"timestamp":69572193,"id":861,"parentId":843,"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":1769142120514,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2895,"timestamp":69572358,"id":862,"parentId":844,"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":1769142120514,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1093,"timestamp":69577793,"id":863,"parentId":844,"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":1769142120519,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1575,"timestamp":69577961,"id":864,"parentId":844,"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":1769142120520,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1784,"timestamp":69580441,"id":865,"parentId":822,"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":1769142120522,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2208,"timestamp":69580638,"id":866,"parentId":844,"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":1769142120522,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2652,"timestamp":69580804,"id":867,"parentId":844,"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":1769142120522,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3022,"timestamp":69580962,"id":868,"parentId":844,"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":1769142120523,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":852,"timestamp":69587343,"id":869,"parentId":844,"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":1769142120529,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1278,"timestamp":69587535,"id":870,"parentId":844,"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":1769142120529,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1103,"timestamp":69590301,"id":871,"parentId":844,"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":1769142120532,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1494,"timestamp":69590493,"id":872,"parentId":844,"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":1769142120532,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":937,"timestamp":69593489,"id":873,"parentId":843,"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":1769142120535,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1068,"timestamp":69593687,"id":874,"parentId":843,"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":1769142120535,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2402,"timestamp":69596032,"id":875,"parentId":843,"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":1769142120538,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2582,"timestamp":69596234,"id":876,"parentId":843,"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":1769142120538,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3251,"timestamp":69596405,"id":877,"parentId":843,"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":1769142120538,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2105,"timestamp":69601237,"id":878,"parentId":843,"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":1769142120543,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2330,"timestamp":69601429,"id":879,"parentId":843,"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":1769142120543,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1892,"timestamp":69605185,"id":880,"parentId":844,"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":1769142120547,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2495,"timestamp":69605378,"id":881,"parentId":844,"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":1769142120547,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2822,"timestamp":69605543,"id":882,"parentId":844,"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":1769142120547,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1474,"timestamp":69612048,"id":883,"parentId":844,"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":1769142120554,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1501,"timestamp":69612241,"id":884,"parentId":844,"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":1769142120554,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1228,"timestamp":69615143,"id":885,"parentId":844,"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":1769142120557,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1220,"timestamp":69615329,"id":886,"parentId":844,"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":1769142120557,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1567,"timestamp":69615497,"id":887,"parentId":844,"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":1769142120557,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":805,"timestamp":69619270,"id":888,"parentId":844,"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":1769142120561,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1488,"timestamp":69629856,"id":889,"parentId":847,"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":1769142120572,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1722,"timestamp":69646828,"id":890,"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-heading-as-setext.js","layer":"ssr"},"startTime":1769142120589,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1798,"timestamp":69647063,"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/format-code-as-indented.js","layer":"ssr"},"startTime":1769142120589,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1966,"timestamp":69647239,"id":892,"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/pattern-in-scope.js","layer":"ssr"},"startTime":1769142120589,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2016,"timestamp":69647409,"id":893,"parentId":864,"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":1769142120589,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":749,"timestamp":69651557,"id":894,"parentId":866,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js","layer":"ssr"},"startTime":1769142120593,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1099,"timestamp":69653152,"id":895,"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-emphasis.js","layer":"ssr"},"startTime":1769142120595,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1152,"timestamp":69653342,"id":896,"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-quote.js","layer":"ssr"},"startTime":1769142120595,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1386,"timestamp":69653518,"id":897,"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/encode-info.js","layer":"ssr"},"startTime":1769142120595,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1413,"timestamp":69664277,"id":898,"parentId":880,"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":1769142120606,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1544,"timestamp":69664481,"id":899,"parentId":881,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js","layer":"ssr"},"startTime":1769142120606,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1615,"timestamp":69664654,"id":900,"parentId":881,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js","layer":"ssr"},"startTime":1769142120606,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1570,"timestamp":69668338,"id":901,"parentId":842,"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":1769142120610,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1633,"timestamp":69668534,"id":902,"parentId":881,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.js","layer":"ssr"},"startTime":1769142120610,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1684,"timestamp":69668708,"id":903,"parentId":881,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js","layer":"ssr"},"startTime":1769142120610,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1731,"timestamp":69668881,"id":904,"parentId":883,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js","layer":"ssr"},"startTime":1769142120611,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":875,"timestamp":69676315,"id":905,"parentId":888,"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":1769142120618,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":904,"timestamp":69676502,"id":906,"parentId":887,"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":1769142120618,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":773,"timestamp":69679414,"id":907,"parentId":843,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js","layer":"ssr"},"startTime":1769142120621,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":738,"timestamp":69696379,"id":908,"parentId":864,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.js","layer":"ssr"},"startTime":1769142120638,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":597,"timestamp":69700783,"id":909,"parentId":885,"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":1769142120642,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":642,"timestamp":69703075,"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":1769142120645,"traceId":"09b20982e8a15d2a"},{"name":"make","duration":5230731,"timestamp":64481710,"id":22,"parentId":20,"tags":{},"startTime":1769142115423,"traceId":"09b20982e8a15d2a"},{"name":"get-entries","duration":520,"timestamp":69714177,"id":912,"parentId":911,"tags":{},"startTime":1769142120656,"traceId":"09b20982e8a15d2a"},{"name":"node-file-trace-plugin","duration":92370,"timestamp":69718155,"id":913,"parentId":911,"tags":{"traceEntryCount":"10"},"startTime":1769142120660,"traceId":"09b20982e8a15d2a"},{"name":"collect-traced-files","duration":445,"timestamp":69810539,"id":914,"parentId":911,"tags":{},"startTime":1769142120752,"traceId":"09b20982e8a15d2a"},{"name":"finish-modules","duration":97037,"timestamp":69713951,"id":911,"parentId":21,"tags":{},"startTime":1769142120656,"traceId":"09b20982e8a15d2a"},{"name":"chunk-graph","duration":22403,"timestamp":69871963,"id":916,"parentId":915,"tags":{},"startTime":1769142120814,"traceId":"09b20982e8a15d2a"},{"name":"optimize-modules","duration":46,"timestamp":69894554,"id":918,"parentId":915,"tags":{},"startTime":1769142120836,"traceId":"09b20982e8a15d2a"},{"name":"optimize-chunks","duration":18907,"timestamp":69894716,"id":919,"parentId":915,"tags":{},"startTime":1769142120836,"traceId":"09b20982e8a15d2a"},{"name":"optimize-tree","duration":121,"timestamp":69913710,"id":920,"parentId":915,"tags":{},"startTime":1769142120855,"traceId":"09b20982e8a15d2a"},{"name":"optimize-chunk-modules","duration":23983,"timestamp":69913920,"id":921,"parentId":915,"tags":{},"startTime":1769142120856,"traceId":"09b20982e8a15d2a"},{"name":"optimize","duration":43547,"timestamp":69894474,"id":917,"parentId":915,"tags":{},"startTime":1769142120836,"traceId":"09b20982e8a15d2a"},{"name":"module-hash","duration":31121,"timestamp":69962863,"id":922,"parentId":915,"tags":{},"startTime":1769142120905,"traceId":"09b20982e8a15d2a"},{"name":"code-generation","duration":553142,"timestamp":69994073,"id":923,"parentId":915,"tags":{},"startTime":1769142120936,"traceId":"09b20982e8a15d2a"},{"name":"hash","duration":8565,"timestamp":70553786,"id":924,"parentId":915,"tags":{},"startTime":1769142121495,"traceId":"09b20982e8a15d2a"},{"name":"code-generation-jobs","duration":510,"timestamp":70562348,"id":925,"parentId":915,"tags":{},"startTime":1769142121504,"traceId":"09b20982e8a15d2a"},{"name":"module-assets","duration":423,"timestamp":70562810,"id":926,"parentId":915,"tags":{},"startTime":1769142121504,"traceId":"09b20982e8a15d2a"},{"name":"create-chunk-assets","duration":7703,"timestamp":70563249,"id":927,"parentId":915,"tags":{},"startTime":1769142121505,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":133930,"timestamp":70600790,"id":930,"parentId":928,"tags":{"name":"../pages/_app.js","cache":"MISS"},"startTime":1769142121542,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":142335,"timestamp":70592456,"id":929,"parentId":928,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1769142121534,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":96670,"timestamp":70645545,"id":933,"parentId":928,"tags":{"name":"../app/settings/page.js","cache":"MISS"},"startTime":1769142121587,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":93632,"timestamp":70648621,"id":935,"parentId":928,"tags":{"name":"../pages/_document.js","cache":"MISS"},"startTime":1769142121590,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":94046,"timestamp":70648697,"id":936,"parentId":928,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1769142121590,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":102016,"timestamp":70646816,"id":934,"parentId":928,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1769142121588,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":159469,"timestamp":70601679,"id":931,"parentId":928,"tags":{"name":"../pages/_error.js","cache":"MISS"},"startTime":1769142121543,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":108701,"timestamp":70699472,"id":939,"parentId":928,"tags":{"name":"799.js","cache":"MISS"},"startTime":1769142121641,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":113314,"timestamp":70702964,"id":940,"parentId":928,"tags":{"name":"392.js","cache":"MISS"},"startTime":1769142121645,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":158551,"timestamp":70688061,"id":938,"parentId":928,"tags":{"name":"490.js","cache":"MISS"},"startTime":1769142121630,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":373489,"timestamp":70610632,"id":932,"parentId":928,"tags":{"name":"../app/project/[id]/page.js","cache":"MISS"},"startTime":1769142121552,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":359661,"timestamp":70649093,"id":937,"parentId":928,"tags":{"name":"673.js","cache":"MISS"},"startTime":1769142121591,"traceId":"09b20982e8a15d2a"}]
|
|
10
|
-
[{"name":"minify-webpack-plugin-optimize","duration":435132,"timestamp":70573646,"id":928,"parentId":20,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1769142121515,"traceId":"09b20982e8a15d2a"},{"name":"css-minimizer-plugin","duration":218,"timestamp":71009170,"id":941,"parentId":20,"tags":{},"startTime":1769142121951,"traceId":"09b20982e8a15d2a"},{"name":"create-trace-assets","duration":2090,"timestamp":71009676,"id":942,"parentId":21,"tags":{},"startTime":1769142121951,"traceId":"09b20982e8a15d2a"},{"name":"seal","duration":1181117,"timestamp":69844290,"id":915,"parentId":20,"tags":{},"startTime":1769142120786,"traceId":"09b20982e8a15d2a"},{"name":"webpack-compilation","duration":6579619,"timestamp":64461949,"id":20,"parentId":17,"tags":{"name":"server"},"startTime":1769142115404,"traceId":"09b20982e8a15d2a"},{"name":"emit","duration":16015,"timestamp":71042149,"id":943,"parentId":17,"tags":{},"startTime":1769142121984,"traceId":"09b20982e8a15d2a"},{"name":"webpack-close","duration":562301,"timestamp":71059975,"id":944,"parentId":17,"tags":{"name":"server"},"startTime":1769142122002,"traceId":"09b20982e8a15d2a"},{"name":"webpack-generate-error-stats","duration":2540,"timestamp":71622343,"id":945,"parentId":944,"tags":{},"startTime":1769142122564,"traceId":"09b20982e8a15d2a"},{"name":"run-webpack-compiler","duration":7513283,"timestamp":64111900,"id":17,"parentId":16,"tags":{},"startTime":1769142115054,"traceId":"09b20982e8a15d2a"},{"name":"format-webpack-messages","duration":84,"timestamp":71625193,"id":946,"parentId":16,"tags":{},"startTime":1769142122567,"traceId":"09b20982e8a15d2a"},{"name":"worker-main-server","duration":7513891,"timestamp":64111533,"id":16,"parentId":1,"tags":{},"startTime":1769142115053,"traceId":"09b20982e8a15d2a"},{"name":"create-entrypoints","duration":14212,"timestamp":72300185,"id":949,"parentId":947,"tags":{},"startTime":1769142123242,"traceId":"09b20982e8a15d2a"},{"name":"generate-webpack-config","duration":89573,"timestamp":72314546,"id":950,"parentId":948,"tags":{},"startTime":1769142123256,"traceId":"09b20982e8a15d2a"},{"name":"make","duration":1144,"timestamp":72502536,"id":952,"parentId":951,"tags":{},"startTime":1769142123444,"traceId":"09b20982e8a15d2a"},{"name":"chunk-graph","duration":957,"timestamp":72508070,"id":954,"parentId":953,"tags":{},"startTime":1769142123450,"traceId":"09b20982e8a15d2a"},{"name":"optimize-modules","duration":56,"timestamp":72509228,"id":956,"parentId":953,"tags":{},"startTime":1769142123451,"traceId":"09b20982e8a15d2a"},{"name":"optimize-chunks","duration":1330,"timestamp":72509432,"id":957,"parentId":953,"tags":{},"startTime":1769142123451,"traceId":"09b20982e8a15d2a"},{"name":"optimize-tree","duration":193,"timestamp":72510875,"id":958,"parentId":953,"tags":{},"startTime":1769142123453,"traceId":"09b20982e8a15d2a"},{"name":"optimize-chunk-modules","duration":776,"timestamp":72511376,"id":959,"parentId":953,"tags":{},"startTime":1769142123453,"traceId":"09b20982e8a15d2a"},{"name":"optimize","duration":3163,"timestamp":72509135,"id":955,"parentId":953,"tags":{},"startTime":1769142123451,"traceId":"09b20982e8a15d2a"},{"name":"module-hash","duration":175,"timestamp":72513986,"id":960,"parentId":953,"tags":{},"startTime":1769142123456,"traceId":"09b20982e8a15d2a"},{"name":"code-generation","duration":308,"timestamp":72514235,"id":961,"parentId":953,"tags":{},"startTime":1769142123456,"traceId":"09b20982e8a15d2a"},{"name":"hash","duration":651,"timestamp":72514937,"id":962,"parentId":953,"tags":{},"startTime":1769142123457,"traceId":"09b20982e8a15d2a"},{"name":"code-generation-jobs","duration":209,"timestamp":72515583,"id":963,"parentId":953,"tags":{},"startTime":1769142123457,"traceId":"09b20982e8a15d2a"},{"name":"module-assets","duration":124,"timestamp":72515742,"id":964,"parentId":953,"tags":{},"startTime":1769142123457,"traceId":"09b20982e8a15d2a"},{"name":"create-chunk-assets","duration":306,"timestamp":72515888,"id":965,"parentId":953,"tags":{},"startTime":1769142123458,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":1406,"timestamp":72527178,"id":967,"parentId":966,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1769142123469,"traceId":"09b20982e8a15d2a"},{"name":"minify-webpack-plugin-optimize","duration":3247,"timestamp":72525349,"id":966,"parentId":951,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1769142123467,"traceId":"09b20982e8a15d2a"},{"name":"css-minimizer-plugin","duration":147,"timestamp":72528722,"id":968,"parentId":951,"tags":{},"startTime":1769142123470,"traceId":"09b20982e8a15d2a"},{"name":"seal","duration":26029,"timestamp":72507046,"id":953,"parentId":951,"tags":{},"startTime":1769142123449,"traceId":"09b20982e8a15d2a"},{"name":"webpack-compilation","duration":41625,"timestamp":72491850,"id":951,"parentId":948,"tags":{"name":"edge-server"},"startTime":1769142123434,"traceId":"09b20982e8a15d2a"},{"name":"emit","duration":2619,"timestamp":72533842,"id":969,"parentId":948,"tags":{},"startTime":1769142123476,"traceId":"09b20982e8a15d2a"},{"name":"webpack-close","duration":13811,"timestamp":72537358,"id":970,"parentId":948,"tags":{"name":"edge-server"},"startTime":1769142123479,"traceId":"09b20982e8a15d2a"},{"name":"webpack-generate-error-stats","duration":2587,"timestamp":72551221,"id":971,"parentId":970,"tags":{},"startTime":1769142123493,"traceId":"09b20982e8a15d2a"},{"name":"run-webpack-compiler","duration":253758,"timestamp":72300179,"id":948,"parentId":947,"tags":{},"startTime":1769142123242,"traceId":"09b20982e8a15d2a"},{"name":"format-webpack-messages","duration":104,"timestamp":72553943,"id":972,"parentId":947,"tags":{},"startTime":1769142123496,"traceId":"09b20982e8a15d2a"},{"name":"worker-main-edge-server","duration":254378,"timestamp":72299804,"id":947,"parentId":1,"tags":{},"startTime":1769142123241,"traceId":"09b20982e8a15d2a"},{"name":"create-entrypoints","duration":18442,"timestamp":73237938,"id":975,"parentId":973,"tags":{},"startTime":1769142124180,"traceId":"09b20982e8a15d2a"},{"name":"generate-webpack-config","duration":98112,"timestamp":73256598,"id":976,"parentId":974,"tags":{},"startTime":1769142124198,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":10883,"timestamp":73498086,"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":1769142124440,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":1406,"timestamp":73509192,"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":1769142124451,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":523,"timestamp":73510627,"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%2Fproject%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1769142124452,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":408,"timestamp":73511179,"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%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1769142124453,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":426,"timestamp":73511614,"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":1769142124453,"traceId":"09b20982e8a15d2a"},{"name":"next-client-pages-loader","duration":246,"timestamp":73512616,"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":1769142124454,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":5472,"timestamp":73512073,"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":1769142124454,"traceId":"09b20982e8a15d2a"},{"name":"next-client-pages-loader","duration":50,"timestamp":73518400,"id":998,"parentId":997,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1769142124460,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":1652,"timestamp":73517576,"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":1769142124459,"traceId":"09b20982e8a15d2a"},{"name":"next-client-pages-loader","duration":79,"timestamp":73519405,"id":1000,"parentId":999,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1769142124461,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":1198,"timestamp":73519315,"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":1769142124461,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":16722,"timestamp":73542261,"id":1003,"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":1769142124484,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":21566,"timestamp":73539524,"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":1769142124481,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":47623,"timestamp":73542052,"id":1002,"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":1769142124484,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6597,"timestamp":73616315,"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":1769142124558,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8545,"timestamp":73633190,"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/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1769142124575,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11413,"timestamp":73632859,"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-page.js","layer":"app-pages-browser"},"startTime":1769142124575,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":13646,"timestamp":73633260,"id":1009,"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":1769142124575,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":14509,"timestamp":73635131,"id":1010,"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/app-webpack.js","layer":"app-pages-browser"},"startTime":1769142124577,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":16905,"timestamp":73635269,"id":1011,"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/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1769142124577,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":21508,"timestamp":73635564,"id":1013,"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":1769142124577,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":29257,"timestamp":73632998,"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/client-segment.js","layer":"app-pages-browser"},"startTime":1769142124575,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":28160,"timestamp":73635661,"id":1014,"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/with-router.js","layer":"pages-dir-browser"},"startTime":1769142124577,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":42141,"timestamp":73633113,"id":1007,"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":1769142124575,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":45425,"timestamp":73635449,"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/app-index.js","layer":"app-pages-browser"},"startTime":1769142124577,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3069,"timestamp":73708023,"id":1019,"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":1769142124650,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5756,"timestamp":73708439,"id":1020,"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/is-error.js","layer":"pages-dir-browser"},"startTime":1769142124650,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8553,"timestamp":73707698,"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/require-instrumentation-client.js","layer":"app-pages-browser"},"startTime":1769142124649,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":24393,"timestamp":73707485,"id":1016,"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":1769142124649,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":26282,"timestamp":73707600,"id":1017,"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":1769142124649,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":66717,"timestamp":73707332,"id":1015,"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":1769142124649,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10432,"timestamp":73861431,"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":1769142124803,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1015,"timestamp":73876972,"id":1034,"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":"pages-dir-browser"},"startTime":1769142124819,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6285,"timestamp":73876688,"id":1033,"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":1769142124818,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":18142,"timestamp":73872123,"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":1769142124814,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":18537,"timestamp":73872340,"id":1024,"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/shared/lib/router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769142124814,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":24825,"timestamp":73872247,"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":1769142124814,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":25846,"timestamp":73872498,"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":1769142124814,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":39031,"timestamp":73872594,"id":1027,"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/components/app-router.js","layer":"app-pages-browser"},"startTime":1769142124814,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":42461,"timestamp":73875850,"id":1030,"parentId":991,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"app-pages-browser"},"startTime":1769142124818,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":45462,"timestamp":73876431,"id":1032,"parentId":992,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"app-pages-browser"},"startTime":1769142124818,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":46324,"timestamp":73877052,"id":1035,"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/set-attributes-from-props.js","layer":"app-pages-browser"},"startTime":1769142124819,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":53742,"timestamp":73876156,"id":1031,"parentId":993,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"app-pages-browser"},"startTime":1769142124818,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":53712,"timestamp":73877235,"id":1037,"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/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769142124819,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":58053,"timestamp":73874497,"id":1029,"parentId":994,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"app-pages-browser"},"startTime":1769142124816,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":64020,"timestamp":73874219,"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":1769142124816,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":61583,"timestamp":73877146,"id":1036,"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":1769142124819,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":110665,"timestamp":73872425,"id":1025,"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/shared/lib/router/router.js","layer":"pages-dir-browser"},"startTime":1769142124814,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5953,"timestamp":74058329,"id":1038,"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/app-router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769142125000,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6323,"timestamp":74058487,"id":1039,"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":1769142125000,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7194,"timestamp":74058595,"id":1040,"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/handle-isr-error.js","layer":"app-pages-browser"},"startTime":1769142125000,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8273,"timestamp":74069756,"id":1041,"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/app-globals.js","layer":"app-pages-browser"},"startTime":1769142125011,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9165,"timestamp":74069889,"id":1042,"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/app-call-server.js","layer":"app-pages-browser"},"startTime":1769142125012,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4906,"timestamp":74082628,"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/app-find-source-map-url.js","layer":"app-pages-browser"},"startTime":1769142125024,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5712,"timestamp":74082764,"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/app-build-id.js","layer":"app-pages-browser"},"startTime":1769142125024,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6084,"timestamp":74082874,"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/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769142125025,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2918,"timestamp":74089381,"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/shared/lib/head-manager-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769142125031,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3444,"timestamp":74089521,"id":1047,"parentId":1007,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1769142125031,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3957,"timestamp":74093429,"id":1049,"parentId":1007,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1769142125035,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9589,"timestamp":74093318,"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/client/components/app-router-instance.js","layer":"app-pages-browser"},"startTime":1769142125035,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8749,"timestamp":74096129,"id":1050,"parentId":1007,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1769142125038,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":14885,"timestamp":74097899,"id":1051,"parentId":1007,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/use-action-queue.js","layer":"app-pages-browser"},"startTime":1769142125040,"traceId":"09b20982e8a15d2a"}]
|
|
11
|
-
[{"name":"build-module-js","duration":16157,"timestamp":74097990,"id":1052,"parentId":1007,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/bfcache.js","layer":"app-pages-browser"},"startTime":1769142125040,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":18435,"timestamp":74098074,"id":1053,"parentId":1007,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1769142125040,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11523,"timestamp":74106219,"id":1055,"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":1769142125048,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":12315,"timestamp":74106131,"id":1054,"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/search-params.browser.js","layer":"app-pages-browser"},"startTime":1769142125048,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":14092,"timestamp":74106283,"id":1056,"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/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1769142125048,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":16210,"timestamp":74106338,"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/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1769142125048,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11527,"timestamp":74132503,"id":1058,"parentId":1007,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1769142125074,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":21470,"timestamp":74132677,"id":1059,"parentId":1007,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1769142125074,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":23174,"timestamp":74134780,"id":1061,"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/error-boundary-callbacks.js","layer":"app-pages-browser"},"startTime":1769142125076,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":24306,"timestamp":74134905,"id":1062,"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":"pages-dir-browser"},"startTime":1769142125077,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":24598,"timestamp":74135024,"id":1063,"parentId":1020,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142125077,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":25274,"timestamp":74135124,"id":1064,"parentId":1016,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1769142125077,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":28366,"timestamp":74132789,"id":1060,"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":"app-pages-browser"},"startTime":1769142125074,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6670,"timestamp":74169276,"id":1065,"parentId":1016,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"app-pages-browser"},"startTime":1769142125111,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7338,"timestamp":74169519,"id":1067,"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/mitt.js","layer":"pages-dir-browser"},"startTime":1769142125111,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7901,"timestamp":74169591,"id":1068,"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/runtime-config.external.js","layer":"pages-dir-browser"},"startTime":1769142125111,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10703,"timestamp":74169435,"id":1066,"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/head-manager.js","layer":"pages-dir-browser"},"startTime":1769142125111,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11729,"timestamp":74169753,"id":1069,"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/router/utils/disable-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1769142125111,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11381,"timestamp":74171347,"id":1070,"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/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1769142125113,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":18090,"timestamp":74171825,"id":1071,"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/router/utils/disable-smooth-scroll.js","layer":"pages-dir-browser"},"startTime":1769142125113,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7876,"timestamp":74183252,"id":1072,"parentId":1007,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1769142125125,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11488,"timestamp":74183405,"id":1073,"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/utils.js","layer":"pages-dir-browser"},"startTime":1769142125125,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":662,"timestamp":74201613,"id":1086,"parentId":1019,"tags":{"layer":null},"startTime":1769142125143,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8368,"timestamp":74201488,"id":1084,"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/build/polyfills/polyfill-module.js","layer":"pages-dir-browser"},"startTime":1769142125143,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8724,"timestamp":74201540,"id":1085,"parentId":1014,"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":1769142125143,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8314,"timestamp":74202299,"id":1087,"parentId":1002,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react@19.2.3/node_modules/react/index.js","layer":"pages-dir-browser"},"startTime":1769142125144,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8305,"timestamp":74202614,"id":1091,"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":1769142125144,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3216,"timestamp":74208026,"id":1094,"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/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1769142125150,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":14913,"timestamp":74200885,"id":1076,"parentId":1016,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1769142125143,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":16625,"timestamp":74200815,"id":1075,"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/router/utils/querystring.js","layer":"pages-dir-browser"},"startTime":1769142125142,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":17378,"timestamp":74201159,"id":1079,"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/remove-base-path.js","layer":"pages-dir-browser"},"startTime":1769142125143,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":19004,"timestamp":74201072,"id":1078,"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/route-announcer.js","layer":"pages-dir-browser"},"startTime":1769142125143,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":19960,"timestamp":74201218,"id":1080,"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":1769142125143,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":20703,"timestamp":74201295,"id":1081,"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/has-base-path.js","layer":"pages-dir-browser"},"startTime":1769142125143,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":23313,"timestamp":74200979,"id":1077,"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/page-loader.js","layer":"pages-dir-browser"},"startTime":1769142125143,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":23829,"timestamp":74201352,"id":1082,"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":1769142125143,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":24236,"timestamp":74201422,"id":1083,"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/image-config-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769142125143,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":23930,"timestamp":74202443,"id":1089,"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":1769142125144,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1333,"timestamp":74246909,"id":1096,"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/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1769142125189,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1669,"timestamp":74247169,"id":1099,"parentId":1015,"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":1769142125189,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4955,"timestamp":74247293,"id":1101,"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/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1769142125189,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5487,"timestamp":74247341,"id":1102,"parentId":1007,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1769142125189,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":12741,"timestamp":74246624,"id":1095,"parentId":1041,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769142125188,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":60173,"timestamp":74200703,"id":1074,"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/router/utils/is-dynamic.js","layer":"pages-dir-browser"},"startTime":1769142125142,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":59775,"timestamp":74202534,"id":1090,"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/router/adapters.js","layer":"pages-dir-browser"},"startTime":1769142125144,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":60377,"timestamp":74202363,"id":1088,"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/hooks-client-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769142125144,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":17257,"timestamp":74247090,"id":1098,"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/is-next-router-error.js","layer":"pages-dir-browser"},"startTime":1769142125189,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":18049,"timestamp":74247221,"id":1100,"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/portal/index.js","layer":"pages-dir-browser"},"startTime":1769142125189,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":18892,"timestamp":74247377,"id":1103,"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/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1769142125189,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":26892,"timestamp":74246973,"id":1097,"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/script.js","layer":"pages-dir-browser"},"startTime":1769142125189,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5295,"timestamp":74276633,"id":1104,"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":1769142125218,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8101,"timestamp":74286668,"id":1107,"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/tracing/tracer.js","layer":"pages-dir-browser"},"startTime":1769142125228,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8647,"timestamp":74286841,"id":1109,"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":1769142125229,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9117,"timestamp":74287031,"id":1111,"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":1769142125229,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":12080,"timestamp":74286765,"id":1108,"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":1769142125228,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":15115,"timestamp":74286931,"id":1110,"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":1769142125229,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":15810,"timestamp":74287118,"id":1112,"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":1769142125229,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":13114,"timestamp":74290653,"id":1113,"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":1769142125232,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":26117,"timestamp":74290861,"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/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1769142125233,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":28475,"timestamp":74290757,"id":1114,"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":1769142125232,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":29127,"timestamp":74290950,"id":1116,"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":1769142125233,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":29944,"timestamp":74291050,"id":1117,"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":1769142125233,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":30560,"timestamp":74291149,"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/components/nav-failure-handler.js","layer":"app-pages-browser"},"startTime":1769142125233,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":31317,"timestamp":74291257,"id":1119,"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":1769142125233,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2258,"timestamp":74326676,"id":1122,"parentId":1002,"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":1769142125268,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5618,"timestamp":74326255,"id":1120,"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/lib/is-error.js","layer":"app-pages-browser"},"startTime":1769142125268,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4802,"timestamp":74327439,"id":1123,"parentId":1012,"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":1769142125269,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6493,"timestamp":74328162,"id":1124,"parentId":1071,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142125270,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9244,"timestamp":74326549,"id":1121,"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/set-attributes-from-props.js","layer":"pages-dir-browser"},"startTime":1769142125268,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4628,"timestamp":74336524,"id":1126,"parentId":1015,"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":1769142125278,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":64900,"timestamp":74336307,"id":1125,"parentId":1008,"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":1769142125278,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":67701,"timestamp":74336579,"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":1769142125278,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":73898,"timestamp":74339770,"id":1132,"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/client/components/http-access-fallback/http-access-fallback.js","layer":"pages-dir-browser"},"startTime":1769142125281,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":74310,"timestamp":74339846,"id":1133,"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":1769142125282,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":75755,"timestamp":74339689,"id":1131,"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/client/components/redirect-error.js","layer":"pages-dir-browser"},"startTime":1769142125281,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":81414,"timestamp":74336687,"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":1769142125278,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9052,"timestamp":74409632,"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/client/detect-domain-locale.js","layer":"pages-dir-browser"},"startTime":1769142125351,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9485,"timestamp":74409744,"id":1141,"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":1769142125351,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10023,"timestamp":74409691,"id":1140,"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":1769142125351,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":21605,"timestamp":74409500,"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":1769142125351,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11444,"timestamp":74422048,"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/components/errors/root-error-boundary.js","layer":"app-pages-browser"},"startTime":1769142125364,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4686,"timestamp":74446165,"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/client/add-locale.js","layer":"pages-dir-browser"},"startTime":1769142125388,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8459,"timestamp":74446103,"id":1146,"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":1769142125388,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8862,"timestamp":74446218,"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/parse-path.js","layer":"pages-dir-browser"},"startTime":1769142125388,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9279,"timestamp":74446263,"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/page-path/denormalize-page-path.js","layer":"pages-dir-browser"},"startTime":1769142125388,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":13537,"timestamp":74445971,"id":1145,"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":1769142125388,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9298,"timestamp":74450968,"id":1150,"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/is-plain-object.js","layer":"app-pages-browser"},"startTime":1769142125393,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9999,"timestamp":74451076,"id":1151,"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":1769142125393,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":28517,"timestamp":74451357,"id":1154,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/input.tsx","layer":"app-pages-browser"},"startTime":1769142125393,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":30027,"timestamp":74451135,"id":1152,"parentId":1032,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/Header.tsx","layer":"app-pages-browser"},"startTime":1769142125393,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":30787,"timestamp":74451254,"id":1153,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/button.tsx","layer":"app-pages-browser"},"startTime":1769142125393,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":216309,"timestamp":74285894,"id":1105,"parentId":1032,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769142125228,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5800,"timestamp":74971451,"id":1156,"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":1769142125913,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6669,"timestamp":74971575,"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":1769142125913,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":601,"timestamp":74980867,"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/lib/is-api-route.js","layer":"pages-dir-browser"},"startTime":1769142125923,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9148,"timestamp":74980954,"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/constants.js","layer":"pages-dir-browser"},"startTime":1769142125923,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":22973,"timestamp":74971644,"id":1158,"parentId":1032,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/workspace/WorkspaceLayout.tsx","layer":"app-pages-browser"},"startTime":1769142125913,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":28957,"timestamp":74981029,"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/get-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1769142125923,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":32171,"timestamp":74980759,"id":1159,"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":1769142125922,"traceId":"09b20982e8a15d2a"},{"name":"font-loader","duration":646388,"timestamp":74377079,"id":1135,"parentId":1134,"tags":{},"startTime":1769142125319,"traceId":"09b20982e8a15d2a"},{"name":"postcss","duration":1564,"timestamp":75023740,"id":1163,"parentId":1134,"tags":{},"startTime":1769142125965,"traceId":"09b20982e8a15d2a"}]
|
|
12
|
-
[{"name":"next-font-loader","duration":684429,"timestamp":74341388,"id":1134,"parentId":1129,"tags":{},"startTime":1769142125283,"traceId":"09b20982e8a15d2a"},{"name":"css-loader","duration":34362,"timestamp":75025479,"id":1164,"parentId":1129,"tags":{"astUsed":"true"},"startTime":1769142125967,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":723970,"timestamp":74336791,"id":1129,"parentId":1092,"tags":{"name":"/home/runner/work/ClaudeShip/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":1769142125278,"traceId":"09b20982e8a15d2a"},{"name":"postcss-process","duration":656311,"timestamp":74760643,"id":1155,"parentId":1144,"tags":{},"startTime":1769142125702,"traceId":"09b20982e8a15d2a"},{"name":"postcss-loader","duration":993760,"timestamp":74423327,"id":1144,"parentId":1143,"tags":{},"startTime":1769142125365,"traceId":"09b20982e8a15d2a"},{"name":"css-loader","duration":19276,"timestamp":75417175,"id":1165,"parentId":1143,"tags":{"astUsed":"true"},"startTime":1769142126359,"traceId":"09b20982e8a15d2a"},{"name":"font-loader","duration":1053195,"timestamp":74396158,"id":1137,"parentId":1136,"tags":{},"startTime":1769142125338,"traceId":"09b20982e8a15d2a"},{"name":"postcss","duration":805,"timestamp":75449414,"id":1166,"parentId":1136,"tags":{},"startTime":1769142126391,"traceId":"09b20982e8a15d2a"},{"name":"next-font-loader","duration":1054174,"timestamp":74396121,"id":1136,"parentId":1130,"tags":{},"startTime":1769142125338,"traceId":"09b20982e8a15d2a"},{"name":"css-loader","duration":2621,"timestamp":75450262,"id":1167,"parentId":1130,"tags":{"astUsed":"true"},"startTime":1769142126392,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":1114016,"timestamp":74339598,"id":1130,"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/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":1769142125281,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4466,"timestamp":75465226,"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/router/utils/format-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1769142126407,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3987,"timestamp":75472919,"id":1171,"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":1769142126415,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5017,"timestamp":75472854,"id":1170,"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":1769142126415,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5917,"timestamp":75472746,"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/shared/lib/router/utils/is-local-url.js","layer":"pages-dir-browser"},"startTime":1769142126414,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9604,"timestamp":75472969,"id":1172,"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":1769142126415,"traceId":"09b20982e8a15d2a"},{"name":"build-module-ts","duration":11836,"timestamp":75473095,"id":1174,"parentId":1032,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useProjectStore.ts","layer":"app-pages-browser"},"startTime":1769142126415,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":16218,"timestamp":75473043,"id":1173,"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":1769142126415,"traceId":"09b20982e8a15d2a"},{"name":"build-module-ts","duration":17545,"timestamp":75473211,"id":1175,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/api.ts","layer":"app-pages-browser"},"startTime":1769142126415,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":18110,"timestamp":75473339,"id":1176,"parentId":1029,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectList.tsx","layer":"app-pages-browser"},"startTime":1769142126415,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":22960,"timestamp":75473535,"id":1178,"parentId":1048,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142126415,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":25464,"timestamp":75473434,"id":1177,"parentId":1029,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectModal.tsx","layer":"app-pages-browser"},"startTime":1769142126415,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":28214,"timestamp":75478985,"id":1179,"parentId":1048,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142126421,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":29297,"timestamp":75479216,"id":1181,"parentId":1048,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142126421,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":30492,"timestamp":75479312,"id":1182,"parentId":1048,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142126421,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":33483,"timestamp":75479125,"id":1180,"parentId":1050,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142126421,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5019,"timestamp":75540964,"id":1184,"parentId":1054,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769142126483,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7682,"timestamp":75541088,"id":1185,"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/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"app-pages-browser"},"startTime":1769142126483,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8943,"timestamp":75540799,"id":1183,"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/client/request/params.browser.prod.js","layer":"app-pages-browser"},"startTime":1769142126482,"traceId":"09b20982e8a15d2a"},{"name":"build-module-ts","duration":9700,"timestamp":75541279,"id":1187,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/index.ts","layer":"app-pages-browser"},"startTime":1769142126483,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":15180,"timestamp":75541460,"id":1188,"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/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1769142126483,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":16883,"timestamp":75541545,"id":1189,"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/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"app-pages-browser"},"startTime":1769142126483,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":33244,"timestamp":75541179,"id":1186,"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/components/router-reducer/prefetch-cache-utils.js","layer":"app-pages-browser"},"startTime":1769142126483,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":29752,"timestamp":75546188,"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/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1769142126488,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6361,"timestamp":75584191,"id":1191,"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/route-params.js","layer":"app-pages-browser"},"startTime":1769142126526,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3794,"timestamp":75591114,"id":1192,"parentId":1061,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"app-pages-browser"},"startTime":1769142126533,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4207,"timestamp":75591260,"id":1193,"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/client/react-client-callbacks/report-global-error.js","layer":"pages-dir-browser"},"startTime":1769142126533,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6161,"timestamp":75591338,"id":1194,"parentId":1059,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1769142126533,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7004,"timestamp":75591421,"id":1195,"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/components/router-reducer/set-cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1769142126533,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7205,"timestamp":75591511,"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/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1769142126533,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9408,"timestamp":75591591,"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/shared/lib/router/utils/interception-routes.js","layer":"app-pages-browser"},"startTime":1769142126533,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":12863,"timestamp":75591669,"id":1198,"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/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-browser"},"startTime":1769142126533,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":15033,"timestamp":75595591,"id":1199,"parentId":1061,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1769142126537,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":15530,"timestamp":75595740,"id":1200,"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/lazy-dynamic/bailout-to-csr.js","layer":"pages-dir-browser"},"startTime":1769142126537,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":15900,"timestamp":75595928,"id":1202,"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/image-config.js","layer":"pages-dir-browser"},"startTime":1769142126538,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":19131,"timestamp":75595847,"id":1201,"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/constants.js","layer":"pages-dir-browser"},"startTime":1769142126538,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3511,"timestamp":75619227,"id":1204,"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/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1769142126561,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3995,"timestamp":75619088,"id":1203,"parentId":1081,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142126561,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":470,"timestamp":75623783,"id":1207,"parentId":1091,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1769142126565,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3071,"timestamp":75623726,"id":1206,"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/get-asset-path-from-route.js","layer":"pages-dir-browser"},"startTime":1769142126565,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3884,"timestamp":75623640,"id":1205,"parentId":1198,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-browser"},"startTime":1769142126565,"traceId":"09b20982e8a15d2a"},{"name":"add-entry","duration":2174048,"timestamp":73453922,"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":1769142124396,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5258,"timestamp":75627702,"id":1208,"parentId":1101,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react/cjs/react.production.js","layer":"app-pages-browser"},"startTime":1769142126569,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":20530,"timestamp":75627813,"id":1210,"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-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js","layer":"app-pages-browser"},"startTime":1769142126569,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":29025,"timestamp":75627749,"id":1209,"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/dist/client/request-idle-callback.js","layer":"pages-dir-browser"},"startTime":1769142126569,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5954,"timestamp":75651436,"id":1211,"parentId":1204,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142126593,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":165973,"timestamp":75663168,"id":1223,"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-dom/cjs/react-dom-client.production.js","layer":"app-pages-browser"},"startTime":1769142126605,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":167930,"timestamp":75663218,"id":1224,"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-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1769142126605,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":171249,"timestamp":75661121,"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/page-path/ensure-leading-slash.js","layer":"pages-dir-browser"},"startTime":1769142126603,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":171443,"timestamp":75661217,"id":1214,"parentId":1090,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142126603,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":173697,"timestamp":75660961,"id":1212,"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/segment.js","layer":"pages-dir-browser"},"startTime":1769142126603,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":181509,"timestamp":75662485,"id":1216,"parentId":1112,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769142126604,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":181735,"timestamp":75662653,"id":1218,"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/amp-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769142126604,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":182026,"timestamp":75662719,"id":1219,"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/amp-mode.js","layer":"pages-dir-browser"},"startTime":1769142126604,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":182370,"timestamp":75662790,"id":1220,"parentId":1112,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142126604,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":183328,"timestamp":75662582,"id":1217,"parentId":1113,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769142126604,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":184709,"timestamp":75662388,"id":1215,"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/side-effect.js","layer":"pages-dir-browser"},"startTime":1769142126604,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":184627,"timestamp":75662867,"id":1221,"parentId":1113,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142126605,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":522,"timestamp":75849573,"id":1226,"parentId":1085,"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":1769142126791,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4512,"timestamp":75853134,"id":1227,"parentId":1087,"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":1769142126795,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2359,"timestamp":75865828,"id":1231,"parentId":1115,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142126807,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2976,"timestamp":75865737,"id":1230,"parentId":1131,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-status-code.js","layer":"pages-dir-browser"},"startTime":1769142126807,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":122296,"timestamp":75868805,"id":1234,"parentId":1099,"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":1769142126810,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":126722,"timestamp":75865650,"id":1229,"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/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1769142126807,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":127395,"timestamp":75865894,"id":1232,"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/router/utils/html-bots.js","layer":"pages-dir-browser"},"startTime":1769142126808,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":129248,"timestamp":75865937,"id":1233,"parentId":1090,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142126808,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":129992,"timestamp":75865539,"id":1228,"parentId":1216,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1769142126807,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4633,"timestamp":75996258,"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":1769142126938,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5737,"timestamp":75996102,"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/shared/lib/router/utils/route-match-utils.js","layer":"pages-dir-browser"},"startTime":1769142126938,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":617,"timestamp":76002610,"id":1238,"parentId":1097,"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":1769142126944,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6197,"timestamp":76002476,"id":1237,"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/components/errors/graceful-degrade-boundary.js","layer":"app-pages-browser"},"startTime":1769142126944,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4739,"timestamp":76005514,"id":1239,"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/page-path/normalize-path-sep.js","layer":"pages-dir-browser"},"startTime":1769142126947,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5127,"timestamp":76005632,"id":1240,"parentId":1145,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"pages-dir-browser"},"startTime":1769142126947,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":5386,"timestamp":76005814,"id":1242,"parentId":1152,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/LanguageSwitcher.tsx","layer":"app-pages-browser"},"startTime":1769142126947,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7144,"timestamp":76005725,"id":1241,"parentId":1145,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js","layer":"pages-dir-browser"},"startTime":1769142126947,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6616,"timestamp":76009325,"id":1243,"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":1769142126951,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":2244,"timestamp":76021615,"id":1244,"parentId":1176,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectCard.tsx","layer":"app-pages-browser"},"startTime":1769142126963,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":6122,"timestamp":76025136,"id":1245,"parentId":1176,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectCard.tsx","layer":"app-pages-browser"},"startTime":1769142126967,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":4226,"timestamp":76027755,"id":1246,"parentId":1177,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/dialog.tsx","layer":"app-pages-browser"},"startTime":1769142126969,"traceId":"09b20982e8a15d2a"},{"name":"build-module-css","duration":1609998,"timestamp":74422154,"id":1143,"parentId":1106,"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":1769142125364,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":926,"timestamp":76039323,"id":1247,"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/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1769142126981,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":1849448,"timestamp":74203431,"id":1092,"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":1769142125145,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":1846190,"timestamp":74207760,"id":1093,"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":1769142125149,"traceId":"09b20982e8a15d2a"},{"name":"build-module-css","duration":1775134,"timestamp":74286139,"id":1106,"parentId":991,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/globals.css","layer":"app-pages-browser"},"startTime":1769142125228,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":21683,"timestamp":76040991,"id":1248,"parentId":1168,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142126983,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":21947,"timestamp":76041138,"id":1249,"parentId":1168,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142126983,"traceId":"09b20982e8a15d2a"},{"name":"build-module-ts","duration":22289,"timestamp":76041225,"id":1250,"parentId":1154,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/utils.ts","layer":"app-pages-browser"},"startTime":1769142126983,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":23172,"timestamp":76041414,"id":1251,"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":1769142126983,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":27389,"timestamp":76041576,"id":1253,"parentId":1181,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1769142126983,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":28087,"timestamp":76041657,"id":1254,"parentId":1181,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1769142126983,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":31314,"timestamp":76041500,"id":1252,"parentId":1181,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1769142126983,"traceId":"09b20982e8a15d2a"}]
|
|
13
|
-
[{"name":"build-module-js","duration":5945,"timestamp":76076494,"id":1255,"parentId":1181,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1769142127018,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":149,"timestamp":76083998,"id":1256,"parentId":1092,"tags":{},"startTime":1769142127026,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":24,"timestamp":76084159,"id":1257,"parentId":1093,"tags":{},"startTime":1769142127026,"traceId":"09b20982e8a15d2a"},{"name":"build-module","duration":37,"timestamp":76084191,"id":1258,"parentId":1106,"tags":{},"startTime":1769142127026,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3162,"timestamp":76084240,"id":1259,"parentId":1181,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1769142127026,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9696,"timestamp":76084339,"id":1260,"parentId":1181,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1769142127026,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":436525,"timestamp":75662932,"id":1222,"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/api/image.js","layer":"app-pages-browser"},"startTime":1769142126605,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11745,"timestamp":76088351,"id":1262,"parentId":1180,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142127030,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":12663,"timestamp":76088264,"id":1261,"parentId":1180,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142127030,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":12963,"timestamp":76088418,"id":1263,"parentId":1180,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142127030,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":13409,"timestamp":76088531,"id":1265,"parentId":1180,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142127030,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":13913,"timestamp":76088473,"id":1264,"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":1769142127030,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":14791,"timestamp":76088588,"id":1266,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ChatPanel.tsx","layer":"app-pages-browser"},"startTime":1769142127030,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":18735,"timestamp":76088696,"id":1267,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/PreviewPanel.tsx","layer":"app-pages-browser"},"startTime":1769142127030,"traceId":"09b20982e8a15d2a"},{"name":"build-module-json","duration":1595,"timestamp":76127799,"id":1275,"parentId":1187,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/en.json","layer":"app-pages-browser"},"startTime":1769142127069,"traceId":"09b20982e8a15d2a"},{"name":"build-module-json","duration":938,"timestamp":76128617,"id":1276,"parentId":1187,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/ko.json","layer":"app-pages-browser"},"startTime":1769142127070,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8611,"timestamp":76127713,"id":1274,"parentId":1189,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142127069,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":46374,"timestamp":76136808,"id":1277,"parentId":1244,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/card.tsx","layer":"app-pages-browser"},"startTime":1769142127078,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":53302,"timestamp":76137433,"id":1281,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileViewer.tsx","layer":"app-pages-browser"},"startTime":1769142127079,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":55447,"timestamp":76137258,"id":1280,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileExplorer.tsx","layer":"app-pages-browser"},"startTime":1769142127079,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":63591,"timestamp":76137601,"id":1282,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/database/DatabasePanel.tsx","layer":"app-pages-browser"},"startTime":1769142127079,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":66069,"timestamp":76137763,"id":1283,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/testing/TestRunner.tsx","layer":"app-pages-browser"},"startTime":1769142127079,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":83763,"timestamp":76137944,"id":1284,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/checkpoint/CheckpointPanel.tsx","layer":"app-pages-browser"},"startTime":1769142127080,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":95161,"timestamp":76127075,"id":1268,"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":1769142127069,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":86310,"timestamp":76138139,"id":1285,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/env/EnvPanel.tsx","layer":"app-pages-browser"},"startTime":1769142127080,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":97396,"timestamp":76127349,"id":1270,"parentId":1152,"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":1769142127069,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":110993,"timestamp":76127539,"id":1272,"parentId":1244,"tags":{"name":"__barrel_optimize__?names=Plus,Sparkles!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769142127069,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":111751,"timestamp":76127248,"id":1269,"parentId":1032,"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":1769142127069,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":112260,"timestamp":76127451,"id":1271,"parentId":1158,"tags":{"name":"__barrel_optimize__?names=Database,Eye,FlaskConical,FolderTree,GitBranch,Settings2,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769142127069,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":112451,"timestamp":76127622,"id":1273,"parentId":1245,"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":1769142127069,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":406695,"timestamp":75849405,"id":1225,"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/client/app-dir/link.js","layer":"app-pages-browser"},"startTime":1769142126791,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":120031,"timestamp":76137056,"id":1278,"parentId":1266,"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":1769142127079,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":120416,"timestamp":76137163,"id":1279,"parentId":1267,"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":1769142127079,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3655,"timestamp":76267112,"id":1286,"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/router/utils/cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1769142127209,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":4478,"timestamp":76267400,"id":1288,"parentId":1266,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageList.tsx","layer":"app-pages-browser"},"startTime":1769142127209,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":11715,"timestamp":76267274,"id":1287,"parentId":1266,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageInput.tsx","layer":"app-pages-browser"},"startTime":1769142127209,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":12630,"timestamp":76267567,"id":1289,"parentId":1267,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ErrorOverlay.tsx","layer":"app-pages-browser"},"startTime":1769142127209,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":16201,"timestamp":76267949,"id":1291,"parentId":1201,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-browser"},"startTime":1769142127210,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":18722,"timestamp":76267759,"id":1290,"parentId":1267,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ConsoleViewer.tsx","layer":"app-pages-browser"},"startTime":1769142127209,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":18078,"timestamp":76272869,"id":1292,"parentId":1281,"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":1769142127215,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":18233,"timestamp":76272986,"id":1293,"parentId":1280,"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":1769142127215,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4618,"timestamp":76288643,"id":1294,"parentId":1282,"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":1769142127230,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1852,"timestamp":76308632,"id":1303,"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/lib/route-pattern-normalizer.js","layer":"pages-dir-browser"},"startTime":1769142127250,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3207,"timestamp":76308663,"id":1304,"parentId":1238,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-dom@19.2.3_react@19.2.3/node_modules/react-dom/cjs/react-dom.production.js","layer":"pages-dir-browser"},"startTime":1769142127250,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":16387,"timestamp":76308684,"id":1305,"parentId":1153,"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":1769142127250,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":18918,"timestamp":76308144,"id":1296,"parentId":1191,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142127250,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":20403,"timestamp":76308269,"id":1298,"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/format-url.js","layer":"app-pages-browser"},"startTime":1769142127250,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":22905,"timestamp":76308212,"id":1297,"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/utils.js","layer":"app-pages-browser"},"startTime":1769142127250,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":23459,"timestamp":76308329,"id":1299,"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/is-local-url.js","layer":"app-pages-browser"},"startTime":1769142127250,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":25041,"timestamp":76308579,"id":1302,"parentId":1233,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142127250,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":9760,"timestamp":76334810,"id":1306,"parentId":1187,"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":1769142127276,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":9963,"timestamp":76334999,"id":1307,"parentId":1174,"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":1769142127277,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":12420,"timestamp":76335342,"id":1311,"parentId":1223,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1769142127277,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":40418,"timestamp":76307997,"id":1295,"parentId":1283,"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":1769142127250,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":40369,"timestamp":76308433,"id":1300,"parentId":1284,"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":1769142127250,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":40680,"timestamp":76308518,"id":1301,"parentId":1285,"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":1769142127250,"traceId":"09b20982e8a15d2a"},{"name":"build-module-ts","duration":14315,"timestamp":76335653,"id":1314,"parentId":1177,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/index.ts","layer":"app-pages-browser"},"startTime":1769142127277,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":16242,"timestamp":76335444,"id":1312,"parentId":1288,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageItem.tsx","layer":"app-pages-browser"},"startTime":1769142127277,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":19992,"timestamp":76335546,"id":1313,"parentId":1288,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/StreamingMessage.tsx","layer":"app-pages-browser"},"startTime":1769142127277,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":24303,"timestamp":76335139,"id":1308,"parentId":1287,"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":1769142127277,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":24556,"timestamp":76335205,"id":1309,"parentId":1289,"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":1769142127277,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":25545,"timestamp":76335284,"id":1310,"parentId":1290,"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":1769142127277,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":982,"timestamp":76381456,"id":1324,"parentId":1234,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/index.js","layer":"pages-dir-browser"},"startTime":1769142127323,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10570,"timestamp":76381901,"id":1329,"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/compiled/path-to-regexp/index.js","layer":"pages-dir-browser"},"startTime":1769142127324,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":19716,"timestamp":76380102,"id":1315,"parentId":1287,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ModeToggle.tsx","layer":"app-pages-browser"},"startTime":1769142127322,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":20420,"timestamp":76380364,"id":1316,"parentId":1287,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/FilePreview.tsx","layer":"app-pages-browser"},"startTime":1769142127322,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":21234,"timestamp":76380574,"id":1317,"parentId":1287,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/QueuePreview.tsx","layer":"app-pages-browser"},"startTime":1769142127322,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":22533,"timestamp":76380782,"id":1318,"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/apply-router-state-patch-to-tree.js","layer":"app-pages-browser"},"startTime":1769142127322,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":23155,"timestamp":76380892,"id":1319,"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/is-navigating-to-new-root-layout.js","layer":"app-pages-browser"},"startTime":1769142127323,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":23933,"timestamp":76381148,"id":1321,"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/handle-mutable.js","layer":"app-pages-browser"},"startTime":1769142127323,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":24697,"timestamp":76381250,"id":1322,"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/invalidate-cache-below-flight-segmentpath.js","layer":"app-pages-browser"},"startTime":1769142127323,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":25302,"timestamp":76381350,"id":1323,"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/should-hard-navigate.js","layer":"app-pages-browser"},"startTime":1769142127323,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":26180,"timestamp":76381511,"id":1325,"parentId":1298,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142127323,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":27136,"timestamp":76381605,"id":1326,"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/clear-cache-node-data-for-segment-path.js","layer":"app-pages-browser"},"startTime":1769142127323,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":28662,"timestamp":76381809,"id":1328,"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":1769142127323,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":14471,"timestamp":76396416,"id":1330,"parentId":1260,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1769142127338,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":23130,"timestamp":76396553,"id":1331,"parentId":1260,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142127338,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":23746,"timestamp":76396653,"id":1332,"parentId":1222,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142127338,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":24327,"timestamp":76396740,"id":1333,"parentId":1261,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142127338,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":24980,"timestamp":76396834,"id":1334,"parentId":1261,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142127339,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":28009,"timestamp":76396930,"id":1335,"parentId":1261,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142127339,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":28662,"timestamp":76397170,"id":1337,"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/client/use-merged-ref.js","layer":"app-pages-browser"},"startTime":1769142127339,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":30192,"timestamp":76397074,"id":1336,"parentId":1274,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142127339,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":30359,"timestamp":76397266,"id":1338,"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/utils/error-once.js","layer":"app-pages-browser"},"startTime":1769142127339,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":47910,"timestamp":76381718,"id":1327,"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/aliased-prefetch-navigations.js","layer":"app-pages-browser"},"startTime":1769142127323,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":54707,"timestamp":76380994,"id":1320,"parentId":1254,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1769142127323,"traceId":"09b20982e8a15d2a"},{"name":"build-module-ts","duration":43007,"timestamp":76397356,"id":1339,"parentId":1266,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useChatStore.ts","layer":"app-pages-browser"},"startTime":1769142127339,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":28197,"timestamp":76414546,"id":1341,"parentId":1286,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142127356,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":28818,"timestamp":76414606,"id":1342,"parentId":1261,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142127356,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":28814,"timestamp":76414923,"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/check.js","layer":"app-pages-browser"},"startTime":1769142127357,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":29449,"timestamp":76414668,"id":1343,"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/circle-alert.js","layer":"app-pages-browser"},"startTime":1769142127356,"traceId":"09b20982e8a15d2a"},{"name":"build-module-ts","duration":30685,"timestamp":76414394,"id":1340,"parentId":1267,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/usePreviewStore.ts","layer":"app-pages-browser"},"startTime":1769142127356,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":30311,"timestamp":76415045,"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/folder-open.js","layer":"app-pages-browser"},"startTime":1769142127357,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":30679,"timestamp":76414974,"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/database.js","layer":"app-pages-browser"},"startTime":1769142127357,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":30804,"timestamp":76415104,"id":1349,"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/loader-circle.js","layer":"app-pages-browser"},"startTime":1769142127357,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":31009,"timestamp":76415202,"id":1351,"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/arrow-left.js","layer":"app-pages-browser"},"startTime":1769142127357,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":31340,"timestamp":76415154,"id":1350,"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/refresh-cw.js","layer":"app-pages-browser"},"startTime":1769142127357,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":31522,"timestamp":76415259,"id":1352,"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/settings.js","layer":"app-pages-browser"},"startTime":1769142127357,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":31767,"timestamp":76415307,"id":1353,"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/plus.js","layer":"app-pages-browser"},"startTime":1769142127357,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":42268,"timestamp":76414728,"id":1344,"parentId":1312,"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":1769142127356,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":42523,"timestamp":76414784,"id":1345,"parentId":1313,"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":1769142127356,"traceId":"09b20982e8a15d2a"}]
|
|
14
|
-
[{"name":"build-module-js","duration":5319,"timestamp":76452393,"id":1355,"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/eye.js","layer":"app-pages-browser"},"startTime":1769142127394,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5678,"timestamp":76452268,"id":1354,"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/sparkles.js","layer":"app-pages-browser"},"startTime":1769142127394,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":7568,"timestamp":76452457,"id":1356,"parentId":1312,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MarkdownRenderer.tsx","layer":"app-pages-browser"},"startTime":1769142127394,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":10783,"timestamp":76463662,"id":1357,"parentId":1313,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/AskUserQuestionBlock.tsx","layer":"app-pages-browser"},"startTime":1769142127405,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10907,"timestamp":76463805,"id":1358,"parentId":1315,"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":1769142127405,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11083,"timestamp":76463878,"id":1359,"parentId":1316,"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":1769142127406,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11377,"timestamp":76463933,"id":1360,"parentId":1317,"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":1769142127406,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6086,"timestamp":76479459,"id":1362,"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/folder-tree.js","layer":"app-pages-browser"},"startTime":1769142127421,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6817,"timestamp":76479325,"id":1361,"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/flask-conical.js","layer":"app-pages-browser"},"startTime":1769142127421,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5729,"timestamp":76486548,"id":1364,"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/x.js","layer":"app-pages-browser"},"startTime":1769142127428,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6221,"timestamp":76486428,"id":1363,"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/settings-2.js","layer":"app-pages-browser"},"startTime":1769142127428,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6268,"timestamp":76486729,"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/globe.js","layer":"app-pages-browser"},"startTime":1769142127428,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6769,"timestamp":76486636,"id":1365,"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/git-branch.js","layer":"app-pages-browser"},"startTime":1769142127428,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6968,"timestamp":76486834,"id":1367,"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/smartphone.js","layer":"app-pages-browser"},"startTime":1769142127429,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7472,"timestamp":76487057,"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/trash-2.js","layer":"app-pages-browser"},"startTime":1769142127429,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8508,"timestamp":76486935,"id":1368,"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/server.js","layer":"app-pages-browser"},"startTime":1769142127429,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7074,"timestamp":76488600,"id":1370,"parentId":1279,"tags":{"name":"/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":1769142127430,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7095,"timestamp":76488851,"id":1372,"parentId":1279,"tags":{"name":"/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":1769142127431,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7116,"timestamp":76489084,"id":1374,"parentId":1278,"tags":{"name":"/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":1769142127431,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7457,"timestamp":76488959,"id":1373,"parentId":1279,"tags":{"name":"/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":1769142127431,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7411,"timestamp":76489199,"id":1375,"parentId":1279,"tags":{"name":"/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":1769142127431,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7506,"timestamp":76489303,"id":1376,"parentId":1279,"tags":{"name":"/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":1769142127431,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8312,"timestamp":76488729,"id":1371,"parentId":1357,"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":1769142127430,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7931,"timestamp":76489402,"id":1377,"parentId":1279,"tags":{"name":"/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":1769142127431,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5481,"timestamp":76494857,"id":1378,"parentId":1279,"tags":{"name":"/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":1769142127437,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2697,"timestamp":76498451,"id":1379,"parentId":1279,"tags":{"name":"/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":1769142127440,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3011,"timestamp":76498566,"id":1380,"parentId":1279,"tags":{"name":"/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":1769142127440,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2641,"timestamp":76501779,"id":1381,"parentId":1292,"tags":{"name":"/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":1769142127443,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2158,"timestamp":76502690,"id":1382,"parentId":1293,"tags":{"name":"/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":1769142127444,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2290,"timestamp":76502799,"id":1383,"parentId":1293,"tags":{"name":"/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":1769142127444,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2408,"timestamp":76502883,"id":1384,"parentId":1293,"tags":{"name":"/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":1769142127445,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3050,"timestamp":76502992,"id":1385,"parentId":1293,"tags":{"name":"/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":1769142127445,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":896,"timestamp":76507466,"id":1386,"parentId":1250,"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":1769142127449,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":731,"timestamp":76509551,"id":1387,"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":1769142127451,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":15472,"timestamp":76509681,"id":1388,"parentId":1250,"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":1769142127451,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1777,"timestamp":76536622,"id":1389,"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":1769142127478,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2027,"timestamp":76536907,"id":1391,"parentId":1294,"tags":{"name":"/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":1769142127479,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4291,"timestamp":76539489,"id":1400,"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":1769142127481,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":10834,"timestamp":76536793,"id":1390,"parentId":1357,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/radio-group.tsx","layer":"app-pages-browser"},"startTime":1769142127478,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":11044,"timestamp":76536981,"id":1392,"parentId":1294,"tags":{"name":"/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":1769142127479,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":11780,"timestamp":76537073,"id":1393,"parentId":1357,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/checkbox.tsx","layer":"app-pages-browser"},"startTime":1769142127479,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9998,"timestamp":76539204,"id":1395,"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/circle-check-big.js","layer":"app-pages-browser"},"startTime":1769142127481,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10249,"timestamp":76539274,"id":1396,"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/circle-x.js","layer":"app-pages-browser"},"startTime":1769142127481,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10506,"timestamp":76539331,"id":1397,"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/clock.js","layer":"app-pages-browser"},"startTime":1769142127481,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":13853,"timestamp":76539383,"id":1398,"parentId":1300,"tags":{"name":"/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":1769142127481,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":14163,"timestamp":76539441,"id":1399,"parentId":1301,"tags":{"name":"/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":1769142127481,"traceId":"09b20982e8a15d2a"},{"name":"build-module-tsx","duration":15075,"timestamp":76539073,"id":1394,"parentId":1357,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/label.tsx","layer":"app-pages-browser"},"startTime":1769142127481,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4353,"timestamp":76561093,"id":1403,"parentId":1301,"tags":{"name":"/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":1769142127503,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4860,"timestamp":76560824,"id":1401,"parentId":1390,"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":1769142127502,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4894,"timestamp":76560974,"id":1402,"parentId":1393,"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":1769142127503,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":2861,"timestamp":76566268,"id":1404,"parentId":1307,"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":1769142127508,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":3103,"timestamp":76566461,"id":1405,"parentId":1307,"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":1769142127508,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":85566,"timestamp":76566723,"id":1407,"parentId":1281,"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":1769142127508,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":88885,"timestamp":76566634,"id":1406,"parentId":1308,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/paperclip.js","layer":"app-pages-browser"},"startTime":1769142127508,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5209,"timestamp":76658682,"id":1408,"parentId":1308,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/send.js","layer":"app-pages-browser"},"startTime":1769142127600,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2954,"timestamp":76664233,"id":1409,"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/download.js","layer":"app-pages-browser"},"startTime":1769142127606,"traceId":"09b20982e8a15d2a"},{"name":"build-module-ts","duration":3452,"timestamp":76664344,"id":1410,"parentId":1314,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/project.ts","layer":"app-pages-browser"},"startTime":1769142127606,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4038,"timestamp":76665236,"id":1411,"parentId":1346,"tags":{"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":1769142127607,"traceId":"09b20982e8a15d2a"},{"name":"build-module-ts","duration":4189,"timestamp":76665356,"id":1412,"parentId":1314,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/chat.ts","layer":"app-pages-browser"},"startTime":1769142127607,"traceId":"09b20982e8a15d2a"},{"name":"build-module-ts","duration":4136,"timestamp":76665535,"id":1413,"parentId":1314,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/preview.ts","layer":"app-pages-browser"},"startTime":1769142127607,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4391,"timestamp":76665787,"id":1416,"parentId":1335,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142127607,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":13595,"timestamp":76665675,"id":1414,"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/image-component.js","layer":"app-pages-browser"},"startTime":1769142127607,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":20102,"timestamp":76665735,"id":1415,"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/shared/lib/get-img-props.js","layer":"app-pages-browser"},"startTime":1769142127607,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":14032,"timestamp":76672580,"id":1417,"parentId":1336,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1769142127614,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7043,"timestamp":76690605,"id":1418,"parentId":1344,"tags":{"name":"/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":1769142127632,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7203,"timestamp":76690760,"id":1419,"parentId":1344,"tags":{"name":"/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":1769142127632,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7427,"timestamp":76690871,"id":1420,"parentId":1344,"tags":{"name":"/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":1769142127633,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3210,"timestamp":76699040,"id":1421,"parentId":1344,"tags":{"name":"/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":1769142127641,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3466,"timestamp":76699167,"id":1422,"parentId":1344,"tags":{"name":"/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":1769142127641,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3685,"timestamp":76699273,"id":1423,"parentId":1344,"tags":{"name":"/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":1769142127641,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8879,"timestamp":76699398,"id":1424,"parentId":1345,"tags":{"name":"/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":1769142127641,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9118,"timestamp":76699506,"id":1425,"parentId":1358,"tags":{"name":"/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":1769142127641,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9314,"timestamp":76699610,"id":1426,"parentId":1358,"tags":{"name":"/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":1769142127641,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8370,"timestamp":76703565,"id":1427,"parentId":1414,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142127645,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8806,"timestamp":76703676,"id":1428,"parentId":1414,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142127645,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9091,"timestamp":76703770,"id":1429,"parentId":1414,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142127645,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":9383,"timestamp":76703864,"id":1430,"parentId":1414,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/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":1769142127646,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3378,"timestamp":76719390,"id":1432,"parentId":1324,"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":1769142127661,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":7169,"timestamp":76719273,"id":1431,"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/shared/lib/image-loader.js","layer":"app-pages-browser"},"startTime":1769142127661,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3880,"timestamp":76726850,"id":1433,"parentId":1427,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142127669,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4174,"timestamp":76726975,"id":1434,"parentId":1427,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142127669,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4411,"timestamp":76727104,"id":1435,"parentId":1427,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142127669,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":626,"timestamp":76732226,"id":1436,"parentId":1356,"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":1769142127674,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2222,"timestamp":76735681,"id":1440,"parentId":1356,"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":1769142127677,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3102,"timestamp":76735367,"id":1437,"parentId":1401,"tags":{"name":"/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":1769142127677,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3687,"timestamp":76735497,"id":1438,"parentId":1411,"tags":{"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":1769142127677,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4017,"timestamp":76735596,"id":1439,"parentId":1415,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1769142127677,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2313,"timestamp":76743614,"id":1441,"parentId":1411,"tags":{"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":1769142127685,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1927,"timestamp":76751119,"id":1442,"parentId":1438,"tags":{"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":1769142127693,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":5746,"timestamp":76753587,"id":1443,"parentId":1393,"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":1769142127695,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":4604,"timestamp":76762057,"id":1444,"parentId":1394,"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":1769142127704,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":7055,"timestamp":76762269,"id":1445,"parentId":1390,"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":1769142127704,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1545,"timestamp":76781535,"id":1446,"parentId":1440,"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":1769142127723,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3993,"timestamp":76781798,"id":1447,"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":1769142127723,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":664,"timestamp":76796322,"id":1449,"parentId":1234,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/polyfills/process.js","layer":"pages-dir-browser"},"startTime":1769142127738,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1383,"timestamp":76796107,"id":1448,"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/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1769142127738,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1165,"timestamp":76869672,"id":1450,"parentId":1446,"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":1769142127811,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":774,"timestamp":76874639,"id":1451,"parentId":1446,"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":1769142127816,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":766,"timestamp":76874830,"id":1452,"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":1769142127817,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":531,"timestamp":76878503,"id":1453,"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":1769142127820,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":525,"timestamp":76879936,"id":1454,"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":1769142127822,"traceId":"09b20982e8a15d2a"}]
|
|
15
|
-
[{"name":"build-module-js","duration":581,"timestamp":76883350,"id":1455,"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":1769142127825,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":854,"timestamp":76888576,"id":1456,"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":1769142127830,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":564,"timestamp":76893105,"id":1457,"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":1769142127835,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":369,"timestamp":76899596,"id":1458,"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":1769142127841,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":461,"timestamp":76903072,"id":1459,"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":1769142127845,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":725,"timestamp":76905937,"id":1460,"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":1769142127848,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":1372,"timestamp":76908691,"id":1461,"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":1769142127850,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":1085,"timestamp":76912745,"id":1462,"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":1769142127854,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":1614,"timestamp":76916079,"id":1463,"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":1769142127858,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":632,"timestamp":76923610,"id":1464,"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":1769142127865,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":4295,"timestamp":76925815,"id":1465,"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":1769142127867,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":872,"timestamp":76930504,"id":1466,"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":1769142127872,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":817,"timestamp":76934556,"id":1467,"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":1769142127876,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1622,"timestamp":76937824,"id":1468,"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":"pages-dir-browser"},"startTime":1769142127879,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2993,"timestamp":76937871,"id":1469,"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":"app-pages-browser"},"startTime":1769142127880,"traceId":"09b20982e8a15d2a"},{"name":"add-entry","duration":3487736,"timestamp":73454032,"id":983,"parentId":978,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1769142124396,"traceId":"09b20982e8a15d2a"},{"name":"add-entry","duration":3487699,"timestamp":73454083,"id":985,"parentId":978,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1769142124396,"traceId":"09b20982e8a15d2a"},{"name":"add-entry","duration":3487729,"timestamp":73454060,"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":1769142124396,"traceId":"09b20982e8a15d2a"},{"name":"add-entry","duration":3487747,"timestamp":73454094,"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":1769142124396,"traceId":"09b20982e8a15d2a"},{"name":"add-entry","duration":3487634,"timestamp":73454214,"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%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1769142124396,"traceId":"09b20982e8a15d2a"},{"name":"add-entry","duration":3487602,"timestamp":73454251,"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%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1769142124396,"traceId":"09b20982e8a15d2a"},{"name":"add-entry","duration":3488453,"timestamp":73453433,"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":1769142124395,"traceId":"09b20982e8a15d2a"},{"name":"add-entry","duration":3487998,"timestamp":73453896,"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":1769142124396,"traceId":"09b20982e8a15d2a"},{"name":"add-entry","duration":3488165,"timestamp":73453858,"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":1769142124396,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":1101,"timestamp":76947525,"id":1470,"parentId":1444,"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":1769142127889,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":6978,"timestamp":76951317,"id":1471,"parentId":1445,"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":1769142127893,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":873,"timestamp":76959587,"id":1472,"parentId":1445,"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":1769142127901,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1124,"timestamp":76962217,"id":1473,"parentId":1451,"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":1769142127904,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4758,"timestamp":76962370,"id":1474,"parentId":1452,"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":1769142127904,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1620,"timestamp":76971345,"id":1475,"parentId":1453,"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":1769142127913,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1052,"timestamp":76975268,"id":1476,"parentId":1454,"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":1769142127917,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1388,"timestamp":76975456,"id":1477,"parentId":1455,"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":1769142127917,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5555,"timestamp":76980882,"id":1478,"parentId":1456,"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":1769142127923,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6127,"timestamp":76981127,"id":1479,"parentId":1457,"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":1769142127923,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":576,"timestamp":76993804,"id":1480,"parentId":1450,"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":1769142127935,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":579,"timestamp":77001310,"id":1481,"parentId":1450,"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":1769142127943,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":699,"timestamp":77003383,"id":1482,"parentId":1450,"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":1769142127945,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":565,"timestamp":77011050,"id":1483,"parentId":1450,"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":1769142127953,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":627,"timestamp":77022225,"id":1484,"parentId":1450,"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":1769142127964,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":618,"timestamp":77024345,"id":1485,"parentId":1450,"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":1769142127966,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1973,"timestamp":77033234,"id":1486,"parentId":1450,"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":1769142127975,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4143,"timestamp":77033463,"id":1487,"parentId":1458,"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":1769142127975,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":649,"timestamp":77051598,"id":1488,"parentId":1455,"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":1769142127993,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":801,"timestamp":77055825,"id":1489,"parentId":1463,"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":1769142127997,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":1020,"timestamp":77059313,"id":1490,"parentId":1463,"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":1769142128001,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":869,"timestamp":77061344,"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":1769142128003,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5812,"timestamp":77069900,"id":1492,"parentId":1480,"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":1769142128012,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6101,"timestamp":77070127,"id":1493,"parentId":1480,"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":1769142128012,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":8572,"timestamp":77070294,"id":1494,"parentId":1481,"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":1769142128012,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":10017,"timestamp":77070463,"id":1495,"parentId":1481,"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":1769142128012,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":2068,"timestamp":77087916,"id":1496,"parentId":1467,"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":1769142128030,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2194,"timestamp":77088098,"id":1497,"parentId":1482,"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":1769142128030,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3308,"timestamp":77088213,"id":1498,"parentId":1482,"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":1769142128030,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1668,"timestamp":77095183,"id":1499,"parentId":1483,"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":1769142128037,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4505,"timestamp":77095386,"id":1500,"parentId":1483,"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":1769142128037,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":365,"timestamp":77104605,"id":1501,"parentId":1473,"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":1769142128046,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":493,"timestamp":77106636,"id":1502,"parentId":1473,"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":1769142128048,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":560,"timestamp":77108883,"id":1503,"parentId":1473,"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":1769142128051,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":456,"timestamp":77112023,"id":1504,"parentId":1473,"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":1769142128054,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":367,"timestamp":77116462,"id":1505,"parentId":1473,"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":1769142128058,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1044,"timestamp":77120881,"id":1506,"parentId":1474,"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":1769142128063,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":344,"timestamp":77125279,"id":1507,"parentId":1474,"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":1769142128067,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":639,"timestamp":77127680,"id":1508,"parentId":1474,"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":1769142128069,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1011,"timestamp":77136369,"id":1509,"parentId":1474,"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":1769142128078,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":993,"timestamp":77136572,"id":1510,"parentId":1474,"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":1769142128078,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":788,"timestamp":77141877,"id":1511,"parentId":1474,"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":1769142128084,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":745,"timestamp":77142093,"id":1512,"parentId":1474,"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":1769142128084,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":742,"timestamp":77144892,"id":1513,"parentId":1487,"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":1769142128087,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1124,"timestamp":77145038,"id":1514,"parentId":1487,"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":1769142128087,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2196,"timestamp":77145142,"id":1515,"parentId":1487,"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":1769142128087,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":2611,"timestamp":77154645,"id":1516,"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":1769142128096,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1050,"timestamp":77166791,"id":1517,"parentId":1474,"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":1769142128108,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":662,"timestamp":77168440,"id":1518,"parentId":1476,"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":1769142128110,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":840,"timestamp":77170478,"id":1519,"parentId":1484,"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":1769142128112,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":490,"timestamp":77172973,"id":1520,"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":1769142128115,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":636,"timestamp":77174908,"id":1521,"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":1769142128117,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":475,"timestamp":77177022,"id":1522,"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":1769142128119,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":614,"timestamp":77179764,"id":1523,"parentId":1479,"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":1769142128121,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1077,"timestamp":77181063,"id":1524,"parentId":1485,"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":1769142128123,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1715,"timestamp":77181278,"id":1525,"parentId":1485,"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":1769142128123,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1445,"timestamp":77185105,"id":1526,"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":1769142128127,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":13323,"timestamp":77190350,"id":1527,"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":1769142128132,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":647,"timestamp":77208089,"id":1528,"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":1769142128150,"traceId":"09b20982e8a15d2a"},{"name":"build-module-mjs","duration":804,"timestamp":77210585,"id":1529,"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":1769142128152,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1153,"timestamp":77211708,"id":1530,"parentId":1488,"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":1769142128153,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2271,"timestamp":77211889,"id":1531,"parentId":1488,"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":1769142128154,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1032,"timestamp":77220609,"id":1532,"parentId":1488,"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":1769142128162,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":676,"timestamp":77228744,"id":1533,"parentId":1486,"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":1769142128170,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":950,"timestamp":77229997,"id":1534,"parentId":1500,"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":1769142128172,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1145,"timestamp":77230153,"id":1535,"parentId":1500,"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":1769142128172,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4256,"timestamp":77231808,"id":1536,"parentId":1501,"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":1769142128173,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1471,"timestamp":77238690,"id":1537,"parentId":1502,"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":1769142128180,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1125,"timestamp":77243447,"id":1538,"parentId":1492,"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":1769142128185,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":911,"timestamp":77247790,"id":1539,"parentId":1493,"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":1769142128189,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1002,"timestamp":77252922,"id":1540,"parentId":1494,"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":1769142128195,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1062,"timestamp":77265966,"id":1541,"parentId":1494,"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":1769142128208,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2175,"timestamp":77273964,"id":1542,"parentId":1503,"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":1769142128216,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":709,"timestamp":77280869,"id":1543,"parentId":1494,"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":1769142128223,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1201,"timestamp":77281024,"id":1544,"parentId":1504,"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":1769142128223,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1240,"timestamp":77282505,"id":1545,"parentId":1498,"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":1769142128224,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1386,"timestamp":77282706,"id":1546,"parentId":1498,"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":1769142128224,"traceId":"09b20982e8a15d2a"}]
|
|
16
|
-
[{"name":"build-module-js","duration":2374,"timestamp":77282875,"id":1547,"parentId":1505,"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":1769142128225,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1069,"timestamp":77291042,"id":1548,"parentId":1507,"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":1769142128233,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1803,"timestamp":77292741,"id":1549,"parentId":1508,"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":1769142128234,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2836,"timestamp":77292899,"id":1550,"parentId":1508,"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":1769142128235,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4963,"timestamp":77293071,"id":1551,"parentId":1508,"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":1769142128235,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5120,"timestamp":77293208,"id":1552,"parentId":1508,"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":1769142128235,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5217,"timestamp":77293335,"id":1553,"parentId":1508,"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":1769142128235,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5320,"timestamp":77293442,"id":1554,"parentId":1508,"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":1769142128235,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5385,"timestamp":77293540,"id":1555,"parentId":1508,"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":1769142128235,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1199,"timestamp":77307374,"id":1556,"parentId":1508,"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":1769142128249,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1205,"timestamp":77307543,"id":1557,"parentId":1508,"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":1769142128249,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1304,"timestamp":77307649,"id":1558,"parentId":1514,"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":1769142128249,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1074,"timestamp":77309708,"id":1559,"parentId":1510,"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":1769142128251,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":927,"timestamp":77311291,"id":1560,"parentId":1508,"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":1769142128253,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1234,"timestamp":77311483,"id":1561,"parentId":1511,"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":1769142128253,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":938,"timestamp":77316288,"id":1562,"parentId":1517,"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":1769142128258,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1567,"timestamp":77316411,"id":1563,"parentId":1512,"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":1769142128258,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4141,"timestamp":77318910,"id":1564,"parentId":1518,"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":1769142128261,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1318,"timestamp":77325519,"id":1565,"parentId":1522,"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":1769142128267,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1974,"timestamp":77325714,"id":1566,"parentId":1523,"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":1769142128267,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1374,"timestamp":77329789,"id":1567,"parentId":1530,"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":1769142128271,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2079,"timestamp":77336200,"id":1568,"parentId":1517,"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":1769142128278,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2151,"timestamp":77336334,"id":1569,"parentId":1532,"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":1769142128278,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2240,"timestamp":77336434,"id":1570,"parentId":1532,"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":1769142128278,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2494,"timestamp":77336526,"id":1571,"parentId":1532,"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":1769142128278,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2644,"timestamp":77336621,"id":1572,"parentId":1532,"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":1769142128278,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3096,"timestamp":77336710,"id":1573,"parentId":1532,"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":1769142128278,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3295,"timestamp":77336804,"id":1574,"parentId":1532,"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":1769142128278,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1309,"timestamp":77343209,"id":1575,"parentId":1532,"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":1769142128285,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1359,"timestamp":77343415,"id":1576,"parentId":1532,"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":1769142128285,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1667,"timestamp":77343575,"id":1577,"parentId":1532,"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":1769142128285,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":594,"timestamp":77346220,"id":1578,"parentId":1532,"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":1769142128288,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1763,"timestamp":77350207,"id":1579,"parentId":1532,"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":1769142128292,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1985,"timestamp":77350333,"id":1580,"parentId":1532,"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":1769142128292,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2633,"timestamp":77350430,"id":1581,"parentId":1532,"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":1769142128292,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2856,"timestamp":77350528,"id":1582,"parentId":1532,"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":1769142128292,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2947,"timestamp":77350618,"id":1583,"parentId":1532,"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":1769142128292,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3027,"timestamp":77350703,"id":1584,"parentId":1532,"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":1769142128292,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3098,"timestamp":77350791,"id":1585,"parentId":1532,"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":1769142128292,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3249,"timestamp":77350905,"id":1586,"parentId":1532,"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":1769142128293,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":582,"timestamp":77354906,"id":1587,"parentId":1532,"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":1769142128297,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":659,"timestamp":77357954,"id":1588,"parentId":1532,"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":1769142128300,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":944,"timestamp":77359237,"id":1589,"parentId":1532,"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":1769142128301,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":951,"timestamp":77359451,"id":1590,"parentId":1532,"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":1769142128301,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":936,"timestamp":77359632,"id":1591,"parentId":1532,"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":1769142128301,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":600,"timestamp":77364764,"id":1592,"parentId":1527,"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":1769142128306,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":679,"timestamp":77364897,"id":1593,"parentId":1527,"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":1769142128307,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":669,"timestamp":77366573,"id":1594,"parentId":1527,"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":1769142128308,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1797,"timestamp":77372247,"id":1595,"parentId":1540,"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":1769142128314,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2330,"timestamp":77372387,"id":1596,"parentId":1540,"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":1769142128314,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2492,"timestamp":77372500,"id":1597,"parentId":1540,"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":1769142128314,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2792,"timestamp":77372644,"id":1598,"parentId":1540,"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":1769142128314,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":709,"timestamp":77379500,"id":1599,"parentId":1540,"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":1769142128321,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1005,"timestamp":77379648,"id":1600,"parentId":1540,"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":1769142128321,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1364,"timestamp":77381032,"id":1601,"parentId":1540,"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":1769142128323,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1794,"timestamp":77381159,"id":1602,"parentId":1540,"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":1769142128323,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1754,"timestamp":77385615,"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/lib/code-text.js","layer":"app-pages-browser"},"startTime":1769142128327,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1874,"timestamp":77385741,"id":1604,"parentId":1540,"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":1769142128327,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2533,"timestamp":77385845,"id":1605,"parentId":1540,"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":1769142128328,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3384,"timestamp":77385936,"id":1606,"parentId":1540,"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":1769142128328,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4190,"timestamp":77386050,"id":1607,"parentId":1540,"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":1769142128328,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5919,"timestamp":77386144,"id":1608,"parentId":1540,"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":1769142128328,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3319,"timestamp":77393652,"id":1609,"parentId":1540,"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":1769142128335,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":5514,"timestamp":77393792,"id":1610,"parentId":1540,"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":1769142128335,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1038,"timestamp":77404538,"id":1611,"parentId":1540,"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":1769142128346,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1178,"timestamp":77404669,"id":1612,"parentId":1540,"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":1769142128346,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1354,"timestamp":77404769,"id":1613,"parentId":1540,"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":1769142128346,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2685,"timestamp":77404868,"id":1614,"parentId":1540,"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":1769142128347,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":840,"timestamp":77412804,"id":1615,"parentId":1540,"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":1769142128354,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":555,"timestamp":77416029,"id":1616,"parentId":1540,"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":1769142128358,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":649,"timestamp":77418087,"id":1617,"parentId":1531,"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":1769142128360,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":469,"timestamp":77423156,"id":1618,"parentId":1536,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js","layer":"app-pages-browser"},"startTime":1769142128365,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":337,"timestamp":77424157,"id":1619,"parentId":1536,"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":1769142128366,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":662,"timestamp":77426134,"id":1620,"parentId":1549,"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":1769142128368,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":907,"timestamp":77426263,"id":1621,"parentId":1549,"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":1769142128368,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":637,"timestamp":77428887,"id":1622,"parentId":1550,"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":1769142128371,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":705,"timestamp":77429041,"id":1623,"parentId":1551,"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":1769142128371,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1260,"timestamp":77432896,"id":1624,"parentId":1556,"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":1769142128375,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1397,"timestamp":77433108,"id":1625,"parentId":1539,"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":1769142128375,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1367,"timestamp":77434935,"id":1626,"parentId":1556,"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":1769142128377,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1407,"timestamp":77435155,"id":1627,"parentId":1560,"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":1769142128377,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":513,"timestamp":77437898,"id":1628,"parentId":1566,"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":1769142128380,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2225,"timestamp":77438619,"id":1629,"parentId":1542,"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":1769142128380,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":528,"timestamp":77442326,"id":1630,"parentId":1542,"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":1769142128384,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":726,"timestamp":77444466,"id":1631,"parentId":1577,"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":1769142128386,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":850,"timestamp":77447621,"id":1632,"parentId":1593,"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":1769142128389,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":902,"timestamp":77447811,"id":1633,"parentId":1592,"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":1769142128389,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":616,"timestamp":77449029,"id":1634,"parentId":1593,"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":1769142128391,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":520,"timestamp":77450786,"id":1635,"parentId":1563,"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":1769142128392,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":599,"timestamp":77452271,"id":1636,"parentId":1594,"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":1769142128394,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":724,"timestamp":77453680,"id":1637,"parentId":1564,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/index.js","layer":"app-pages-browser"},"startTime":1769142128395,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":459,"timestamp":77456802,"id":1638,"parentId":1564,"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":1769142128398,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":754,"timestamp":77458461,"id":1639,"parentId":1564,"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":1769142128400,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1043,"timestamp":77462299,"id":1640,"parentId":1564,"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":1769142128404,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":729,"timestamp":77465438,"id":1641,"parentId":1564,"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":1769142128407,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":522,"timestamp":77466384,"id":1642,"parentId":1566,"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":1769142128408,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":994,"timestamp":77468570,"id":1643,"parentId":1590,"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":1769142128410,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2341,"timestamp":77471770,"id":1644,"parentId":1568,"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":1769142128413,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1549,"timestamp":77480484,"id":1645,"parentId":1617,"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":1769142128422,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2920,"timestamp":77480670,"id":1646,"parentId":1617,"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":1769142128422,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2229,"timestamp":77484743,"id":1647,"parentId":1605,"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":1769142128426,"traceId":"09b20982e8a15d2a"}]
|
|
17
|
-
[{"name":"build-module-js","duration":1485,"timestamp":77488875,"id":1648,"parentId":1606,"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":1769142128431,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1114,"timestamp":77493744,"id":1649,"parentId":1606,"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":1769142128435,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1388,"timestamp":77495380,"id":1650,"parentId":1606,"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":1769142128437,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":707,"timestamp":77498265,"id":1651,"parentId":1606,"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":1769142128440,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":823,"timestamp":77504129,"id":1652,"parentId":1608,"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":1769142128446,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2089,"timestamp":77505896,"id":1653,"parentId":1619,"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":1769142128448,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2921,"timestamp":77506114,"id":1654,"parentId":1630,"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":1769142128448,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2054,"timestamp":77510457,"id":1655,"parentId":1635,"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":1769142128452,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2367,"timestamp":77510656,"id":1656,"parentId":1630,"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":1769142128452,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4540,"timestamp":77520447,"id":1657,"parentId":1637,"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":1769142128462,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1901,"timestamp":77527626,"id":1658,"parentId":1637,"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":1769142128469,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1916,"timestamp":77527837,"id":1659,"parentId":1637,"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":1769142128470,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2592,"timestamp":77528063,"id":1660,"parentId":1637,"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":1769142128470,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1676,"timestamp":77531925,"id":1661,"parentId":1645,"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":1769142128474,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2021,"timestamp":77532120,"id":1662,"parentId":1638,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/lib/index.js","layer":"app-pages-browser"},"startTime":1769142128474,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3105,"timestamp":77532290,"id":1663,"parentId":1642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-is@6.0.1/node_modules/unist-util-is/lib/index.js","layer":"app-pages-browser"},"startTime":1769142128474,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1606,"timestamp":77540295,"id":1664,"parentId":1654,"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":1769142128482,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1931,"timestamp":77540478,"id":1665,"parentId":1654,"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":1769142128482,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2345,"timestamp":77540631,"id":1666,"parentId":1654,"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":1769142128482,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3199,"timestamp":77540782,"id":1667,"parentId":1647,"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":1769142128482,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":693,"timestamp":77548066,"id":1668,"parentId":1656,"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":1769142128490,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2184,"timestamp":77550736,"id":1669,"parentId":1656,"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":1769142128492,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2720,"timestamp":77550922,"id":1670,"parentId":1656,"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":1769142128493,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2848,"timestamp":77551131,"id":1671,"parentId":1656,"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":1769142128493,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3228,"timestamp":77551364,"id":1672,"parentId":1656,"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":1769142128493,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2419,"timestamp":77558142,"id":1673,"parentId":1656,"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":1769142128500,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2919,"timestamp":77558323,"id":1674,"parentId":1656,"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":1769142128500,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3326,"timestamp":77558480,"id":1675,"parentId":1656,"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":1769142128500,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3637,"timestamp":77558631,"id":1676,"parentId":1656,"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":1769142128500,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3979,"timestamp":77558814,"id":1677,"parentId":1656,"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":1769142128500,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1110,"timestamp":77566667,"id":1678,"parentId":1656,"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":1769142128508,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1932,"timestamp":77569569,"id":1679,"parentId":1656,"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":1769142128511,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2612,"timestamp":77569758,"id":1680,"parentId":1656,"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":1769142128511,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2991,"timestamp":77569907,"id":1681,"parentId":1656,"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":1769142128512,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3095,"timestamp":77570072,"id":1682,"parentId":1656,"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":1769142128512,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1810,"timestamp":77574485,"id":1683,"parentId":1656,"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":1769142128516,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2216,"timestamp":77574693,"id":1684,"parentId":1656,"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":1769142128516,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2392,"timestamp":77574857,"id":1685,"parentId":1656,"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":1769142128517,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2444,"timestamp":77575022,"id":1686,"parentId":1656,"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":1769142128517,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":796,"timestamp":77581462,"id":1687,"parentId":1654,"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":1769142128523,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1716,"timestamp":77583765,"id":1688,"parentId":1654,"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":1769142128525,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2443,"timestamp":77583966,"id":1689,"parentId":1654,"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":1769142128526,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2791,"timestamp":77584166,"id":1690,"parentId":1654,"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":1769142128526,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3038,"timestamp":77584333,"id":1691,"parentId":1654,"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":1769142128526,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2978,"timestamp":77589219,"id":1692,"parentId":1654,"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":1769142128531,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3231,"timestamp":77589441,"id":1693,"parentId":1654,"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":1769142128531,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3955,"timestamp":77589642,"id":1694,"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":1769142128531,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":6270,"timestamp":77589838,"id":1695,"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":1769142128532,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1925,"timestamp":77603518,"id":1696,"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":1769142128545,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3420,"timestamp":77603727,"id":1697,"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":1769142128545,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3737,"timestamp":77603889,"id":1698,"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":1769142128546,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":4723,"timestamp":77604063,"id":1699,"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":1769142128546,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2739,"timestamp":77614956,"id":1700,"parentId":1664,"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":1769142128557,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":2986,"timestamp":77615180,"id":1701,"parentId":1664,"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":1769142128557,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3037,"timestamp":77615387,"id":1702,"parentId":1669,"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":1769142128557,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3102,"timestamp":77615578,"id":1703,"parentId":1670,"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":1769142128557,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3294,"timestamp":77615773,"id":1704,"parentId":1671,"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":1769142128557,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3309,"timestamp":77615973,"id":1705,"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/encode-character-reference.js","layer":"app-pages-browser"},"startTime":1769142128558,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3340,"timestamp":77616187,"id":1706,"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/check-emphasis.js","layer":"app-pages-browser"},"startTime":1769142128558,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":3595,"timestamp":77616378,"id":1707,"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/encode-info.js","layer":"app-pages-browser"},"startTime":1769142128558,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":867,"timestamp":77625872,"id":1708,"parentId":1678,"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":1769142128568,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1065,"timestamp":77628144,"id":1709,"parentId":1680,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js","layer":"app-pages-browser"},"startTime":1769142128570,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1218,"timestamp":77628342,"id":1710,"parentId":1680,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js","layer":"app-pages-browser"},"startTime":1769142128570,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1590,"timestamp":77630826,"id":1711,"parentId":1680,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js","layer":"app-pages-browser"},"startTime":1769142128572,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1609,"timestamp":77631072,"id":1712,"parentId":1680,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.js","layer":"app-pages-browser"},"startTime":1769142128573,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":1788,"timestamp":77631265,"id":1713,"parentId":1681,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js","layer":"app-pages-browser"},"startTime":1769142128573,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":779,"timestamp":77634337,"id":1714,"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-strong.js","layer":"app-pages-browser"},"startTime":1769142128576,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":836,"timestamp":77634512,"id":1715,"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-rule-repetition.js","layer":"app-pages-browser"},"startTime":1769142128576,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":589,"timestamp":77640194,"id":1716,"parentId":1653,"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":1769142128582,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":766,"timestamp":77643844,"id":1717,"parentId":1654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js","layer":"app-pages-browser"},"startTime":1769142128586,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":659,"timestamp":77645397,"id":1718,"parentId":1669,"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":1769142128587,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":495,"timestamp":77647704,"id":1719,"parentId":1683,"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":1769142128589,"traceId":"09b20982e8a15d2a"},{"name":"build-module-js","duration":665,"timestamp":77650439,"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":1769142128592,"traceId":"09b20982e8a15d2a"},{"name":"add-entry","duration":4198883,"timestamp":73454105,"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%2Fproject%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1769142124396,"traceId":"09b20982e8a15d2a"},{"name":"make","duration":4200373,"timestamp":73452969,"id":978,"parentId":977,"tags":{},"startTime":1769142124395,"traceId":"09b20982e8a15d2a"},{"name":"chunk-graph","duration":18700,"timestamp":77717451,"id":1722,"parentId":1721,"tags":{},"startTime":1769142128659,"traceId":"09b20982e8a15d2a"},{"name":"optimize-modules","duration":44,"timestamp":77736316,"id":1724,"parentId":1721,"tags":{},"startTime":1769142128678,"traceId":"09b20982e8a15d2a"},{"name":"optimize-chunks","duration":13031,"timestamp":77738900,"id":1726,"parentId":1721,"tags":{},"startTime":1769142128681,"traceId":"09b20982e8a15d2a"},{"name":"optimize-tree","duration":133,"timestamp":77752042,"id":1727,"parentId":1721,"tags":{},"startTime":1769142128694,"traceId":"09b20982e8a15d2a"},{"name":"optimize-chunk-modules","duration":42276,"timestamp":77752280,"id":1728,"parentId":1721,"tags":{},"startTime":1769142128694,"traceId":"09b20982e8a15d2a"},{"name":"optimize","duration":58477,"timestamp":77736241,"id":1723,"parentId":1721,"tags":{},"startTime":1769142128678,"traceId":"09b20982e8a15d2a"},{"name":"module-hash","duration":35740,"timestamp":77824100,"id":1729,"parentId":1721,"tags":{},"startTime":1769142128766,"traceId":"09b20982e8a15d2a"},{"name":"code-generation","duration":384550,"timestamp":77859926,"id":1730,"parentId":1721,"tags":{},"startTime":1769142128802,"traceId":"09b20982e8a15d2a"},{"name":"hash","duration":12412,"timestamp":78249812,"id":1731,"parentId":1721,"tags":{},"startTime":1769142129191,"traceId":"09b20982e8a15d2a"},{"name":"code-generation-jobs","duration":485,"timestamp":78262219,"id":1732,"parentId":1721,"tags":{},"startTime":1769142129204,"traceId":"09b20982e8a15d2a"},{"name":"module-assets","duration":856,"timestamp":78262649,"id":1733,"parentId":1721,"tags":{},"startTime":1769142129204,"traceId":"09b20982e8a15d2a"},{"name":"create-chunk-assets","duration":19028,"timestamp":78263523,"id":1734,"parentId":1721,"tags":{},"startTime":1769142129205,"traceId":"09b20982e8a15d2a"},{"name":"NextJsBuildManifest-generateClientManifest","duration":5043,"timestamp":78300849,"id":1736,"parentId":977,"tags":{},"startTime":1769142129243,"traceId":"09b20982e8a15d2a"},{"name":"NextJsBuildManifest-createassets","duration":6398,"timestamp":78299512,"id":1735,"parentId":977,"tags":{},"startTime":1769142129241,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":85075,"timestamp":78379796,"id":1741,"parentId":1737,"tags":{"name":"static/chunks/pages/_app-56f4e2c3e0cd5b77.js","cache":"MISS"},"startTime":1769142129321,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":85014,"timestamp":78379949,"id":1742,"parentId":1737,"tags":{"name":"static/chunks/pages/_error-6444830a044a065f.js","cache":"MISS"},"startTime":1769142129322,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":85556,"timestamp":78379481,"id":1740,"parentId":1737,"tags":{"name":"static/chunks/app/_not-found/page-1314fe1ff92ee0aa.js","cache":"MISS"},"startTime":1769142129321,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":84958,"timestamp":78380128,"id":1743,"parentId":1737,"tags":{"name":"static/chunks/app/layout-1baeb8f9d4de0f96.js","cache":"MISS"},"startTime":1769142129322,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":85897,"timestamp":78379224,"id":1739,"parentId":1737,"tags":{"name":"static/chunks/main-app-3ee073768a1a6456.js","cache":"MISS"},"startTime":1769142129321,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":74445,"timestamp":78390756,"id":1745,"parentId":1737,"tags":{"name":"static/chunks/app/settings/page-2fcf8afca1fda15f.js","cache":"MISS"},"startTime":1769142129332,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":76299,"timestamp":78392880,"id":1747,"parentId":1737,"tags":{"name":"static/chunks/webpack-9b8a6c078d6e8803.js","cache":"MISS"},"startTime":1769142129335,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":81846,"timestamp":78391741,"id":1746,"parentId":1737,"tags":{"name":"static/chunks/app/page-0ef3f33c36e43e14.js","cache":"MISS"},"startTime":1769142129333,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":133361,"timestamp":78380420,"id":1744,"parentId":1737,"tags":{"name":"static/chunks/app/project/[id]/page-e3cf90784e924fe1.js","cache":"MISS"},"startTime":1769142129322,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":157333,"timestamp":78403871,"id":1750,"parentId":1737,"tags":{"name":"static/chunks/253-964b516a8d5c9ec9.js","cache":"MISS"},"startTime":1769142129346,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":316684,"timestamp":78363360,"id":1738,"parentId":1737,"tags":{"name":"static/chunks/main-ff9852398b1f3782.js","cache":"MISS"},"startTime":1769142129305,"traceId":"09b20982e8a15d2a"},{"name":"minify-js","duration":318092,"timestamp":78393119,"id":1748,"parentId":1737,"tags":{"name":"static/chunks/framework-63d70eb4e76697e6.js","cache":"MISS"},"startTime":1769142129335,"traceId":"09b20982e8a15d2a"}]
|
|
18
|
-
[{"name":"minify-js","duration":
|
|
1
|
+
[{"name":"generate-buildid","duration":268,"timestamp":111873406,"id":4,"parentId":1,"tags":{},"startTime":1769502287652,"traceId":"45990b03006e527e"},{"name":"load-custom-routes","duration":470,"timestamp":111873817,"id":5,"parentId":1,"tags":{},"startTime":1769502287653,"traceId":"45990b03006e527e"},{"name":"create-dist-dir","duration":70195,"timestamp":112004599,"id":6,"parentId":1,"tags":{},"startTime":1769502287783,"traceId":"45990b03006e527e"},{"name":"create-pages-mapping","duration":286,"timestamp":112081236,"id":7,"parentId":1,"tags":{},"startTime":1769502287860,"traceId":"45990b03006e527e"},{"name":"collect-app-files","duration":2809,"timestamp":112081571,"id":8,"parentId":1,"tags":{},"startTime":1769502287860,"traceId":"45990b03006e527e"},{"name":"create-app-mapping","duration":1526,"timestamp":112084412,"id":9,"parentId":1,"tags":{},"startTime":1769502287863,"traceId":"45990b03006e527e"},{"name":"create-app-layouts","duration":157,"timestamp":112085968,"id":10,"parentId":1,"tags":{},"startTime":1769502287865,"traceId":"45990b03006e527e"},{"name":"collect-default-files","duration":1483,"timestamp":112087161,"id":12,"parentId":1,"tags":{},"startTime":1769502287866,"traceId":"45990b03006e527e"},{"name":"generate-route-types","duration":13439,"timestamp":112086421,"id":11,"parentId":1,"tags":{},"startTime":1769502287865,"traceId":"45990b03006e527e"},{"name":"public-dir-conflict-check","duration":558,"timestamp":112099930,"id":13,"parentId":1,"tags":{},"startTime":1769502287879,"traceId":"45990b03006e527e"},{"name":"generate-routes-manifest","duration":1661,"timestamp":112100649,"id":14,"parentId":1,"tags":{},"startTime":1769502287879,"traceId":"45990b03006e527e"},{"name":"create-entrypoints","duration":29646,"timestamp":113140471,"id":18,"parentId":16,"tags":{},"startTime":1769502288919,"traceId":"45990b03006e527e"},{"name":"generate-webpack-config","duration":147848,"timestamp":113170381,"id":19,"parentId":17,"tags":{},"startTime":1769502288949,"traceId":"45990b03006e527e"},{"name":"next-trace-entrypoint-plugin","duration":16242,"timestamp":113471360,"id":21,"parentId":20,"tags":{},"startTime":1769502289250,"traceId":"45990b03006e527e"},{"name":"build-module","duration":51708,"timestamp":113629109,"id":34,"parentId":25,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!","layer":"pages-dir-node"},"startTime":1769502289408,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":62758,"timestamp":113633050,"id":35,"parentId":24,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/pages/_app.js","layer":"pages-dir-node"},"startTime":1769502289412,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":164553,"timestamp":113635986,"id":36,"parentId":29,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/pages/_document.js","layer":"pages-dir-node"},"startTime":1769502289415,"traceId":"45990b03006e527e"},{"name":"build-module","duration":222,"timestamp":113803955,"id":37,"parentId":35,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1769502289583,"traceId":"45990b03006e527e"},{"name":"build-module","duration":74,"timestamp":113804217,"id":38,"parentId":35,"tags":{"name":"react","layer":null},"startTime":1769502289583,"traceId":"45990b03006e527e"},{"name":"build-module","duration":340092,"timestamp":113615241,"id":30,"parentId":23,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1769502289394,"traceId":"45990b03006e527e"},{"name":"build-module","duration":347600,"timestamp":113628054,"id":31,"parentId":26,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1769502289407,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2695,"timestamp":113983700,"id":39,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/get-page-files.js","layer":"pages-dir-node"},"startTime":1769502289762,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3620,"timestamp":113984257,"id":40,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/htmlescape.js","layer":"pages-dir-node"},"startTime":1769502289763,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5321,"timestamp":113984541,"id":41,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/utils.js","layer":"pages-dir-node"},"startTime":1769502289763,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6831,"timestamp":113984697,"id":42,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/is-error.js","layer":"pages-dir-node"},"startTime":1769502289763,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9517,"timestamp":113984774,"id":43,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/pretty-bytes.js","layer":"pages-dir-node"},"startTime":1769502289764,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":42694,"timestamp":113984824,"id":44,"parentId":35,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils.js","layer":"pages-dir-node"},"startTime":1769502289764,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":51393,"timestamp":113984964,"id":45,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/constants.js","layer":"pages-dir-node"},"startTime":1769502289764,"traceId":"45990b03006e527e"},{"name":"build-module","duration":60,"timestamp":114039397,"id":47,"parentId":30,"tags":{"name":"path","layer":null},"startTime":1769502289818,"traceId":"45990b03006e527e"},{"name":"build-module","duration":29,"timestamp":114039536,"id":48,"parentId":30,"tags":{"name":"next/dist/shared/lib/router/utils/app-paths","layer":null},"startTime":1769502289818,"traceId":"45990b03006e527e"},{"name":"build-module","duration":18,"timestamp":114039582,"id":49,"parentId":30,"tags":{"name":"next/dist/shared/lib/router/utils/is-bot","layer":null},"startTime":1769502289818,"traceId":"45990b03006e527e"},{"name":"build-module-external","duration":17,"timestamp":114039624,"id":50,"parentId":30,"tags":{"name":"next/dist/shared/lib/no-fallback-error.external","layer":null},"startTime":1769502289818,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7183,"timestamp":114039658,"id":51,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/trace/tracer.js","layer":"pages-dir-node"},"startTime":1769502289818,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7614,"timestamp":114039775,"id":52,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/trace/utils.js","layer":"pages-dir-node"},"startTime":1769502289819,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":67364,"timestamp":113985147,"id":46,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"pages-dir-node"},"startTime":1769502289764,"traceId":"45990b03006e527e"},{"name":"build-module","duration":543913,"timestamp":113628802,"id":33,"parentId":28,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fsettings%2Fpage&name=app%2Fsettings%2Fpage&pagePath=private-next-app-dir%2Fsettings%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fsettings%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1769502289408,"traceId":"45990b03006e527e"},{"name":"build-module","duration":581535,"timestamp":113628513,"id":32,"parentId":27,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fproject%2F%5Bid%5D%2Fpage&name=app%2Fproject%2F%5Bid%5D%2Fpage&pagePath=private-next-app-dir%2Fproject%2F%5Bid%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fproject%2F%5Bid%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1769502289407,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2894,"timestamp":114238688,"id":53,"parentId":34,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-kind.js","layer":"pages-dir-node"},"startTime":1769502290017,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3122,"timestamp":114239108,"id":55,"parentId":34,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/templates/helpers.js","layer":"pages-dir-node"},"startTime":1769502290018,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4001,"timestamp":114239307,"id":57,"parentId":34,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/pages/module.compiled.js","layer":"pages-dir-node"},"startTime":1769502290018,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12982,"timestamp":114239373,"id":58,"parentId":34,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/pages/pages-handler.js","layer":"pages-dir-node"},"startTime":1769502290018,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16004,"timestamp":114239700,"id":61,"parentId":51,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/trace/constants.js","layer":"pages-dir-node"},"startTime":1769502290018,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1476,"timestamp":114286343,"id":86,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js","layer":"pages-dir-node"},"startTime":1769502290065,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":34786,"timestamp":114279271,"id":64,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-kind.js","layer":"rsc"},"startTime":1769502290058,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":41324,"timestamp":114280794,"id":65,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/trace/tracer.js","layer":"rsc"},"startTime":1769502290060,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":47594,"timestamp":114281139,"id":66,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/trace/constants.js","layer":"rsc"},"startTime":1769502290060,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":48261,"timestamp":114281452,"id":67,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request-meta.js","layer":"rsc"},"startTime":1769502290060,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":49814,"timestamp":114281712,"id":68,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/render-result.js","layer":"rsc"},"startTime":1769502290061,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":54320,"timestamp":114281978,"id":69,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/send-payload.js","layer":"rsc"},"startTime":1769502290061,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":55031,"timestamp":114282254,"id":70,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/streaming-metadata.js","layer":"rsc"},"startTime":1769502290061,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":55886,"timestamp":114282509,"id":71,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/server-action-request-meta.js","layer":"rsc"},"startTime":1769502290061,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":60188,"timestamp":114282761,"id":72,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1769502290062,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":61745,"timestamp":114282999,"id":73,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/fallback.js","layer":"rsc"},"startTime":1769502290062,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":62348,"timestamp":114283272,"id":74,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1769502290062,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":62462,"timestamp":114283526,"id":75,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/interop-default.js","layer":"rsc"},"startTime":1769502290062,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":66265,"timestamp":114283858,"id":76,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/strip-flight-headers.js","layer":"rsc"},"startTime":1769502290063,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":73940,"timestamp":114284384,"id":78,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/action-utils.js","layer":"rsc"},"startTime":1769502290063,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":81876,"timestamp":114284643,"id":79,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1769502290063,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":82120,"timestamp":114284873,"id":80,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/instrumentation/utils.js","layer":"rsc"},"startTime":1769502290064,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":87984,"timestamp":114285124,"id":81,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/base-http/node.js","layer":"rsc"},"startTime":1769502290064,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":92389,"timestamp":114285371,"id":82,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/fallback-params.js","layer":"rsc"},"startTime":1769502290064,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":94958,"timestamp":114285593,"id":83,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/index.js","layer":"rsc"},"startTime":1769502290064,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":95660,"timestamp":114285855,"id":84,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/experimental/ppr.js","layer":"rsc"},"startTime":1769502290065,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":96233,"timestamp":114286115,"id":85,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/encoded-tags.js","layer":"rsc"},"startTime":1769502290065,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":147784,"timestamp":114239188,"id":56,"parentId":42,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"pages-dir-node"},"startTime":1769502290018,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":148004,"timestamp":114239426,"id":59,"parentId":45,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-node"},"startTime":1769502290018,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":148516,"timestamp":114239517,"id":60,"parentId":51,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-thenable.js","layer":"pages-dir-node"},"startTime":1769502290018,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":149170,"timestamp":114239765,"id":62,"parentId":39,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-node"},"startTime":1769502290019,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":153659,"timestamp":114238805,"id":54,"parentId":34,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/pages/_error.js","layer":"pages-dir-node"},"startTime":1769502290018,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":153519,"timestamp":114239872,"id":63,"parentId":39,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js","layer":"pages-dir-node"},"startTime":1769502290019,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":108502,"timestamp":114286428,"id":87,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-headers.js","layer":"rsc"},"startTime":1769502290065,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":109147,"timestamp":114286578,"id":88,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-status-code.js","layer":"rsc"},"startTime":1769502290065,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":110456,"timestamp":114286789,"id":89,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/global-error.js","layer":"rsc"},"startTime":1769502290066,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":111012,"timestamp":114286929,"id":90,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/not-found.js","layer":"rsc"},"startTime":1769502290066,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":119491,"timestamp":114287234,"id":92,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/unauthorized.js","layer":"rsc"},"startTime":1769502290066,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":120546,"timestamp":114287100,"id":91,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/forbidden.js","layer":"rsc"},"startTime":1769502290066,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":127379,"timestamp":114284130,"id":77,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/encryption-utils.js","layer":"rsc"},"startTime":1769502290063,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":33300,"timestamp":114419427,"id":93,"parentId":51,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"pages-dir-node"},"startTime":1769502290198,"traceId":"45990b03006e527e"},{"name":"build-module-cjs","duration":35271,"timestamp":114419542,"id":94,"parentId":35,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","layer":"pages-dir-node"},"startTime":1769502290198,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":993854,"timestamp":113498393,"id":24,"parentId":22,"tags":{"request":"next/dist/pages/_app"},"startTime":1769502289277,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":60,"timestamp":114492401,"id":95,"parentId":57,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.prod.js","layer":null},"startTime":1769502290271,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4052,"timestamp":114492488,"id":96,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request-meta.js","layer":"pages-dir-node"},"startTime":1769502290271,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10209,"timestamp":114492605,"id":97,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/constants.js","layer":"pages-dir-node"},"startTime":1769502290271,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14574,"timestamp":114492673,"id":98,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/send-payload.js","layer":"pages-dir-node"},"startTime":1769502290271,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19511,"timestamp":114492732,"id":99,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/render-result.js","layer":"pages-dir-node"},"startTime":1769502290272,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19804,"timestamp":114492788,"id":100,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/interop-default.js","layer":"pages-dir-node"},"startTime":1769502290272,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":20081,"timestamp":114492837,"id":101,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/instrumentation/utils.js","layer":"pages-dir-node"},"startTime":1769502290272,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":54,"timestamp":114520803,"id":105,"parentId":74,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1769502290300,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7347,"timestamp":114521464,"id":109,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/index.js","layer":"pages-dir-node"},"startTime":1769502290300,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":30349,"timestamp":114520878,"id":106,"parentId":65,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1769502290300,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":69474,"timestamp":114492888,"id":102,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-status-code.js","layer":"pages-dir-node"},"startTime":1769502290272,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":70276,"timestamp":114493031,"id":103,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/layout.tsx","layer":"rsc"},"startTime":1769502290272,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":75839,"timestamp":114495269,"id":104,"parentId":31,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"rsc"},"startTime":1769502290274,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":57043,"timestamp":114521338,"id":108,"parentId":65,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-thenable.js","layer":"rsc"},"startTime":1769502290300,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":59871,"timestamp":114521198,"id":107,"parentId":69,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils.js","layer":"rsc"},"startTime":1769502290300,"traceId":"45990b03006e527e"},{"name":"build-module-external","duration":134,"timestamp":114602110,"id":110,"parentId":58,"tags":{"name":"../../../shared/lib/no-fallback-error.external","layer":null},"startTime":1769502290381,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1721,"timestamp":114603023,"id":112,"parentId":98,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/cache-control.js","layer":"pages-dir-node"},"startTime":1769502290382,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2255,"timestamp":114603099,"id":113,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/redirect-status.js","layer":"pages-dir-node"},"startTime":1769502290382,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2894,"timestamp":114603909,"id":115,"parentId":109,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/utils.js","layer":"pages-dir-node"},"startTime":1769502290383,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5625,"timestamp":114602294,"id":111,"parentId":69,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/cache-control.js","layer":"rsc"},"startTime":1769502290381,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5669,"timestamp":114603147,"id":114,"parentId":83,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/utils.js","layer":"rsc"},"startTime":1769502290382,"traceId":"45990b03006e527e"}]
|
|
2
|
+
[{"name":"build-module-js","duration":16570,"timestamp":115203319,"id":217,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"rsc"},"startTime":1769502290982,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1065,"timestamp":115242876,"id":218,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"rsc"},"startTime":1769502291022,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7618,"timestamp":115252184,"id":219,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment.js","layer":"rsc"},"startTime":1769502291031,"traceId":"45990b03006e527e"},{"name":"build-module-css","duration":775,"timestamp":115259934,"id":224,"parentId":103,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/globals.css","layer":"rsc"},"startTime":1769502291039,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9568,"timestamp":115252397,"id":220,"parentId":158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"pages-dir-node"},"startTime":1769502291031,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10378,"timestamp":115252502,"id":221,"parentId":159,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"pages-dir-node"},"startTime":1769502291031,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11490,"timestamp":115252732,"id":223,"parentId":150,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/styles/access-error-styles.js","layer":"rsc"},"startTime":1769502291032,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16293,"timestamp":115252593,"id":222,"parentId":156,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"rsc"},"startTime":1769502291031,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5126,"timestamp":115264485,"id":226,"parentId":163,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"rsc"},"startTime":1769502291043,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8015,"timestamp":115264611,"id":227,"parentId":164,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js","layer":"rsc"},"startTime":1769502291043,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1225,"timestamp":115272853,"id":228,"parentId":142,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-server-dom-webpack/client.node.js","layer":"rsc"},"startTime":1769502291052,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11214,"timestamp":115264365,"id":225,"parentId":160,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"pages-dir-node"},"startTime":1769502291043,"traceId":"45990b03006e527e"},{"name":"build-module-cjs","duration":1644,"timestamp":115277634,"id":229,"parentId":131,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","layer":"pages-dir-node"},"startTime":1769502291056,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5078,"timestamp":115282896,"id":233,"parentId":182,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/adapters/headers.js","layer":"rsc"},"startTime":1769502291062,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15238,"timestamp":115277703,"id":230,"parentId":165,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"rsc"},"startTime":1769502291056,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16822,"timestamp":115277846,"id":231,"parentId":165,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"rsc"},"startTime":1769502291057,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19254,"timestamp":115277958,"id":232,"parentId":165,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js","layer":"rsc"},"startTime":1769502291057,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18065,"timestamp":115283171,"id":234,"parentId":183,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-node"},"startTime":1769502291062,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6538,"timestamp":115307424,"id":235,"parentId":187,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1769502291086,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7035,"timestamp":115307632,"id":236,"parentId":183,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-node"},"startTime":1769502291086,"traceId":"45990b03006e527e"},{"name":"build-module-external","duration":29,"timestamp":115317474,"id":239,"parentId":190,"tags":{"name":"../app-render/after-task-async-storage.external","layer":null},"startTime":1769502291096,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":868,"timestamp":115317317,"id":237,"parentId":131,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/pages/vendored/contexts/amp-context.js","layer":"pages-dir-node"},"startTime":1769502291096,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":951,"timestamp":115317420,"id":238,"parentId":131,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js","layer":"pages-dir-node"},"startTime":1769502291096,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3312,"timestamp":115324651,"id":242,"parentId":194,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/error-telemetry-utils.js","layer":"rsc"},"startTime":1769502291103,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12585,"timestamp":115317797,"id":241,"parentId":187,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"rsc"},"startTime":1769502291097,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14036,"timestamp":115317523,"id":240,"parentId":194,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/format-server-error.js","layer":"rsc"},"startTime":1769502291096,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7960,"timestamp":115324951,"id":243,"parentId":194,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/is-next-router-error.js","layer":"rsc"},"startTime":1769502291104,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12167,"timestamp":115333361,"id":244,"parentId":236,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-node"},"startTime":1769502291112,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2637,"timestamp":115346273,"id":246,"parentId":199,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/utils.js","layer":"pages-dir-node"},"startTime":1769502291125,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7129,"timestamp":115345946,"id":245,"parentId":194,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/react-large-shell-error.js","layer":"rsc"},"startTime":1769502291125,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8366,"timestamp":115346337,"id":247,"parentId":200,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/utils.js","layer":"rsc"},"startTime":1769502291125,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1228,"timestamp":115357643,"id":248,"parentId":199,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/base-http/helpers.js","layer":"pages-dir-node"},"startTime":1769502291136,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2366,"timestamp":115357982,"id":250,"parentId":199,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/request.js","layer":"pages-dir-node"},"startTime":1769502291137,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3958,"timestamp":115357723,"id":249,"parentId":200,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/base-http/helpers.js","layer":"rsc"},"startTime":1769502291137,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5215,"timestamp":115358069,"id":251,"parentId":200,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/request.js","layer":"rsc"},"startTime":1769502291137,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":81494,"timestamp":115366411,"id":253,"parentId":186,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1769502291145,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":78512,"timestamp":115369819,"id":256,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/interop-default.js","layer":"rsc"},"startTime":1769502291149,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":88768,"timestamp":115366290,"id":252,"parentId":244,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-node"},"startTime":1769502291145,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2796,"timestamp":115475440,"id":261,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/default-metadata.js","layer":"rsc"},"startTime":1769502291254,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5093,"timestamp":115476757,"id":262,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/app-dir-module.js","layer":"rsc"},"startTime":1769502291256,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3209,"timestamp":115484570,"id":264,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/utils.js","layer":"rsc"},"startTime":1769502291263,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5827,"timestamp":115484774,"id":265,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js","layer":"rsc"},"startTime":1769502291264,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6400,"timestamp":115484961,"id":266,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js","layer":"rsc"},"startTime":1769502291264,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9098,"timestamp":115485577,"id":267,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js","layer":"rsc"},"startTime":1769502291264,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9718,"timestamp":115485772,"id":268,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js","layer":"rsc"},"startTime":1769502291265,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18664,"timestamp":115484448,"id":263,"parentId":252,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment.js","layer":"pages-dir-node"},"startTime":1769502291263,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":2005974,"timestamp":113498569,"id":29,"parentId":22,"tags":{"request":"next/dist/pages/_document"},"startTime":1769502289277,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5274,"timestamp":115517190,"id":269,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1769502291296,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4726,"timestamp":115531780,"id":270,"parentId":216,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/non-nullable.js","layer":"rsc"},"startTime":1769502291311,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1903,"timestamp":115535077,"id":271,"parentId":212,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/constants.js","layer":"rsc"},"startTime":1769502291314,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2607,"timestamp":115568666,"id":273,"parentId":182,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/cookie/index.js","layer":"rsc"},"startTime":1769502291347,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3735,"timestamp":115568960,"id":274,"parentId":227,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/route-pattern-normalizer.js","layer":"rsc"},"startTime":1769502291348,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":38872,"timestamp":115535312,"id":272,"parentId":215,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"rsc"},"startTime":1769502291314,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1144,"timestamp":115587788,"id":276,"parentId":194,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/string-hash/index.js","layer":"rsc"},"startTime":1769502291367,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3060,"timestamp":115589660,"id":278,"parentId":250,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/next-url.js","layer":"pages-dir-node"},"startTime":1769502291368,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3424,"timestamp":115589888,"id":280,"parentId":250,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/error.js","layer":"pages-dir-node"},"startTime":1769502291369,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6536,"timestamp":115589708,"id":279,"parentId":251,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/next-url.js","layer":"rsc"},"startTime":1769502291369,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6819,"timestamp":115589929,"id":281,"parentId":251,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/error.js","layer":"rsc"},"startTime":1769502291369,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9624,"timestamp":115589532,"id":277,"parentId":243,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-error.js","layer":"rsc"},"startTime":1769502291368,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":68486,"timestamp":115584743,"id":275,"parentId":228,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js","layer":"rsc"},"startTime":1769502291364,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":887,"timestamp":115655820,"id":282,"parentId":250,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"pages-dir-node"},"startTime":1769502291435,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1853,"timestamp":115655930,"id":283,"parentId":251,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"rsc"},"startTime":1769502291435,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4982,"timestamp":115659654,"id":284,"parentId":269,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/picocolors.js","layer":"rsc"},"startTime":1769502291438,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5569,"timestamp":115659903,"id":285,"parentId":265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/url.js","layer":"rsc"},"startTime":1769502291439,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7041,"timestamp":115660131,"id":286,"parentId":269,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/lru-cache.js","layer":"rsc"},"startTime":1769502291439,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8446,"timestamp":115660340,"id":287,"parentId":265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js","layer":"rsc"},"startTime":1769502291439,"traceId":"45990b03006e527e"},{"name":"build-module","duration":26,"timestamp":115670079,"id":288,"parentId":275,"tags":{"name":"util","layer":null},"startTime":1769502291449,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4500,"timestamp":115672557,"id":289,"parentId":227,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/path-to-regexp/index.js","layer":"rsc"},"startTime":1769502291451,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3307,"timestamp":115686561,"id":290,"parentId":155,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js","layer":"rsc"},"startTime":1769502291465,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4037,"timestamp":115686911,"id":292,"parentId":279,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/get-hostname.js","layer":"rsc"},"startTime":1769502291466,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4502,"timestamp":115686830,"id":291,"parentId":278,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/get-hostname.js","layer":"pages-dir-node"},"startTime":1769502291466,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4800,"timestamp":115687093,"id":294,"parentId":279,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"rsc"},"startTime":1769502291466,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5532,"timestamp":115687184,"id":295,"parentId":278,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"pages-dir-node"},"startTime":1769502291466,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6207,"timestamp":115687027,"id":293,"parentId":278,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"pages-dir-node"},"startTime":1769502291466,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15944,"timestamp":115687239,"id":296,"parentId":279,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"rsc"},"startTime":1769502291466,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15461,"timestamp":115710776,"id":298,"parentId":295,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-node"},"startTime":1769502291490,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16069,"timestamp":115710579,"id":297,"parentId":294,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"rsc"},"startTime":1769502291489,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16257,"timestamp":115710863,"id":299,"parentId":278,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"pages-dir-node"},"startTime":1769502291490,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16665,"timestamp":115710923,"id":300,"parentId":279,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"rsc"},"startTime":1769502291490,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3597,"timestamp":115733456,"id":301,"parentId":287,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/isomorphic/path.js","layer":"rsc"},"startTime":1769502291512,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11766,"timestamp":115744168,"id":302,"parentId":295,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-node"},"startTime":1769502291523,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12854,"timestamp":115744447,"id":304,"parentId":294,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"rsc"},"startTime":1769502291523,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13142,"timestamp":115744559,"id":305,"parentId":293,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"pages-dir-node"},"startTime":1769502291523,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15578,"timestamp":115744638,"id":306,"parentId":294,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"rsc"},"startTime":1769502291523,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16686,"timestamp":115744307,"id":303,"parentId":296,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"rsc"},"startTime":1769502291523,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16795,"timestamp":115744750,"id":307,"parentId":293,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"pages-dir-node"},"startTime":1769502291524,"traceId":"45990b03006e527e"},{"name":"font-loader","duration":352616,"timestamp":115415690,"id":258,"parentId":257,"tags":{},"startTime":1769502291194,"traceId":"45990b03006e527e"},{"name":"postcss","duration":6259,"timestamp":116159652,"id":308,"parentId":257,"tags":{},"startTime":1769502291938,"traceId":"45990b03006e527e"},{"name":"next-font-loader","duration":796413,"timestamp":115370256,"id":257,"parentId":254,"tags":{},"startTime":1769502291149,"traceId":"45990b03006e527e"},{"name":"css-loader","duration":42569,"timestamp":116166173,"id":309,"parentId":254,"tags":{"astUsed":"true"},"startTime":1769502291945,"traceId":"45990b03006e527e"},{"name":"build-module","duration":842623,"timestamp":115366645,"id":254,"parentId":103,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"rsc"},"startTime":1769502291145,"traceId":"45990b03006e527e"},{"name":"font-loader","duration":771034,"timestamp":115442755,"id":260,"parentId":259,"tags":{},"startTime":1769502291222,"traceId":"45990b03006e527e"},{"name":"postcss","duration":1010,"timestamp":116213856,"id":310,"parentId":259,"tags":{},"startTime":1769502291993,"traceId":"45990b03006e527e"},{"name":"next-font-loader","duration":772234,"timestamp":115442697,"id":259,"parentId":255,"tags":{},"startTime":1769502291221,"traceId":"45990b03006e527e"},{"name":"css-loader","duration":8466,"timestamp":116214902,"id":311,"parentId":255,"tags":{"astUsed":"true"},"startTime":1769502291994,"traceId":"45990b03006e527e"},{"name":"build-module","duration":854058,"timestamp":115369715,"id":255,"parentId":103,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"rsc"},"startTime":1769502291149,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1008,"timestamp":116234136,"id":312,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/server-only/empty.js","layer":"rsc"},"startTime":1769502292013,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":42508,"timestamp":116236520,"id":313,"parentId":282,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"pages-dir-node"},"startTime":1769502292015,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":66537,"timestamp":116236604,"id":314,"parentId":283,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"rsc"},"startTime":1769502292015,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":2804882,"timestamp":113498465,"id":25,"parentId":22,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1769502289277,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":2805673,"timestamp":113497684,"id":23,"parentId":22,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1769502289276,"traceId":"45990b03006e527e"}]
|
|
3
|
+
[{"name":"add-entry","duration":2804861,"timestamp":113498502,"id":26,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1769502289277,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":2804818,"timestamp":113498549,"id":28,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fsettings%2Fpage&name=app%2Fsettings%2Fpage&pagePath=private-next-app-dir%2Fsettings%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fsettings%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1769502289277,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":2804843,"timestamp":113498528,"id":27,"parentId":22,"tags":{"request":"next-app-loader?page=%2Fproject%2F%5Bid%5D%2Fpage&name=app%2Fproject%2F%5Bid%5D%2Fpage&pagePath=private-next-app-dir%2Fproject%2F%5Bid%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp&appPaths=%2Fproject%2F%5Bid%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1769502289277,"traceId":"45990b03006e527e"},{"name":"build-module","duration":2704,"timestamp":116474520,"id":337,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fcomponents%2FDevErrorRecovery.tsx%22%2C%22ids%22%3A%5B%22DevErrorRecovery%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1769502292253,"traceId":"45990b03006e527e"},{"name":"build-module","duration":468,"timestamp":116477263,"id":338,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fcomponents%2FDevErrorRecovery.tsx%22%2C%22ids%22%3A%5B%22DevErrorRecovery%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1769502292256,"traceId":"45990b03006e527e"},{"name":"build-module","duration":875,"timestamp":116477760,"id":339,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1769502292257,"traceId":"45990b03006e527e"},{"name":"build-module","duration":3805,"timestamp":116478656,"id":340,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1769502292257,"traceId":"45990b03006e527e"},{"name":"build-module","duration":261,"timestamp":116482482,"id":341,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1769502292261,"traceId":"45990b03006e527e"},{"name":"build-module","duration":265,"timestamp":116482758,"id":342,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1769502292262,"traceId":"45990b03006e527e"},{"name":"build-module","duration":262,"timestamp":116483040,"id":343,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fproject%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1769502292262,"traceId":"45990b03006e527e"},{"name":"build-module","duration":254,"timestamp":116483318,"id":344,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fproject%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1769502292262,"traceId":"45990b03006e527e"},{"name":"build-module","duration":351,"timestamp":116483587,"id":345,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1769502292262,"traceId":"45990b03006e527e"},{"name":"build-module","duration":285,"timestamp":116483953,"id":346,"parentId":20,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1769502292263,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":5804,"timestamp":116510343,"id":349,"parentId":343,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"ssr"},"startTime":1769502292289,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":14408,"timestamp":116510904,"id":351,"parentId":337,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"ssr"},"startTime":1769502292290,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14373,"timestamp":116512578,"id":352,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-page.js","layer":"ssr"},"startTime":1769502292291,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17282,"timestamp":116510453,"id":350,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/global-error.js","layer":"ssr"},"startTime":1769502292289,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":20869,"timestamp":116510198,"id":348,"parentId":345,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"ssr"},"startTime":1769502292289,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":23016,"timestamp":116512693,"id":353,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-segment.js","layer":"ssr"},"startTime":1769502292291,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":27828,"timestamp":116509200,"id":347,"parentId":341,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"ssr"},"startTime":1769502292288,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19856,"timestamp":116517857,"id":355,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1769502292297,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":29973,"timestamp":116512789,"id":354,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1769502292292,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7692,"timestamp":116564902,"id":361,"parentId":352,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/search-params.js","layer":"ssr"},"startTime":1769502292344,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12633,"timestamp":116565056,"id":362,"parentId":352,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/params.js","layer":"ssr"},"startTime":1769502292344,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16311,"timestamp":116562338,"id":358,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"ssr"},"startTime":1769502292341,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18015,"timestamp":116562262,"id":357,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"ssr"},"startTime":1769502292341,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18829,"timestamp":116562065,"id":356,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-components.js","layer":"ssr"},"startTime":1769502292341,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":29009,"timestamp":116562397,"id":359,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"ssr"},"startTime":1769502292341,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":30607,"timestamp":116564761,"id":360,"parentId":352,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/invariant-error.js","layer":"ssr"},"startTime":1769502292344,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":30735,"timestamp":116565174,"id":363,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"ssr"},"startTime":1769502292344,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6687,"timestamp":116609184,"id":364,"parentId":361,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"ssr"},"startTime":1769502292388,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7934,"timestamp":116609429,"id":365,"parentId":361,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"ssr"},"startTime":1769502292388,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7877,"timestamp":116609930,"id":368,"parentId":356,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-constants.js","layer":"ssr"},"startTime":1769502292389,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5773,"timestamp":116612558,"id":373,"parentId":361,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1769502292391,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9660,"timestamp":116612286,"id":370,"parentId":363,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment.js","layer":"ssr"},"startTime":1769502292391,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10580,"timestamp":116612163,"id":369,"parentId":361,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"ssr"},"startTime":1769502292391,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10655,"timestamp":116612463,"id":372,"parentId":357,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1769502292391,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11713,"timestamp":116612375,"id":371,"parentId":357,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"ssr"},"startTime":1769502292391,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11653,"timestamp":116612757,"id":374,"parentId":363,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1769502292392,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":25400,"timestamp":116609769,"id":367,"parentId":361,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/utils.js","layer":"ssr"},"startTime":1769502292389,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":32250,"timestamp":116609616,"id":366,"parentId":361,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1769502292388,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3612,"timestamp":116663897,"id":375,"parentId":366,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/scheduler.js","layer":"ssr"},"startTime":1769502292443,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4877,"timestamp":116664212,"id":376,"parentId":367,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1769502292443,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6157,"timestamp":116664366,"id":377,"parentId":366,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1769502292443,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6663,"timestamp":116664468,"id":378,"parentId":366,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1769502292443,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7047,"timestamp":116664596,"id":379,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1769502292443,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8111,"timestamp":116664696,"id":380,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/use-action-queue.js","layer":"ssr"},"startTime":1769502292443,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8285,"timestamp":116664889,"id":382,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1769502292444,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8574,"timestamp":116665178,"id":385,"parentId":350,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/handle-isr-error.js","layer":"ssr"},"startTime":1769502292444,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9776,"timestamp":116665088,"id":384,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/bfcache.js","layer":"ssr"},"startTime":1769502292444,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12464,"timestamp":116664974,"id":383,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1769502292444,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13949,"timestamp":116664794,"id":381,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1769502292444,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14057,"timestamp":116665262,"id":386,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"ssr"},"startTime":1769502292444,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2063,"timestamp":116691479,"id":391,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1769502292470,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2151,"timestamp":116692048,"id":392,"parentId":355,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1769502292471,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5229,"timestamp":116691200,"id":387,"parentId":380,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-thenable.js","layer":"ssr"},"startTime":1769502292470,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5746,"timestamp":116691381,"id":389,"parentId":381,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1769502292470,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6753,"timestamp":116691315,"id":388,"parentId":383,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-error.js","layer":"ssr"},"startTime":1769502292470,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8556,"timestamp":116691432,"id":390,"parentId":381,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"ssr"},"startTime":1769502292470,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8393,"timestamp":116692164,"id":393,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1769502292471,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8673,"timestamp":116692269,"id":395,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"ssr"},"startTime":1769502292471,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13488,"timestamp":116692316,"id":396,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"ssr"},"startTime":1769502292471,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15332,"timestamp":116692221,"id":394,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1769502292471,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":912,"timestamp":116719176,"id":398,"parentId":349,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js","layer":"ssr"},"startTime":1769502292498,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1099,"timestamp":116721621,"id":402,"parentId":349,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js","layer":"ssr"},"startTime":1769502292500,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5135,"timestamp":116719047,"id":397,"parentId":388,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1769502292498,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6029,"timestamp":116721393,"id":399,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1769502292500,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6638,"timestamp":116721479,"id":400,"parentId":390,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"ssr"},"startTime":1769502292500,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8829,"timestamp":116721723,"id":403,"parentId":381,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation-untracked.js","layer":"ssr"},"startTime":1769502292501,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10098,"timestamp":116721534,"id":401,"parentId":396,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"ssr"},"startTime":1769502292500,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1205,"timestamp":116733024,"id":404,"parentId":398,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1769502292512,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2833,"timestamp":116735604,"id":406,"parentId":381,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"ssr"},"startTime":1769502292514,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5023,"timestamp":116735513,"id":405,"parentId":383,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1769502292514,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8869,"timestamp":116735659,"id":407,"parentId":383,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1769502292514,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3318,"timestamp":116750621,"id":408,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1769502292529,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3897,"timestamp":116750732,"id":409,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-find-source-map-url.js","layer":"ssr"},"startTime":1769502292530,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4342,"timestamp":116750797,"id":410,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-build-id.js","layer":"ssr"},"startTime":1769502292530,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":864,"timestamp":116756250,"id":415,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-dom.js","layer":"ssr"},"startTime":1769502292535,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8236,"timestamp":116750847,"id":411,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/flight-data-helpers.js","layer":"ssr"},"startTime":1769502292530,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7096,"timestamp":116752528,"id":413,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js","layer":"ssr"},"startTime":1769502292531,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8547,"timestamp":116752408,"id":412,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/route-params.js","layer":"ssr"},"startTime":1769502292531,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":4969,"timestamp":116762414,"id":416,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/Header.tsx","layer":"ssr"},"startTime":1769502292541,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":805,"timestamp":116774458,"id":423,"parentId":355,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js","layer":"ssr"},"startTime":1769502292553,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":22725,"timestamp":116752622,"id":414,"parentId":349,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/api/navigation.js","layer":"ssr"},"startTime":1769502292531,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":4549,"timestamp":116771400,"id":418,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/input.tsx","layer":"ssr"},"startTime":1769502292550,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":6685,"timestamp":116771582,"id":419,"parentId":349,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/workspace/WorkspaceLayout.tsx","layer":"ssr"},"startTime":1769502292550,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":7606,"timestamp":116771183,"id":417,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/button.tsx","layer":"ssr"},"startTime":1769502292550,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":12224,"timestamp":116774244,"id":421,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectList.tsx","layer":"ssr"},"startTime":1769502292553,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13133,"timestamp":116774145,"id":420,"parentId":412,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"ssr"},"startTime":1769502292553,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":14518,"timestamp":116774359,"id":422,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectModal.tsx","layer":"ssr"},"startTime":1769502292553,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":10760,"timestamp":116809557,"id":425,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/api.ts","layer":"ssr"},"startTime":1769502292588,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":11861,"timestamp":116809309,"id":424,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useProjectStore.ts","layer":"ssr"},"startTime":1769502292588,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":716,"timestamp":116836850,"id":426,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client.js","layer":"ssr"},"startTime":1769502292616,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5574,"timestamp":116849244,"id":427,"parentId":405,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1769502292628,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4974,"timestamp":116855358,"id":428,"parentId":405,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unrecognized-action-error.js","layer":"ssr"},"startTime":1769502292634,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5598,"timestamp":116855474,"id":429,"parentId":405,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1769502292634,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6059,"timestamp":116855533,"id":430,"parentId":406,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"ssr"},"startTime":1769502292634,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6347,"timestamp":116855590,"id":431,"parentId":405,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"ssr"},"startTime":1769502292634,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6848,"timestamp":116855639,"id":432,"parentId":413,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js","layer":"ssr"},"startTime":1769502292634,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":2990,"timestamp":116872286,"id":433,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/index.ts","layer":"ssr"},"startTime":1769502292651,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":7188,"timestamp":116873713,"id":434,"parentId":416,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/LanguageSwitcher.tsx","layer":"ssr"},"startTime":1769502292653,"traceId":"45990b03006e527e"}]
|
|
4
|
+
[{"name":"build-module-tsx","duration":5997,"timestamp":116876392,"id":439,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectCard.tsx","layer":"ssr"},"startTime":1769502292655,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":7860,"timestamp":116876492,"id":440,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectCard.tsx","layer":"ssr"},"startTime":1769502292655,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":43624,"timestamp":116876115,"id":435,"parentId":349,"tags":{"name":"__barrel_optimize__?names=AlertCircle!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292655,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":44398,"timestamp":116876210,"id":436,"parentId":348,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Check,Database,FolderOpen,Loader2,RefreshCw!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292655,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6714,"timestamp":116921226,"id":443,"parentId":403,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js","layer":"ssr"},"startTime":1769502292700,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":52516,"timestamp":116876273,"id":437,"parentId":416,"tags":{"name":"__barrel_optimize__?names=ArrowLeft,Settings!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292655,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":52853,"timestamp":116876336,"id":438,"parentId":419,"tags":{"name":"__barrel_optimize__?names=Database,Eye,FlaskConical,FolderTree,GitBranch,Settings2,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292655,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9240,"timestamp":116921416,"id":444,"parentId":427,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1769502292700,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9792,"timestamp":116921524,"id":445,"parentId":427,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/forbidden.js","layer":"ssr"},"startTime":1769502292700,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11424,"timestamp":116921611,"id":446,"parentId":427,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unauthorized.js","layer":"ssr"},"startTime":1769502292700,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11742,"timestamp":116921757,"id":448,"parentId":432,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1769502292701,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14232,"timestamp":116920923,"id":441,"parentId":439,"tags":{"name":"__barrel_optimize__?names=Plus,Sparkles!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292700,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14356,"timestamp":116921127,"id":442,"parentId":440,"tags":{"name":"__barrel_optimize__?names=Code,Database,Globe,Server,Smartphone,Trash2,Zap!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292700,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14268,"timestamp":116921681,"id":447,"parentId":427,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"ssr"},"startTime":1769502292700,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4457,"timestamp":116951741,"id":452,"parentId":405,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js","layer":"ssr"},"startTime":1769502292731,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":6290,"timestamp":116951383,"id":450,"parentId":418,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/utils.ts","layer":"ssr"},"startTime":1769502292730,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":10947,"timestamp":116951561,"id":451,"parentId":422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/dialog.tsx","layer":"ssr"},"startTime":1769502292730,"traceId":"45990b03006e527e"},{"name":"build-module-json","duration":2341,"timestamp":116976918,"id":453,"parentId":433,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/en.json","layer":"ssr"},"startTime":1769502292756,"traceId":"45990b03006e527e"},{"name":"build-module-json","duration":1099,"timestamp":116978321,"id":454,"parentId":433,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/ko.json","layer":"ssr"},"startTime":1769502292757,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":31915,"timestamp":116951141,"id":449,"parentId":416,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/api/image.js","layer":"ssr"},"startTime":1769502292730,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":3184,"timestamp":116982473,"id":456,"parentId":419,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ChatPanel.tsx","layer":"ssr"},"startTime":1769502292761,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":8774,"timestamp":117000357,"id":457,"parentId":419,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileExplorer.tsx","layer":"ssr"},"startTime":1769502292779,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8131,"timestamp":117001229,"id":461,"parentId":456,"tags":{"name":"__barrel_optimize__?names=MessageSquarePlus!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292780,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":18099,"timestamp":117000615,"id":458,"parentId":419,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileViewer.tsx","layer":"ssr"},"startTime":1769502292779,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":23927,"timestamp":117000814,"id":459,"parentId":419,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/PreviewPanel.tsx","layer":"ssr"},"startTime":1769502292780,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":30951,"timestamp":117001036,"id":460,"parentId":419,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/testing/TestRunner.tsx","layer":"ssr"},"startTime":1769502292780,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":55004,"timestamp":117013683,"id":462,"parentId":419,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/database/DatabasePanel.tsx","layer":"ssr"},"startTime":1769502292792,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2982,"timestamp":117073626,"id":463,"parentId":417,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.mjs","layer":"ssr"},"startTime":1769502292852,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":24546,"timestamp":117095608,"id":466,"parentId":419,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/env/EnvPanel.tsx","layer":"ssr"},"startTime":1769502292874,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":34027,"timestamp":117095716,"id":467,"parentId":419,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/checkpoint/CheckpointPanel.tsx","layer":"ssr"},"startTime":1769502292875,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":34760,"timestamp":117095408,"id":464,"parentId":457,"tags":{"name":"__barrel_optimize__?names=ChevronDown,ChevronRight,File,Folder,FolderOpen,RefreshCw!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292874,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":34863,"timestamp":117095537,"id":465,"parentId":458,"tags":{"name":"__barrel_optimize__?names=Check,Copy,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292874,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":11556,"timestamp":117132869,"id":470,"parentId":433,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/middleware.mjs","layer":"ssr"},"startTime":1769502292912,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15321,"timestamp":117132590,"id":468,"parentId":459,"tags":{"name":"__barrel_optimize__?names=ExternalLink,Loader2,Monitor,Package,Play,RefreshCw,RotateCcw,Smartphone,Square,Tablet,Terminal,Zap!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292911,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":172204,"timestamp":116978371,"id":455,"parentId":416,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-dir/link.js","layer":"ssr"},"startTime":1769502292757,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":31669,"timestamp":117132764,"id":469,"parentId":460,"tags":{"name":"__barrel_optimize__?names=AlertCircle,CheckCircle,Clock,FlaskConical,Play,Plus,RefreshCw,Trash2,XCircle!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292912,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17303,"timestamp":117148193,"id":471,"parentId":462,"tags":{"name":"__barrel_optimize__?names=AlertCircle,ChevronLeft,ChevronRight,Database,Play,RefreshCw,Table,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292927,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6330,"timestamp":117172460,"id":474,"parentId":447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unstable-rethrow.server.js","layer":"ssr"},"startTime":1769502292951,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13178,"timestamp":117172242,"id":472,"parentId":466,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Eye,EyeOff,FileText,Plus,RefreshCw,Save,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292951,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13443,"timestamp":117172383,"id":473,"parentId":467,"tags":{"name":"__barrel_optimize__?names=AlertCircle,ChevronDown,ChevronRight,Clock,FileText,GitBranch,Plus,RefreshCw,RotateCcw!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502292951,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7255,"timestamp":117181587,"id":475,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils.js","layer":"ssr"},"startTime":1769502292960,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13410,"timestamp":117181728,"id":476,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"ssr"},"startTime":1769502292961,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1893,"timestamp":117195895,"id":477,"parentId":474,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"ssr"},"startTime":1769502292975,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2077,"timestamp":117196077,"id":478,"parentId":424,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/index.mjs","layer":"ssr"},"startTime":1769502292975,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3995,"timestamp":117196186,"id":479,"parentId":435,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"ssr"},"startTime":1769502292975,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2315,"timestamp":117200550,"id":482,"parentId":436,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder-open.js","layer":"ssr"},"startTime":1769502292979,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2709,"timestamp":117200470,"id":481,"parentId":436,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/database.js","layer":"ssr"},"startTime":1769502292979,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4040,"timestamp":117200630,"id":483,"parentId":436,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/loader-circle.js","layer":"ssr"},"startTime":1769502292979,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4258,"timestamp":117200705,"id":484,"parentId":436,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/refresh-cw.js","layer":"ssr"},"startTime":1769502292979,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4562,"timestamp":117200789,"id":485,"parentId":437,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/arrow-left.js","layer":"ssr"},"startTime":1769502292980,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4921,"timestamp":117200867,"id":486,"parentId":437,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/settings.js","layer":"ssr"},"startTime":1769502292980,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5987,"timestamp":117200364,"id":480,"parentId":436,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/check.js","layer":"ssr"},"startTime":1769502292979,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6569,"timestamp":117203280,"id":487,"parentId":476,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"ssr"},"startTime":1769502292982,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6837,"timestamp":117203389,"id":488,"parentId":438,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/eye.js","layer":"ssr"},"startTime":1769502292982,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7030,"timestamp":117203479,"id":489,"parentId":438,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/flask-conical.js","layer":"ssr"},"startTime":1769502292982,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2110,"timestamp":117211232,"id":490,"parentId":438,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder-tree.js","layer":"ssr"},"startTime":1769502292990,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2521,"timestamp":117213585,"id":492,"parentId":438,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/settings-2.js","layer":"ssr"},"startTime":1769502292992,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2705,"timestamp":117213670,"id":493,"parentId":438,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/x.js","layer":"ssr"},"startTime":1769502292992,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3223,"timestamp":117213426,"id":491,"parentId":438,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/git-branch.js","layer":"ssr"},"startTime":1769502292992,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3141,"timestamp":117213747,"id":494,"parentId":441,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/plus.js","layer":"ssr"},"startTime":1769502292993,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3493,"timestamp":117213828,"id":495,"parentId":441,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/sparkles.js","layer":"ssr"},"startTime":1769502292993,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3670,"timestamp":117213902,"id":496,"parentId":442,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/code.js","layer":"ssr"},"startTime":1769502292993,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4783,"timestamp":117213990,"id":497,"parentId":442,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/globe.js","layer":"ssr"},"startTime":1769502292993,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3717,"timestamp":117215396,"id":498,"parentId":442,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/server.js","layer":"ssr"},"startTime":1769502292994,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3878,"timestamp":117215509,"id":499,"parentId":442,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/smartphone.js","layer":"ssr"},"startTime":1769502292994,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":3046,"timestamp":117224195,"id":501,"parentId":456,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageList.tsx","layer":"ssr"},"startTime":1769502293003,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4294,"timestamp":117224538,"id":503,"parentId":442,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/trash-2.js","layer":"ssr"},"startTime":1769502293003,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4466,"timestamp":117224617,"id":504,"parentId":442,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/zap.js","layer":"ssr"},"startTime":1769502293003,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4593,"timestamp":117224702,"id":505,"parentId":461,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/message-square-plus.js","layer":"ssr"},"startTime":1769502293003,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4707,"timestamp":117224773,"id":506,"parentId":464,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"ssr"},"startTime":1769502293004,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":6339,"timestamp":117224377,"id":502,"parentId":456,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageInput.tsx","layer":"ssr"},"startTime":1769502293003,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6817,"timestamp":117224846,"id":507,"parentId":449,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-external.js","layer":"ssr"},"startTime":1769502293004,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5871,"timestamp":117226090,"id":508,"parentId":464,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-right.js","layer":"ssr"},"startTime":1769502293005,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":8877,"timestamp":117223976,"id":500,"parentId":439,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/card.tsx","layer":"ssr"},"startTime":1769502293003,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6941,"timestamp":117226196,"id":509,"parentId":464,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/file.js","layer":"ssr"},"startTime":1769502293005,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5155,"timestamp":117245802,"id":511,"parentId":464,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder.js","layer":"ssr"},"startTime":1769502293025,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5364,"timestamp":117245882,"id":512,"parentId":465,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/copy.js","layer":"ssr"},"startTime":1769502293025,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5530,"timestamp":117245940,"id":513,"parentId":468,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/external-link.js","layer":"ssr"},"startTime":1769502293025,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5601,"timestamp":117246074,"id":515,"parentId":468,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/play.js","layer":"ssr"},"startTime":1769502293025,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5888,"timestamp":117245993,"id":514,"parentId":468,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/monitor.js","layer":"ssr"},"startTime":1769502293025,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5981,"timestamp":117246125,"id":516,"parentId":468,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/package.js","layer":"ssr"},"startTime":1769502293025,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6117,"timestamp":117246172,"id":517,"parentId":468,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/rotate-ccw.js","layer":"ssr"},"startTime":1769502293025,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6243,"timestamp":117246223,"id":518,"parentId":468,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/square.js","layer":"ssr"},"startTime":1769502293025,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8412,"timestamp":117245681,"id":510,"parentId":502,"tags":{"name":"__barrel_optimize__?names=Paperclip,Send!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502293024,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2078,"timestamp":117252640,"id":519,"parentId":468,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/tablet.js","layer":"ssr"},"startTime":1769502293031,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2185,"timestamp":117252740,"id":520,"parentId":468,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/terminal.js","layer":"ssr"},"startTime":1769502293032,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2908,"timestamp":117260961,"id":523,"parentId":469,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-check-big.js","layer":"ssr"},"startTime":1769502293040,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3235,"timestamp":117261079,"id":524,"parentId":469,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/clock.js","layer":"ssr"},"startTime":1769502293040,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":5505,"timestamp":117260589,"id":521,"parentId":459,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ErrorOverlay.tsx","layer":"ssr"},"startTime":1769502293039,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10899,"timestamp":117261159,"id":525,"parentId":469,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-x.js","layer":"ssr"},"startTime":1769502293040,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11098,"timestamp":117261233,"id":526,"parentId":471,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-left.js","layer":"ssr"},"startTime":1769502293040,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":13760,"timestamp":117260794,"id":522,"parentId":459,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ConsoleViewer.tsx","layer":"ssr"},"startTime":1769502293040,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13862,"timestamp":117261319,"id":527,"parentId":471,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/table.js","layer":"ssr"},"startTime":1769502293040,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12882,"timestamp":117263051,"id":529,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/add-base-path.js","layer":"ssr"},"startTime":1769502293042,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15281,"timestamp":117261400,"id":528,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/use-merged-ref.js","layer":"ssr"},"startTime":1769502293040,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15787,"timestamp":117263175,"id":530,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/links.js","layer":"ssr"},"startTime":1769502293042,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3169,"timestamp":117286248,"id":531,"parentId":521,"tags":{"name":"__barrel_optimize__?names=Check,Copy,ExternalLink,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502293065,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4988,"timestamp":117287663,"id":533,"parentId":529,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"ssr"},"startTime":1769502293066,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7294,"timestamp":117287780,"id":535,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/segment-cache.js","layer":"ssr"},"startTime":1769502293067,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7476,"timestamp":117287833,"id":536,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/error-once.js","layer":"ssr"},"startTime":1769502293067,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7940,"timestamp":117287564,"id":532,"parentId":522,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Download,Terminal,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502293066,"traceId":"45990b03006e527e"}]
|
|
5
|
+
[{"name":"build-module-js","duration":8039,"timestamp":117287879,"id":537,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"ssr"},"startTime":1769502293067,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9918,"timestamp":117287727,"id":534,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-instance.js","layer":"ssr"},"startTime":1769502293067,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6502,"timestamp":117304409,"id":538,"parentId":533,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"ssr"},"startTime":1769502293083,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5780,"timestamp":117305533,"id":540,"parentId":472,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/eye-off.js","layer":"ssr"},"startTime":1769502293084,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6002,"timestamp":117305603,"id":541,"parentId":472,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/file-text.js","layer":"ssr"},"startTime":1769502293084,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6198,"timestamp":117305656,"id":542,"parentId":472,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/save.js","layer":"ssr"},"startTime":1769502293084,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":10123,"timestamp":117305402,"id":539,"parentId":456,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useChatStore.ts","layer":"ssr"},"startTime":1769502293084,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":8214,"timestamp":117312077,"id":543,"parentId":422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/index.ts","layer":"ssr"},"startTime":1769502293091,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4730,"timestamp":117316023,"id":545,"parentId":479,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"ssr"},"startTime":1769502293095,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":5439,"timestamp":117315867,"id":544,"parentId":459,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/usePreviewStore.ts","layer":"ssr"},"startTime":1769502293095,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":9973,"timestamp":117325227,"id":546,"parentId":450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/tailwind-merge@2.6.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"ssr"},"startTime":1769502293104,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2587,"timestamp":117342780,"id":548,"parentId":450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1769502293122,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2961,"timestamp":117343130,"id":550,"parentId":478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/react.mjs","layer":"ssr"},"startTime":1769502293122,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":3344,"timestamp":117343393,"id":551,"parentId":478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/vanilla.mjs","layer":"ssr"},"startTime":1769502293122,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14976,"timestamp":117338216,"id":547,"parentId":507,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/image-component.js","layer":"ssr"},"startTime":1769502293117,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15394,"timestamp":117343038,"id":549,"parentId":507,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/get-img-props.js","layer":"ssr"},"startTime":1769502293122,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7794,"timestamp":117368829,"id":554,"parentId":510,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/send.js","layer":"ssr"},"startTime":1769502293148,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7990,"timestamp":117368922,"id":555,"parentId":510,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/paperclip.js","layer":"ssr"},"startTime":1769502293148,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":9533,"timestamp":117368651,"id":553,"parentId":501,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageItem.tsx","layer":"ssr"},"startTime":1769502293147,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":9018,"timestamp":117369911,"id":557,"parentId":502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/FilePreview.tsx","layer":"ssr"},"startTime":1769502293149,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":9379,"timestamp":117370124,"id":558,"parentId":502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ModeToggle.tsx","layer":"ssr"},"startTime":1769502293149,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11946,"timestamp":117369813,"id":556,"parentId":547,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/head.js","layer":"ssr"},"startTime":1769502293149,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":16572,"timestamp":117368374,"id":552,"parentId":501,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/StreamingMessage.tsx","layer":"ssr"},"startTime":1769502293147,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":35858,"timestamp":117371388,"id":559,"parentId":502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/QueuePreview.tsx","layer":"ssr"},"startTime":1769502293150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7797,"timestamp":117412133,"id":564,"parentId":556,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/side-effect.js","layer":"ssr"},"startTime":1769502293191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8512,"timestamp":117412357,"id":567,"parentId":529,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"ssr"},"startTime":1769502293191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9010,"timestamp":117412216,"id":565,"parentId":556,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-mode.js","layer":"ssr"},"startTime":1769502293191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9143,"timestamp":117412441,"id":568,"parentId":532,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/download.js","layer":"ssr"},"startTime":1769502293191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9607,"timestamp":117412597,"id":570,"parentId":537,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/has-base-path.js","layer":"ssr"},"startTime":1769502293191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10394,"timestamp":117412747,"id":572,"parentId":534,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"ssr"},"startTime":1769502293192,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11887,"timestamp":117412284,"id":566,"parentId":507,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-loader.js","layer":"ssr"},"startTime":1769502293191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12385,"timestamp":117412678,"id":571,"parentId":534,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"ssr"},"startTime":1769502293191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13479,"timestamp":117411845,"id":561,"parentId":557,"tags":{"name":"__barrel_optimize__?names=FileText,Loader2,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502293191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13974,"timestamp":117411684,"id":560,"parentId":553,"tags":{"name":"__barrel_optimize__?names=Bot,CheckCircle2,Edit3,FileText,FolderSearch,Globe,ListTodo,Search,Terminal!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502293190,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13903,"timestamp":117411944,"id":562,"parentId":558,"tags":{"name":"__barrel_optimize__?names=Hammer,MessageCircleQuestion!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502293191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14241,"timestamp":117412049,"id":563,"parentId":552,"tags":{"name":"__barrel_optimize__?names=Bot,CheckCircle2,ChevronDown,ChevronUp,Edit3,FileText,FolderSearch,Globe,ListTodo,Loader2,Search,Terminal!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502293191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":29435,"timestamp":117412519,"id":569,"parentId":530,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router.js","layer":"ssr"},"startTime":1769502293191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15157,"timestamp":117427819,"id":573,"parentId":559,"tags":{"name":"__barrel_optimize__?names=ChevronDown,ChevronUp,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502293207,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8645,"timestamp":117444524,"id":574,"parentId":545,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/Icon.js","layer":"ssr"},"startTime":1769502293223,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3423,"timestamp":117453875,"id":575,"parentId":567,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"ssr"},"startTime":1769502293233,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3697,"timestamp":117453991,"id":576,"parentId":570,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"ssr"},"startTime":1769502293233,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":65486,"timestamp":117459871,"id":580,"parentId":458,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/prism-react-renderer@2.4.1_react@19.2.3/node_modules/prism-react-renderer/dist/index.mjs","layer":"ssr"},"startTime":1769502293239,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":68110,"timestamp":117458076,"id":578,"parentId":549,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-blur-svg.js","layer":"ssr"},"startTime":1769502293237,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":69410,"timestamp":117457941,"id":577,"parentId":547,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-config.js","layer":"ssr"},"startTime":1769502293237,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":69638,"timestamp":117458153,"id":579,"parentId":545,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"ssr"},"startTime":1769502293237,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":3091,"timestamp":117534279,"id":583,"parentId":543,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/preview.ts","layer":"ssr"},"startTime":1769502293313,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":3766,"timestamp":117534440,"id":584,"parentId":543,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/tech-stack.ts","layer":"ssr"},"startTime":1769502293313,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":5059,"timestamp":117533612,"id":581,"parentId":543,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/project.ts","layer":"ssr"},"startTime":1769502293312,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5149,"timestamp":117536193,"id":585,"parentId":560,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-check.js","layer":"ssr"},"startTime":1769502293315,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5265,"timestamp":117536313,"id":586,"parentId":560,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/bot.js","layer":"ssr"},"startTime":1769502293315,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5358,"timestamp":117536409,"id":587,"parentId":560,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/pen-line.js","layer":"ssr"},"startTime":1769502293315,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5455,"timestamp":117536513,"id":588,"parentId":560,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder-search.js","layer":"ssr"},"startTime":1769502293315,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":8147,"timestamp":117534050,"id":582,"parentId":543,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/chat.ts","layer":"ssr"},"startTime":1769502293313,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3766,"timestamp":117539083,"id":589,"parentId":560,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/list-todo.js","layer":"ssr"},"startTime":1769502293318,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2954,"timestamp":117544735,"id":590,"parentId":560,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/search.js","layer":"ssr"},"startTime":1769502293324,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3224,"timestamp":117544826,"id":591,"parentId":562,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/hammer.js","layer":"ssr"},"startTime":1769502293324,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3463,"timestamp":117544892,"id":592,"parentId":562,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/message-circle-question.js","layer":"ssr"},"startTime":1769502293324,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3678,"timestamp":117544946,"id":593,"parentId":563,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-up.js","layer":"ssr"},"startTime":1769502293324,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8849,"timestamp":117544999,"id":594,"parentId":572,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/promise-queue.js","layer":"ssr"},"startTime":1769502293324,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8270,"timestamp":117546234,"id":597,"parentId":571,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"ssr"},"startTime":1769502293325,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10126,"timestamp":117545981,"id":595,"parentId":572,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"ssr"},"startTime":1769502293325,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10571,"timestamp":117546328,"id":598,"parentId":571,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"ssr"},"startTime":1769502293325,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17512,"timestamp":117546124,"id":596,"parentId":571,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"ssr"},"startTime":1769502293325,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10257,"timestamp":117564829,"id":599,"parentId":571,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"ssr"},"startTime":1769502293344,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5912,"timestamp":117576613,"id":600,"parentId":569,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/remove-base-path.js","layer":"ssr"},"startTime":1769502293355,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6497,"timestamp":117576770,"id":601,"parentId":569,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-announcer.js","layer":"ssr"},"startTime":1769502293356,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7433,"timestamp":117576872,"id":602,"parentId":569,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"ssr"},"startTime":1769502293356,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12392,"timestamp":117576959,"id":603,"parentId":571,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"ssr"},"startTime":1769502293356,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14568,"timestamp":117577073,"id":604,"parentId":571,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"ssr"},"startTime":1769502293356,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":8712,"timestamp":117584943,"id":605,"parentId":553,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MarkdownRenderer.tsx","layer":"ssr"},"startTime":1769502293364,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":21589,"timestamp":117585245,"id":607,"parentId":574,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"ssr"},"startTime":1769502293364,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":22903,"timestamp":117585133,"id":606,"parentId":552,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/AskUserQuestionBlock.tsx","layer":"ssr"},"startTime":1769502293364,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":23440,"timestamp":117585305,"id":608,"parentId":569,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"ssr"},"startTime":1769502293364,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":770,"timestamp":117616074,"id":609,"parentId":556,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/amp-context.js","layer":"ssr"},"startTime":1769502293395,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3178,"timestamp":117616239,"id":610,"parentId":569,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/errors/root-error-boundary.js","layer":"ssr"},"startTime":1769502293395,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2568,"timestamp":117619935,"id":612,"parentId":556,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/head-manager-context.js","layer":"ssr"},"startTime":1769502293399,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2561,"timestamp":117620066,"id":613,"parentId":547,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/router-context.js","layer":"ssr"},"startTime":1769502293399,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5281,"timestamp":117619845,"id":611,"parentId":606,"tags":{"name":"__barrel_optimize__?names=Check,MessageCircleQuestion!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502293399,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":505,"timestamp":117628721,"id":614,"parentId":547,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/image-config-context.js","layer":"ssr"},"startTime":1769502293408,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5606,"timestamp":117634478,"id":616,"parentId":598,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"ssr"},"startTime":1769502293413,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7687,"timestamp":117634536,"id":617,"parentId":598,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"ssr"},"startTime":1769502293413,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12173,"timestamp":117634637,"id":619,"parentId":598,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"ssr"},"startTime":1769502293413,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12051,"timestamp":117635621,"id":620,"parentId":596,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"ssr"},"startTime":1769502293414,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12522,"timestamp":117635823,"id":622,"parentId":596,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"ssr"},"startTime":1769502293415,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13546,"timestamp":117635737,"id":621,"parentId":596,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js","layer":"ssr"},"startTime":1769502293415,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":21340,"timestamp":117634368,"id":615,"parentId":597,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"ssr"},"startTime":1769502293413,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":28293,"timestamp":117634585,"id":618,"parentId":598,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"ssr"},"startTime":1769502293413,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":28255,"timestamp":117635908,"id":623,"parentId":596,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/aliased-prefetch-navigations.js","layer":"ssr"},"startTime":1769502293415,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8689,"timestamp":117656763,"id":624,"parentId":599,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"ssr"},"startTime":1769502293436,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2436,"timestamp":117668756,"id":625,"parentId":604,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/assign-location.js","layer":"ssr"},"startTime":1769502293448,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2756,"timestamp":117668880,"id":626,"parentId":604,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/server-reference-info.js","layer":"ssr"},"startTime":1769502293448,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3967,"timestamp":117668994,"id":628,"parentId":599,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"ssr"},"startTime":1769502293448,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5219,"timestamp":117668937,"id":627,"parentId":616,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"ssr"},"startTime":1769502293448,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3106,"timestamp":117674432,"id":629,"parentId":610,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js","layer":"ssr"},"startTime":1769502293453,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3965,"timestamp":117682320,"id":630,"parentId":618,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"ssr"},"startTime":1769502293461,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":4692,"timestamp":117682991,"id":631,"parentId":606,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/radio-group.tsx","layer":"ssr"},"startTime":1769502293462,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":2815,"timestamp":117687999,"id":632,"parentId":606,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/label.tsx","layer":"ssr"},"startTime":1769502293467,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1875,"timestamp":117692448,"id":633,"parentId":631,"tags":{"name":"__barrel_optimize__?names=Circle!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502293471,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":946,"timestamp":117695139,"id":635,"parentId":594,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"ssr"},"startTime":1769502293474,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1095,"timestamp":117695250,"id":636,"parentId":594,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"ssr"},"startTime":1769502293474,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":2293,"timestamp":117694975,"id":634,"parentId":606,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/checkbox.tsx","layer":"ssr"},"startTime":1769502293474,"traceId":"45990b03006e527e"}]
|
|
6
|
+
[{"name":"build-module-js","duration":575,"timestamp":117698864,"id":637,"parentId":605,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-markdown@9.1.0_@types+react@19.2.7_react@19.2.3/node_modules/react-markdown/index.js","layer":"ssr"},"startTime":1769502293478,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":543,"timestamp":117699026,"id":638,"parentId":605,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/index.js","layer":"ssr"},"startTime":1769502293478,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1775,"timestamp":117699782,"id":639,"parentId":634,"tags":{"name":"__barrel_optimize__?names=Check!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1769502293479,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1676,"timestamp":117702112,"id":640,"parentId":630,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"ssr"},"startTime":1769502293481,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1160,"timestamp":117704046,"id":641,"parentId":633,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle.js","layer":"ssr"},"startTime":1769502293483,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1736,"timestamp":117707190,"id":642,"parentId":637,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-markdown@9.1.0_@types+react@19.2.7_react@19.2.3/node_modules/react-markdown/lib/index.js","layer":"ssr"},"startTime":1769502293486,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":879,"timestamp":117709423,"id":643,"parentId":638,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/lib/index.js","layer":"ssr"},"startTime":1769502293488,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2431,"timestamp":117721530,"id":645,"parentId":632,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-label@2.1.8_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19.2.7__ggc7d2jno3gcorzflrswkya7gm/node_modules/@radix-ui/react-label/dist/index.mjs","layer":"ssr"},"startTime":1769502293500,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":6910,"timestamp":117720385,"id":644,"parentId":631,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-radio-group@1.3.8_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@1_cjtgf3xmcqtfujhoownb73bnbi/node_modules/@radix-ui/react-radio-group/dist/index.mjs","layer":"ssr"},"startTime":1769502293499,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":4425,"timestamp":117729071,"id":646,"parentId":634,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-checkbox@1.3.3_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19.2_bewiq6cjocmach7p37abfyy75a/node_modules/@radix-ui/react-checkbox/dist/index.mjs","layer":"ssr"},"startTime":1769502293508,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":718,"timestamp":117761454,"id":647,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-to-jsx-runtime@2.3.6/node_modules/hast-util-to-jsx-runtime/index.js","layer":"ssr"},"startTime":1769502293540,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":694,"timestamp":117761634,"id":648,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/html-url-attributes@3.0.1/node_modules/html-url-attributes/index.js","layer":"ssr"},"startTime":1769502293540,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":486,"timestamp":117766195,"id":649,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/index.js","layer":"ssr"},"startTime":1769502293545,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":353,"timestamp":117771051,"id":650,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/index.js","layer":"ssr"},"startTime":1769502293550,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":876,"timestamp":117774120,"id":651,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/index.js","layer":"ssr"},"startTime":1769502293553,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":926,"timestamp":117774256,"id":652,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/index.js","layer":"ssr"},"startTime":1769502293553,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":350,"timestamp":117778307,"id":653,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/index.js","layer":"ssr"},"startTime":1769502293557,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":907,"timestamp":117782397,"id":654,"parentId":643,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.js","layer":"ssr"},"startTime":1769502293561,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":955,"timestamp":117782533,"id":655,"parentId":643,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/index.js","layer":"ssr"},"startTime":1769502293561,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":569,"timestamp":117790365,"id":656,"parentId":642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.js","layer":"ssr"},"startTime":1769502293569,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3313,"timestamp":117808764,"id":657,"parentId":647,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-to-jsx-runtime@2.3.6/node_modules/hast-util-to-jsx-runtime/lib/index.js","layer":"ssr"},"startTime":1769502293588,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3376,"timestamp":117808942,"id":658,"parentId":648,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/html-url-attributes@3.0.1/node_modules/html-url-attributes/lib/index.js","layer":"ssr"},"startTime":1769502293588,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":816,"timestamp":117813501,"id":659,"parentId":649,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/lib/index.js","layer":"ssr"},"startTime":1769502293592,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3884,"timestamp":117817562,"id":660,"parentId":650,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.js","layer":"ssr"},"startTime":1769502293596,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":906,"timestamp":117823372,"id":661,"parentId":651,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/lib/index.js","layer":"ssr"},"startTime":1769502293602,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1218,"timestamp":117825358,"id":662,"parentId":652,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.js","layer":"ssr"},"startTime":1769502293604,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2642,"timestamp":117831448,"id":663,"parentId":653,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.js","layer":"ssr"},"startTime":1769502293610,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1599,"timestamp":117835268,"id":664,"parentId":655,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.js","layer":"ssr"},"startTime":1769502293614,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2778,"timestamp":117849422,"id":665,"parentId":644,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-primitive@2.1.3_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._vrijsupjqixawruberrfb56pbm/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"ssr"},"startTime":1769502293628,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":3338,"timestamp":117849641,"id":666,"parentId":644,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+primitive@1.1.3/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"ssr"},"startTime":1769502293628,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":3848,"timestamp":117849809,"id":667,"parentId":644,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"ssr"},"startTime":1769502293629,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":4905,"timestamp":117849962,"id":668,"parentId":644,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-context@1.1.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"ssr"},"startTime":1769502293629,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":6118,"timestamp":117850312,"id":670,"parentId":644,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"ssr"},"startTime":1769502293629,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":1782,"timestamp":117864533,"id":671,"parentId":644,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-size@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"ssr"},"startTime":1769502293643,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":1917,"timestamp":117864798,"id":672,"parentId":644,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-previous@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"ssr"},"startTime":1769502293644,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":24033,"timestamp":117850145,"id":669,"parentId":644,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-roving-focus@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react_olorlwzqifzjwjsjwfg7df3ffe/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"ssr"},"startTime":1769502293629,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":927,"timestamp":117880043,"id":673,"parentId":644,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-direction@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"ssr"},"startTime":1769502293659,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":5203,"timestamp":117887199,"id":674,"parentId":644,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-presence@1.1.5_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19.2_g7nvzcflnhogkdp32witcuayfy/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"ssr"},"startTime":1769502293666,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":910,"timestamp":117904148,"id":675,"parentId":660,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.js","layer":"ssr"},"startTime":1769502293683,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":897,"timestamp":117906805,"id":676,"parentId":663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.js","layer":"ssr"},"startTime":1769502293686,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":845,"timestamp":117907036,"id":677,"parentId":663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.js","layer":"ssr"},"startTime":1769502293686,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":753,"timestamp":117910163,"id":678,"parentId":651,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/index.js","layer":"ssr"},"startTime":1769502293689,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":599,"timestamp":117912728,"id":679,"parentId":663,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.js","layer":"ssr"},"startTime":1769502293692,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":641,"timestamp":117922159,"id":680,"parentId":654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/index.js","layer":"ssr"},"startTime":1769502293701,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1346,"timestamp":117929050,"id":681,"parentId":654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions/index.js","layer":"ssr"},"startTime":1769502293708,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":586,"timestamp":117936050,"id":682,"parentId":654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/index.js","layer":"ssr"},"startTime":1769502293715,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":564,"timestamp":117939156,"id":683,"parentId":654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-tagfilter@2.0.0/node_modules/micromark-extension-gfm-tagfilter/index.js","layer":"ssr"},"startTime":1769502293718,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1025,"timestamp":117951730,"id":684,"parentId":654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/index.js","layer":"ssr"},"startTime":1769502293731,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1001,"timestamp":117951977,"id":685,"parentId":654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/index.js","layer":"ssr"},"startTime":1769502293731,"traceId":"45990b03006e527e"},{"name":"build-module","duration":36,"timestamp":117954209,"id":686,"parentId":676,"tags":{"name":"node:path","layer":null},"startTime":1769502293733,"traceId":"45990b03006e527e"},{"name":"build-module","duration":12,"timestamp":117954262,"id":687,"parentId":679,"tags":{"name":"node:url","layer":null},"startTime":1769502293733,"traceId":"45990b03006e527e"},{"name":"build-module","duration":8,"timestamp":117954282,"id":688,"parentId":677,"tags":{"name":"node:process","layer":null},"startTime":1769502293733,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":584,"timestamp":117959110,"id":689,"parentId":654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/index.js","layer":"ssr"},"startTime":1769502293738,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1068,"timestamp":117968315,"id":690,"parentId":657,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.js","layer":"ssr"},"startTime":1769502293747,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":575,"timestamp":117970174,"id":691,"parentId":657,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/estree-util-is-identifier-name@3.0.0/node_modules/estree-util-is-identifier-name/index.js","layer":"ssr"},"startTime":1769502293749,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":878,"timestamp":117972991,"id":692,"parentId":657,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/index.js","layer":"ssr"},"startTime":1769502293752,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":488,"timestamp":117978069,"id":693,"parentId":657,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/index.js","layer":"ssr"},"startTime":1769502293757,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":702,"timestamp":117980529,"id":694,"parentId":657,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.js","layer":"ssr"},"startTime":1769502293759,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":522,"timestamp":117985098,"id":695,"parentId":657,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/index.js","layer":"ssr"},"startTime":1769502293764,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":503,"timestamp":117987213,"id":696,"parentId":657,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/index.js","layer":"ssr"},"startTime":1769502293766,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":503,"timestamp":117990431,"id":697,"parentId":659,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/index.js","layer":"ssr"},"startTime":1769502293769,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1069,"timestamp":117995070,"id":698,"parentId":660,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js","layer":"ssr"},"startTime":1769502293774,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":762,"timestamp":117999106,"id":699,"parentId":660,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js","layer":"ssr"},"startTime":1769502293778,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":435,"timestamp":118001779,"id":700,"parentId":660,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/index.js","layer":"ssr"},"startTime":1769502293781,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1073,"timestamp":118015719,"id":701,"parentId":657,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/style-to-js@1.1.21/node_modules/style-to-js/cjs/index.js","layer":"ssr"},"startTime":1769502293795,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1249,"timestamp":118015895,"id":702,"parentId":679,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.js","layer":"ssr"},"startTime":1769502293795,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1030,"timestamp":118018825,"id":703,"parentId":660,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js","layer":"ssr"},"startTime":1769502293798,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":833,"timestamp":118020620,"id":704,"parentId":645,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-primitive@2.1.4_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._4sfldbbhvd3xapj4euqmtg5wga/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"ssr"},"startTime":1769502293799,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":430,"timestamp":118025288,"id":705,"parentId":662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/index.js","layer":"ssr"},"startTime":1769502293804,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":396,"timestamp":118027862,"id":706,"parentId":664,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/index.js","layer":"ssr"},"startTime":1769502293807,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":406,"timestamp":118031224,"id":707,"parentId":664,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/index.js","layer":"ssr"},"startTime":1769502293810,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":391,"timestamp":118032505,"id":708,"parentId":664,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/index.js","layer":"ssr"},"startTime":1769502293811,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":530,"timestamp":118036121,"id":709,"parentId":664,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/index.js","layer":"ssr"},"startTime":1769502293815,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1103,"timestamp":118039709,"id":710,"parentId":678,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/index.js","layer":"ssr"},"startTime":1769502293819,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1736,"timestamp":118039866,"id":711,"parentId":678,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/footer.js","layer":"ssr"},"startTime":1769502293819,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2025,"timestamp":118039967,"id":712,"parentId":678,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/index.js","layer":"ssr"},"startTime":1769502293819,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1506,"timestamp":118043856,"id":713,"parentId":664,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/index.js","layer":"ssr"},"startTime":1769502293823,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6976,"timestamp":118049335,"id":714,"parentId":680,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/syntax.js","layer":"ssr"},"startTime":1769502293828,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8532,"timestamp":118049521,"id":715,"parentId":680,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/html.js","layer":"ssr"},"startTime":1769502293828,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2095,"timestamp":118080273,"id":716,"parentId":665,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-slot@1.2.3_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"ssr"},"startTime":1769502293859,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":732,"timestamp":118082959,"id":717,"parentId":682,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/html.js","layer":"ssr"},"startTime":1769502293862,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1925,"timestamp":118086835,"id":718,"parentId":682,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.js","layer":"ssr"},"startTime":1769502293866,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2287,"timestamp":118087059,"id":719,"parentId":683,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-tagfilter@2.0.0/node_modules/micromark-extension-gfm-tagfilter/lib/index.js","layer":"ssr"},"startTime":1769502293866,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3995,"timestamp":118091731,"id":720,"parentId":684,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.js","layer":"ssr"},"startTime":1769502293871,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4224,"timestamp":118091928,"id":721,"parentId":684,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/html.js","layer":"ssr"},"startTime":1769502293871,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":1544,"timestamp":118099296,"id":722,"parentId":670,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-layout-effect@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"ssr"},"startTime":1769502293878,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1684,"timestamp":118099531,"id":723,"parentId":685,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/html.js","layer":"ssr"},"startTime":1769502293878,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2155,"timestamp":118099706,"id":724,"parentId":685,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.js","layer":"ssr"},"startTime":1769502293878,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1587,"timestamp":118104644,"id":725,"parentId":689,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/html.js","layer":"ssr"},"startTime":1769502293883,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4588,"timestamp":118104813,"id":726,"parentId":689,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/syntax.js","layer":"ssr"},"startTime":1769502293884,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":1177,"timestamp":118112938,"id":727,"parentId":670,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-effect-event@0.0.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs","layer":"ssr"},"startTime":1769502293892,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3785,"timestamp":118113179,"id":728,"parentId":691,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/estree-util-is-identifier-name@3.0.0/node_modules/estree-util-is-identifier-name/lib/index.js","layer":"ssr"},"startTime":1769502293892,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1953,"timestamp":118125158,"id":729,"parentId":692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/aria.js","layer":"ssr"},"startTime":1769502293904,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2950,"timestamp":118125388,"id":730,"parentId":692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/html.js","layer":"ssr"},"startTime":1769502293904,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4539,"timestamp":118125553,"id":731,"parentId":692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/svg.js","layer":"ssr"},"startTime":1769502293904,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4659,"timestamp":118125707,"id":732,"parentId":692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xlink.js","layer":"ssr"},"startTime":1769502293905,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1480,"timestamp":118132883,"id":733,"parentId":692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xmlns.js","layer":"ssr"},"startTime":1769502293912,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2014,"timestamp":118133112,"id":734,"parentId":692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/find.js","layer":"ssr"},"startTime":1769502293912,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2104,"timestamp":118133285,"id":735,"parentId":692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xml.js","layer":"ssr"},"startTime":1769502293912,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1008,"timestamp":118144035,"id":737,"parentId":692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/normalize.js","layer":"ssr"},"startTime":1769502293923,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1096,"timestamp":118144265,"id":738,"parentId":692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/hast-to-react.js","layer":"ssr"},"startTime":1769502293923,"traceId":"45990b03006e527e"}]
|
|
7
|
+
[{"name":"build-module-mjs","duration":14511,"timestamp":118137446,"id":736,"parentId":669,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-collection@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19_3vqfgunzp4tkkuqnqgefg7qsai/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"ssr"},"startTime":1769502293916,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1227,"timestamp":118155139,"id":739,"parentId":692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/merge.js","layer":"ssr"},"startTime":1769502293934,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1339,"timestamp":118155385,"id":740,"parentId":693,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/lib/index.js","layer":"ssr"},"startTime":1769502293934,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":1284,"timestamp":118158171,"id":741,"parentId":669,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-id@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"ssr"},"startTime":1769502293937,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2227,"timestamp":118158355,"id":742,"parentId":695,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/lib/index.js","layer":"ssr"},"startTime":1769502293937,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1162,"timestamp":118162305,"id":743,"parentId":696,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/lib/index.js","layer":"ssr"},"startTime":1769502293941,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6295,"timestamp":118164981,"id":744,"parentId":697,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/lib/index.js","layer":"ssr"},"startTime":1769502293944,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1691,"timestamp":118173854,"id":745,"parentId":700,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.js","layer":"ssr"},"startTime":1769502293953,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":1422,"timestamp":118177296,"id":746,"parentId":669,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-callback-ref@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"ssr"},"startTime":1769502293956,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2014,"timestamp":118177505,"id":747,"parentId":701,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/style-to-js@1.1.21/node_modules/style-to-js/cjs/utilities.js","layer":"ssr"},"startTime":1769502293956,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3068,"timestamp":118177673,"id":748,"parentId":705,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/index.js","layer":"ssr"},"startTime":1769502293956,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2926,"timestamp":118182337,"id":749,"parentId":706,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/lib/index.js","layer":"ssr"},"startTime":1769502293961,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1896,"timestamp":118187796,"id":750,"parentId":707,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.js","layer":"ssr"},"startTime":1769502293967,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2774,"timestamp":118192169,"id":751,"parentId":710,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/state.js","layer":"ssr"},"startTime":1769502293971,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2855,"timestamp":118192375,"id":752,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js","layer":"ssr"},"startTime":1769502293971,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2908,"timestamp":118192540,"id":753,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/break.js","layer":"ssr"},"startTime":1769502293971,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1721,"timestamp":118199731,"id":754,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/code.js","layer":"ssr"},"startTime":1769502293979,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1741,"timestamp":118199943,"id":755,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js","layer":"ssr"},"startTime":1769502293979,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1750,"timestamp":118200130,"id":756,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/delete.js","layer":"ssr"},"startTime":1769502293979,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":864,"timestamp":118203922,"id":757,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/heading.js","layer":"ssr"},"startTime":1769502293983,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1201,"timestamp":118204143,"id":758,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js","layer":"ssr"},"startTime":1769502293983,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":989,"timestamp":118207476,"id":759,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/html.js","layer":"ssr"},"startTime":1769502293986,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1176,"timestamp":118207668,"id":760,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js","layer":"ssr"},"startTime":1769502293986,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1310,"timestamp":118211266,"id":761,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/image.js","layer":"ssr"},"startTime":1769502293990,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2669,"timestamp":118211454,"id":762,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js","layer":"ssr"},"startTime":1769502293990,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2831,"timestamp":118211622,"id":763,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js","layer":"ssr"},"startTime":1769502293990,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1341,"timestamp":118217355,"id":764,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/link.js","layer":"ssr"},"startTime":1769502293996,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1824,"timestamp":118217561,"id":765,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/list-item.js","layer":"ssr"},"startTime":1769502293996,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2064,"timestamp":118217732,"id":766,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/list.js","layer":"ssr"},"startTime":1769502293997,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1463,"timestamp":118221732,"id":767,"parentId":681,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.js","layer":"ssr"},"startTime":1769502294001,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1491,"timestamp":118221923,"id":768,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js","layer":"ssr"},"startTime":1769502294001,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1499,"timestamp":118222108,"id":769,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/root.js","layer":"ssr"},"startTime":1769502294001,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":886,"timestamp":118225674,"id":770,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/strong.js","layer":"ssr"},"startTime":1769502294004,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1180,"timestamp":118225877,"id":771,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/table.js","layer":"ssr"},"startTime":1769502294005,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1459,"timestamp":118228211,"id":772,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/table-row.js","layer":"ssr"},"startTime":1769502294007,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1491,"timestamp":118228403,"id":773,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js","layer":"ssr"},"startTime":1769502294007,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1619,"timestamp":118228564,"id":774,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/text.js","layer":"ssr"},"startTime":1769502294007,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":725,"timestamp":118232528,"id":775,"parentId":712,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js","layer":"ssr"},"startTime":1769502294011,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":833,"timestamp":118235713,"id":776,"parentId":708,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/lib/index.js","layer":"ssr"},"startTime":1769502294015,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1766,"timestamp":118240520,"id":777,"parentId":709,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/lib/index.js","layer":"ssr"},"startTime":1769502294019,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1431,"timestamp":118247328,"id":778,"parentId":713,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/lib/index.js","layer":"ssr"},"startTime":1769502294026,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1974,"timestamp":118270960,"id":779,"parentId":726,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/edit-map.js","layer":"ssr"},"startTime":1769502294050,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2193,"timestamp":118271230,"id":780,"parentId":726,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/infer.js","layer":"ssr"},"startTime":1769502294050,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2500,"timestamp":118271416,"id":781,"parentId":729,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/create.js","layer":"ssr"},"startTime":1769502294050,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1422,"timestamp":118275886,"id":782,"parentId":701,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/style-to-object@1.0.14/node_modules/style-to-object/cjs/index.js","layer":"ssr"},"startTime":1769502294055,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1098,"timestamp":118279471,"id":783,"parentId":729,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/types.js","layer":"ssr"},"startTime":1769502294058,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1139,"timestamp":118279620,"id":784,"parentId":731,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-sensitive-transform.js","layer":"ssr"},"startTime":1769502294058,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1234,"timestamp":118279744,"id":785,"parentId":730,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-insensitive-transform.js","layer":"ssr"},"startTime":1769502294059,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1024,"timestamp":118284931,"id":786,"parentId":734,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/defined-info.js","layer":"ssr"},"startTime":1769502294064,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1199,"timestamp":118285102,"id":787,"parentId":734,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/info.js","layer":"ssr"},"startTime":1769502294064,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":961,"timestamp":118287673,"id":788,"parentId":739,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/schema.js","layer":"ssr"},"startTime":1769502294066,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1120,"timestamp":118290092,"id":789,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-sanitize-uri@2.0.1/node_modules/micromark-util-sanitize-uri/index.js","layer":"ssr"},"startTime":1769502294069,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":769,"timestamp":118297827,"id":790,"parentId":714,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/index.js","layer":"ssr"},"startTime":1769502294077,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":870,"timestamp":118303817,"id":791,"parentId":714,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.js","layer":"ssr"},"startTime":1769502294083,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1507,"timestamp":118303971,"id":792,"parentId":714,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.js","layer":"ssr"},"startTime":1769502294083,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":624,"timestamp":118312628,"id":793,"parentId":714,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier/index.js","layer":"ssr"},"startTime":1769502294091,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":548,"timestamp":118313921,"id":794,"parentId":760,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/revert.js","layer":"ssr"},"startTime":1769502294093,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":398,"timestamp":118317999,"id":795,"parentId":748,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/color.node.js","layer":"ssr"},"startTime":1769502294097,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":639,"timestamp":118330325,"id":796,"parentId":718,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.js","layer":"ssr"},"startTime":1769502294109,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":502,"timestamp":118332484,"id":797,"parentId":718,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all/index.js","layer":"ssr"},"startTime":1769502294111,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":496,"timestamp":118344621,"id":798,"parentId":742,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/index.js","layer":"ssr"},"startTime":1769502294123,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":454,"timestamp":118352380,"id":799,"parentId":744,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/index.js","layer":"ssr"},"startTime":1769502294131,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":669,"timestamp":118356450,"id":800,"parentId":744,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/index.js","layer":"ssr"},"startTime":1769502294135,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":753,"timestamp":118359720,"id":801,"parentId":744,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-decode-numeric-character-reference@2.0.2/node_modules/micromark-util-decode-numeric-character-reference/index.js","layer":"ssr"},"startTime":1769502294139,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1231,"timestamp":118359863,"id":802,"parentId":744,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.js","layer":"ssr"},"startTime":1769502294139,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":456,"timestamp":118363971,"id":803,"parentId":744,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/decode-named-character-reference@1.2.0/node_modules/decode-named-character-reference/index.js","layer":"ssr"},"startTime":1769502294143,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2385,"timestamp":118370799,"id":804,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.js","layer":"ssr"},"startTime":1769502294150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2833,"timestamp":118370951,"id":805,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.js","layer":"ssr"},"startTime":1769502294150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3013,"timestamp":118371068,"id":806,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.js","layer":"ssr"},"startTime":1769502294150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3289,"timestamp":118371174,"id":807,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/block-quote.js","layer":"ssr"},"startTime":1769502294150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3426,"timestamp":118371265,"id":808,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-escape.js","layer":"ssr"},"startTime":1769502294150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4228,"timestamp":118371352,"id":809,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-fenced.js","layer":"ssr"},"startTime":1769502294150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4600,"timestamp":118371442,"id":810,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-reference.js","layer":"ssr"},"startTime":1769502294150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":649,"timestamp":118381419,"id":811,"parentId":748,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-is@6.0.1/node_modules/unist-util-is/index.js","layer":"ssr"},"startTime":1769502294160,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1114,"timestamp":118381577,"id":812,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-indented.js","layer":"ssr"},"startTime":1769502294160,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":769,"timestamp":118385407,"id":813,"parentId":749,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js","layer":"ssr"},"startTime":1769502294164,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1335,"timestamp":118385544,"id":814,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-text.js","layer":"ssr"},"startTime":1769502294164,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1637,"timestamp":118388247,"id":815,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.js","layer":"ssr"},"startTime":1769502294167,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1767,"timestamp":118388374,"id":816,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/hard-break-escape.js","layer":"ssr"},"startTime":1769502294167,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2257,"timestamp":118388478,"id":817,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/heading-atx.js","layer":"ssr"},"startTime":1769502294167,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2747,"timestamp":118388573,"id":818,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.js","layer":"ssr"},"startTime":1769502294167,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4323,"timestamp":118388662,"id":819,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-flow.js","layer":"ssr"},"startTime":1769502294167,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6161,"timestamp":118388761,"id":820,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-text.js","layer":"ssr"},"startTime":1769502294168,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3591,"timestamp":118396262,"id":821,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-end.js","layer":"ssr"},"startTime":1769502294175,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3791,"timestamp":118396549,"id":822,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-image.js","layer":"ssr"},"startTime":1769502294175,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1030,"timestamp":118405735,"id":823,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-link.js","layer":"ssr"},"startTime":1769502294185,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1178,"timestamp":118405915,"id":824,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.js","layer":"ssr"},"startTime":1769502294185,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1117,"timestamp":118408655,"id":825,"parentId":749,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/index.js","layer":"ssr"},"startTime":1769502294187,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2118,"timestamp":118408811,"id":826,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.js","layer":"ssr"},"startTime":1769502294188,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2962,"timestamp":118408913,"id":827,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/setext-underline.js","layer":"ssr"},"startTime":1769502294188,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3341,"timestamp":118409043,"id":828,"parentId":790,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/thematic-break.js","layer":"ssr"},"startTime":1769502294188,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":877,"timestamp":118420618,"id":829,"parentId":774,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.js","layer":"ssr"},"startTime":1769502294199,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":747,"timestamp":118424241,"id":830,"parentId":711,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/index.js","layer":"ssr"},"startTime":1769502294203,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1243,"timestamp":118426024,"id":831,"parentId":777,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.js","layer":"ssr"},"startTime":1769502294205,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":393,"timestamp":118430291,"id":832,"parentId":777,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/index.js","layer":"ssr"},"startTime":1769502294209,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":594,"timestamp":118431461,"id":833,"parentId":798,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/lib/index.js","layer":"ssr"},"startTime":1769502294210,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":666,"timestamp":118434914,"id":834,"parentId":799,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/lib/index.js","layer":"ssr"},"startTime":1769502294214,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2920,"timestamp":118436716,"id":835,"parentId":800,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/compile.js","layer":"ssr"},"startTime":1769502294216,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3108,"timestamp":118436849,"id":836,"parentId":800,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.js","layer":"ssr"},"startTime":1769502294216,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3224,"timestamp":118436951,"id":837,"parentId":800,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.js","layer":"ssr"},"startTime":1769502294216,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3662,"timestamp":118437071,"id":838,"parentId":800,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.js","layer":"ssr"},"startTime":1769502294216,"traceId":"45990b03006e527e"}]
|
|
8
|
+
[{"name":"build-module-mjs","duration":1414,"timestamp":118444788,"id":839,"parentId":704,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-slot@1.2.4_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"ssr"},"startTime":1769502294224,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1579,"timestamp":118449122,"id":840,"parentId":811,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-is@6.0.1/node_modules/unist-util-is/lib/index.js","layer":"ssr"},"startTime":1769502294228,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2102,"timestamp":118462982,"id":841,"parentId":825,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/lib/index.js","layer":"ssr"},"startTime":1769502294242,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2168,"timestamp":118463249,"id":842,"parentId":789,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-encode@2.0.1/node_modules/micromark-util-encode/index.js","layer":"ssr"},"startTime":1769502294242,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1996,"timestamp":118472762,"id":843,"parentId":782,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/inline-style-parser@0.2.7/node_modules/inline-style-parser/cjs/index.js","layer":"ssr"},"startTime":1769502294252,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2051,"timestamp":118483571,"id":844,"parentId":836,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.js","layer":"ssr"},"startTime":1769502294262,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3430,"timestamp":118483815,"id":845,"parentId":830,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/serialize.js","layer":"ssr"},"startTime":1769502294263,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4176,"timestamp":118483991,"id":846,"parentId":830,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/deserialize.js","layer":"ssr"},"startTime":1769502294263,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3056,"timestamp":118489724,"id":847,"parentId":836,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.js","layer":"ssr"},"startTime":1769502294269,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1851,"timestamp":118499735,"id":848,"parentId":832,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/index.js","layer":"ssr"},"startTime":1769502294279,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2154,"timestamp":118499975,"id":849,"parentId":836,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.js","layer":"ssr"},"startTime":1769502294279,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2363,"timestamp":118503349,"id":850,"parentId":832,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.js","layer":"ssr"},"startTime":1769502294282,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3852,"timestamp":118503550,"id":851,"parentId":836,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.js","layer":"ssr"},"startTime":1769502294282,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4152,"timestamp":118503714,"id":852,"parentId":836,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.js","layer":"ssr"},"startTime":1769502294283,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5097,"timestamp":118503866,"id":853,"parentId":836,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.js","layer":"ssr"},"startTime":1769502294283,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6931,"timestamp":118511098,"id":854,"parentId":803,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/character-entities@2.0.2/node_modules/character-entities/index.js","layer":"ssr"},"startTime":1769502294290,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1515,"timestamp":118527051,"id":855,"parentId":818,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.js","layer":"ssr"},"startTime":1769502294306,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1253,"timestamp":118535682,"id":856,"parentId":818,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.js","layer":"ssr"},"startTime":1769502294314,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1223,"timestamp":118542479,"id":857,"parentId":818,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.js","layer":"ssr"},"startTime":1769502294321,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1950,"timestamp":118545088,"id":858,"parentId":815,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.js","layer":"ssr"},"startTime":1769502294324,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":737,"timestamp":118548683,"id":859,"parentId":819,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-html-tag-name@2.0.1/node_modules/micromark-util-html-tag-name/index.js","layer":"ssr"},"startTime":1769502294327,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1455,"timestamp":118552995,"id":860,"parentId":848,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/configure.js","layer":"ssr"},"startTime":1769502294332,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1658,"timestamp":118553224,"id":861,"parentId":848,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/join.js","layer":"ssr"},"startTime":1769502294332,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1917,"timestamp":118553391,"id":862,"parentId":845,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/types.js","layer":"ssr"},"startTime":1769502294332,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":895,"timestamp":118557676,"id":863,"parentId":818,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.js","layer":"ssr"},"startTime":1769502294336,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2045,"timestamp":118559090,"id":864,"parentId":848,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/unsafe.js","layer":"ssr"},"startTime":1769502294338,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2170,"timestamp":118559278,"id":865,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.js","layer":"ssr"},"startTime":1769502294338,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2678,"timestamp":118559440,"id":866,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.js","layer":"ssr"},"startTime":1769502294338,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2895,"timestamp":118559601,"id":867,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.js","layer":"ssr"},"startTime":1769502294338,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3322,"timestamp":118559761,"id":868,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.js","layer":"ssr"},"startTime":1769502294339,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1646,"timestamp":118566656,"id":869,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.js","layer":"ssr"},"startTime":1769502294345,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2051,"timestamp":118566860,"id":870,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.js","layer":"ssr"},"startTime":1769502294346,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2508,"timestamp":118567038,"id":871,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.js","layer":"ssr"},"startTime":1769502294346,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2882,"timestamp":118567213,"id":872,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.js","layer":"ssr"},"startTime":1769502294346,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3158,"timestamp":118567364,"id":873,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.js","layer":"ssr"},"startTime":1769502294346,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2215,"timestamp":118576862,"id":874,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.js","layer":"ssr"},"startTime":1769502294356,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2791,"timestamp":118577103,"id":875,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.js","layer":"ssr"},"startTime":1769502294356,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3081,"timestamp":118577272,"id":876,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.js","layer":"ssr"},"startTime":1769502294356,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3666,"timestamp":118577435,"id":877,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.js","layer":"ssr"},"startTime":1769502294356,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4057,"timestamp":118577585,"id":878,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.js","layer":"ssr"},"startTime":1769502294356,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1607,"timestamp":118585352,"id":879,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.js","layer":"ssr"},"startTime":1769502294364,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1723,"timestamp":118585554,"id":880,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.js","layer":"ssr"},"startTime":1769502294364,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2096,"timestamp":118585715,"id":881,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.js","layer":"ssr"},"startTime":1769502294365,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2113,"timestamp":118585875,"id":882,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.js","layer":"ssr"},"startTime":1769502294365,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2234,"timestamp":118586056,"id":883,"parentId":850,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js","layer":"ssr"},"startTime":1769502294365,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1524,"timestamp":118591673,"id":884,"parentId":848,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/association.js","layer":"ssr"},"startTime":1769502294370,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1688,"timestamp":118591876,"id":885,"parentId":848,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js","layer":"ssr"},"startTime":1769502294371,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2355,"timestamp":118592065,"id":886,"parentId":848,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js","layer":"ssr"},"startTime":1769502294371,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2667,"timestamp":118592238,"id":887,"parentId":848,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-flow.js","layer":"ssr"},"startTime":1769502294371,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1352,"timestamp":118598105,"id":888,"parentId":848,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/indent-lines.js","layer":"ssr"},"startTime":1769502294377,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2319,"timestamp":118598310,"id":889,"parentId":848,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/safe.js","layer":"ssr"},"startTime":1769502294377,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2594,"timestamp":118598474,"id":890,"parentId":848,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/track.js","layer":"ssr"},"startTime":1769502294377,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":969,"timestamp":118606276,"id":891,"parentId":861,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js","layer":"ssr"},"startTime":1769502294385,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1284,"timestamp":118606483,"id":892,"parentId":861,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js","layer":"ssr"},"startTime":1769502294385,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1051,"timestamp":118616831,"id":893,"parentId":866,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.js","layer":"ssr"},"startTime":1769502294396,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1959,"timestamp":118617072,"id":894,"parentId":858,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/lib/splice-buffer.js","layer":"ssr"},"startTime":1769502294396,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":745,"timestamp":118621703,"id":895,"parentId":867,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js","layer":"ssr"},"startTime":1769502294400,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1425,"timestamp":118622791,"id":896,"parentId":868,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.js","layer":"ssr"},"startTime":1769502294402,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1421,"timestamp":118622986,"id":897,"parentId":870,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js","layer":"ssr"},"startTime":1769502294402,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1423,"timestamp":118623197,"id":898,"parentId":872,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js","layer":"ssr"},"startTime":1769502294402,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1696,"timestamp":118623360,"id":899,"parentId":872,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.js","layer":"ssr"},"startTime":1769502294402,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2010,"timestamp":118628662,"id":900,"parentId":875,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js","layer":"ssr"},"startTime":1769502294407,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2030,"timestamp":118628891,"id":901,"parentId":877,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js","layer":"ssr"},"startTime":1769502294408,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2183,"timestamp":118629086,"id":902,"parentId":877,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js","layer":"ssr"},"startTime":1769502294408,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2286,"timestamp":118629251,"id":903,"parentId":877,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.js","layer":"ssr"},"startTime":1769502294408,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2338,"timestamp":118629408,"id":904,"parentId":877,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js","layer":"ssr"},"startTime":1769502294408,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":707,"timestamp":118632635,"id":905,"parentId":878,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js","layer":"ssr"},"startTime":1769502294411,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":823,"timestamp":118635336,"id":906,"parentId":881,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.js","layer":"ssr"},"startTime":1769502294414,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":864,"timestamp":118635526,"id":907,"parentId":883,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js","layer":"ssr"},"startTime":1769502294414,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":674,"timestamp":118645097,"id":908,"parentId":841,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.js","layer":"ssr"},"startTime":1769502294424,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":784,"timestamp":118647983,"id":909,"parentId":848,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js","layer":"ssr"},"startTime":1769502294427,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":717,"timestamp":118652321,"id":910,"parentId":866,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.js","layer":"ssr"},"startTime":1769502294431,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":509,"timestamp":118653957,"id":911,"parentId":880,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/index.js","layer":"ssr"},"startTime":1769502294433,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":706,"timestamp":118657766,"id":912,"parentId":911,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.js","layer":"ssr"},"startTime":1769502294437,"traceId":"45990b03006e527e"},{"name":"make","duration":5170266,"timestamp":113497178,"id":22,"parentId":20,"tags":{},"startTime":1769502289276,"traceId":"45990b03006e527e"},{"name":"get-entries","duration":710,"timestamp":118669351,"id":914,"parentId":913,"tags":{},"startTime":1769502294448,"traceId":"45990b03006e527e"},{"name":"node-file-trace-plugin","duration":91276,"timestamp":118674756,"id":915,"parentId":913,"tags":{"traceEntryCount":"10"},"startTime":1769502294454,"traceId":"45990b03006e527e"},{"name":"collect-traced-files","duration":455,"timestamp":118766046,"id":916,"parentId":913,"tags":{},"startTime":1769502294545,"traceId":"45990b03006e527e"},{"name":"finish-modules","duration":97422,"timestamp":118669084,"id":913,"parentId":21,"tags":{},"startTime":1769502294448,"traceId":"45990b03006e527e"},{"name":"chunk-graph","duration":22301,"timestamp":118827035,"id":918,"parentId":917,"tags":{},"startTime":1769502294606,"traceId":"45990b03006e527e"},{"name":"optimize-modules","duration":41,"timestamp":118849520,"id":920,"parentId":917,"tags":{},"startTime":1769502294628,"traceId":"45990b03006e527e"},{"name":"optimize-chunks","duration":17031,"timestamp":118849673,"id":921,"parentId":917,"tags":{},"startTime":1769502294628,"traceId":"45990b03006e527e"},{"name":"optimize-tree","duration":122,"timestamp":118866795,"id":922,"parentId":917,"tags":{},"startTime":1769502294646,"traceId":"45990b03006e527e"},{"name":"optimize-chunk-modules","duration":28699,"timestamp":118867026,"id":923,"parentId":917,"tags":{},"startTime":1769502294646,"traceId":"45990b03006e527e"},{"name":"optimize","duration":46387,"timestamp":118849446,"id":919,"parentId":917,"tags":{},"startTime":1769502294628,"traceId":"45990b03006e527e"},{"name":"module-hash","duration":32834,"timestamp":118919740,"id":924,"parentId":917,"tags":{},"startTime":1769502294699,"traceId":"45990b03006e527e"},{"name":"code-generation","duration":443684,"timestamp":118952636,"id":925,"parentId":917,"tags":{},"startTime":1769502294731,"traceId":"45990b03006e527e"},{"name":"hash","duration":7791,"timestamp":119402586,"id":926,"parentId":917,"tags":{},"startTime":1769502295181,"traceId":"45990b03006e527e"},{"name":"code-generation-jobs","duration":546,"timestamp":119410373,"id":927,"parentId":917,"tags":{},"startTime":1769502295189,"traceId":"45990b03006e527e"},{"name":"module-assets","duration":462,"timestamp":119410868,"id":928,"parentId":917,"tags":{},"startTime":1769502295190,"traceId":"45990b03006e527e"},{"name":"create-chunk-assets","duration":8549,"timestamp":119411346,"id":929,"parentId":917,"tags":{},"startTime":1769502295190,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":115420,"timestamp":119454062,"id":932,"parentId":930,"tags":{"name":"../pages/_app.js","cache":"MISS"},"startTime":1769502295233,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":124184,"timestamp":119445378,"id":931,"parentId":930,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1769502295224,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":107288,"timestamp":119462385,"id":934,"parentId":930,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1769502295241,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":68059,"timestamp":119501644,"id":937,"parentId":930,"tags":{"name":"../pages/_document.js","cache":"MISS"},"startTime":1769502295280,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":68021,"timestamp":119501710,"id":938,"parentId":930,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1769502295281,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":74737,"timestamp":119500451,"id":936,"parentId":930,"tags":{"name":"../app/settings/page.js","cache":"MISS"},"startTime":1769502295279,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":209963,"timestamp":119454914,"id":933,"parentId":930,"tags":{"name":"../pages/_error.js","cache":"MISS"},"startTime":1769502295234,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":154821,"timestamp":119526430,"id":940,"parentId":930,"tags":{"name":"490.js","cache":"MISS"},"startTime":1769502295305,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":151736,"timestamp":119534514,"id":942,"parentId":930,"tags":{"name":"392.js","cache":"MISS"},"startTime":1769502295313,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":192048,"timestamp":119532638,"id":941,"parentId":930,"tags":{"name":"799.js","cache":"MISS"},"startTime":1769502295311,"traceId":"45990b03006e527e"}]
|
|
9
|
+
[{"name":"build-module-js","duration":6763,"timestamp":114603991,"id":116,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/normalize-data-path.js","layer":"pages-dir-node"},"startTime":1769502290383,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2879,"timestamp":114614229,"id":118,"parentId":99,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/pipe-readable.js","layer":"pages-dir-node"},"startTime":1769502290393,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3455,"timestamp":114614497,"id":120,"parentId":109,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/batcher.js","layer":"pages-dir-node"},"startTime":1769502290393,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9516,"timestamp":114614789,"id":122,"parentId":99,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"pages-dir-node"},"startTime":1769502290394,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14399,"timestamp":114615086,"id":124,"parentId":98,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/etag.js","layer":"pages-dir-node"},"startTime":1769502290394,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":22499,"timestamp":114613884,"id":117,"parentId":68,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/pipe-readable.js","layer":"rsc"},"startTime":1769502290393,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":22995,"timestamp":114614289,"id":119,"parentId":83,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/batcher.js","layer":"rsc"},"startTime":1769502290393,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":35755,"timestamp":114614559,"id":121,"parentId":68,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"rsc"},"startTime":1769502290393,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":36699,"timestamp":114614844,"id":123,"parentId":69,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/etag.js","layer":"rsc"},"startTime":1769502290394,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":48279,"timestamp":114615147,"id":125,"parentId":68,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/invariant-error.js","layer":"rsc"},"startTime":1769502290394,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":48605,"timestamp":114615276,"id":126,"parentId":99,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/invariant-error.js","layer":"pages-dir-node"},"startTime":1769502290394,"traceId":"45990b03006e527e"},{"name":"build-module-external","duration":57,"timestamp":114693642,"id":128,"parentId":78,"tags":{"name":"./work-async-storage.external","layer":null},"startTime":1769502290472,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1654,"timestamp":114693552,"id":127,"parentId":122,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/encoded-tags.js","layer":"pages-dir-node"},"startTime":1769502290472,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1942,"timestamp":114694033,"id":130,"parentId":109,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/scheduler.js","layer":"pages-dir-node"},"startTime":1769502290473,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6161,"timestamp":114693731,"id":129,"parentId":83,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/scheduler.js","layer":"rsc"},"startTime":1769502290473,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13568,"timestamp":114694340,"id":133,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1769502290473,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14173,"timestamp":114694214,"id":132,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1769502290473,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17076,"timestamp":114694108,"id":131,"parentId":54,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-node"},"startTime":1769502290473,"traceId":"45990b03006e527e"},{"name":"build-module-external","duration":44,"timestamp":114712240,"id":134,"parentId":79,"tags":{"name":"./work-unit-async-storage.external","layer":null},"startTime":1769502290491,"traceId":"45990b03006e527e"},{"name":"build-module-external","duration":15,"timestamp":114712304,"id":135,"parentId":79,"tags":{"name":"../app-render/action-async-storage.external","layer":null},"startTime":1769502290491,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13822,"timestamp":114712667,"id":138,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/search-params.js","layer":"rsc"},"startTime":1769502290491,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18734,"timestamp":114712336,"id":136,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1769502290491,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18910,"timestamp":114712539,"id":137,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-segment.js","layer":"rsc"},"startTime":1769502290491,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":10436,"timestamp":114732355,"id":139,"parentId":33,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"rsc"},"startTime":1769502290511,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17820,"timestamp":114751321,"id":140,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/params.js","layer":"rsc"},"startTime":1769502290530,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":22667,"timestamp":114751821,"id":142,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/collect-segment-data.js","layer":"rsc"},"startTime":1769502290531,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":31871,"timestamp":114752077,"id":143,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1769502290531,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":32753,"timestamp":114752399,"id":144,"parentId":81,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/base-http/index.js","layer":"rsc"},"startTime":1769502290531,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":40003,"timestamp":114751625,"id":141,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1769502290530,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2614,"timestamp":114805946,"id":146,"parentId":109,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/types.js","layer":"pages-dir-node"},"startTime":1769502290585,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4900,"timestamp":114804928,"id":145,"parentId":83,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/types.js","layer":"rsc"},"startTime":1769502290584,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4214,"timestamp":114807493,"id":148,"parentId":63,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-node"},"startTime":1769502290586,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5027,"timestamp":114807363,"id":147,"parentId":62,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"pages-dir-node"},"startTime":1769502290586,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4931,"timestamp":114822777,"id":151,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/metadata.js","layer":"rsc"},"startTime":1769502290602,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4793,"timestamp":114823326,"id":153,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1769502290602,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9547,"timestamp":114819860,"id":150,"parentId":90,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"rsc"},"startTime":1769502290599,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10757,"timestamp":114819628,"id":149,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"rsc"},"startTime":1769502290598,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":50024,"timestamp":114823090,"id":152,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-components.js","layer":"rsc"},"startTime":1769502290602,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2684,"timestamp":114880916,"id":154,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1769502290660,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6513,"timestamp":114881228,"id":155,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1769502290660,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7513,"timestamp":114890028,"id":157,"parentId":78,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"rsc"},"startTime":1769502290669,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14337,"timestamp":114890177,"id":158,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"pages-dir-node"},"startTime":1769502290669,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15131,"timestamp":114890255,"id":159,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"pages-dir-node"},"startTime":1769502290669,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15373,"timestamp":114890417,"id":161,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-node"},"startTime":1769502290669,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":23296,"timestamp":114889787,"id":156,"parentId":70,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"rsc"},"startTime":1769502290669,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":24173,"timestamp":114890331,"id":160,"parentId":58,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-node"},"startTime":1769502290669,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11045,"timestamp":114921674,"id":162,"parentId":157,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"rsc"},"startTime":1769502290700,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11425,"timestamp":114921876,"id":163,"parentId":78,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"rsc"},"startTime":1769502290701,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10542,"timestamp":114924055,"id":164,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"rsc"},"startTime":1769502290703,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10776,"timestamp":114924311,"id":166,"parentId":78,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"rsc"},"startTime":1769502290703,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11146,"timestamp":114924435,"id":167,"parentId":116,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-node"},"startTime":1769502290703,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18510,"timestamp":114924193,"id":165,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"rsc"},"startTime":1769502290703,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":6021,"timestamp":114958418,"id":168,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"rsc"},"startTime":1769502290737,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1147,"timestamp":114968128,"id":170,"parentId":118,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/detached-promise.js","layer":"pages-dir-node"},"startTime":1769502290747,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2711,"timestamp":114968411,"id":172,"parentId":118,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/client-component-renderer-logger.js","layer":"pages-dir-node"},"startTime":1769502290747,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4870,"timestamp":114968190,"id":171,"parentId":117,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/detached-promise.js","layer":"rsc"},"startTime":1769502290747,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5593,"timestamp":114968465,"id":173,"parentId":117,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/client-component-renderer-logger.js","layer":"rsc"},"startTime":1769502290747,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7552,"timestamp":114967909,"id":169,"parentId":165,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"rsc"},"startTime":1769502290747,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1354,"timestamp":114975798,"id":175,"parentId":122,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"pages-dir-node"},"startTime":1769502290755,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2190,"timestamp":114975602,"id":174,"parentId":89,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-loader/module-proxy.js","layer":"rsc"},"startTime":1769502290754,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3052,"timestamp":114975854,"id":176,"parentId":121,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"rsc"},"startTime":1769502290755,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7713,"timestamp":114996132,"id":182,"parentId":81,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/api-utils/index.js","layer":"rsc"},"startTime":1769502290775,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10542,"timestamp":114993929,"id":179,"parentId":121,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/errors/constants.js","layer":"rsc"},"startTime":1769502290773,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13419,"timestamp":114994272,"id":180,"parentId":122,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment-cache/output-export-prefetch-encoding.js","layer":"pages-dir-node"},"startTime":1769502290773,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14177,"timestamp":114994358,"id":181,"parentId":121,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment-cache/output-export-prefetch-encoding.js","layer":"rsc"},"startTime":1769502290773,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17689,"timestamp":114996396,"id":183,"parentId":62,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-node"},"startTime":1769502290775,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":21522,"timestamp":114993641,"id":177,"parentId":131,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-node"},"startTime":1769502290772,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":21918,"timestamp":114993804,"id":178,"parentId":122,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/errors/constants.js","layer":"pages-dir-node"},"startTime":1769502290773,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19666,"timestamp":114996490,"id":184,"parentId":131,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-mode.js","layer":"pages-dir-node"},"startTime":1769502290775,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6071,"timestamp":115032259,"id":185,"parentId":138,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"rsc"},"startTime":1769502290811,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7609,"timestamp":115032558,"id":186,"parentId":138,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"rsc"},"startTime":1769502290811,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5163,"timestamp":115035295,"id":188,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js","layer":"rsc"},"startTime":1769502290814,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5137,"timestamp":115035561,"id":189,"parentId":79,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static.js","layer":"rsc"},"startTime":1769502290814,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":35411,"timestamp":115032786,"id":187,"parentId":138,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1769502290812,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16356,"timestamp":115052260,"id":191,"parentId":131,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"pages-dir-node"},"startTime":1769502290831,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17212,"timestamp":115052364,"id":192,"parentId":138,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"rsc"},"startTime":1769502290831,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18633,"timestamp":115051906,"id":190,"parentId":138,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/utils.js","layer":"rsc"},"startTime":1769502290831,"traceId":"45990b03006e527e"},{"name":"build-module-external","duration":29,"timestamp":115088179,"id":193,"parentId":140,"tags":{"name":"../app-render/dynamic-access-async-storage.external","layer":null},"startTime":1769502290867,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2823,"timestamp":115089256,"id":199,"parentId":118,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js","layer":"pages-dir-node"},"startTime":1769502290868,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9888,"timestamp":115088232,"id":194,"parentId":142,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/create-error-handler.js","layer":"rsc"},"startTime":1769502290867,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11308,"timestamp":115088514,"id":195,"parentId":143,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1769502290867,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14546,"timestamp":115088722,"id":196,"parentId":143,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/clone-response.js","layer":"rsc"},"startTime":1769502290868,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14864,"timestamp":115088915,"id":197,"parentId":144,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/api-utils/get-cookie-parser.js","layer":"rsc"},"startTime":1769502290868,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16108,"timestamp":115089308,"id":200,"parentId":117,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js","layer":"rsc"},"startTime":1769502290868,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16371,"timestamp":115089516,"id":201,"parentId":138,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"rsc"},"startTime":1769502290868,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":24130,"timestamp":115089137,"id":198,"parentId":142,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"rsc"},"startTime":1769502290868,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1814,"timestamp":115142888,"id":202,"parentId":194,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/is-error.js","layer":"rsc"},"startTime":1769502290922,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5695,"timestamp":115159153,"id":205,"parentId":98,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/fresh/index.js","layer":"pages-dir-node"},"startTime":1769502290938,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9039,"timestamp":115158588,"id":203,"parentId":142,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js","layer":"rsc"},"startTime":1769502290937,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9962,"timestamp":115158895,"id":204,"parentId":69,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/fresh/index.js","layer":"rsc"},"startTime":1769502290938,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17872,"timestamp":115159226,"id":206,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolve-metadata.js","layer":"rsc"},"startTime":1769502290938,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18189,"timestamp":115159446,"id":207,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-constants.js","layer":"rsc"},"startTime":1769502290938,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":19958,"timestamp":115159656,"id":208,"parentId":103,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"rsc"},"startTime":1769502290938,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4806,"timestamp":115180782,"id":209,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/pathname.js","layer":"rsc"},"startTime":1769502290960,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9478,"timestamp":115181095,"id":210,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"rsc"},"startTime":1769502290960,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6036,"timestamp":115191591,"id":211,"parentId":202,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"rsc"},"startTime":1769502290970,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5663,"timestamp":115202059,"id":212,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/basic.js","layer":"rsc"},"startTime":1769502290981,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6353,"timestamp":115202357,"id":213,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/alternate.js","layer":"rsc"},"startTime":1769502290981,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9575,"timestamp":115202601,"id":214,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/opengraph.js","layer":"rsc"},"startTime":1769502290981,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10755,"timestamp":115202834,"id":215,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/icons.js","layer":"rsc"},"startTime":1769502290982,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14943,"timestamp":115203084,"id":216,"parentId":151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/meta.js","layer":"rsc"},"startTime":1769502290982,"traceId":"45990b03006e527e"}]
|
|
10
|
+
[{"name":"minify-js","duration":343248,"timestamp":119502071,"id":939,"parentId":930,"tags":{"name":"673.js","cache":"MISS"},"startTime":1769502295281,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":460185,"timestamp":119467855,"id":935,"parentId":930,"tags":{"name":"../app/project/[id]/page.js","cache":"MISS"},"startTime":1769502295247,"traceId":"45990b03006e527e"},{"name":"minify-webpack-plugin-optimize","duration":505514,"timestamp":119422549,"id":930,"parentId":20,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1769502295201,"traceId":"45990b03006e527e"},{"name":"css-minimizer-plugin","duration":205,"timestamp":119928402,"id":943,"parentId":20,"tags":{},"startTime":1769502295707,"traceId":"45990b03006e527e"},{"name":"create-trace-assets","duration":2041,"timestamp":119928886,"id":944,"parentId":21,"tags":{},"startTime":1769502295708,"traceId":"45990b03006e527e"},{"name":"seal","duration":1141521,"timestamp":118801102,"id":917,"parentId":20,"tags":{},"startTime":1769502294580,"traceId":"45990b03006e527e"},{"name":"webpack-compilation","duration":6499235,"timestamp":113468163,"id":20,"parentId":17,"tags":{"name":"server"},"startTime":1769502289247,"traceId":"45990b03006e527e"},{"name":"emit","duration":7531,"timestamp":119968143,"id":945,"parentId":17,"tags":{},"startTime":1769502295747,"traceId":"45990b03006e527e"},{"name":"webpack-close","duration":526326,"timestamp":119977606,"id":946,"parentId":17,"tags":{"name":"server"},"startTime":1769502295756,"traceId":"45990b03006e527e"},{"name":"webpack-generate-error-stats","duration":2545,"timestamp":120504022,"id":947,"parentId":946,"tags":{},"startTime":1769502296283,"traceId":"45990b03006e527e"},{"name":"run-webpack-compiler","duration":7366397,"timestamp":113140458,"id":17,"parentId":16,"tags":{},"startTime":1769502288919,"traceId":"45990b03006e527e"},{"name":"format-webpack-messages","duration":88,"timestamp":120506862,"id":948,"parentId":16,"tags":{},"startTime":1769502296286,"traceId":"45990b03006e527e"},{"name":"worker-main-server","duration":7367231,"timestamp":113139911,"id":16,"parentId":1,"tags":{},"startTime":1769502288919,"traceId":"45990b03006e527e"},{"name":"create-entrypoints","duration":17160,"timestamp":121209974,"id":952,"parentId":950,"tags":{},"startTime":1769502296989,"traceId":"45990b03006e527e"},{"name":"generate-webpack-config","duration":99909,"timestamp":121227343,"id":953,"parentId":951,"tags":{},"startTime":1769502297006,"traceId":"45990b03006e527e"},{"name":"make","duration":858,"timestamp":121424386,"id":955,"parentId":954,"tags":{},"startTime":1769502297203,"traceId":"45990b03006e527e"},{"name":"chunk-graph","duration":652,"timestamp":121428451,"id":957,"parentId":956,"tags":{},"startTime":1769502297207,"traceId":"45990b03006e527e"},{"name":"optimize-modules","duration":43,"timestamp":121429254,"id":959,"parentId":956,"tags":{},"startTime":1769502297208,"traceId":"45990b03006e527e"},{"name":"optimize-chunks","duration":941,"timestamp":121429404,"id":960,"parentId":956,"tags":{},"startTime":1769502297208,"traceId":"45990b03006e527e"},{"name":"optimize-tree","duration":121,"timestamp":121430432,"id":961,"parentId":956,"tags":{},"startTime":1769502297209,"traceId":"45990b03006e527e"},{"name":"optimize-chunk-modules","duration":573,"timestamp":121430787,"id":962,"parentId":956,"tags":{},"startTime":1769502297210,"traceId":"45990b03006e527e"},{"name":"optimize","duration":2281,"timestamp":121429185,"id":958,"parentId":956,"tags":{},"startTime":1769502297208,"traceId":"45990b03006e527e"},{"name":"module-hash","duration":107,"timestamp":121432671,"id":963,"parentId":956,"tags":{},"startTime":1769502297211,"traceId":"45990b03006e527e"},{"name":"code-generation","duration":244,"timestamp":121432833,"id":964,"parentId":956,"tags":{},"startTime":1769502297212,"traceId":"45990b03006e527e"},{"name":"hash","duration":429,"timestamp":121433362,"id":965,"parentId":956,"tags":{},"startTime":1769502297212,"traceId":"45990b03006e527e"},{"name":"code-generation-jobs","duration":155,"timestamp":121433788,"id":966,"parentId":956,"tags":{},"startTime":1769502297213,"traceId":"45990b03006e527e"},{"name":"module-assets","duration":121,"timestamp":121433904,"id":967,"parentId":956,"tags":{},"startTime":1769502297213,"traceId":"45990b03006e527e"},{"name":"create-chunk-assets","duration":204,"timestamp":121434051,"id":968,"parentId":956,"tags":{},"startTime":1769502297213,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":1422,"timestamp":121443494,"id":970,"parentId":969,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1769502297222,"traceId":"45990b03006e527e"},{"name":"minify-webpack-plugin-optimize","duration":2772,"timestamp":121442160,"id":969,"parentId":954,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1769502297221,"traceId":"45990b03006e527e"},{"name":"css-minimizer-plugin","duration":151,"timestamp":121445087,"id":971,"parentId":954,"tags":{},"startTime":1769502297224,"traceId":"45990b03006e527e"},{"name":"seal","duration":22472,"timestamp":121427715,"id":956,"parentId":954,"tags":{},"startTime":1769502297207,"traceId":"45990b03006e527e"},{"name":"webpack-compilation","duration":34088,"timestamp":121416667,"id":954,"parentId":951,"tags":{"name":"edge-server"},"startTime":1769502297195,"traceId":"45990b03006e527e"},{"name":"emit","duration":3086,"timestamp":121451307,"id":972,"parentId":951,"tags":{},"startTime":1769502297230,"traceId":"45990b03006e527e"},{"name":"webpack-close","duration":11806,"timestamp":121455585,"id":973,"parentId":951,"tags":{"name":"edge-server"},"startTime":1769502297234,"traceId":"45990b03006e527e"},{"name":"webpack-generate-error-stats","duration":2699,"timestamp":121467449,"id":974,"parentId":973,"tags":{},"startTime":1769502297246,"traceId":"45990b03006e527e"},{"name":"run-webpack-compiler","duration":260315,"timestamp":121209966,"id":951,"parentId":950,"tags":{},"startTime":1769502296989,"traceId":"45990b03006e527e"},{"name":"format-webpack-messages","duration":81,"timestamp":121470289,"id":975,"parentId":950,"tags":{},"startTime":1769502297249,"traceId":"45990b03006e527e"},{"name":"worker-main-edge-server","duration":261021,"timestamp":121209483,"id":950,"parentId":1,"tags":{},"startTime":1769502296988,"traceId":"45990b03006e527e"},{"name":"create-entrypoints","duration":14253,"timestamp":122146849,"id":978,"parentId":976,"tags":{},"startTime":1769502297926,"traceId":"45990b03006e527e"},{"name":"generate-webpack-config","duration":98681,"timestamp":122161249,"id":979,"parentId":977,"tags":{},"startTime":1769502297940,"traceId":"45990b03006e527e"},{"name":"build-module","duration":10914,"timestamp":122400749,"id":993,"parentId":984,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1769502298180,"traceId":"45990b03006e527e"},{"name":"build-module","duration":1463,"timestamp":122411872,"id":994,"parentId":989,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fcomponents%2FDevErrorRecovery.tsx%22%2C%22ids%22%3A%5B%22DevErrorRecovery%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1769502298191,"traceId":"45990b03006e527e"},{"name":"build-module","duration":490,"timestamp":122413367,"id":995,"parentId":990,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1769502298192,"traceId":"45990b03006e527e"},{"name":"build-module","duration":424,"timestamp":122413890,"id":996,"parentId":991,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fproject%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1769502298193,"traceId":"45990b03006e527e"},{"name":"build-module","duration":409,"timestamp":122414342,"id":997,"parentId":992,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-flight-client-entry-loader.js?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1769502298193,"traceId":"45990b03006e527e"},{"name":"next-client-pages-loader","duration":251,"timestamp":122415417,"id":999,"parentId":998,"tags":{"absolutePagePath":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/global-not-found.js"},"startTime":1769502298194,"traceId":"45990b03006e527e"},{"name":"build-module","duration":5753,"timestamp":122414782,"id":998,"parentId":985,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!","layer":"app-pages-browser"},"startTime":1769502298194,"traceId":"45990b03006e527e"},{"name":"next-client-pages-loader","duration":52,"timestamp":122421494,"id":1001,"parentId":1000,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1769502298200,"traceId":"45990b03006e527e"},{"name":"build-module","duration":1934,"timestamp":122420576,"id":1000,"parentId":986,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!","layer":"pages-dir-browser"},"startTime":1769502298199,"traceId":"45990b03006e527e"},{"name":"next-client-pages-loader","duration":88,"timestamp":122422697,"id":1003,"parentId":1002,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1769502298201,"traceId":"45990b03006e527e"},{"name":"build-module","duration":1239,"timestamp":122422597,"id":1002,"parentId":988,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!","layer":"pages-dir-browser"},"startTime":1769502298201,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16428,"timestamp":122445903,"id":1006,"parentId":983,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-next.js","layer":"app-pages-browser"},"startTime":1769502298225,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":21412,"timestamp":122443059,"id":1004,"parentId":982,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/next.js","layer":"pages-dir-browser"},"startTime":1769502298222,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":35175,"timestamp":122445672,"id":1005,"parentId":987,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/router.js","layer":"pages-dir-browser"},"startTime":1769502298224,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3241,"timestamp":122490116,"id":1007,"parentId":998,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/global-not-found.js","layer":"app-pages-browser"},"startTime":1769502298269,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6433,"timestamp":122497639,"id":1009,"parentId":993,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-segment.js","layer":"app-pages-browser"},"startTime":1769502298276,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10205,"timestamp":122497960,"id":1012,"parentId":993,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/builtin/global-error.js","layer":"app-pages-browser"},"startTime":1769502298277,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12970,"timestamp":122497461,"id":1008,"parentId":993,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1769502298276,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":22043,"timestamp":122498175,"id":1013,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1769502298277,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":25530,"timestamp":122498293,"id":1014,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1769502298277,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":28458,"timestamp":122498399,"id":1015,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1769502298277,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":30373,"timestamp":122498504,"id":1016,"parentId":1004,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/webpack.js","layer":"pages-dir-browser"},"startTime":1769502298277,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":40332,"timestamp":122497756,"id":1010,"parentId":993,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1769502298277,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":58370,"timestamp":122497863,"id":1011,"parentId":993,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1769502298277,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":73878,"timestamp":122498603,"id":1017,"parentId":1004,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/index.js","layer":"pages-dir-browser"},"startTime":1769502298277,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5215,"timestamp":122597581,"id":1018,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/with-router.js","layer":"pages-dir-browser"},"startTime":1769502298376,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6847,"timestamp":122617594,"id":1021,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"app-pages-browser"},"startTime":1769502298396,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17991,"timestamp":122612793,"id":1019,"parentId":993,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"app-pages-browser"},"startTime":1769502298392,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16734,"timestamp":122616022,"id":1020,"parentId":993,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"app-pages-browser"},"startTime":1769502298395,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1825,"timestamp":122667737,"id":1022,"parentId":1004,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/require-instrumentation-client.js","layer":"pages-dir-browser"},"startTime":1769502298447,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4642,"timestamp":122667832,"id":1023,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/is-error.js","layer":"pages-dir-browser"},"startTime":1769502298447,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12488,"timestamp":122667876,"id":1024,"parentId":993,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-components.js","layer":"app-pages-browser"},"startTime":1769502298447,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6533,"timestamp":122676434,"id":1025,"parentId":1000,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/pages/_app.js","layer":"pages-dir-browser"},"startTime":1769502298455,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12313,"timestamp":122676571,"id":1026,"parentId":1002,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/pages/_error.js","layer":"pages-dir-browser"},"startTime":1769502298455,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8905,"timestamp":122693161,"id":1028,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769502298472,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10810,"timestamp":122693272,"id":1029,"parentId":1007,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js","layer":"app-pages-browser"},"startTime":1769502298472,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":28958,"timestamp":122693412,"id":1030,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1769502298472,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":33248,"timestamp":122693623,"id":1032,"parentId":994,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"app-pages-browser"},"startTime":1769502298472,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":32687,"timestamp":122694748,"id":1034,"parentId":1009,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/invariant-error.js","layer":"app-pages-browser"},"startTime":1769502298474,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":35568,"timestamp":122694628,"id":1033,"parentId":995,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"app-pages-browser"},"startTime":1769502298473,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":40762,"timestamp":122692889,"id":1027,"parentId":993,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"app-pages-browser"},"startTime":1769502298472,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":40491,"timestamp":122695063,"id":1036,"parentId":996,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"app-pages-browser"},"startTime":1769502298474,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":45341,"timestamp":122694807,"id":1035,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"app-pages-browser"},"startTime":1769502298474,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":85633,"timestamp":122693522,"id":1031,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/router.js","layer":"pages-dir-browser"},"startTime":1769502298472,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4310,"timestamp":122848174,"id":1037,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-globals.js","layer":"app-pages-browser"},"startTime":1769502298627,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6398,"timestamp":122848338,"id":1038,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-find-source-map-url.js","layer":"app-pages-browser"},"startTime":1769502298627,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7138,"timestamp":122848426,"id":1039,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1769502298627,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8234,"timestamp":122848605,"id":1041,"parentId":1015,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/set-attributes-from-props.js","layer":"app-pages-browser"},"startTime":1769502298627,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8626,"timestamp":122848693,"id":1042,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769502298627,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11037,"timestamp":122848808,"id":1043,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769502298628,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10090,"timestamp":122852778,"id":1045,"parentId":1014,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"app-pages-browser"},"startTime":1769502298632,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10835,"timestamp":122852868,"id":1046,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769502298632,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11562,"timestamp":122852942,"id":1047,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769502298632,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":531,"timestamp":122865395,"id":1049,"parentId":1016,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/deployment-id.js","layer":"pages-dir-browser"},"startTime":1769502298644,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2425,"timestamp":122865167,"id":1048,"parentId":1014,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/deployment-id.js","layer":"app-pages-browser"},"startTime":1769502298644,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":20539,"timestamp":122848515,"id":1040,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-build-id.js","layer":"app-pages-browser"},"startTime":1769502298627,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":22031,"timestamp":122852668,"id":1044,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-instance.js","layer":"app-pages-browser"},"startTime":1769502298631,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3711,"timestamp":122880468,"id":1050,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/handle-isr-error.js","layer":"app-pages-browser"},"startTime":1769502298659,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7556,"timestamp":122880582,"id":1051,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/head-manager.js","layer":"pages-dir-browser"},"startTime":1769502298659,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8454,"timestamp":122880691,"id":1053,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/route-announcer.js","layer":"pages-dir-browser"},"startTime":1769502298659,"traceId":"45990b03006e527e"}]
|
|
11
|
+
[{"name":"build-module-js","duration":9156,"timestamp":122880737,"id":1054,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/remove-base-path.js","layer":"pages-dir-browser"},"startTime":1769502298660,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9897,"timestamp":122880778,"id":1055,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/has-base-path.js","layer":"pages-dir-browser"},"startTime":1769502298660,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10385,"timestamp":122880819,"id":1056,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/mitt.js","layer":"pages-dir-browser"},"startTime":1769502298660,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10686,"timestamp":122880863,"id":1057,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/runtime-config.external.js","layer":"pages-dir-browser"},"startTime":1769502298660,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13108,"timestamp":122880942,"id":1059,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769502298660,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14128,"timestamp":122880980,"id":1060,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1769502298660,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14863,"timestamp":122881055,"id":1061,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1769502298660,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19994,"timestamp":122880903,"id":1058,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils.js","layer":"pages-dir-browser"},"startTime":1769502298660,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17274,"timestamp":122884369,"id":1062,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1769502298663,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17679,"timestamp":122884671,"id":1064,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1769502298663,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":24296,"timestamp":122880638,"id":1052,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/page-loader.js","layer":"pages-dir-browser"},"startTime":1769502298659,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":22492,"timestamp":122884548,"id":1063,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1769502298663,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":20875,"timestamp":122892314,"id":1065,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/use-action-queue.js","layer":"app-pages-browser"},"startTime":1769502298671,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":21811,"timestamp":122892410,"id":1066,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1769502298671,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":22296,"timestamp":122892536,"id":1068,"parentId":1009,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/request/params.browser.js","layer":"app-pages-browser"},"startTime":1769502298671,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":23925,"timestamp":122892479,"id":1067,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/bfcache.js","layer":"app-pages-browser"},"startTime":1769502298671,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":24624,"timestamp":122892599,"id":1069,"parentId":1008,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/request/search-params.browser.js","layer":"app-pages-browser"},"startTime":1769502298671,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1816,"timestamp":122930149,"id":1077,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"pages-dir-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1747,"timestamp":122930696,"id":1090,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-dom@19.2.3_react@19.2.3/node_modules/react-dom/client.js","layer":"pages-dir-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module","duration":755,"timestamp":122934425,"id":1091,"parentId":1021,"tags":{"layer":null},"startTime":1769502298713,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":647,"timestamp":122935304,"id":1093,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react@19.2.3/node_modules/react/jsx-runtime.js","layer":"pages-dir-browser"},"startTime":1769502298714,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3786,"timestamp":122935550,"id":1096,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react@19.2.3/node_modules/react/index.js","layer":"pages-dir-browser"},"startTime":1769502298714,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11683,"timestamp":122929573,"id":1070,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1769502298708,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15530,"timestamp":122929701,"id":1071,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/react-client-callbacks/error-boundary-callbacks.js","layer":"app-pages-browser"},"startTime":1769502298708,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16768,"timestamp":122929953,"id":1074,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":25005,"timestamp":122929890,"id":1073,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":25705,"timestamp":122930094,"id":1076,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":26460,"timestamp":122930179,"id":1078,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"pages-dir-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":37437,"timestamp":122929829,"id":1072,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"pages-dir-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":37910,"timestamp":122930266,"id":1080,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":48102,"timestamp":122930218,"id":1079,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":59291,"timestamp":122930036,"id":1075,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":65894,"timestamp":122930449,"id":1084,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":67664,"timestamp":122930310,"id":1081,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"pages-dir-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":69995,"timestamp":122930487,"id":1085,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":72027,"timestamp":122930406,"id":1083,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/adapters.js","layer":"pages-dir-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":88162,"timestamp":122930567,"id":1087,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/is-next-router-error.js","layer":"pages-dir-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":89101,"timestamp":122930609,"id":1088,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":86000,"timestamp":122935206,"id":1092,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/portal/index.js","layer":"pages-dir-browser"},"startTime":1769502298714,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":92068,"timestamp":122930656,"id":1089,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/tracing/tracer.js","layer":"pages-dir-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":97065,"timestamp":122930530,"id":1086,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/script.js","layer":"pages-dir-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":93956,"timestamp":122935460,"id":1095,"parentId":1019,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"app-pages-browser"},"startTime":1769502298714,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":100329,"timestamp":122930362,"id":1082,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1769502298709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":96531,"timestamp":122935364,"id":1094,"parentId":1019,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1769502298714,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2355,"timestamp":123074758,"id":1099,"parentId":1007,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1769502298854,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2014,"timestamp":123075760,"id":1101,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1769502298855,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2196,"timestamp":123075904,"id":1103,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1769502298855,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2468,"timestamp":123075952,"id":1104,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1769502298855,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3057,"timestamp":123075985,"id":1105,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1769502298855,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5795,"timestamp":123075535,"id":1100,"parentId":1037,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1769502298854,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5657,"timestamp":123076373,"id":1109,"parentId":1024,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-constants.js","layer":"app-pages-browser"},"startTime":1769502298855,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8341,"timestamp":123076040,"id":1106,"parentId":1023,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"pages-dir-browser"},"startTime":1769502298855,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9464,"timestamp":123076119,"id":1107,"parentId":1051,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/set-attributes-from-props.js","layer":"pages-dir-browser"},"startTime":1769502298855,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10297,"timestamp":123075810,"id":1102,"parentId":1019,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1769502298855,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2583,"timestamp":123091441,"id":1116,"parentId":1017,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"pages-dir-browser"},"startTime":1769502298870,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2326,"timestamp":123092042,"id":1117,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"pages-dir-browser"},"startTime":1769502298871,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9401,"timestamp":123090476,"id":1115,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1769502298869,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11740,"timestamp":123090143,"id":1112,"parentId":1063,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1769502298869,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12293,"timestamp":123090263,"id":1113,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1769502298869,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12868,"timestamp":123090373,"id":1114,"parentId":1029,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/styles/access-error-styles.js","layer":"app-pages-browser"},"startTime":1769502298869,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16817,"timestamp":123089273,"id":1110,"parentId":1026,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-browser"},"startTime":1769502298868,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1948,"timestamp":123118155,"id":1118,"parentId":1013,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1769502298897,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4921,"timestamp":123118321,"id":1119,"parentId":1070,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1769502298897,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9963,"timestamp":123118434,"id":1120,"parentId":1078,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"pages-dir-browser"},"startTime":1769502298897,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13332,"timestamp":123118490,"id":1121,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1769502298897,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14187,"timestamp":123118545,"id":1122,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/add-base-path.js","layer":"pages-dir-browser"},"startTime":1769502298897,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15050,"timestamp":123118589,"id":1123,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1769502298897,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16663,"timestamp":123118683,"id":1125,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1769502298897,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":76513,"timestamp":123118727,"id":1126,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1769502298898,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":78928,"timestamp":123118643,"id":1124,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"pages-dir-browser"},"startTime":1769502298897,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":67188,"timestamp":123136356,"id":1127,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1769502298915,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":68254,"timestamp":123136507,"id":1128,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"app-pages-browser"},"startTime":1769502298915,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":72868,"timestamp":123136593,"id":1129,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1769502298915,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":73796,"timestamp":123136820,"id":1132,"parentId":1087,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"pages-dir-browser"},"startTime":1769502298916,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":76113,"timestamp":123136747,"id":1131,"parentId":1087,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-error.js","layer":"pages-dir-browser"},"startTime":1769502298916,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":77248,"timestamp":123136670,"id":1130,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-error.js","layer":"app-pages-browser"},"startTime":1769502298915,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":84597,"timestamp":123136887,"id":1133,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/links.js","layer":"app-pages-browser"},"startTime":1769502298916,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11053,"timestamp":123233055,"id":1138,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1769502299012,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5345,"timestamp":123245458,"id":1144,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/errors/root-error-boundary.js","layer":"app-pages-browser"},"startTime":1769502299024,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":6344,"timestamp":123245561,"id":1145,"parentId":1033,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/Header.tsx","layer":"app-pages-browser"},"startTime":1769502299024,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":7908,"timestamp":123245753,"id":1146,"parentId":1033,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectList.tsx","layer":"app-pages-browser"},"startTime":1769502299025,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9365,"timestamp":123248311,"id":1148,"parentId":1119,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1769502299027,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":12519,"timestamp":123248097,"id":1147,"parentId":1033,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectModal.tsx","layer":"app-pages-browser"},"startTime":1769502299027,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12804,"timestamp":123248593,"id":1150,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"pages-dir-browser"},"startTime":1769502299027,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":17077,"timestamp":123248413,"id":1149,"parentId":1033,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useProjectStore.ts","layer":"app-pages-browser"},"startTime":1769502299027,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17275,"timestamp":123248706,"id":1151,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"pages-dir-browser"},"startTime":1769502299027,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":28670,"timestamp":123245312,"id":1143,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/route-loader.js","layer":"pages-dir-browser"},"startTime":1769502299024,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":33050,"timestamp":123248777,"id":1152,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"pages-dir-browser"},"startTime":1769502299028,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":746307,"timestamp":123076183,"id":1108,"parentId":1033,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/api/navigation.js","layer":"app-pages-browser"},"startTime":1769502298855,"traceId":"45990b03006e527e"},{"name":"postcss-process","duration":730707,"timestamp":123533973,"id":1153,"parentId":1142,"tags":{},"startTime":1769502299313,"traceId":"45990b03006e527e"},{"name":"postcss-loader","duration":1028480,"timestamp":123236335,"id":1142,"parentId":1139,"tags":{},"startTime":1769502299015,"traceId":"45990b03006e527e"},{"name":"css-loader","duration":50003,"timestamp":124265136,"id":1155,"parentId":1139,"tags":{"astUsed":"true"},"startTime":1769502300044,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":491513,"timestamp":123829259,"id":1154,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"pages-dir-browser"},"startTime":1769502299608,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8984,"timestamp":124324766,"id":1156,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-browser"},"startTime":1769502300104,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9374,"timestamp":124324928,"id":1157,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-browser"},"startTime":1769502300104,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9439,"timestamp":124325403,"id":1159,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/detect-domain-locale.js","layer":"pages-dir-browser"},"startTime":1769502300104,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9822,"timestamp":124325493,"id":1160,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"pages-dir-browser"},"startTime":1769502300104,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10338,"timestamp":124325598,"id":1161,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/add-locale.js","layer":"pages-dir-browser"},"startTime":1769502300104,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":11191,"timestamp":124325684,"id":1162,"parentId":1036,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/button.tsx","layer":"app-pages-browser"},"startTime":1769502300104,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":11658,"timestamp":124325875,"id":1163,"parentId":1035,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/input.tsx","layer":"app-pages-browser"},"startTime":1769502300105,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":13396,"timestamp":124326102,"id":1164,"parentId":1035,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/api.ts","layer":"app-pages-browser"},"startTime":1769502300105,"traceId":"45990b03006e527e"}]
|
|
12
|
+
[{"name":"build-module-tsx","duration":19989,"timestamp":124325073,"id":1158,"parentId":1036,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/workspace/WorkspaceLayout.tsx","layer":"app-pages-browser"},"startTime":1769502300104,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1881,"timestamp":124371467,"id":1168,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/is-api-route.js","layer":"pages-dir-browser"},"startTime":1769502300150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6930,"timestamp":124371722,"id":1172,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/constants.js","layer":"pages-dir-browser"},"startTime":1769502300151,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11128,"timestamp":124371121,"id":1165,"parentId":1143,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"pages-dir-browser"},"startTime":1769502300150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12059,"timestamp":124371272,"id":1166,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/remove-locale.js","layer":"pages-dir-browser"},"startTime":1769502300150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13413,"timestamp":124371517,"id":1169,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1769502300150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16008,"timestamp":124371389,"id":1167,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/resolve-href.js","layer":"pages-dir-browser"},"startTime":1769502300150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19583,"timestamp":124371586,"id":1170,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1769502300150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":20290,"timestamp":124371659,"id":1171,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":"pages-dir-browser"},"startTime":1769502300150,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":21741,"timestamp":124371834,"id":1174,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"pages-dir-browser"},"startTime":1769502300151,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13170,"timestamp":124380909,"id":1175,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"pages-dir-browser"},"startTime":1769502300160,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14329,"timestamp":124381065,"id":1176,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"pages-dir-browser"},"startTime":1769502300160,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":25966,"timestamp":124371765,"id":1173,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/bloom-filter.js","layer":"pages-dir-browser"},"startTime":1769502300151,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4711,"timestamp":124409161,"id":1177,"parentId":1044,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-thenable.js","layer":"app-pages-browser"},"startTime":1769502300188,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5815,"timestamp":124409430,"id":1179,"parentId":1044,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1769502300188,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10007,"timestamp":124409328,"id":1178,"parentId":1044,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/segment-cache.js","layer":"app-pages-browser"},"startTime":1769502300188,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10884,"timestamp":124409722,"id":1181,"parentId":1044,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"app-pages-browser"},"startTime":1769502300189,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13007,"timestamp":124409805,"id":1182,"parentId":1055,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-browser"},"startTime":1769502300189,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":17072,"timestamp":124409527,"id":1180,"parentId":1033,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/index.ts","layer":"app-pages-browser"},"startTime":1769502300188,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15053,"timestamp":124412246,"id":1183,"parentId":1061,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1769502300191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15394,"timestamp":124412450,"id":1185,"parentId":1052,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":"pages-dir-browser"},"startTime":1769502300191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16105,"timestamp":124412361,"id":1184,"parentId":1059,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-config.js","layer":"pages-dir-browser"},"startTime":1769502300191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17567,"timestamp":124412600,"id":1187,"parentId":1066,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1769502300191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":21565,"timestamp":124412525,"id":1186,"parentId":1052,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/constants.js","layer":"pages-dir-browser"},"startTime":1769502300191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5174,"timestamp":124463502,"id":1188,"parentId":1068,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/request/params.browser.prod.js","layer":"app-pages-browser"},"startTime":1769502300242,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9202,"timestamp":124463640,"id":1189,"parentId":1069,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/request/search-params.browser.prod.js","layer":"app-pages-browser"},"startTime":1769502300242,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9749,"timestamp":124463706,"id":1190,"parentId":1070,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"app-pages-browser"},"startTime":1769502300242,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10308,"timestamp":124463768,"id":1191,"parentId":1072,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"pages-dir-browser"},"startTime":1769502300243,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11760,"timestamp":124463922,"id":1194,"parentId":1073,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1769502300243,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13685,"timestamp":124463865,"id":1193,"parentId":1073,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"app-pages-browser"},"startTime":1769502300243,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":21981,"timestamp":124463814,"id":1192,"parentId":1073,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"app-pages-browser"},"startTime":1769502300243,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":25527,"timestamp":124463981,"id":1195,"parentId":1076,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1769502300243,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":26673,"timestamp":124464063,"id":1196,"parentId":1075,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1769502300243,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":33555,"timestamp":124464169,"id":1198,"parentId":1080,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-browser"},"startTime":1769502300243,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":35341,"timestamp":124464122,"id":1197,"parentId":1073,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"app-pages-browser"},"startTime":1769502300243,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":43944,"timestamp":124468896,"id":1199,"parentId":1088,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"app-pages-browser"},"startTime":1769502300248,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7363,"timestamp":124507685,"id":1200,"parentId":1183,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1769502300286,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7060,"timestamp":124525070,"id":1201,"parentId":1198,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-browser"},"startTime":1769502300304,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9084,"timestamp":124525238,"id":1202,"parentId":1075,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/route-params.js","layer":"app-pages-browser"},"startTime":1769502300304,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9944,"timestamp":124525365,"id":1203,"parentId":1086,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/request-idle-callback.js","layer":"pages-dir-browser"},"startTime":1769502300304,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10225,"timestamp":124525459,"id":1204,"parentId":1083,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":"pages-dir-browser"},"startTime":1769502300304,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":999,"timestamp":124536740,"id":1209,"parentId":1093,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react@19.2.3/node_modules/react/cjs/react-jsx-runtime.production.js","layer":"pages-dir-browser"},"startTime":1769502300316,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":14203,"timestamp":124525551,"id":1205,"parentId":1082,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1769502300304,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16438,"timestamp":124525645,"id":1206,"parentId":1075,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1769502300304,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6234,"timestamp":124536492,"id":1207,"parentId":1070,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1769502300315,"traceId":"45990b03006e527e"},{"name":"font-loader","duration":1308906,"timestamp":123234679,"id":1141,"parentId":1140,"tags":{},"startTime":1769502299013,"traceId":"45990b03006e527e"},{"name":"postcss","duration":1707,"timestamp":124543956,"id":1211,"parentId":1140,"tags":{},"startTime":1769502300323,"traceId":"45990b03006e527e"},{"name":"next-font-loader","duration":1311103,"timestamp":123234643,"id":1140,"parentId":1137,"tags":{},"startTime":1769502299013,"traceId":"45990b03006e527e"},{"name":"css-loader","duration":15424,"timestamp":124545702,"id":1212,"parentId":1137,"tags":{"astUsed":"true"},"startTime":1769502300324,"traceId":"45990b03006e527e"},{"name":"build-module","duration":1328945,"timestamp":123232857,"id":1137,"parentId":1098,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":null},"startTime":1769502299012,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15783,"timestamp":124566576,"id":1213,"parentId":1096,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react@19.2.3/node_modules/react/cjs/react.production.js","layer":"pages-dir-browser"},"startTime":1769502300345,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":47246,"timestamp":124536637,"id":1208,"parentId":1072,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"pages-dir-browser"},"startTime":1769502300315,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4631,"timestamp":124588038,"id":1214,"parentId":1201,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment.js","layer":"pages-dir-browser"},"startTime":1769502300367,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5141,"timestamp":124588190,"id":1215,"parentId":1201,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-browser"},"startTime":1769502300367,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":785,"timestamp":124598496,"id":1217,"parentId":1099,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.production.js","layer":"app-pages-browser"},"startTime":1769502300377,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7703,"timestamp":124598571,"id":1218,"parentId":1104,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react/cjs/react.production.js","layer":"app-pages-browser"},"startTime":1769502300377,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10419,"timestamp":124598615,"id":1219,"parentId":1105,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1769502300377,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":2261985,"timestamp":122359537,"id":985,"parentId":981,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1769502298138,"traceId":"45990b03006e527e"},{"name":"font-loader","duration":1453973,"timestamp":123173661,"id":1136,"parentId":1135,"tags":{},"startTime":1769502298952,"traceId":"45990b03006e527e"},{"name":"postcss","duration":850,"timestamp":124627705,"id":1220,"parentId":1135,"tags":{},"startTime":1769502300407,"traceId":"45990b03006e527e"},{"name":"next-font-loader","duration":1489173,"timestamp":123139458,"id":1135,"parentId":1134,"tags":{},"startTime":1769502298918,"traceId":"45990b03006e527e"},{"name":"css-loader","duration":3661,"timestamp":124628600,"id":1221,"parentId":1134,"tags":{"astUsed":"true"},"startTime":1769502300407,"traceId":"45990b03006e527e"},{"name":"build-module","duration":1495694,"timestamp":123136971,"id":1134,"parentId":1097,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css.webpack[javascript/auto]!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":null},"startTime":1769502298916,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":168798,"timestamp":124632880,"id":1222,"parentId":1090,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-dom@19.2.3_react@19.2.3/node_modules/react-dom/cjs/react-dom-client.production.js","layer":"pages-dir-browser"},"startTime":1769502300412,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":278421,"timestamp":124632959,"id":1223,"parentId":1101,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-dom/cjs/react-dom-client.production.js","layer":"app-pages-browser"},"startTime":1769502300412,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":295860,"timestamp":124632991,"id":1224,"parentId":1103,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js","layer":"app-pages-browser"},"startTime":1769502300412,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8260,"timestamp":124930510,"id":1225,"parentId":1110,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-browser"},"startTime":1769502300709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8532,"timestamp":124930656,"id":1226,"parentId":1110,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1769502300709,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8822,"timestamp":124930737,"id":1227,"parentId":1110,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-mode.js","layer":"pages-dir-browser"},"startTime":1769502300710,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8997,"timestamp":124930902,"id":1229,"parentId":1122,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-browser"},"startTime":1769502300710,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9782,"timestamp":124930965,"id":1230,"parentId":1121,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1769502300710,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16188,"timestamp":124931189,"id":1231,"parentId":1122,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1769502300710,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17007,"timestamp":124931274,"id":1232,"parentId":1123,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"app-pages-browser"},"startTime":1769502300710,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17728,"timestamp":124931358,"id":1233,"parentId":1124,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"pages-dir-browser"},"startTime":1769502300710,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19151,"timestamp":124931437,"id":1234,"parentId":1083,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-browser"},"startTime":1769502300710,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":20142,"timestamp":124930818,"id":1228,"parentId":1121,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1769502300710,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":671,"timestamp":124958185,"id":1238,"parentId":1086,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-dom@19.2.3_react@19.2.3/node_modules/react-dom/index.js","layer":"pages-dir-browser"},"startTime":1769502300737,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3811,"timestamp":124957757,"id":1235,"parentId":1230,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1769502300737,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4152,"timestamp":124957949,"id":1236,"parentId":1129,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1769502300737,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4346,"timestamp":124958093,"id":1237,"parentId":1131,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-status-code.js","layer":"pages-dir-browser"},"startTime":1769502300737,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":2791,"timestamp":124962744,"id":1240,"parentId":1145,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/LanguageSwitcher.tsx","layer":"app-pages-browser"},"startTime":1769502300742,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4237,"timestamp":124962644,"id":1239,"parentId":1144,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js","layer":"app-pages-browser"},"startTime":1769502300741,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5727,"timestamp":124962896,"id":1241,"parentId":1151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js","layer":"pages-dir-browser"},"startTime":1769502300742,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6072,"timestamp":124963089,"id":1243,"parentId":1143,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/trusted-types.js","layer":"pages-dir-browser"},"startTime":1769502300742,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":7465,"timestamp":124963153,"id":1244,"parentId":1146,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectCard.tsx","layer":"app-pages-browser"},"startTime":1769502300742,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":9749,"timestamp":124962956,"id":1242,"parentId":1146,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectCard.tsx","layer":"app-pages-browser"},"startTime":1769502300742,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3537,"timestamp":124974134,"id":1245,"parentId":1152,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"pages-dir-browser"},"startTime":1769502300753,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4640,"timestamp":124974245,"id":1246,"parentId":1152,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js","layer":"pages-dir-browser"},"startTime":1769502300753,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1837,"timestamp":124979894,"id":1247,"parentId":1156,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"pages-dir-browser"},"startTime":1769502300759,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":3118,"timestamp":124987971,"id":1248,"parentId":1147,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/dialog.tsx","layer":"app-pages-browser"},"startTime":1769502300767,"traceId":"45990b03006e527e"},{"name":"build-module-css","duration":1758610,"timestamp":123233176,"id":1139,"parentId":1111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/globals.css.webpack[javascript/auto]!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/globals.css","layer":null},"startTime":1769502299012,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4336,"timestamp":124989582,"id":1250,"parentId":1170,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"pages-dir-browser"},"startTime":1769502300768,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4816,"timestamp":124989472,"id":1249,"parentId":1169,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-browser"},"startTime":1769502300768,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":458560,"timestamp":124536798,"id":1210,"parentId":1145,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/api/image.js","layer":"app-pages-browser"},"startTime":1769502300316,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3321,"timestamp":124996220,"id":1252,"parentId":1170,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"pages-dir-browser"},"startTime":1769502300775,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":4797,"timestamp":124996043,"id":1251,"parentId":1244,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/card.tsx","layer":"app-pages-browser"},"startTime":1769502300775,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6855,"timestamp":124996345,"id":1254,"parentId":1179,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1769502300775,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7729,"timestamp":124996399,"id":1255,"parentId":1179,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1769502300775,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11975,"timestamp":124996286,"id":1253,"parentId":1179,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1769502300775,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13297,"timestamp":124996538,"id":1256,"parentId":1179,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1769502300775,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13467,"timestamp":124997862,"id":1257,"parentId":1181,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/promise-queue.js","layer":"app-pages-browser"},"startTime":1769502300777,"traceId":"45990b03006e527e"}]
|
|
13
|
+
[{"name":"build-module-js","duration":15737,"timestamp":124997976,"id":1258,"parentId":1179,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1769502300777,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11756,"timestamp":125030695,"id":1266,"parentId":1187,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1769502300809,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13898,"timestamp":125029878,"id":1259,"parentId":1179,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1769502300809,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":47831,"timestamp":125056942,"id":1267,"parentId":1187,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769502300836,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":47869,"timestamp":125057400,"id":1268,"parentId":1187,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unrecognized-action-error.js","layer":"app-pages-browser"},"startTime":1769502300836,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":47984,"timestamp":125057537,"id":1269,"parentId":1186,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-browser"},"startTime":1769502300836,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":48344,"timestamp":125057628,"id":1270,"parentId":1187,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"app-pages-browser"},"startTime":1769502300836,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":81962,"timestamp":125030294,"id":1262,"parentId":1145,"tags":{"name":"__barrel_optimize__?names=ArrowLeft,Settings!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502300809,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":82615,"timestamp":125030195,"id":1261,"parentId":1035,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Check,Database,FolderOpen,Loader2,RefreshCw!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502300809,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":82878,"timestamp":125030394,"id":1263,"parentId":1158,"tags":{"name":"__barrel_optimize__?names=Database,Eye,FlaskConical,FolderTree,GitBranch,Settings2,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502300809,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":83496,"timestamp":125030071,"id":1260,"parentId":1036,"tags":{"name":"__barrel_optimize__?names=AlertCircle!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502300809,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":83871,"timestamp":125030488,"id":1264,"parentId":1244,"tags":{"name":"__barrel_optimize__?names=Plus,Sparkles!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502300809,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":12152,"timestamp":125102664,"id":1271,"parentId":1162,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/utils.ts","layer":"app-pages-browser"},"startTime":1769502300881,"traceId":"45990b03006e527e"},{"name":"build-module-json","duration":1142,"timestamp":125116573,"id":1272,"parentId":1180,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/ko.json","layer":"app-pages-browser"},"startTime":1769502300895,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":521725,"timestamp":124597238,"id":1216,"parentId":1145,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-dir/link.js","layer":"app-pages-browser"},"startTime":1769502300376,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":88965,"timestamp":125030597,"id":1265,"parentId":1242,"tags":{"name":"__barrel_optimize__?names=Code,Database,Globe,Server,Smartphone,Trash2,Zap!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502300809,"traceId":"45990b03006e527e"},{"name":"build-module-json","duration":849,"timestamp":125127453,"id":1273,"parentId":1180,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/en.json","layer":"app-pages-browser"},"startTime":1769502300906,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4951,"timestamp":125127535,"id":1274,"parentId":1188,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"app-pages-browser"},"startTime":1769502300906,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5686,"timestamp":125127679,"id":1275,"parentId":1197,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"app-pages-browser"},"startTime":1769502300906,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":8951,"timestamp":125127789,"id":1276,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ChatPanel.tsx","layer":"app-pages-browser"},"startTime":1769502300907,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":15218,"timestamp":125127956,"id":1277,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/PreviewPanel.tsx","layer":"app-pages-browser"},"startTime":1769502300907,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9155,"timestamp":125134385,"id":1280,"parentId":1216,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"app-pages-browser"},"startTime":1769502300913,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13515,"timestamp":125134267,"id":1279,"parentId":1216,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"app-pages-browser"},"startTime":1769502300913,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16155,"timestamp":125133987,"id":1278,"parentId":1216,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils.js","layer":"app-pages-browser"},"startTime":1769502300913,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":4093,"timestamp":125165268,"id":1283,"parentId":1149,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/index.mjs","layer":"app-pages-browser"},"startTime":1769502300944,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":10560,"timestamp":125165128,"id":1282,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileViewer.tsx","layer":"app-pages-browser"},"startTime":1769502300944,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":14490,"timestamp":125164899,"id":1281,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileExplorer.tsx","layer":"app-pages-browser"},"startTime":1769502300944,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":26359,"timestamp":125165385,"id":1284,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/database/DatabasePanel.tsx","layer":"app-pages-browser"},"startTime":1769502300944,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":29804,"timestamp":125165509,"id":1285,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/testing/TestRunner.tsx","layer":"app-pages-browser"},"startTime":1769502300944,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1188,"timestamp":125223210,"id":1297,"parentId":1137,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1769502301002,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":18645,"timestamp":125221687,"id":1287,"parentId":1180,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/middleware.mjs","layer":"app-pages-browser"},"startTime":1769502301000,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":29292,"timestamp":125222046,"id":1289,"parentId":1279,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"app-pages-browser"},"startTime":1769502301001,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":29664,"timestamp":125222272,"id":1291,"parentId":1206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1769502301001,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":30377,"timestamp":125222572,"id":1293,"parentId":1276,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageList.tsx","layer":"app-pages-browser"},"startTime":1769502301001,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":40348,"timestamp":125221388,"id":1286,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/checkpoint/CheckpointPanel.tsx","layer":"app-pages-browser"},"startTime":1769502301000,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":44264,"timestamp":125222370,"id":1292,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/env/EnvPanel.tsx","layer":"app-pages-browser"},"startTime":1769502301001,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":45628,"timestamp":125223265,"id":1298,"parentId":1202,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"app-pages-browser"},"startTime":1769502301002,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":49337,"timestamp":125222769,"id":1294,"parentId":1276,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageInput.tsx","layer":"app-pages-browser"},"startTime":1769502301002,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":50485,"timestamp":125221905,"id":1288,"parentId":1276,"tags":{"name":"__barrel_optimize__?names=MessageSquarePlus!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301001,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":50782,"timestamp":125222161,"id":1290,"parentId":1277,"tags":{"name":"__barrel_optimize__?names=ExternalLink,Loader2,Monitor,Package,Play,RefreshCw,RotateCcw,Smartphone,Square,Tablet,Terminal,Zap!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301001,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":50229,"timestamp":125223106,"id":1296,"parentId":1281,"tags":{"name":"__barrel_optimize__?names=ChevronDown,ChevronRight,File,Folder,FolderOpen,RefreshCw!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301002,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":50636,"timestamp":125222963,"id":1295,"parentId":1282,"tags":{"name":"__barrel_optimize__?names=Check,Copy,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301002,"traceId":"45990b03006e527e"},{"name":"build-module","duration":2214375,"timestamp":123074479,"id":1098,"parentId":994,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"app-pages-browser"},"startTime":1769502298853,"traceId":"45990b03006e527e"},{"name":"build-module","duration":2219306,"timestamp":123070750,"id":1097,"parentId":994,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"app-pages-browser"},"startTime":1769502298850,"traceId":"45990b03006e527e"},{"name":"build-module-css","duration":2207779,"timestamp":123089441,"id":1111,"parentId":994,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/globals.css","layer":"app-pages-browser"},"startTime":1769502298868,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6749,"timestamp":125319745,"id":1299,"parentId":1284,"tags":{"name":"__barrel_optimize__?names=AlertCircle,ChevronLeft,ChevronRight,Database,Play,RefreshCw,Table,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301099,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":9213,"timestamp":125320153,"id":1301,"parentId":1277,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ErrorOverlay.tsx","layer":"app-pages-browser"},"startTime":1769502301099,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":11551,"timestamp":125319921,"id":1300,"parentId":1277,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ConsoleViewer.tsx","layer":"app-pages-browser"},"startTime":1769502301099,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4322,"timestamp":125335564,"id":1306,"parentId":1238,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-dom@19.2.3_react@19.2.3/node_modules/react-dom/cjs/react-dom.production.js","layer":"pages-dir-browser"},"startTime":1769502301114,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9430,"timestamp":125335614,"id":1307,"parentId":1241,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/route-pattern-normalizer.js","layer":"pages-dir-browser"},"startTime":1769502301114,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":17235,"timestamp":125335171,"id":1303,"parentId":1162,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301114,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":21433,"timestamp":125335840,"id":1310,"parentId":1147,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/index.ts","layer":"app-pages-browser"},"startTime":1769502301115,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":24144,"timestamp":125336035,"id":1311,"parentId":1293,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageItem.tsx","layer":"app-pages-browser"},"startTime":1769502301115,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":28364,"timestamp":125335458,"id":1305,"parentId":1234,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-browser"},"startTime":1769502301114,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":31500,"timestamp":125336270,"id":1312,"parentId":1293,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/StreamingMessage.tsx","layer":"app-pages-browser"},"startTime":1769502301115,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":33281,"timestamp":125334984,"id":1302,"parentId":1285,"tags":{"name":"__barrel_optimize__?names=AlertCircle,CheckCircle,Clock,FlaskConical,Play,Plus,RefreshCw,Trash2,XCircle!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301114,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":33161,"timestamp":125335355,"id":1304,"parentId":1294,"tags":{"name":"__barrel_optimize__?names=Paperclip,Send!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301114,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":33266,"timestamp":125335661,"id":1308,"parentId":1286,"tags":{"name":"__barrel_optimize__?names=AlertCircle,ChevronDown,ChevronRight,Clock,FileText,GitBranch,Plus,RefreshCw,RotateCcw!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301114,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":33645,"timestamp":125335751,"id":1309,"parentId":1292,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Eye,EyeOff,FileText,Plus,RefreshCw,Save,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301115,"traceId":"45990b03006e527e"},{"name":"build-module","duration":196,"timestamp":125389543,"id":1319,"parentId":1098,"tags":{},"startTime":1769502301168,"traceId":"45990b03006e527e"},{"name":"build-module","duration":40,"timestamp":125389760,"id":1320,"parentId":1097,"tags":{},"startTime":1769502301169,"traceId":"45990b03006e527e"},{"name":"build-module","duration":37,"timestamp":125389812,"id":1321,"parentId":1111,"tags":{},"startTime":1769502301169,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1870,"timestamp":125389231,"id":1317,"parentId":1222,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/index.js","layer":"pages-dir-browser"},"startTime":1769502301168,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3463,"timestamp":125389291,"id":1318,"parentId":1223,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1769502301168,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":6881,"timestamp":125388605,"id":1314,"parentId":1294,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ModeToggle.tsx","layer":"app-pages-browser"},"startTime":1769502301167,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":14890,"timestamp":125388808,"id":1315,"parentId":1294,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/FilePreview.tsx","layer":"app-pages-browser"},"startTime":1769502301168,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":15820,"timestamp":125389025,"id":1316,"parentId":1294,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/QueuePreview.tsx","layer":"app-pages-browser"},"startTime":1769502301168,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":15783,"timestamp":125389862,"id":1322,"parentId":1258,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/assign-location.js","layer":"app-pages-browser"},"startTime":1769502301169,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":16449,"timestamp":125390108,"id":1324,"parentId":1254,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js","layer":"app-pages-browser"},"startTime":1769502301169,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18096,"timestamp":125389981,"id":1323,"parentId":1254,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js","layer":"app-pages-browser"},"startTime":1769502301169,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":20474,"timestamp":125388413,"id":1313,"parentId":1210,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-external.js","layer":"app-pages-browser"},"startTime":1769502301167,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19226,"timestamp":125390453,"id":1327,"parentId":1253,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"app-pages-browser"},"startTime":1769502301169,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":20132,"timestamp":125390560,"id":1328,"parentId":1253,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"app-pages-browser"},"startTime":1769502301169,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":20550,"timestamp":125390640,"id":1329,"parentId":1301,"tags":{"name":"__barrel_optimize__?names=Check,Copy,ExternalLink,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301169,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":22398,"timestamp":125390210,"id":1325,"parentId":1254,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"app-pages-browser"},"startTime":1769502301169,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":29577,"timestamp":125390355,"id":1326,"parentId":1255,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1769502301169,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":24422,"timestamp":125396848,"id":1331,"parentId":1253,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js","layer":"app-pages-browser"},"startTime":1769502301176,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":24767,"timestamp":125397218,"id":1333,"parentId":1256,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"app-pages-browser"},"startTime":1769502301176,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5574,"timestamp":125429452,"id":1341,"parentId":1241,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/path-to-regexp/index.js","layer":"pages-dir-browser"},"startTime":1769502301208,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":43652,"timestamp":125397537,"id":1336,"parentId":1258,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/server-reference-info.js","layer":"app-pages-browser"},"startTime":1769502301176,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":46516,"timestamp":125397087,"id":1332,"parentId":1253,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/aliased-prefetch-navigations.js","layer":"app-pages-browser"},"startTime":1769502301176,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":46687,"timestamp":125397631,"id":1337,"parentId":1266,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1769502301176,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":47554,"timestamp":125397746,"id":1338,"parentId":1266,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/forbidden.js","layer":"app-pages-browser"},"startTime":1769502301177,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":48986,"timestamp":125396680,"id":1330,"parentId":1300,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Download,Terminal,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301175,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":48834,"timestamp":125397324,"id":1334,"parentId":1311,"tags":{"name":"__barrel_optimize__?names=Bot,CheckCircle2,Edit3,FileText,FolderSearch,Globe,ListTodo,Search,Terminal!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301176,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":49308,"timestamp":125397426,"id":1335,"parentId":1312,"tags":{"name":"__barrel_optimize__?names=Bot,CheckCircle2,ChevronDown,ChevronUp,Edit3,FileText,FolderSearch,Globe,ListTodo,Loader2,Search,Terminal!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301176,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18843,"timestamp":125429233,"id":1339,"parentId":1266,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unauthorized.js","layer":"app-pages-browser"},"startTime":1769502301208,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19241,"timestamp":125429373,"id":1340,"parentId":1266,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"app-pages-browser"},"startTime":1769502301208,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":26841,"timestamp":125429489,"id":1342,"parentId":1216,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/use-merged-ref.js","layer":"app-pages-browser"},"startTime":1769502301208,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4524,"timestamp":125462863,"id":1343,"parentId":1216,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/error-once.js","layer":"app-pages-browser"},"startTime":1769502301242,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6759,"timestamp":125463068,"id":1344,"parentId":1275,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"app-pages-browser"},"startTime":1769502301242,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8263,"timestamp":125463622,"id":1347,"parentId":1262,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/arrow-left.js","layer":"app-pages-browser"},"startTime":1769502301242,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6515,"timestamp":125465733,"id":1348,"parentId":1262,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/settings.js","layer":"app-pages-browser"},"startTime":1769502301245,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6550,"timestamp":125465980,"id":1349,"parentId":1261,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"app-pages-browser"},"startTime":1769502301245,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6749,"timestamp":125466113,"id":1350,"parentId":1261,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/database.js","layer":"app-pages-browser"},"startTime":1769502301245,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":11768,"timestamp":125463205,"id":1345,"parentId":1311,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MarkdownRenderer.tsx","layer":"app-pages-browser"},"startTime":1769502301242,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9116,"timestamp":125466214,"id":1351,"parentId":1261,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/check.js","layer":"app-pages-browser"},"startTime":1769502301245,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":13517,"timestamp":125463417,"id":1346,"parentId":1312,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/AskUserQuestionBlock.tsx","layer":"app-pages-browser"},"startTime":1769502301242,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9740,"timestamp":125470698,"id":1352,"parentId":1261,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder-open.js","layer":"app-pages-browser"},"startTime":1769502301249,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3454,"timestamp":125484453,"id":1353,"parentId":1261,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/loader-circle.js","layer":"app-pages-browser"},"startTime":1769502301263,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4910,"timestamp":125488168,"id":1354,"parentId":1261,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/refresh-cw.js","layer":"app-pages-browser"},"startTime":1769502301267,"traceId":"45990b03006e527e"}]
|
|
14
|
+
[{"name":"build-module-js","duration":5116,"timestamp":125488297,"id":1355,"parentId":1263,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/eye.js","layer":"app-pages-browser"},"startTime":1769502301267,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5166,"timestamp":125488541,"id":1359,"parentId":1263,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/flask-conical.js","layer":"app-pages-browser"},"startTime":1769502301267,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6796,"timestamp":125488368,"id":1356,"parentId":1314,"tags":{"name":"__barrel_optimize__?names=Hammer,MessageCircleQuestion!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301267,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6999,"timestamp":125488489,"id":1358,"parentId":1316,"tags":{"name":"__barrel_optimize__?names=ChevronDown,ChevronUp,Trash2!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301267,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7329,"timestamp":125488428,"id":1357,"parentId":1315,"tags":{"name":"__barrel_optimize__?names=FileText,Loader2,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301267,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4550,"timestamp":125493912,"id":1360,"parentId":1263,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder-tree.js","layer":"app-pages-browser"},"startTime":1769502301273,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4734,"timestamp":125494056,"id":1361,"parentId":1263,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/git-branch.js","layer":"app-pages-browser"},"startTime":1769502301273,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4938,"timestamp":125494134,"id":1362,"parentId":1263,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/settings-2.js","layer":"app-pages-browser"},"startTime":1769502301273,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5101,"timestamp":125494188,"id":1363,"parentId":1263,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/x.js","layer":"app-pages-browser"},"startTime":1769502301273,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5325,"timestamp":125494240,"id":1364,"parentId":1264,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/plus.js","layer":"app-pages-browser"},"startTime":1769502301273,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5779,"timestamp":125494296,"id":1365,"parentId":1264,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/sparkles.js","layer":"app-pages-browser"},"startTime":1769502301273,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":3316,"timestamp":125505330,"id":1372,"parentId":1283,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/vanilla.mjs","layer":"app-pages-browser"},"startTime":1769502301284,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":4723,"timestamp":125505491,"id":1373,"parentId":1283,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3_use-sync-external-store@1.6.0_react@19.2.3_/node_modules/zustand/esm/react.mjs","layer":"app-pages-browser"},"startTime":1769502301284,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9807,"timestamp":125501564,"id":1366,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/code.js","layer":"app-pages-browser"},"startTime":1769502301280,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9898,"timestamp":125501733,"id":1367,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/globe.js","layer":"app-pages-browser"},"startTime":1769502301281,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10036,"timestamp":125501848,"id":1368,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/server.js","layer":"app-pages-browser"},"startTime":1769502301281,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10188,"timestamp":125501955,"id":1369,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/smartphone.js","layer":"app-pages-browser"},"startTime":1769502301281,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7844,"timestamp":125505090,"id":1370,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/trash-2.js","layer":"app-pages-browser"},"startTime":1769502301284,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7962,"timestamp":125505223,"id":1371,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/zap.js","layer":"app-pages-browser"},"startTime":1769502301284,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7579,"timestamp":125505841,"id":1376,"parentId":1288,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/message-square-plus.js","layer":"app-pages-browser"},"startTime":1769502301285,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7707,"timestamp":125505937,"id":1377,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/external-link.js","layer":"app-pages-browser"},"startTime":1769502301285,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7834,"timestamp":125506059,"id":1378,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/monitor.js","layer":"app-pages-browser"},"startTime":1769502301285,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7988,"timestamp":125506153,"id":1379,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/package.js","layer":"app-pages-browser"},"startTime":1769502301285,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":8806,"timestamp":125505755,"id":1375,"parentId":1291,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1769502301285,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":12342,"timestamp":125505652,"id":1374,"parentId":1346,"tags":{"name":"__barrel_optimize__?names=Check,MessageCircleQuestion!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301284,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4119,"timestamp":125515292,"id":1380,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/play.js","layer":"app-pages-browser"},"startTime":1769502301294,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4332,"timestamp":125515414,"id":1381,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/rotate-ccw.js","layer":"app-pages-browser"},"startTime":1769502301294,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4608,"timestamp":125515483,"id":1382,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/square.js","layer":"app-pages-browser"},"startTime":1769502301294,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4874,"timestamp":125515546,"id":1383,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/tablet.js","layer":"app-pages-browser"},"startTime":1769502301294,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5080,"timestamp":125515654,"id":1385,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/terminal.js","layer":"app-pages-browser"},"startTime":1769502301294,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5450,"timestamp":125515601,"id":1384,"parentId":1296,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"app-pages-browser"},"startTime":1769502301294,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5762,"timestamp":125521737,"id":1386,"parentId":1296,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-right.js","layer":"app-pages-browser"},"startTime":1769502301301,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1299,"timestamp":125528378,"id":1389,"parentId":1257,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"app-pages-browser"},"startTime":1769502301307,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1484,"timestamp":125528560,"id":1390,"parentId":1257,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"app-pages-browser"},"startTime":1769502301307,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2804,"timestamp":125528123,"id":1387,"parentId":1296,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/file.js","layer":"app-pages-browser"},"startTime":1769502301307,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2993,"timestamp":125528275,"id":1388,"parentId":1296,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder.js","layer":"app-pages-browser"},"startTime":1769502301307,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":3132,"timestamp":125531658,"id":1392,"parentId":1277,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/usePreviewStore.ts","layer":"app-pages-browser"},"startTime":1769502301310,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3876,"timestamp":125531855,"id":1393,"parentId":1295,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/copy.js","layer":"app-pages-browser"},"startTime":1769502301311,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":12393,"timestamp":125531443,"id":1391,"parentId":1276,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useChatStore.ts","layer":"app-pages-browser"},"startTime":1769502301310,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2862,"timestamp":125544787,"id":1394,"parentId":1271,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"app-pages-browser"},"startTime":1769502301324,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":21697,"timestamp":125551220,"id":1402,"parentId":1271,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/tailwind-merge@2.6.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"app-pages-browser"},"startTime":1769502301330,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":27471,"timestamp":125549396,"id":1395,"parentId":1346,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/radio-group.tsx","layer":"app-pages-browser"},"startTime":1769502301328,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":27827,"timestamp":125550396,"id":1396,"parentId":1346,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/checkbox.tsx","layer":"app-pages-browser"},"startTime":1769502301329,"traceId":"45990b03006e527e"},{"name":"build-module-tsx","duration":28194,"timestamp":125550623,"id":1397,"parentId":1346,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/label.tsx","layer":"app-pages-browser"},"startTime":1769502301329,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":28376,"timestamp":125550809,"id":1398,"parentId":1299,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-left.js","layer":"app-pages-browser"},"startTime":1769502301330,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":28632,"timestamp":125550911,"id":1399,"parentId":1299,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/table.js","layer":"app-pages-browser"},"startTime":1769502301330,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":30154,"timestamp":125551038,"id":1400,"parentId":1302,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-check-big.js","layer":"app-pages-browser"},"startTime":1769502301330,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":30440,"timestamp":125551133,"id":1401,"parentId":1302,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/clock.js","layer":"app-pages-browser"},"startTime":1769502301330,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3925,"timestamp":125587259,"id":1403,"parentId":1302,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-x.js","layer":"app-pages-browser"},"startTime":1769502301366,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4170,"timestamp":125587436,"id":1404,"parentId":1304,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/paperclip.js","layer":"app-pages-browser"},"startTime":1769502301366,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5552,"timestamp":125587559,"id":1405,"parentId":1304,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/send.js","layer":"app-pages-browser"},"startTime":1769502301366,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":104302,"timestamp":125593759,"id":1409,"parentId":1282,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/prism-react-renderer@2.4.1_react@19.2.3/node_modules/prism-react-renderer/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301373,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":105947,"timestamp":125593660,"id":1408,"parentId":1308,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/file-text.js","layer":"app-pages-browser"},"startTime":1769502301372,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":106790,"timestamp":125593537,"id":1407,"parentId":1396,"tags":{"name":"__barrel_optimize__?names=Check!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301372,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":107624,"timestamp":125593365,"id":1406,"parentId":1395,"tags":{"name":"__barrel_optimize__?names=Circle!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1769502301372,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3516,"timestamp":125706112,"id":1410,"parentId":1309,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/eye-off.js","layer":"app-pages-browser"},"startTime":1769502301485,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3603,"timestamp":125706321,"id":1412,"parentId":1330,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/download.js","layer":"app-pages-browser"},"startTime":1769502301485,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4870,"timestamp":125706251,"id":1411,"parentId":1309,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/save.js","layer":"app-pages-browser"},"startTime":1769502301485,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5011,"timestamp":125706382,"id":1413,"parentId":1334,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/bot.js","layer":"app-pages-browser"},"startTime":1769502301485,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5402,"timestamp":125706447,"id":1414,"parentId":1334,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-check.js","layer":"app-pages-browser"},"startTime":1769502301485,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5614,"timestamp":125706501,"id":1415,"parentId":1334,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/pen-line.js","layer":"app-pages-browser"},"startTime":1769502301485,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":6143,"timestamp":125706552,"id":1416,"parentId":1310,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/project.ts","layer":"app-pages-browser"},"startTime":1769502301485,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":6249,"timestamp":125706657,"id":1417,"parentId":1310,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/chat.ts","layer":"app-pages-browser"},"startTime":1769502301485,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":6304,"timestamp":125706749,"id":1418,"parentId":1310,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/preview.ts","layer":"app-pages-browser"},"startTime":1769502301486,"traceId":"45990b03006e527e"},{"name":"build-module-ts","duration":7823,"timestamp":125706844,"id":1419,"parentId":1310,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/tech-stack.ts","layer":"app-pages-browser"},"startTime":1769502301486,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":11517,"timestamp":125719750,"id":1427,"parentId":1318,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/scheduler/cjs/scheduler.production.js","layer":"app-pages-browser"},"startTime":1769502301499,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":13554,"timestamp":125718934,"id":1420,"parentId":1334,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder-search.js","layer":"app-pages-browser"},"startTime":1769502301498,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17484,"timestamp":125719144,"id":1421,"parentId":1313,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/image-component.js","layer":"app-pages-browser"},"startTime":1769502301498,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17740,"timestamp":125719343,"id":1423,"parentId":1334,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/search.js","layer":"app-pages-browser"},"startTime":1769502301498,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18092,"timestamp":125719443,"id":1424,"parentId":1334,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/list-todo.js","layer":"app-pages-browser"},"startTime":1769502301498,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18305,"timestamp":125719565,"id":1425,"parentId":1335,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-up.js","layer":"app-pages-browser"},"startTime":1769502301498,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":18961,"timestamp":125719667,"id":1426,"parentId":1340,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unstable-rethrow.browser.js","layer":"app-pages-browser"},"startTime":1769502301498,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":27428,"timestamp":125719249,"id":1422,"parentId":1313,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/get-img-props.js","layer":"app-pages-browser"},"startTime":1769502301498,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4128,"timestamp":125762702,"id":1437,"parentId":1317,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/cjs/scheduler.production.js","layer":"pages-dir-browser"},"startTime":1769502301541,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9074,"timestamp":125760365,"id":1428,"parentId":1421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/head.js","layer":"app-pages-browser"},"startTime":1769502301539,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":9214,"timestamp":125760655,"id":1430,"parentId":1421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769502301539,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":10694,"timestamp":125760736,"id":1431,"parentId":1421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769502301540,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17217,"timestamp":125762215,"id":1432,"parentId":1347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"app-pages-browser"},"startTime":1769502301541,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":17958,"timestamp":125762346,"id":1433,"parentId":1344,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js","layer":"app-pages-browser"},"startTime":1769502301541,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19172,"timestamp":125762444,"id":1434,"parentId":1313,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-loader.js","layer":"app-pages-browser"},"startTime":1769502301541,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19578,"timestamp":125762524,"id":1435,"parentId":1356,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/message-circle-question.js","layer":"app-pages-browser"},"startTime":1769502301541,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":19966,"timestamp":125762610,"id":1436,"parentId":1356,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/hammer.js","layer":"app-pages-browser"},"startTime":1769502301541,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":22779,"timestamp":125760552,"id":1429,"parentId":1421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-config.js","layer":"app-pages-browser"},"startTime":1769502301539,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1121,"timestamp":125793192,"id":1441,"parentId":1345,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-markdown@9.1.0_@types+react@19.2.7_react@19.2.3/node_modules/react-markdown/index.js","layer":"app-pages-browser"},"startTime":1769502301572,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1144,"timestamp":125793423,"id":1442,"parentId":1345,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/index.js","layer":"app-pages-browser"},"startTime":1769502301572,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3856,"timestamp":125791629,"id":1439,"parentId":1428,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1769502301570,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5189,"timestamp":125791396,"id":1438,"parentId":1428,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/side-effect.js","layer":"app-pages-browser"},"startTime":1769502301570,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5963,"timestamp":125791764,"id":1440,"parentId":1428,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-mode.js","layer":"app-pages-browser"},"startTime":1769502301571,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2158,"timestamp":125803138,"id":1443,"parentId":1406,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle.js","layer":"app-pages-browser"},"startTime":1769502301582,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2178,"timestamp":125804204,"id":1444,"parentId":1422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-blur-svg.js","layer":"app-pages-browser"},"startTime":1769502301583,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3312,"timestamp":125808976,"id":1445,"parentId":1432,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/Icon.js","layer":"app-pages-browser"},"startTime":1769502301588,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2320,"timestamp":125812929,"id":1446,"parentId":1432,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/shared/src/utils.js","layer":"app-pages-browser"},"startTime":1769502301592,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":5147,"timestamp":125815824,"id":1447,"parentId":1396,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-checkbox@1.3.3_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19.2_bewiq6cjocmach7p37abfyy75a/node_modules/@radix-ui/react-checkbox/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301595,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":5706,"timestamp":125817792,"id":1448,"parentId":1397,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-label@2.1.8_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19.2.7__ggc7d2jno3gcorzflrswkya7gm/node_modules/@radix-ui/react-label/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301597,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":14061,"timestamp":125821712,"id":1449,"parentId":1395,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-radio-group@1.3.8_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@1_cjtgf3xmcqtfujhoownb73bnbi/node_modules/@radix-ui/react-radio-group/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301601,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4959,"timestamp":125837299,"id":1450,"parentId":1441,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-markdown@9.1.0_@types+react@19.2.7_react@19.2.3/node_modules/react-markdown/lib/index.js","layer":"app-pages-browser"},"startTime":1769502301616,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5342,"timestamp":125837570,"id":1451,"parentId":1442,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/lib/index.js","layer":"app-pages-browser"},"startTime":1769502301616,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7106,"timestamp":125837782,"id":1452,"parentId":1445,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/defaultAttributes.js","layer":"app-pages-browser"},"startTime":1769502301617,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1107,"timestamp":125858106,"id":1453,"parentId":1213,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/polyfills/process.js","layer":"pages-dir-browser"},"startTime":1769502301637,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1584,"timestamp":125858202,"id":1454,"parentId":1218,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1769502301637,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":552,"timestamp":125889958,"id":1455,"parentId":1450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-to-jsx-runtime@2.3.6/node_modules/hast-util-to-jsx-runtime/index.js","layer":"app-pages-browser"},"startTime":1769502301669,"traceId":"45990b03006e527e"}]
|
|
15
|
+
[{"name":"build-module-js","duration":1013,"timestamp":125896512,"id":1456,"parentId":1450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/index.js","layer":"app-pages-browser"},"startTime":1769502301675,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1030,"timestamp":125896747,"id":1457,"parentId":1450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/html-url-attributes@3.0.1/node_modules/html-url-attributes/index.js","layer":"app-pages-browser"},"startTime":1769502301676,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":745,"timestamp":125898320,"id":1458,"parentId":1450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/index.js","layer":"app-pages-browser"},"startTime":1769502301677,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":546,"timestamp":125901530,"id":1459,"parentId":1450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/index.js","layer":"app-pages-browser"},"startTime":1769502301680,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":537,"timestamp":125902994,"id":1460,"parentId":1450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/index.js","layer":"app-pages-browser"},"startTime":1769502301682,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":788,"timestamp":125905926,"id":1461,"parentId":1450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/index.js","layer":"app-pages-browser"},"startTime":1769502301685,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":760,"timestamp":125906142,"id":1462,"parentId":1451,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/index.js","layer":"app-pages-browser"},"startTime":1769502301685,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1189,"timestamp":125915113,"id":1463,"parentId":1451,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.js","layer":"app-pages-browser"},"startTime":1769502301694,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1483,"timestamp":125919599,"id":1464,"parentId":1453,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/process/browser.js","layer":"pages-dir-browser"},"startTime":1769502301698,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2669,"timestamp":125919665,"id":1465,"parentId":1454,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/process/browser.js","layer":"app-pages-browser"},"startTime":1769502301698,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2837,"timestamp":125919791,"id":1466,"parentId":1450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.js","layer":"app-pages-browser"},"startTime":1769502301699,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":3563687,"timestamp":122359659,"id":986,"parentId":981,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1769502298138,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":3563638,"timestamp":122359721,"id":988,"parentId":981,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1769502298139,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":3563666,"timestamp":122359700,"id":987,"parentId":981,"tags":{"request":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/router.js"},"startTime":1769502298138,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":3564461,"timestamp":122358921,"id":982,"parentId":981,"tags":{"request":"./../../node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/next.js"},"startTime":1769502298138,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":3563663,"timestamp":122359731,"id":989,"parentId":981,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fcomponents%2FDevErrorRecovery.tsx%22%2C%22ids%22%3A%5B%22DevErrorRecovery%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistSans%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Geist_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22geistMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1769502298139,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":3563656,"timestamp":122359743,"id":990,"parentId":981,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1769502298139,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":3563469,"timestamp":122359935,"id":992,"parentId":981,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1769502298139,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":3563929,"timestamp":122359502,"id":984,"parentId":981,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fmetadata%2Fasync-metadata.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fnode_modules%2F.pnpm%2Fnext%4015.5.9_react-dom%4019.2.3_react%4019.2.3__react%4019.2.3%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1769502298138,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":3564073,"timestamp":122359454,"id":983,"parentId":981,"tags":{"request":"./../../node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-next.js"},"startTime":1769502298138,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":830,"timestamp":125925057,"id":1467,"parentId":1447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301704,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":1665,"timestamp":125928836,"id":1468,"parentId":1447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-context@1.1.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-context/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301708,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2652,"timestamp":125934084,"id":1469,"parentId":1447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+primitive@1.1.3/node_modules/@radix-ui/primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301713,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":758,"timestamp":125945169,"id":1470,"parentId":1447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-previous@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-previous/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301724,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":964,"timestamp":125948214,"id":1471,"parentId":1447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-size@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-size/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301727,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2080,"timestamp":125951678,"id":1472,"parentId":1447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301730,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":7898,"timestamp":125958126,"id":1473,"parentId":1447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-presence@1.1.5_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19.2_g7nvzcflnhogkdp32witcuayfy/node_modules/@radix-ui/react-presence/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301737,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":1370,"timestamp":125968209,"id":1474,"parentId":1447,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-primitive@2.1.3_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._vrijsupjqixawruberrfb56pbm/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301747,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":1920,"timestamp":125976615,"id":1475,"parentId":1448,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-primitive@2.1.4_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19._4sfldbbhvd3xapj4euqmtg5wga/node_modules/@radix-ui/react-primitive/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301755,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":8228,"timestamp":125983637,"id":1476,"parentId":1449,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-roving-focus@1.1.11_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react_olorlwzqifzjwjsjwfg7df3ffe/node_modules/@radix-ui/react-roving-focus/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301762,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":833,"timestamp":125992720,"id":1477,"parentId":1449,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-direction@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-direction/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301772,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5631,"timestamp":125995599,"id":1478,"parentId":1455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-to-jsx-runtime@2.3.6/node_modules/hast-util-to-jsx-runtime/lib/index.js","layer":"app-pages-browser"},"startTime":1769502301774,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1715,"timestamp":126003479,"id":1479,"parentId":1458,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/lib/index.js","layer":"app-pages-browser"},"startTime":1769502301782,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1747,"timestamp":126003702,"id":1480,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/html-url-attributes@3.0.1/node_modules/html-url-attributes/lib/index.js","layer":"app-pages-browser"},"startTime":1769502301782,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1145,"timestamp":126009079,"id":1481,"parentId":1456,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/lib/index.js","layer":"app-pages-browser"},"startTime":1769502301788,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4435,"timestamp":126009338,"id":1482,"parentId":1459,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.js","layer":"app-pages-browser"},"startTime":1769502301788,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1000,"timestamp":126021826,"id":1483,"parentId":1460,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.js","layer":"app-pages-browser"},"startTime":1769502301801,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2455,"timestamp":126024174,"id":1484,"parentId":1461,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.js","layer":"app-pages-browser"},"startTime":1769502301803,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1633,"timestamp":126028136,"id":1485,"parentId":1462,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.js","layer":"app-pages-browser"},"startTime":1769502301807,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":654,"timestamp":126033658,"id":1486,"parentId":1458,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/index.js","layer":"app-pages-browser"},"startTime":1769502301812,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1093,"timestamp":126037268,"id":1487,"parentId":1463,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions/index.js","layer":"app-pages-browser"},"startTime":1769502301816,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":658,"timestamp":126048083,"id":1488,"parentId":1463,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/index.js","layer":"app-pages-browser"},"startTime":1769502301827,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":693,"timestamp":126055254,"id":1489,"parentId":1463,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/index.js","layer":"app-pages-browser"},"startTime":1769502301834,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1629,"timestamp":126056686,"id":1490,"parentId":1463,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/index.js","layer":"app-pages-browser"},"startTime":1769502301835,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":672,"timestamp":126066454,"id":1491,"parentId":1463,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/index.js","layer":"app-pages-browser"},"startTime":1769502301845,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":507,"timestamp":126076296,"id":1492,"parentId":1463,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-tagfilter@2.0.0/node_modules/micromark-extension-gfm-tagfilter/index.js","layer":"app-pages-browser"},"startTime":1769502301855,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":526,"timestamp":126083114,"id":1493,"parentId":1463,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/index.js","layer":"app-pages-browser"},"startTime":1769502301862,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":766,"timestamp":126087432,"id":1494,"parentId":1482,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.js","layer":"app-pages-browser"},"startTime":1769502301866,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":528,"timestamp":126088767,"id":1495,"parentId":1471,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-layout-effect@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301868,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2997,"timestamp":126091194,"id":1496,"parentId":1484,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.browser.js","layer":"app-pages-browser"},"startTime":1769502301870,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3358,"timestamp":126091347,"id":1497,"parentId":1484,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.browser.js","layer":"app-pages-browser"},"startTime":1769502301870,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3406,"timestamp":126091482,"id":1498,"parentId":1484,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.browser.js","layer":"app-pages-browser"},"startTime":1769502301870,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":897,"timestamp":126096675,"id":1499,"parentId":1472,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-effect-event@0.0.2_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-effect-event/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301875,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1131,"timestamp":126101955,"id":1500,"parentId":1486,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/index.js","layer":"app-pages-browser"},"startTime":1769502301881,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2243,"timestamp":126102123,"id":1501,"parentId":1486,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/footer.js","layer":"app-pages-browser"},"startTime":1769502301881,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2824,"timestamp":126102259,"id":1502,"parentId":1486,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/index.js","layer":"app-pages-browser"},"startTime":1769502301881,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2378,"timestamp":126113411,"id":1503,"parentId":1474,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-slot@1.2.3_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301892,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1230,"timestamp":126123804,"id":1504,"parentId":1478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.js","layer":"app-pages-browser"},"startTime":1769502301903,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":530,"timestamp":126126753,"id":1505,"parentId":1478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/index.js","layer":"app-pages-browser"},"startTime":1769502301906,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":917,"timestamp":126129695,"id":1506,"parentId":1478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/index.js","layer":"app-pages-browser"},"startTime":1769502301908,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":798,"timestamp":126133298,"id":1507,"parentId":1478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.js","layer":"app-pages-browser"},"startTime":1769502301912,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":544,"timestamp":126135826,"id":1508,"parentId":1478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/index.js","layer":"app-pages-browser"},"startTime":1769502301915,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":545,"timestamp":126139395,"id":1509,"parentId":1478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/index.js","layer":"app-pages-browser"},"startTime":1769502301918,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1315,"timestamp":126143822,"id":1510,"parentId":1478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/estree-util-is-identifier-name@3.0.0/node_modules/estree-util-is-identifier-name/index.js","layer":"app-pages-browser"},"startTime":1769502301923,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5583,"timestamp":126144056,"id":1511,"parentId":1488,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.js","layer":"app-pages-browser"},"startTime":1769502301923,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5955,"timestamp":126144249,"id":1512,"parentId":1488,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/html.js","layer":"app-pages-browser"},"startTime":1769502301923,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":2993,"timestamp":126154289,"id":1513,"parentId":1475,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-slot@1.2.4_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-slot/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502301933,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1180,"timestamp":126169105,"id":1514,"parentId":1478,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/style-to-js@1.1.21/node_modules/style-to-js/cjs/index.js","layer":"app-pages-browser"},"startTime":1769502301948,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":639,"timestamp":126172251,"id":1515,"parentId":1482,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js","layer":"app-pages-browser"},"startTime":1769502301951,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":611,"timestamp":126175107,"id":1516,"parentId":1481,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/index.js","layer":"app-pages-browser"},"startTime":1769502301954,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":776,"timestamp":126178529,"id":1517,"parentId":1482,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js","layer":"app-pages-browser"},"startTime":1769502301957,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":504,"timestamp":126179844,"id":1518,"parentId":1482,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/index.js","layer":"app-pages-browser"},"startTime":1769502301959,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3469,"timestamp":126185173,"id":1519,"parentId":1489,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/syntax.js","layer":"app-pages-browser"},"startTime":1769502301964,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4973,"timestamp":126185360,"id":1520,"parentId":1489,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/html.js","layer":"app-pages-browser"},"startTime":1769502301964,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1423,"timestamp":126193223,"id":1521,"parentId":1482,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js","layer":"app-pages-browser"},"startTime":1769502301972,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1121,"timestamp":126195188,"id":1522,"parentId":1490,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/html.js","layer":"app-pages-browser"},"startTime":1769502301974,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2257,"timestamp":126195387,"id":1523,"parentId":1490,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.js","layer":"app-pages-browser"},"startTime":1769502301974,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":588,"timestamp":126200895,"id":1524,"parentId":1483,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/index.js","layer":"app-pages-browser"},"startTime":1769502301980,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1765,"timestamp":126202359,"id":1525,"parentId":1491,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/html.js","layer":"app-pages-browser"},"startTime":1769502301981,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5762,"timestamp":126202555,"id":1526,"parentId":1491,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/syntax.js","layer":"app-pages-browser"},"startTime":1769502301981,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":417,"timestamp":126211664,"id":1527,"parentId":1485,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/index.js","layer":"app-pages-browser"},"startTime":1769502301990,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":376,"timestamp":126215296,"id":1528,"parentId":1485,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/index.js","layer":"app-pages-browser"},"startTime":1769502301994,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":518,"timestamp":126218193,"id":1529,"parentId":1485,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/index.js","layer":"app-pages-browser"},"startTime":1769502301997,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":504,"timestamp":126219848,"id":1530,"parentId":1485,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/index.js","layer":"app-pages-browser"},"startTime":1769502301999,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":554,"timestamp":126223796,"id":1531,"parentId":1485,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/index.js","layer":"app-pages-browser"},"startTime":1769502302003,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":694,"timestamp":126227557,"id":1532,"parentId":1476,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-id@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-id/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502302006,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":580,"timestamp":126232192,"id":1533,"parentId":1476,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-use-callback-ref@1.1.1_@types+react@19.2.7_react@19.2.3/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502302011,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1054,"timestamp":126239320,"id":1535,"parentId":1492,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-tagfilter@2.0.0/node_modules/micromark-extension-gfm-tagfilter/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302018,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1155,"timestamp":126240637,"id":1536,"parentId":1497,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.js","layer":"app-pages-browser"},"startTime":1769502302019,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1268,"timestamp":126240828,"id":1537,"parentId":1493,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/html.js","layer":"app-pages-browser"},"startTime":1769502302020,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1813,"timestamp":126240992,"id":1538,"parentId":1493,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.js","layer":"app-pages-browser"},"startTime":1769502302020,"traceId":"45990b03006e527e"},{"name":"build-module-mjs","duration":11859,"timestamp":126237691,"id":1534,"parentId":1476,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@radix-ui+react-collection@1.1.7_@types+react-dom@19.2.3_@types+react@19.2.7__@types+react@19_3vqfgunzp4tkkuqnqgefg7qsai/node_modules/@radix-ui/react-collection/dist/index.mjs","layer":"app-pages-browser"},"startTime":1769502302016,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2521,"timestamp":126252862,"id":1539,"parentId":1500,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/state.js","layer":"app-pages-browser"},"startTime":1769502302032,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2576,"timestamp":126253049,"id":1540,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js","layer":"app-pages-browser"},"startTime":1769502302032,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2646,"timestamp":126253217,"id":1541,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/break.js","layer":"app-pages-browser"},"startTime":1769502302032,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2991,"timestamp":126253345,"id":1542,"parentId":1487,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.js","layer":"app-pages-browser"},"startTime":1769502302032,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1710,"timestamp":126256868,"id":1543,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/code.js","layer":"app-pages-browser"},"startTime":1769502302036,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1697,"timestamp":126257077,"id":1544,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/delete.js","layer":"app-pages-browser"},"startTime":1769502302036,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1756,"timestamp":126257268,"id":1545,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js","layer":"app-pages-browser"},"startTime":1769502302036,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1904,"timestamp":126262760,"id":1546,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js","layer":"app-pages-browser"},"startTime":1769502302042,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1981,"timestamp":126262953,"id":1547,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/heading.js","layer":"app-pages-browser"},"startTime":1769502302042,"traceId":"45990b03006e527e"}]
|
|
16
|
+
[{"name":"build-module-js","duration":2071,"timestamp":126263149,"id":1548,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/html.js","layer":"app-pages-browser"},"startTime":1769502302042,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2318,"timestamp":126263311,"id":1549,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js","layer":"app-pages-browser"},"startTime":1769502302042,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1048,"timestamp":126267045,"id":1550,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/image.js","layer":"app-pages-browser"},"startTime":1769502302046,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1183,"timestamp":126267172,"id":1551,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js","layer":"app-pages-browser"},"startTime":1769502302046,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1362,"timestamp":126267283,"id":1552,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js","layer":"app-pages-browser"},"startTime":1769502302046,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1263,"timestamp":126269668,"id":1553,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/list-item.js","layer":"app-pages-browser"},"startTime":1769502302048,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1431,"timestamp":126269842,"id":1554,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/list.js","layer":"app-pages-browser"},"startTime":1769502302049,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1568,"timestamp":126269956,"id":1555,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/link.js","layer":"app-pages-browser"},"startTime":1769502302049,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1397,"timestamp":126276601,"id":1556,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js","layer":"app-pages-browser"},"startTime":1769502302055,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1535,"timestamp":126276777,"id":1557,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/root.js","layer":"app-pages-browser"},"startTime":1769502302056,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2046,"timestamp":126276889,"id":1558,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/table.js","layer":"app-pages-browser"},"startTime":1769502302056,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2243,"timestamp":126276984,"id":1559,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/strong.js","layer":"app-pages-browser"},"startTime":1769502302056,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1523,"timestamp":126280618,"id":1560,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js","layer":"app-pages-browser"},"startTime":1769502302059,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1597,"timestamp":126280813,"id":1561,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/text.js","layer":"app-pages-browser"},"startTime":1769502302060,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1806,"timestamp":126280987,"id":1562,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/table-row.js","layer":"app-pages-browser"},"startTime":1769502302060,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":671,"timestamp":126283494,"id":1563,"parentId":1502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js","layer":"app-pages-browser"},"startTime":1769502302062,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":597,"timestamp":126286189,"id":1564,"parentId":1505,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302065,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1321,"timestamp":126287718,"id":1565,"parentId":1506,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/aria.js","layer":"app-pages-browser"},"startTime":1769502302067,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2897,"timestamp":126287914,"id":1566,"parentId":1506,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/html.js","layer":"app-pages-browser"},"startTime":1769502302067,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2634,"timestamp":126292454,"id":1567,"parentId":1506,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/svg.js","layer":"app-pages-browser"},"startTime":1769502302071,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2564,"timestamp":126292771,"id":1568,"parentId":1506,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xlink.js","layer":"app-pages-browser"},"startTime":1769502302072,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":572,"timestamp":126297230,"id":1569,"parentId":1506,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xmlns.js","layer":"app-pages-browser"},"startTime":1769502302076,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1913,"timestamp":126299558,"id":1570,"parentId":1506,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xml.js","layer":"app-pages-browser"},"startTime":1769502302078,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1975,"timestamp":126299748,"id":1571,"parentId":1506,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/hast-to-react.js","layer":"app-pages-browser"},"startTime":1769502302079,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2021,"timestamp":126299932,"id":1572,"parentId":1506,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/normalize.js","layer":"app-pages-browser"},"startTime":1769502302079,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2475,"timestamp":126300230,"id":1573,"parentId":1506,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/find.js","layer":"app-pages-browser"},"startTime":1769502302079,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1075,"timestamp":126303844,"id":1574,"parentId":1506,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/merge.js","layer":"app-pages-browser"},"startTime":1769502302083,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1652,"timestamp":126310038,"id":1575,"parentId":1501,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-sanitize-uri@2.0.1/node_modules/micromark-util-sanitize-uri/index.js","layer":"app-pages-browser"},"startTime":1769502302089,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":840,"timestamp":126314089,"id":1576,"parentId":1508,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302093,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1012,"timestamp":126317468,"id":1577,"parentId":1501,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/index.js","layer":"app-pages-browser"},"startTime":1769502302096,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1008,"timestamp":126320324,"id":1578,"parentId":1509,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302099,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2550,"timestamp":126324838,"id":1579,"parentId":1510,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/estree-util-is-identifier-name@3.0.0/node_modules/estree-util-is-identifier-name/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302104,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1079,"timestamp":126328851,"id":1580,"parentId":1511,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.js","layer":"app-pages-browser"},"startTime":1769502302108,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":740,"timestamp":126330495,"id":1581,"parentId":1514,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/style-to-js@1.1.21/node_modules/style-to-js/cjs/utilities.js","layer":"app-pages-browser"},"startTime":1769502302109,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":7210,"timestamp":126331698,"id":1582,"parentId":1516,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302110,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1617,"timestamp":126341833,"id":1583,"parentId":1526,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/edit-map.js","layer":"app-pages-browser"},"startTime":1769502302121,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2384,"timestamp":126342043,"id":1584,"parentId":1518,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302121,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":898,"timestamp":126345215,"id":1585,"parentId":1526,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/infer.js","layer":"app-pages-browser"},"startTime":1769502302124,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1876,"timestamp":126346993,"id":1586,"parentId":1524,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302126,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2706,"timestamp":126349865,"id":1587,"parentId":1527,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302129,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1291,"timestamp":126357077,"id":1588,"parentId":1514,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/style-to-object@1.0.14/node_modules/style-to-object/cjs/index.js","layer":"app-pages-browser"},"startTime":1769502302136,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":835,"timestamp":126360666,"id":1589,"parentId":1528,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302139,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":835,"timestamp":126363581,"id":1590,"parentId":1519,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/index.js","layer":"app-pages-browser"},"startTime":1769502302142,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":976,"timestamp":126368415,"id":1591,"parentId":1519,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.js","layer":"app-pages-browser"},"startTime":1769502302147,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":629,"timestamp":126372870,"id":1592,"parentId":1519,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier/index.js","layer":"app-pages-browser"},"startTime":1769502302152,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1812,"timestamp":126381512,"id":1593,"parentId":1529,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302160,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2728,"timestamp":126381737,"id":1594,"parentId":1530,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302161,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":603,"timestamp":126388164,"id":1595,"parentId":1523,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.js","layer":"app-pages-browser"},"startTime":1769502302167,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":600,"timestamp":126392833,"id":1596,"parentId":1523,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all/index.js","layer":"app-pages-browser"},"startTime":1769502302172,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2850,"timestamp":126397247,"id":1597,"parentId":1531,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302176,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3074,"timestamp":126397413,"id":1598,"parentId":1549,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/revert.js","layer":"app-pages-browser"},"startTime":1769502302176,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3362,"timestamp":126397517,"id":1599,"parentId":1565,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/create.js","layer":"app-pages-browser"},"startTime":1769502302176,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3742,"timestamp":126397610,"id":1600,"parentId":1565,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/types.js","layer":"app-pages-browser"},"startTime":1769502302176,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3838,"timestamp":126397705,"id":1601,"parentId":1566,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-insensitive-transform.js","layer":"app-pages-browser"},"startTime":1769502302177,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":648,"timestamp":126407019,"id":1602,"parentId":1567,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-sensitive-transform.js","layer":"app-pages-browser"},"startTime":1769502302186,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1033,"timestamp":126411689,"id":1603,"parentId":1573,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/defined-info.js","layer":"app-pages-browser"},"startTime":1769502302190,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1155,"timestamp":126411837,"id":1604,"parentId":1573,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/info.js","layer":"app-pages-browser"},"startTime":1769502302191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1286,"timestamp":126411939,"id":1605,"parentId":1574,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/schema.js","layer":"app-pages-browser"},"startTime":1769502302191,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1028,"timestamp":126414103,"id":1606,"parentId":1534,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_get.js","layer":"app-pages-browser"},"startTime":1769502302193,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":812,"timestamp":126416402,"id":1607,"parentId":1534,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_init.js","layer":"app-pages-browser"},"startTime":1769502302195,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":651,"timestamp":126418157,"id":1608,"parentId":1534,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_private_field_set.js","layer":"app-pages-browser"},"startTime":1769502302197,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2159,"timestamp":126426323,"id":1609,"parentId":1561,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.js","layer":"app-pages-browser"},"startTime":1769502302205,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3009,"timestamp":126426555,"id":1610,"parentId":1577,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/deserialize.js","layer":"app-pages-browser"},"startTime":1769502302205,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4632,"timestamp":126426760,"id":1611,"parentId":1577,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/serialize.js","layer":"app-pages-browser"},"startTime":1769502302206,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4656,"timestamp":126426951,"id":1612,"parentId":1586,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/color.js","layer":"app-pages-browser"},"startTime":1769502302206,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":932,"timestamp":126436850,"id":1613,"parentId":1575,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-encode@2.0.1/node_modules/micromark-util-encode/index.js","layer":"app-pages-browser"},"startTime":1769502302216,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":583,"timestamp":126440299,"id":1614,"parentId":1578,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/index.js","layer":"app-pages-browser"},"startTime":1769502302219,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3052,"timestamp":126441687,"id":1615,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.js","layer":"app-pages-browser"},"startTime":1769502302220,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4040,"timestamp":126441905,"id":1616,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.js","layer":"app-pages-browser"},"startTime":1769502302221,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1521,"timestamp":126447088,"id":1617,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.js","layer":"app-pages-browser"},"startTime":1769502302226,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1990,"timestamp":126447302,"id":1618,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/block-quote.js","layer":"app-pages-browser"},"startTime":1769502302226,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1247,"timestamp":126450719,"id":1619,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-escape.js","layer":"app-pages-browser"},"startTime":1769502302230,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1912,"timestamp":126450923,"id":1620,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-reference.js","layer":"app-pages-browser"},"startTime":1769502302230,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3623,"timestamp":126453740,"id":1621,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-indented.js","layer":"app-pages-browser"},"startTime":1769502302233,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4859,"timestamp":126453948,"id":1622,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-fenced.js","layer":"app-pages-browser"},"startTime":1769502302233,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5863,"timestamp":126454166,"id":1623,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-text.js","layer":"app-pages-browser"},"startTime":1769502302233,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6507,"timestamp":126454354,"id":1624,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.js","layer":"app-pages-browser"},"startTime":1769502302233,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":749,"timestamp":126462076,"id":1625,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/hard-break-escape.js","layer":"app-pages-browser"},"startTime":1769502302241,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1257,"timestamp":126462216,"id":1626,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.js","layer":"app-pages-browser"},"startTime":1769502302241,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5002,"timestamp":126464642,"id":1627,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-flow.js","layer":"app-pages-browser"},"startTime":1769502302243,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5948,"timestamp":126464857,"id":1628,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/heading-atx.js","layer":"app-pages-browser"},"startTime":1769502302244,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4320,"timestamp":126475208,"id":1629,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-text.js","layer":"app-pages-browser"},"startTime":1769502302254,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6803,"timestamp":126475430,"id":1630,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-end.js","layer":"app-pages-browser"},"startTime":1769502302254,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1798,"timestamp":126484141,"id":1631,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-image.js","layer":"app-pages-browser"},"startTime":1769502302263,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2189,"timestamp":126484345,"id":1632,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-link.js","layer":"app-pages-browser"},"startTime":1769502302263,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3774,"timestamp":126484527,"id":1633,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.js","layer":"app-pages-browser"},"startTime":1769502302263,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3938,"timestamp":126484708,"id":1634,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.js","layer":"app-pages-browser"},"startTime":1769502302264,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2410,"timestamp":126490162,"id":1635,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/setext-underline.js","layer":"app-pages-browser"},"startTime":1769502302269,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2785,"timestamp":126490371,"id":1636,"parentId":1590,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/thematic-break.js","layer":"app-pages-browser"},"startTime":1769502302269,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":841,"timestamp":126496454,"id":1637,"parentId":1582,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-decode-numeric-character-reference@2.0.2/node_modules/micromark-util-decode-numeric-character-reference/index.js","layer":"app-pages-browser"},"startTime":1769502302275,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":563,"timestamp":126499860,"id":1638,"parentId":1582,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/index.js","layer":"app-pages-browser"},"startTime":1769502302279,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":853,"timestamp":126501707,"id":1639,"parentId":1582,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/index.js","layer":"app-pages-browser"},"startTime":1769502302281,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":738,"timestamp":126506472,"id":1640,"parentId":1582,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/decode-named-character-reference@1.2.0/node_modules/decode-named-character-reference/index.dom.js","layer":"app-pages-browser"},"startTime":1769502302285,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1058,"timestamp":126509560,"id":1641,"parentId":1582,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.js","layer":"app-pages-browser"},"startTime":1769502302288,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":589,"timestamp":126516171,"id":1642,"parentId":1586,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-is@6.0.1/node_modules/unist-util-is/index.js","layer":"app-pages-browser"},"startTime":1769502302295,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":708,"timestamp":126517215,"id":1643,"parentId":1587,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js","layer":"app-pages-browser"},"startTime":1769502302296,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1088,"timestamp":126520547,"id":1644,"parentId":1606,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_apply_descriptor_get.js","layer":"app-pages-browser"},"startTime":1769502302299,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1121,"timestamp":126520739,"id":1645,"parentId":1606,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_extract_field_descriptor.js","layer":"app-pages-browser"},"startTime":1769502302300,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1158,"timestamp":126520907,"id":1646,"parentId":1587,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/index.js","layer":"app-pages-browser"},"startTime":1769502302300,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":632,"timestamp":126527099,"id":1647,"parentId":1607,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_check_private_redeclaration.js","layer":"app-pages-browser"},"startTime":1769502302306,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2026,"timestamp":126527245,"id":1648,"parentId":1588,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/inline-style-parser@0.2.7/node_modules/inline-style-parser/cjs/index.js","layer":"app-pages-browser"},"startTime":1769502302306,"traceId":"45990b03006e527e"}]
|
|
17
|
+
[{"name":"build-module-js","duration":431,"timestamp":126529968,"id":1649,"parentId":1608,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_class_apply_descriptor_set.js","layer":"app-pages-browser"},"startTime":1769502302309,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":627,"timestamp":126532860,"id":1650,"parentId":1594,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/index.js","layer":"app-pages-browser"},"startTime":1769502302312,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":866,"timestamp":126533043,"id":1651,"parentId":1610,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@ungap+structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/types.js","layer":"app-pages-browser"},"startTime":1769502302312,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1515,"timestamp":126538169,"id":1652,"parentId":1597,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.js","layer":"app-pages-browser"},"startTime":1769502302317,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":704,"timestamp":126540154,"id":1653,"parentId":1614,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302319,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1097,"timestamp":126546702,"id":1654,"parentId":1638,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302325,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2156,"timestamp":126549078,"id":1655,"parentId":1624,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.js","layer":"app-pages-browser"},"startTime":1769502302328,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1448,"timestamp":126553116,"id":1656,"parentId":1626,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.js","layer":"app-pages-browser"},"startTime":1769502302332,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1222,"timestamp":126554966,"id":1657,"parentId":1626,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.js","layer":"app-pages-browser"},"startTime":1769502302334,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":781,"timestamp":126558350,"id":1658,"parentId":1626,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.js","layer":"app-pages-browser"},"startTime":1769502302337,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1207,"timestamp":126561474,"id":1659,"parentId":1626,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.js","layer":"app-pages-browser"},"startTime":1769502302340,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":879,"timestamp":126564923,"id":1660,"parentId":1627,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-html-tag-name@2.0.1/node_modules/micromark-util-html-tag-name/index.js","layer":"app-pages-browser"},"startTime":1769502302344,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":5728,"timestamp":126566657,"id":1661,"parentId":1639,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/compile.js","layer":"app-pages-browser"},"startTime":1769502302345,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6050,"timestamp":126566863,"id":1662,"parentId":1639,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.js","layer":"app-pages-browser"},"startTime":1769502302346,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":6108,"timestamp":126567078,"id":1663,"parentId":1639,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.js","layer":"app-pages-browser"},"startTime":1769502302346,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2231,"timestamp":126574929,"id":1664,"parentId":1639,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.js","layer":"app-pages-browser"},"startTime":1769502302354,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1633,"timestamp":126580419,"id":1665,"parentId":1642,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-is@6.0.1/node_modules/unist-util-is/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302359,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1734,"timestamp":126584102,"id":1666,"parentId":1646,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302363,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1806,"timestamp":126588633,"id":1667,"parentId":1650,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302367,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2138,"timestamp":126588852,"id":1668,"parentId":1650,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.js","layer":"app-pages-browser"},"startTime":1769502302368,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4044,"timestamp":126593300,"id":1669,"parentId":1655,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/lib/splice-buffer.js","layer":"app-pages-browser"},"startTime":1769502302372,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1515,"timestamp":126601779,"id":1670,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.js","layer":"app-pages-browser"},"startTime":1769502302381,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3118,"timestamp":126605128,"id":1671,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.js","layer":"app-pages-browser"},"startTime":1769502302384,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1767,"timestamp":126612511,"id":1672,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.js","layer":"app-pages-browser"},"startTime":1769502302391,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2618,"timestamp":126612718,"id":1673,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.js","layer":"app-pages-browser"},"startTime":1769502302392,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2843,"timestamp":126612887,"id":1674,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.js","layer":"app-pages-browser"},"startTime":1769502302392,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1162,"timestamp":126617092,"id":1675,"parentId":1662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.js","layer":"app-pages-browser"},"startTime":1769502302396,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1607,"timestamp":126627367,"id":1676,"parentId":1667,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/configure.js","layer":"app-pages-browser"},"startTime":1769502302406,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1827,"timestamp":126627522,"id":1677,"parentId":1667,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/unsafe.js","layer":"app-pages-browser"},"startTime":1769502302406,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1928,"timestamp":126627628,"id":1678,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.js","layer":"app-pages-browser"},"startTime":1769502302406,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2125,"timestamp":126627723,"id":1679,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.js","layer":"app-pages-browser"},"startTime":1769502302407,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2565,"timestamp":126627818,"id":1680,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.js","layer":"app-pages-browser"},"startTime":1769502302407,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2866,"timestamp":126627911,"id":1681,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.js","layer":"app-pages-browser"},"startTime":1769502302407,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3173,"timestamp":126628026,"id":1682,"parentId":1667,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/join.js","layer":"app-pages-browser"},"startTime":1769502302407,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3074,"timestamp":126632067,"id":1683,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.js","layer":"app-pages-browser"},"startTime":1769502302411,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3335,"timestamp":126632251,"id":1684,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.js","layer":"app-pages-browser"},"startTime":1769502302411,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3344,"timestamp":126632403,"id":1685,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.js","layer":"app-pages-browser"},"startTime":1769502302411,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1947,"timestamp":126641299,"id":1686,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.js","layer":"app-pages-browser"},"startTime":1769502302420,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2372,"timestamp":126641453,"id":1687,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.js","layer":"app-pages-browser"},"startTime":1769502302420,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2856,"timestamp":126641565,"id":1688,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.js","layer":"app-pages-browser"},"startTime":1769502302420,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3267,"timestamp":126641659,"id":1689,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.js","layer":"app-pages-browser"},"startTime":1769502302420,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3513,"timestamp":126641755,"id":1690,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.js","layer":"app-pages-browser"},"startTime":1769502302421,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":3780,"timestamp":126641981,"id":1691,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.js","layer":"app-pages-browser"},"startTime":1769502302421,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":4060,"timestamp":126642151,"id":1692,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.js","layer":"app-pages-browser"},"startTime":1769502302421,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1868,"timestamp":126647429,"id":1693,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.js","layer":"app-pages-browser"},"startTime":1769502302426,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2248,"timestamp":126647638,"id":1694,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.js","layer":"app-pages-browser"},"startTime":1769502302426,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2355,"timestamp":126647809,"id":1695,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.js","layer":"app-pages-browser"},"startTime":1769502302427,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1527,"timestamp":126659709,"id":1696,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.js","layer":"app-pages-browser"},"startTime":1769502302439,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1680,"timestamp":126659870,"id":1697,"parentId":1668,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js","layer":"app-pages-browser"},"startTime":1769502302439,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1768,"timestamp":126659985,"id":1698,"parentId":1667,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/association.js","layer":"app-pages-browser"},"startTime":1769502302439,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2035,"timestamp":126660122,"id":1699,"parentId":1667,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-flow.js","layer":"app-pages-browser"},"startTime":1769502302439,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2213,"timestamp":126660219,"id":1700,"parentId":1667,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js","layer":"app-pages-browser"},"startTime":1769502302439,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2668,"timestamp":126660317,"id":1701,"parentId":1667,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js","layer":"app-pages-browser"},"startTime":1769502302439,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2857,"timestamp":126660409,"id":1702,"parentId":1667,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/indent-lines.js","layer":"app-pages-browser"},"startTime":1769502302439,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":846,"timestamp":126665600,"id":1703,"parentId":1667,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/track.js","layer":"app-pages-browser"},"startTime":1769502302444,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1132,"timestamp":126667058,"id":1704,"parentId":1667,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/safe.js","layer":"app-pages-browser"},"startTime":1769502302446,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":820,"timestamp":126673317,"id":1705,"parentId":1682,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js","layer":"app-pages-browser"},"startTime":1769502302452,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1817,"timestamp":126675299,"id":1706,"parentId":1682,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js","layer":"app-pages-browser"},"startTime":1769502302454,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1977,"timestamp":126675490,"id":1707,"parentId":1679,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js","layer":"app-pages-browser"},"startTime":1769502302454,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2046,"timestamp":126675660,"id":1708,"parentId":1680,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.js","layer":"app-pages-browser"},"startTime":1769502302454,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":2116,"timestamp":126675816,"id":1709,"parentId":1681,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.js","layer":"app-pages-browser"},"startTime":1769502302455,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1317,"timestamp":126678748,"id":1710,"parentId":1683,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js","layer":"app-pages-browser"},"startTime":1769502302458,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1317,"timestamp":126678956,"id":1711,"parentId":1683,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js","layer":"app-pages-browser"},"startTime":1769502302458,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":784,"timestamp":126682447,"id":1712,"parentId":1683,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.js","layer":"app-pages-browser"},"startTime":1769502302461,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1031,"timestamp":126689600,"id":1713,"parentId":1689,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js","layer":"app-pages-browser"},"startTime":1769502302468,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1054,"timestamp":126689787,"id":1714,"parentId":1691,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js","layer":"app-pages-browser"},"startTime":1769502302469,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1000,"timestamp":126691584,"id":1715,"parentId":1691,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js","layer":"app-pages-browser"},"startTime":1769502302470,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1078,"timestamp":126691738,"id":1716,"parentId":1691,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.js","layer":"app-pages-browser"},"startTime":1769502302471,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":1154,"timestamp":126691886,"id":1717,"parentId":1691,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js","layer":"app-pages-browser"},"startTime":1769502302471,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":979,"timestamp":126693770,"id":1718,"parentId":1694,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.js","layer":"app-pages-browser"},"startTime":1769502302473,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":994,"timestamp":126693957,"id":1719,"parentId":1692,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js","layer":"app-pages-browser"},"startTime":1769502302473,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":482,"timestamp":126698196,"id":1720,"parentId":1697,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js","layer":"app-pages-browser"},"startTime":1769502302477,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":445,"timestamp":126699369,"id":1721,"parentId":1666,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.js","layer":"app-pages-browser"},"startTime":1769502302478,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":680,"timestamp":126701102,"id":1722,"parentId":1667,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js","layer":"app-pages-browser"},"startTime":1769502302480,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":609,"timestamp":126704814,"id":1723,"parentId":1680,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.js","layer":"app-pages-browser"},"startTime":1769502302484,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":369,"timestamp":126706603,"id":1724,"parentId":1693,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/index.js","layer":"app-pages-browser"},"startTime":1769502302485,"traceId":"45990b03006e527e"},{"name":"build-module-js","duration":533,"timestamp":126708421,"id":1725,"parentId":1724,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.js","layer":"app-pages-browser"},"startTime":1769502302487,"traceId":"45990b03006e527e"},{"name":"add-entry","duration":4351190,"timestamp":122359891,"id":991,"parentId":981,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FClaudeShip%2FClaudeShip%2Fapps%2Fweb%2Fsrc%2Fapp%2Fproject%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1769502298139,"traceId":"45990b03006e527e"},{"name":"make","duration":4352918,"timestamp":122358470,"id":981,"parentId":980,"tags":{},"startTime":1769502298137,"traceId":"45990b03006e527e"},{"name":"chunk-graph","duration":16637,"timestamp":126782452,"id":1727,"parentId":1726,"tags":{},"startTime":1769502302561,"traceId":"45990b03006e527e"},{"name":"optimize-modules","duration":57,"timestamp":126799301,"id":1729,"parentId":1726,"tags":{},"startTime":1769502302578,"traceId":"45990b03006e527e"},{"name":"optimize-chunks","duration":17955,"timestamp":126801995,"id":1731,"parentId":1726,"tags":{},"startTime":1769502302581,"traceId":"45990b03006e527e"},{"name":"optimize-tree","duration":206,"timestamp":126820110,"id":1732,"parentId":1726,"tags":{},"startTime":1769502302599,"traceId":"45990b03006e527e"},{"name":"optimize-chunk-modules","duration":52151,"timestamp":126820473,"id":1733,"parentId":1726,"tags":{},"startTime":1769502302599,"traceId":"45990b03006e527e"},{"name":"optimize","duration":73623,"timestamp":126799209,"id":1728,"parentId":1726,"tags":{},"startTime":1769502302578,"traceId":"45990b03006e527e"},{"name":"module-hash","duration":33301,"timestamp":126902458,"id":1734,"parentId":1726,"tags":{},"startTime":1769502302681,"traceId":"45990b03006e527e"},{"name":"code-generation","duration":341458,"timestamp":126935832,"id":1735,"parentId":1726,"tags":{},"startTime":1769502302715,"traceId":"45990b03006e527e"},{"name":"hash","duration":15115,"timestamp":127283436,"id":1736,"parentId":1726,"tags":{},"startTime":1769502303062,"traceId":"45990b03006e527e"},{"name":"code-generation-jobs","duration":788,"timestamp":127298543,"id":1737,"parentId":1726,"tags":{},"startTime":1769502303077,"traceId":"45990b03006e527e"},{"name":"module-assets","duration":1053,"timestamp":127299253,"id":1738,"parentId":1726,"tags":{},"startTime":1769502303078,"traceId":"45990b03006e527e"},{"name":"create-chunk-assets","duration":25003,"timestamp":127300329,"id":1739,"parentId":1726,"tags":{},"startTime":1769502303079,"traceId":"45990b03006e527e"},{"name":"NextJsBuildManifest-generateClientManifest","duration":2174,"timestamp":127342179,"id":1741,"parentId":980,"tags":{},"startTime":1769502303121,"traceId":"45990b03006e527e"},{"name":"NextJsBuildManifest-createassets","duration":3496,"timestamp":127340875,"id":1740,"parentId":980,"tags":{},"startTime":1769502303120,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":79733,"timestamp":127410834,"id":1744,"parentId":1742,"tags":{"name":"static/chunks/main-app-3ee073768a1a6456.js","cache":"MISS"},"startTime":1769502303190,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":79252,"timestamp":127411389,"id":1746,"parentId":1742,"tags":{"name":"static/chunks/pages/_app-56f4e2c3e0cd5b77.js","cache":"MISS"},"startTime":1769502303190,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":79166,"timestamp":127411520,"id":1747,"parentId":1742,"tags":{"name":"static/chunks/pages/_error-6444830a044a065f.js","cache":"MISS"},"startTime":1769502303190,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":79082,"timestamp":127411648,"id":1748,"parentId":1742,"tags":{"name":"static/chunks/app/layout-1baeb8f9d4de0f96.js","cache":"MISS"},"startTime":1769502303190,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":79670,"timestamp":127411105,"id":1745,"parentId":1742,"tags":{"name":"static/chunks/app/_not-found/page-1314fe1ff92ee0aa.js","cache":"MISS"},"startTime":1769502303190,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":85250,"timestamp":127411879,"id":1749,"parentId":1742,"tags":{"name":"static/chunks/app/page-df942e9231db114f.js","cache":"MISS"},"startTime":1769502303191,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":75559,"timestamp":127422964,"id":1751,"parentId":1742,"tags":{"name":"static/chunks/app/settings/page-2fcf8afca1fda15f.js","cache":"MISS"},"startTime":1769502303202,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":76305,"timestamp":127424278,"id":1752,"parentId":1742,"tags":{"name":"static/chunks/webpack-9b8a6c078d6e8803.js","cache":"MISS"},"startTime":1769502303203,"traceId":"45990b03006e527e"}]
|
|
18
|
+
[{"name":"minify-js","duration":154285,"timestamp":127414189,"id":1750,"parentId":1742,"tags":{"name":"static/chunks/app/project/[id]/page-222da932d0988d04.js","cache":"MISS"},"startTime":1769502303193,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":216626,"timestamp":127369428,"id":1743,"parentId":1742,"tags":{"name":"static/chunks/main-ff9852398b1f3782.js","cache":"MISS"},"startTime":1769502303148,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":175697,"timestamp":127436476,"id":1755,"parentId":1742,"tags":{"name":"static/chunks/253-964b516a8d5c9ec9.js","cache":"MISS"},"startTime":1769502303215,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":284503,"timestamp":127431647,"id":1754,"parentId":1742,"tags":{"name":"static/chunks/c476d598-52de8ab10fae5dac.js","cache":"MISS"},"startTime":1769502303210,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":252058,"timestamp":127469678,"id":1758,"parentId":1742,"tags":{"name":"static/chunks/18-049bb382bb176dde.js","cache":"MISS"},"startTime":1769502303248,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":251821,"timestamp":127470111,"id":1759,"parentId":1742,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1769502303249,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":251924,"timestamp":127470253,"id":1760,"parentId":1742,"tags":{"name":"static/IMWKpuHss3gLOeJ7K93sg/_ssgManifest.js","cache":"MISS"},"startTime":1769502303249,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":252206,"timestamp":127470303,"id":1761,"parentId":1742,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1769502303249,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":252817,"timestamp":127470347,"id":1762,"parentId":1742,"tags":{"name":"static/IMWKpuHss3gLOeJ7K93sg/_buildManifest.js","cache":"MISS"},"startTime":1769502303249,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":252804,"timestamp":127470390,"id":1763,"parentId":1742,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1769502303249,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":324496,"timestamp":127457200,"id":1757,"parentId":1742,"tags":{"name":"static/chunks/498-05477d3729b4e23d.js","cache":"MISS"},"startTime":1769502303236,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":411991,"timestamp":127424584,"id":1753,"parentId":1742,"tags":{"name":"static/chunks/framework-63d70eb4e76697e6.js","cache":"MISS"},"startTime":1769502303203,"traceId":"45990b03006e527e"},{"name":"minify-js","duration":408662,"timestamp":127439264,"id":1756,"parentId":1742,"tags":{"name":"static/chunks/700-80036c1b7cf7a171.js","cache":"MISS"},"startTime":1769502303218,"traceId":"45990b03006e527e"},{"name":"minify-webpack-plugin-optimize","duration":501170,"timestamp":127346783,"id":1742,"parentId":980,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1769502303126,"traceId":"45990b03006e527e"},{"name":"minify-css","duration":389363,"timestamp":127848543,"id":1765,"parentId":1764,"tags":{"file":"static/css/3cb530b49f31c723.css","cache":"MISS"},"startTime":1769502303627,"traceId":"45990b03006e527e"},{"name":"css-minimizer-plugin","duration":389692,"timestamp":127848229,"id":1764,"parentId":980,"tags":{},"startTime":1769502303627,"traceId":"45990b03006e527e"},{"name":"seal","duration":1502307,"timestamp":126748136,"id":1726,"parentId":980,"tags":{},"startTime":1769502302527,"traceId":"45990b03006e527e"},{"name":"webpack-compilation","duration":5899498,"timestamp":122351276,"id":980,"parentId":977,"tags":{"name":"client"},"startTime":1769502298130,"traceId":"45990b03006e527e"},{"name":"emit","duration":5669,"timestamp":128251151,"id":1766,"parentId":977,"tags":{},"startTime":1769502304030,"traceId":"45990b03006e527e"},{"name":"webpack-close","duration":598595,"timestamp":128258179,"id":1767,"parentId":977,"tags":{"name":"client"},"startTime":1769502304037,"traceId":"45990b03006e527e"},{"name":"webpack-generate-error-stats","duration":2652,"timestamp":128856844,"id":1768,"parentId":1767,"tags":{},"startTime":1769502304636,"traceId":"45990b03006e527e"},{"name":"run-webpack-compiler","duration":6712914,"timestamp":122146842,"id":977,"parentId":976,"tags":{},"startTime":1769502297926,"traceId":"45990b03006e527e"},{"name":"format-webpack-messages","duration":82,"timestamp":128859765,"id":1769,"parentId":976,"tags":{},"startTime":1769502304639,"traceId":"45990b03006e527e"},{"name":"worker-main-client","duration":6713609,"timestamp":122146487,"id":976,"parentId":1,"tags":{},"startTime":1769502297925,"traceId":"45990b03006e527e"},{"name":"verify-and-lint","duration":4309018,"timestamp":128931381,"id":1773,"parentId":1,"tags":{},"startTime":1769502304710,"traceId":"45990b03006e527e"},{"name":"verify-typescript-setup","duration":9063643,"timestamp":128925252,"id":1772,"parentId":1,"tags":{},"startTime":1769502304704,"traceId":"45990b03006e527e"},{"name":"check-static-error-page","duration":10610,"timestamp":138024454,"id":1776,"parentId":1775,"tags":{},"startTime":1769502313803,"traceId":"45990b03006e527e"},{"name":"check-page","duration":1944,"timestamp":138092261,"id":1777,"parentId":1775,"tags":{"page":"/_app"},"startTime":1769502313871,"traceId":"45990b03006e527e"},{"name":"check-page","duration":721,"timestamp":138093512,"id":1779,"parentId":1775,"tags":{"page":"/_document"},"startTime":1769502313872,"traceId":"45990b03006e527e"},{"name":"check-page","duration":1825,"timestamp":138093392,"id":1778,"parentId":1775,"tags":{"page":"/_error"},"startTime":1769502313872,"traceId":"45990b03006e527e"},{"name":"is-page-static","duration":382104,"timestamp":138096137,"id":1784,"parentId":1780,"tags":{},"startTime":1769502313875,"traceId":"45990b03006e527e"},{"name":"check-page","duration":384750,"timestamp":138093561,"id":1780,"parentId":1775,"tags":{"page":"/_not-found"},"startTime":1769502313872,"traceId":"45990b03006e527e"},{"name":"is-page-static","duration":392844,"timestamp":138105978,"id":1787,"parentId":1783,"tags":{},"startTime":1769502313885,"traceId":"45990b03006e527e"},{"name":"check-page","duration":405020,"timestamp":138093869,"id":1783,"parentId":1775,"tags":{"page":"/settings"},"startTime":1769502313873,"traceId":"45990b03006e527e"},{"name":"is-page-static","duration":429701,"timestamp":138105851,"id":1785,"parentId":1781,"tags":{},"startTime":1769502313885,"traceId":"45990b03006e527e"},{"name":"check-page","duration":441894,"timestamp":138093730,"id":1781,"parentId":1775,"tags":{"page":"/"},"startTime":1769502313873,"traceId":"45990b03006e527e"},{"name":"is-page-static","duration":471979,"timestamp":138105923,"id":1786,"parentId":1782,"tags":{},"startTime":1769502313885,"traceId":"45990b03006e527e"},{"name":"check-page","duration":484152,"timestamp":138093808,"id":1782,"parentId":1775,"tags":{"page":"/project/[id]"},"startTime":1769502313873,"traceId":"45990b03006e527e"},{"name":"static-check","duration":554297,"timestamp":138023684,"id":1775,"parentId":1,"tags":{},"startTime":1769502313802,"traceId":"45990b03006e527e"},{"name":"generate-required-server-files","duration":520,"timestamp":138578131,"id":1789,"parentId":1,"tags":{},"startTime":1769502314357,"traceId":"45990b03006e527e"},{"name":"write-routes-manifest","duration":3959,"timestamp":138594085,"id":1791,"parentId":1,"tags":{},"startTime":1769502314373,"traceId":"45990b03006e527e"},{"name":"load-dotenv","duration":39,"timestamp":138645651,"id":1794,"parentId":1793,"tags":{},"startTime":1769502314424,"traceId":"45990b03006e527e"},{"name":"run-export-path-map","duration":384,"timestamp":140148739,"id":1795,"parentId":1793,"tags":{},"startTime":1769502315928,"traceId":"45990b03006e527e"},{"name":"next-export","duration":2675510,"timestamp":138644763,"id":1793,"parentId":1,"tags":{},"startTime":1769502314424,"traceId":"45990b03006e527e"},{"name":"move-exported-app-not-found-","duration":22182,"timestamp":141321665,"id":1796,"parentId":1792,"tags":{},"startTime":1769502317100,"traceId":"45990b03006e527e"},{"name":"move-exported-page","duration":87094,"timestamp":141344080,"id":1797,"parentId":1792,"tags":{},"startTime":1769502317123,"traceId":"45990b03006e527e"},{"name":"static-generation","duration":3141582,"timestamp":138641175,"id":1792,"parentId":1,"tags":{},"startTime":1769502314420,"traceId":"45990b03006e527e"},{"name":"write-routes-manifest","duration":93934,"timestamp":141782963,"id":1798,"parentId":1,"tags":{},"startTime":1769502317562,"traceId":"45990b03006e527e"},{"name":"node-file-trace-build","duration":13146555,"timestamp":138584781,"id":1790,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1769502314364,"traceId":"45990b03006e527e"},{"name":"apply-include-excludes","duration":524,"timestamp":151731354,"id":1799,"parentId":1,"tags":{},"startTime":1769502327510,"traceId":"45990b03006e527e"},{"name":"print-tree-view","duration":2974,"timestamp":151731991,"id":1800,"parentId":1,"tags":{},"startTime":1769502327511,"traceId":"45990b03006e527e"},{"name":"telemetry-flush","duration":83,"timestamp":151734976,"id":1801,"parentId":1,"tags":{},"startTime":1769502327514,"traceId":"45990b03006e527e"},{"name":"next-build","duration":40301362,"timestamp":111433706,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.5.9","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1769502287213,"traceId":"45990b03006e527e"}]
|