claudeship 0.2.12 → 0.2.14
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/app.module.js +8 -0
- package/apps/server/dist/app.module.js.map +1 -1
- package/apps/server/dist/chat/prompts/fullstack-express-prompt.d.ts +1 -1
- package/apps/server/dist/chat/prompts/fullstack-express-prompt.js +109 -1
- package/apps/server/dist/chat/prompts/fullstack-express-prompt.js.map +1 -1
- package/apps/server/dist/chat/prompts/fullstack-fastapi-prompt.d.ts +1 -1
- package/apps/server/dist/chat/prompts/fullstack-fastapi-prompt.js +109 -1
- package/apps/server/dist/chat/prompts/fullstack-fastapi-prompt.js.map +1 -1
- package/apps/server/dist/chat/prompts/web-system-prompt.d.ts +1 -1
- package/apps/server/dist/chat/prompts/web-system-prompt.js +156 -0
- package/apps/server/dist/chat/prompts/web-system-prompt.js.map +1 -1
- package/apps/server/dist/checkpoint/checkpoint.controller.d.ts +19 -0
- package/apps/server/dist/checkpoint/checkpoint.controller.js +93 -0
- package/apps/server/dist/checkpoint/checkpoint.controller.js.map +1 -0
- package/apps/server/dist/checkpoint/checkpoint.module.d.ts +2 -0
- package/apps/server/dist/checkpoint/checkpoint.module.js +25 -0
- package/apps/server/dist/checkpoint/checkpoint.module.js.map +1 -0
- package/apps/server/dist/checkpoint/checkpoint.service.d.ts +41 -0
- package/apps/server/dist/checkpoint/checkpoint.service.js +261 -0
- package/apps/server/dist/checkpoint/checkpoint.service.js.map +1 -0
- package/apps/server/dist/database/database.controller.d.ts +23 -0
- package/apps/server/dist/database/database.controller.js +109 -0
- package/apps/server/dist/database/database.controller.js.map +1 -0
- package/apps/server/dist/database/database.module.d.ts +2 -0
- package/apps/server/dist/database/database.module.js +25 -0
- package/apps/server/dist/database/database.module.js.map +1 -0
- package/apps/server/dist/database/database.service.d.ts +32 -0
- package/apps/server/dist/database/database.service.js +238 -0
- package/apps/server/dist/database/database.service.js.map +1 -0
- package/apps/server/dist/preview/preview.controller.d.ts +5 -0
- package/apps/server/dist/preview/preview.controller.js +41 -0
- package/apps/server/dist/preview/preview.controller.js.map +1 -1
- package/apps/server/dist/preview/preview.service.d.ts +20 -0
- package/apps/server/dist/preview/preview.service.js +51 -2
- package/apps/server/dist/preview/preview.service.js.map +1 -1
- package/apps/server/dist/project/project.controller.d.ts +10 -1
- package/apps/server/dist/project/project.controller.js +57 -0
- package/apps/server/dist/project/project.controller.js.map +1 -1
- package/apps/server/dist/project/project.service.d.ts +15 -0
- package/apps/server/dist/project/project.service.js +111 -0
- package/apps/server/dist/project/project.service.js.map +1 -1
- package/apps/server/dist/project-context/project-context.controller.d.ts +42 -0
- package/apps/server/dist/project-context/project-context.controller.js +127 -0
- package/apps/server/dist/project-context/project-context.controller.js.map +1 -0
- package/apps/server/dist/project-context/project-context.module.d.ts +2 -0
- package/apps/server/dist/project-context/project-context.module.js +25 -0
- package/apps/server/dist/project-context/project-context.module.js.map +1 -0
- package/apps/server/dist/project-context/project-context.service.d.ts +36 -0
- package/apps/server/dist/project-context/project-context.service.js +260 -0
- package/apps/server/dist/project-context/project-context.service.js.map +1 -0
- package/apps/server/dist/testing/testing.controller.d.ts +24 -0
- package/apps/server/dist/testing/testing.controller.js +126 -0
- package/apps/server/dist/testing/testing.controller.js.map +1 -0
- package/apps/server/dist/testing/testing.module.d.ts +2 -0
- package/apps/server/dist/testing/testing.module.js +26 -0
- package/apps/server/dist/testing/testing.module.js.map +1 -0
- package/apps/server/dist/testing/testing.service.d.ts +62 -0
- package/apps/server/dist/testing/testing.service.js +269 -0
- package/apps/server/dist/testing/testing.service.js.map +1 -0
- package/apps/server/dist/tsconfig.tsbuildinfo +1 -1
- package/apps/server/package.json +1 -1
- package/apps/web/.next/BUILD_ID +1 -1
- package/apps/web/.next/app-build-manifest.json +7 -7
- 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 +10 -10
- 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_client-reference-manifest.js +1 -1
- package/apps/web/.next/server/app/settings.html +1 -1
- package/apps/web/.next/server/app/settings.rsc +3 -3
- package/apps/web/.next/server/app-paths-manifest.json +2 -2
- package/apps/web/.next/server/chunks/392.js +1 -1
- 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/712-11fca77fb30a2a06.js +1 -0
- package/apps/web/.next/static/chunks/app/page-0db1c152fbd48359.js +1 -0
- package/apps/web/.next/static/chunks/app/project/[id]/page-7c44ae18c8984726.js +1 -0
- package/apps/web/.next/static/chunks/app/settings/page-d1318c2fd58729a5.js +1 -0
- package/apps/web/.next/static/css/d0f1b036f222bc16.css +3 -0
- package/apps/web/.next/trace +18 -17
- package/apps/web/node_modules/.bin/eslint +2 -2
- package/apps/web/package.json +2 -1
- package/apps/web/src/components/checkpoint/CheckpointPanel.tsx +384 -0
- package/apps/web/src/components/database/DatabasePanel.tsx +405 -0
- package/apps/web/src/components/env/EnvPanel.tsx +356 -0
- package/apps/web/src/components/preview/ConsoleViewer.tsx +270 -0
- package/apps/web/src/components/preview/ErrorOverlay.tsx +189 -0
- package/apps/web/src/components/preview/PreviewPanel.tsx +148 -6
- package/apps/web/src/components/testing/TestRunner.tsx +481 -0
- package/apps/web/src/components/ui/tabs.tsx +55 -0
- package/apps/web/src/components/visual-editor/VisualEditor.tsx +382 -0
- package/apps/web/src/lib/api.ts +5 -2
- package/package.json +1 -1
- package/apps/web/.next/static/chunks/298-6f3d6b321c288cd3.js +0 -1
- package/apps/web/.next/static/chunks/app/page-3d093f7f480a8599.js +0 -1
- package/apps/web/.next/static/chunks/app/project/[id]/page-e5cda6f9050b0a52.js +0 -1
- package/apps/web/.next/static/chunks/app/settings/page-92d28565c3d8c755.js +0 -1
- package/apps/web/.next/static/css/8f946046a2047594.css +0 -3
- /package/apps/web/.next/static/{aXT20mSdxaem1-z8VH2F1 → tV_Qc76rupeogXvWEMw6p}/_buildManifest.js +0 -0
- /package/apps/web/.next/static/{aXT20mSdxaem1-z8VH2F1 → tV_Qc76rupeogXvWEMw6p}/_ssgManifest.js +0 -0
package/apps/web/.next/trace
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
[{"name":"generate-buildid","duration":284,"timestamp":66296349,"id":4,"parentId":1,"tags":{},"startTime":1767363433585,"traceId":"f0add02174dc0eb2"},{"name":"load-custom-routes","duration":467,"timestamp":66296781,"id":5,"parentId":1,"tags":{},"startTime":1767363433585,"traceId":"f0add02174dc0eb2"},{"name":"create-dist-dir","duration":42761,"timestamp":66418934,"id":6,"parentId":1,"tags":{},"startTime":1767363433708,"traceId":"f0add02174dc0eb2"},{"name":"create-pages-mapping","duration":271,"timestamp":66466928,"id":7,"parentId":1,"tags":{},"startTime":1767363433756,"traceId":"f0add02174dc0eb2"},{"name":"collect-app-files","duration":3092,"timestamp":66467242,"id":8,"parentId":1,"tags":{},"startTime":1767363433756,"traceId":"f0add02174dc0eb2"},{"name":"create-app-mapping","duration":1512,"timestamp":66470367,"id":9,"parentId":1,"tags":{},"startTime":1767363433759,"traceId":"f0add02174dc0eb2"},{"name":"create-app-layouts","duration":181,"timestamp":66471920,"id":10,"parentId":1,"tags":{},"startTime":1767363433761,"traceId":"f0add02174dc0eb2"},{"name":"collect-default-files","duration":691,"timestamp":66474256,"id":12,"parentId":1,"tags":{},"startTime":1767363433763,"traceId":"f0add02174dc0eb2"},{"name":"generate-route-types","duration":19917,"timestamp":66472510,"id":11,"parentId":1,"tags":{},"startTime":1767363433761,"traceId":"f0add02174dc0eb2"},{"name":"public-dir-conflict-check","duration":677,"timestamp":66492521,"id":13,"parentId":1,"tags":{},"startTime":1767363433781,"traceId":"f0add02174dc0eb2"},{"name":"generate-routes-manifest","duration":2378,"timestamp":66493419,"id":14,"parentId":1,"tags":{},"startTime":1767363433782,"traceId":"f0add02174dc0eb2"},{"name":"create-entrypoints","duration":20297,"timestamp":67586563,"id":18,"parentId":16,"tags":{},"startTime":1767363434875,"traceId":"f0add02174dc0eb2"},{"name":"generate-webpack-config","duration":128440,"timestamp":67607062,"id":19,"parentId":17,"tags":{},"startTime":1767363434896,"traceId":"f0add02174dc0eb2"},{"name":"next-trace-entrypoint-plugin","duration":10858,"timestamp":67878274,"id":21,"parentId":20,"tags":{},"startTime":1767363435167,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":55070,"timestamp":68046508,"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":1767363435335,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":90001,"timestamp":68032434,"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":1767363435321,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":150691,"timestamp":68049877,"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":1767363435339,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":374,"timestamp":68216536,"id":37,"parentId":35,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1767363435505,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":167,"timestamp":68216999,"id":38,"parentId":35,"tags":{"name":"react","layer":null},"startTime":1767363435506,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":384134,"timestamp":68017182,"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":1767363435306,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":381867,"timestamp":68031125,"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":1767363435320,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3452,"timestamp":68445126,"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":1767363435734,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4511,"timestamp":68445870,"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":1767363435734,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7575,"timestamp":68446250,"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":1767363435735,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9252,"timestamp":68446480,"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":1767363435735,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10898,"timestamp":68446566,"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":1767363435735,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":31621,"timestamp":68447119,"id":47,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/trace/tracer.js","layer":"pages-dir-node"},"startTime":1767363435736,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":32385,"timestamp":68447179,"id":48,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/trace/utils.js","layer":"pages-dir-node"},"startTime":1767363435736,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":75,"timestamp":68495811,"id":49,"parentId":30,"tags":{"name":"path","layer":null},"startTime":1767363435784,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":2294,"timestamp":68495981,"id":50,"parentId":30,"tags":{"name":"next/dist/shared/lib/router/utils/app-paths","layer":null},"startTime":1767363435785,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":48,"timestamp":68498345,"id":51,"parentId":30,"tags":{"name":"next/dist/shared/lib/router/utils/is-bot","layer":null},"startTime":1767363435787,"traceId":"f0add02174dc0eb2"},{"name":"build-module-external","duration":22,"timestamp":68498415,"id":52,"parentId":30,"tags":{"name":"next/dist/shared/lib/no-fallback-error.external","layer":null},"startTime":1767363435787,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":65697,"timestamp":68446648,"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":1767363435735,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":69770,"timestamp":68446967,"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":1767363435736,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":94799,"timestamp":68446794,"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":1767363435735,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":645014,"timestamp":68032087,"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":1767363435321,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":692221,"timestamp":68031691,"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":1767363435320,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2313,"timestamp":68746661,"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":1767363436035,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2632,"timestamp":68747099,"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":1767363436036,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6220,"timestamp":68747191,"id":56,"parentId":34,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/pages/module.compiled.js","layer":"pages-dir-node"},"startTime":1767363436036,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":18888,"timestamp":68747266,"id":57,"parentId":34,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/pages/pages-handler.js","layer":"pages-dir-node"},"startTime":1767363436036,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":29028,"timestamp":68747788,"id":61,"parentId":47,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/trace/constants.js","layer":"pages-dir-node"},"startTime":1767363436036,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":54044,"timestamp":68746782,"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":1767363436035,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":54334,"timestamp":68747339,"id":58,"parentId":42,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"pages-dir-node"},"startTime":1767363436036,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":54694,"timestamp":68747474,"id":59,"parentId":47,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-thenable.js","layer":"pages-dir-node"},"startTime":1767363436036,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":55042,"timestamp":68747576,"id":60,"parentId":45,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-node"},"startTime":1767363436036,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5102,"timestamp":68807394,"id":64,"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":1767363436096,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12050,"timestamp":68807503,"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/route-kind.js","layer":"rsc"},"startTime":1767363436096,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":16007,"timestamp":68808819,"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/tracer.js","layer":"rsc"},"startTime":1767363436097,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":20340,"timestamp":68809128,"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/lib/trace/constants.js","layer":"rsc"},"startTime":1767363436098,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":21157,"timestamp":68809399,"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/request-meta.js","layer":"rsc"},"startTime":1767363436098,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":24807,"timestamp":68809560,"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":1767363436098,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":27549,"timestamp":68809711,"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":1767363436098,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":28690,"timestamp":68809850,"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":1767363436098,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":30187,"timestamp":68810043,"id":72,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/fallback.js","layer":"rsc"},"startTime":1767363436099,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":34153,"timestamp":68810180,"id":73,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1767363436099,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":37999,"timestamp":68810321,"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/streaming-metadata.js","layer":"rsc"},"startTime":1767363436099,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":38904,"timestamp":68810453,"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/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1767363436099,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":39256,"timestamp":68810636,"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/instrumentation/utils.js","layer":"rsc"},"startTime":1767363436099,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":39937,"timestamp":68810786,"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/interop-default.js","layer":"rsc"},"startTime":1767363436099,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":40411,"timestamp":68810917,"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/strip-flight-headers.js","layer":"rsc"},"startTime":1767363436100,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":41929,"timestamp":68811207,"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/action-utils.js","layer":"rsc"},"startTime":1767363436100,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":44947,"timestamp":68811331,"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/entry-base.js","layer":"rsc"},"startTime":1767363436100,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":50988,"timestamp":68811452,"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/base-http/node.js","layer":"rsc"},"startTime":1767363436100,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":52155,"timestamp":68811571,"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/request/fallback-params.js","layer":"rsc"},"startTime":1767363436100,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":52897,"timestamp":68811695,"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":1767363436100,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":53545,"timestamp":68811816,"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":1767363436100,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":55631,"timestamp":68811939,"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/response-cache/index.js","layer":"rsc"},"startTime":1767363436101,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":124626,"timestamp":68747861,"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":1767363436036,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":128544,"timestamp":68747974,"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":1767363436037,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":35390,"timestamp":68892203,"id":93,"parentId":47,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"pages-dir-node"},"startTime":1767363436181,"traceId":"f0add02174dc0eb2"},{"name":"build-module-cjs","duration":36711,"timestamp":68892283,"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":1767363436181,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":151068,"timestamp":68811071,"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/encryption-utils.js","layer":"rsc"},"startTime":1767363436100,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":82859,"timestamp":68891093,"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":1767363436180,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":83499,"timestamp":68891348,"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":1767363436180,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":84820,"timestamp":68891591,"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":1767363436180,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":85706,"timestamp":68891762,"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":1767363436180,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":86370,"timestamp":68891895,"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":1767363436181,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":87847,"timestamp":68892070,"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":1767363436181,"traceId":"f0add02174dc0eb2"},{"name":"add-entry","duration":1099654,"timestamp":67899201,"id":24,"parentId":22,"tags":{"request":"next/dist/pages/_app"},"startTime":1767363435188,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":102,"timestamp":68999980,"id":95,"parentId":56,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.prod.js","layer":null},"startTime":1767363436289,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2362,"timestamp":69000112,"id":96,"parentId":54,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request-meta.js","layer":"pages-dir-node"},"startTime":1767363436289,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":14204,"timestamp":69000236,"id":97,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/constants.js","layer":"pages-dir-node"},"startTime":1767363436289,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":16547,"timestamp":69000323,"id":98,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/send-payload.js","layer":"pages-dir-node"},"startTime":1767363436289,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":21549,"timestamp":69000380,"id":99,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/render-result.js","layer":"pages-dir-node"},"startTime":1767363436289,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":21992,"timestamp":69000431,"id":100,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/interop-default.js","layer":"pages-dir-node"},"startTime":1767363436289,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":22341,"timestamp":69000479,"id":101,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/instrumentation/utils.js","layer":"pages-dir-node"},"startTime":1767363436289,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":74,"timestamp":69042044,"id":103,"parentId":75,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1767363436331,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9135,"timestamp":69042793,"id":107,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/index.js","layer":"pages-dir-node"},"startTime":1767363436331,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":79646,"timestamp":69042151,"id":104,"parentId":66,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767363436331,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":127248,"timestamp":69000527,"id":102,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-status-code.js","layer":"pages-dir-node"},"startTime":1767363436289,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":92398,"timestamp":69042486,"id":105,"parentId":69,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils.js","layer":"rsc"},"startTime":1767363436331,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":92731,"timestamp":69042658,"id":106,"parentId":66,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363436331,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":8219,"timestamp":69146091,"id":108,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/layout.tsx","layer":"rsc"},"startTime":1767363436435,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":10436,"timestamp":69147432,"id":109,"parentId":31,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"rsc"},"startTime":1767363436436,"traceId":"f0add02174dc0eb2"},{"name":"build-module-external","duration":174,"timestamp":69173589,"id":110,"parentId":57,"tags":{"name":"../../../shared/lib/no-fallback-error.external","layer":null},"startTime":1767363436462,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1251,"timestamp":69174381,"id":113,"parentId":98,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/cache-control.js","layer":"pages-dir-node"},"startTime":1767363436463,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2045,"timestamp":69174470,"id":114,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/redirect-status.js","layer":"pages-dir-node"},"startTime":1767363436463,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3383,"timestamp":69174764,"id":116,"parentId":107,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/utils.js","layer":"pages-dir-node"},"startTime":1767363436463,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7525,"timestamp":69174088,"id":112,"parentId":69,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/cache-control.js","layer":"rsc"},"startTime":1767363436463,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8995,"timestamp":69174530,"id":115,"parentId":86,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363436463,"traceId":"f0add02174dc0eb2"}]
|
|
2
|
-
[{"name":"build-module-js","duration":23849,"timestamp":69173866,"id":111,"parentId":54,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-node"},"startTime":1767363436462,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2645,"timestamp":69212964,"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":1767363436502,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10496,"timestamp":69213314,"id":120,"parentId":99,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"pages-dir-node"},"startTime":1767363436502,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11535,"timestamp":69213614,"id":122,"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":1767363436502,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":16624,"timestamp":69212606,"id":117,"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":1767363436501,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":25440,"timestamp":69213067,"id":119,"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":1767363436502,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":26436,"timestamp":69213373,"id":121,"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":1767363436502,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":28242,"timestamp":69213667,"id":123,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/normalize-data-path.js","layer":"pages-dir-node"},"startTime":1767363436502,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7216,"timestamp":69268564,"id":125,"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":1767363436557,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8062,"timestamp":69268318,"id":124,"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":1767363436557,"traceId":"f0add02174dc0eb2"},{"name":"build-module-external","duration":75,"timestamp":69285045,"id":127,"parentId":80,"tags":{"name":"./work-async-storage.external","layer":null},"startTime":1767363436574,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4163,"timestamp":69284874,"id":126,"parentId":120,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/encoded-tags.js","layer":"pages-dir-node"},"startTime":1767363436574,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4626,"timestamp":69285498,"id":129,"parentId":107,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/batcher.js","layer":"pages-dir-node"},"startTime":1767363436574,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5350,"timestamp":69285798,"id":131,"parentId":107,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/scheduler.js","layer":"pages-dir-node"},"startTime":1767363436574,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7621,"timestamp":69285165,"id":128,"parentId":86,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363436574,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8289,"timestamp":69285562,"id":130,"parentId":86,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363436574,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12676,"timestamp":69285853,"id":132,"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/client/components/layout-router.js","layer":"rsc"},"startTime":1767363436574,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":14514,"timestamp":69285991,"id":133,"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/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1767363436575,"traceId":"f0add02174dc0eb2"},{"name":"build-module-external","duration":41,"timestamp":69300954,"id":134,"parentId":81,"tags":{"name":"./work-unit-async-storage.external","layer":null},"startTime":1767363436590,"traceId":"f0add02174dc0eb2"},{"name":"build-module-external","duration":17,"timestamp":69301061,"id":135,"parentId":81,"tags":{"name":"../app-render/action-async-storage.external","layer":null},"startTime":1767363436590,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10161,"timestamp":69304538,"id":138,"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/request/search-params.js","layer":"rsc"},"startTime":1767363436593,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":17697,"timestamp":69301095,"id":136,"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/client/components/client-page.js","layer":"rsc"},"startTime":1767363436590,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":17992,"timestamp":69301322,"id":137,"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/client/components/client-segment.js","layer":"rsc"},"startTime":1767363436590,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":19234,"timestamp":69304748,"id":139,"parentId":33,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"rsc"},"startTime":1767363436593,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":14213,"timestamp":69341899,"id":140,"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/request/params.js","layer":"rsc"},"startTime":1767363436631,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":20794,"timestamp":69342270,"id":141,"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/app-render/collect-segment-data.js","layer":"rsc"},"startTime":1767363436631,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":40991,"timestamp":69342492,"id":142,"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/lib/patch-fetch.js","layer":"rsc"},"startTime":1767363436631,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":41801,"timestamp":69342709,"id":143,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/base-http/index.js","layer":"rsc"},"startTime":1767363436631,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":46782,"timestamp":69342910,"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/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1767363436632,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1184,"timestamp":69398742,"id":146,"parentId":107,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/types.js","layer":"pages-dir-node"},"startTime":1767363436687,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8351,"timestamp":69398422,"id":145,"parentId":86,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363436687,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11930,"timestamp":69398815,"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":1767363436687,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12193,"timestamp":69398907,"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":1767363436688,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4402,"timestamp":69420786,"id":151,"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/lib/metadata/metadata.js","layer":"rsc"},"startTime":1767363436709,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7178,"timestamp":69418900,"id":149,"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/client/components/http-access-fallback/error-boundary.js","layer":"rsc"},"startTime":1767363436708,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7805,"timestamp":69419171,"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":1767363436708,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":22909,"timestamp":69421054,"id":152,"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/lib/framework/boundary-components.js","layer":"rsc"},"startTime":1767363436710,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2213,"timestamp":69461552,"id":153,"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/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1767363436750,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2110,"timestamp":69461889,"id":154,"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/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1767363436751,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2678,"timestamp":69462125,"id":155,"parentId":81,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1767363436751,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5227,"timestamp":69462269,"id":156,"parentId":74,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363436751,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5910,"timestamp":69462366,"id":157,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"pages-dir-node"},"startTime":1767363436751,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11294,"timestamp":69469931,"id":160,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-node"},"startTime":1767363436759,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":18298,"timestamp":69469820,"id":159,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"pages-dir-node"},"startTime":1767363436758,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":16120,"timestamp":69472792,"id":161,"parentId":57,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-node"},"startTime":1767363436761,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":21134,"timestamp":69468809,"id":158,"parentId":80,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363436757,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3931,"timestamp":69530395,"id":162,"parentId":158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"rsc"},"startTime":1767363436819,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4307,"timestamp":69530673,"id":163,"parentId":80,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363436819,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5309,"timestamp":69530873,"id":164,"parentId":80,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363436819,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5408,"timestamp":69531294,"id":167,"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/path-has-prefix.js","layer":"pages-dir-node"},"startTime":1767363436820,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":21598,"timestamp":69531184,"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/shared/lib/router/utils/route-regex.js","layer":"rsc"},"startTime":1767363436820,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":22824,"timestamp":69531047,"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/shared/lib/router/utils/route-matcher.js","layer":"rsc"},"startTime":1767363436820,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8008,"timestamp":69562543,"id":170,"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/shared/lib/router/utils/remove-trailing-slash.js","layer":"rsc"},"startTime":1767363436851,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9122,"timestamp":69562673,"id":171,"parentId":111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-mode.js","layer":"pages-dir-node"},"startTime":1767363436851,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":11943,"timestamp":69562082,"id":168,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"rsc"},"startTime":1767363436851,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12748,"timestamp":69562441,"id":169,"parentId":111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-node"},"startTime":1767363436851,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6893,"timestamp":69576943,"id":172,"parentId":111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"pages-dir-node"},"startTime":1767363436866,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1701,"timestamp":69586577,"id":174,"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":1767363436875,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4311,"timestamp":69586882,"id":176,"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":1767363436875,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11406,"timestamp":69587162,"id":178,"parentId":120,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"pages-dir-node"},"startTime":1767363436876,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":17040,"timestamp":69586210,"id":173,"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":1767363436875,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":17199,"timestamp":69586650,"id":175,"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":1767363436875,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":18001,"timestamp":69586935,"id":177,"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":1767363436876,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":18855,"timestamp":69587212,"id":179,"parentId":119,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"rsc"},"startTime":1767363436876,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":30188,"timestamp":69587414,"id":180,"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/errors/constants.js","layer":"pages-dir-node"},"startTime":1767363436876,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":36129,"timestamp":69587498,"id":181,"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/errors/constants.js","layer":"rsc"},"startTime":1767363436876,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6650,"timestamp":69624118,"id":182,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/api-utils/index.js","layer":"rsc"},"startTime":1767363436913,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":20910,"timestamp":69624675,"id":185,"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/segment-cache/output-export-prefetch-encoding.js","layer":"rsc"},"startTime":1767363436913,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":21721,"timestamp":69624592,"id":184,"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/segment-cache/output-export-prefetch-encoding.js","layer":"pages-dir-node"},"startTime":1767363436913,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":22344,"timestamp":69624481,"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":1767363436913,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6405,"timestamp":69688785,"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/dynamic-rendering-utils.js","layer":"rsc"},"startTime":1767363436977,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7744,"timestamp":69689145,"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/create-deduped-by-callsite-server-error-logger.js","layer":"rsc"},"startTime":1767363436978,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8978,"timestamp":69690552,"id":191,"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/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js","layer":"rsc"},"startTime":1767363436979,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9079,"timestamp":69690799,"id":192,"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/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static.js","layer":"rsc"},"startTime":1767363436979,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":20480,"timestamp":69689871,"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/shared/lib/utils/reflect-utils.js","layer":"rsc"},"startTime":1767363436978,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":22101,"timestamp":69689410,"id":188,"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":1767363436978,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":32189,"timestamp":69689642,"id":189,"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":1767363436978,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2874,"timestamp":69729902,"id":193,"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":1767363437019,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7123,"timestamp":69730063,"id":194,"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":1767363437019,"traceId":"f0add02174dc0eb2"},{"name":"build-module-external","duration":65,"timestamp":69760874,"id":195,"parentId":140,"tags":{"name":"../app-render/dynamic-access-async-storage.external","layer":null},"startTime":1767363437050,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1492,"timestamp":69760977,"id":196,"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":1767363437050,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8572,"timestamp":69768889,"id":197,"parentId":141,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/create-error-handler.js","layer":"rsc"},"startTime":1767363437058,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11923,"timestamp":69769296,"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/server/lib/clone-response.js","layer":"rsc"},"startTime":1767363437058,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":19261,"timestamp":69769516,"id":199,"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/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1767363437058,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":21840,"timestamp":69769717,"id":200,"parentId":141,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"rsc"},"startTime":1767363437058,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2741,"timestamp":69819108,"id":203,"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":1767363437108,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7474,"timestamp":69815999,"id":201,"parentId":197,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363437105,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5934,"timestamp":69818765,"id":202,"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":1767363437107,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5965,"timestamp":69819181,"id":204,"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/api-utils/get-cookie-parser.js","layer":"rsc"},"startTime":1767363437108,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4425,"timestamp":69826763,"id":205,"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":1767363437115,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4639,"timestamp":69827099,"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/framework/boundary-constants.js","layer":"rsc"},"startTime":1767363437116,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":19904,"timestamp":69827339,"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/metadata/resolve-metadata.js","layer":"rsc"},"startTime":1767363437116,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":24495,"timestamp":69827566,"id":208,"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":1767363437116,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8807,"timestamp":69869830,"id":209,"parentId":201,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363437158,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6359,"timestamp":69883833,"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/lib/metadata/generate/basic.js","layer":"rsc"},"startTime":1767363437172,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7037,"timestamp":69884228,"id":211,"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":1767363437173,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11675,"timestamp":69884500,"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/opengraph.js","layer":"rsc"},"startTime":1767363437173,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12692,"timestamp":69884748,"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/icons.js","layer":"rsc"},"startTime":1767363437173,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3724,"timestamp":69905753,"id":214,"parentId":141,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js","layer":"rsc"},"startTime":1767363437194,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5316,"timestamp":69906160,"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/meta.js","layer":"rsc"},"startTime":1767363437195,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5274,"timestamp":69906675,"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/server/lib/router-utils/is-postpone.js","layer":"rsc"},"startTime":1767363437195,"traceId":"f0add02174dc0eb2"}]
|
|
3
|
-
[{"name":"build-module-js","duration":12315,"timestamp":69906511,"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/client/components/metadata/async-metadata.js","layer":"rsc"},"startTime":1767363437195,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7606,"timestamp":69931043,"id":218,"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":1767363437220,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8081,"timestamp":69931418,"id":220,"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":1767363437220,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":17577,"timestamp":69931296,"id":219,"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/router/utils/html-bots.js","layer":"pages-dir-node"},"startTime":1767363437220,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11855,"timestamp":69939729,"id":221,"parentId":207,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363437228,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12249,"timestamp":69940053,"id":223,"parentId":163,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"rsc"},"startTime":1767363437229,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":12731,"timestamp":69940217,"id":225,"parentId":108,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"rsc"},"startTime":1767363437229,"traceId":"f0add02174dc0eb2"},{"name":"build-module-cjs","duration":1736,"timestamp":69956523,"id":226,"parentId":111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","layer":"pages-dir-node"},"startTime":1767363437245,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":23108,"timestamp":69940159,"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/querystring.js","layer":"pages-dir-node"},"startTime":1767363437229,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":29349,"timestamp":69939931,"id":222,"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":1767363437229,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1156,"timestamp":69974807,"id":227,"parentId":141,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-server-dom-webpack/client.node.js","layer":"rsc"},"startTime":1767363437263,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8824,"timestamp":69987368,"id":228,"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/shared/lib/escape-regexp.js","layer":"rsc"},"startTime":1767363437276,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10341,"timestamp":69987628,"id":229,"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/shared/lib/router/utils/interception-routes.js","layer":"rsc"},"startTime":1767363437276,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11686,"timestamp":69987804,"id":230,"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/shared/lib/router/utils/get-dynamic-param.js","layer":"rsc"},"startTime":1767363437276,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1150,"timestamp":69999952,"id":231,"parentId":111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/pages/vendored/contexts/amp-context.js","layer":"pages-dir-node"},"startTime":1767363437289,"traceId":"f0add02174dc0eb2"},{"name":"build-module-css","duration":1041,"timestamp":70000280,"id":233,"parentId":108,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/globals.css","layer":"rsc"},"startTime":1767363437289,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5003,"timestamp":70004945,"id":234,"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":1767363437294,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":17137,"timestamp":70000083,"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/route-match-utils.js","layer":"rsc"},"startTime":1767363437289,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":22555,"timestamp":70005325,"id":235,"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":1767363437294,"traceId":"f0add02174dc0eb2"},{"name":"build-module-external","duration":41,"timestamp":70041144,"id":237,"parentId":188,"tags":{"name":"../app-render/after-task-async-storage.external","layer":null},"startTime":1767363437330,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":813,"timestamp":70041035,"id":236,"parentId":111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js","layer":"pages-dir-node"},"startTime":1767363437330,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5602,"timestamp":70045122,"id":240,"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/server/web/utils.js","layer":"pages-dir-node"},"startTime":1767363437334,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6084,"timestamp":70045476,"id":242,"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/server/base-http/helpers.js","layer":"pages-dir-node"},"startTime":1767363437334,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":13058,"timestamp":70045781,"id":244,"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/server/web/spec-extension/request.js","layer":"pages-dir-node"},"startTime":1767363437334,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":19963,"timestamp":70045199,"id":241,"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/web/utils.js","layer":"rsc"},"startTime":1767363437334,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":20428,"timestamp":70045545,"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/server/base-http/helpers.js","layer":"rsc"},"startTime":1767363437334,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":23877,"timestamp":70045838,"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/web/spec-extension/request.js","layer":"rsc"},"startTime":1767363437334,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":30299,"timestamp":70041420,"id":239,"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":1767363437330,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":31606,"timestamp":70041215,"id":238,"parentId":188,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363437330,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10357,"timestamp":70074373,"id":247,"parentId":189,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"rsc"},"startTime":1767363437363,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":15814,"timestamp":70074052,"id":246,"parentId":197,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363437363,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2257,"timestamp":70090383,"id":249,"parentId":197,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363437379,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2412,"timestamp":70090537,"id":250,"parentId":207,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363437379,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2523,"timestamp":70090745,"id":252,"parentId":197,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363437379,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4816,"timestamp":70090248,"id":248,"parentId":239,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363437379,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4900,"timestamp":70090661,"id":251,"parentId":197,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363437379,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2076,"timestamp":70096866,"id":253,"parentId":187,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1767363437385,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2447,"timestamp":70097182,"id":254,"parentId":207,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363437386,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2729,"timestamp":70097390,"id":255,"parentId":207,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363437386,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3009,"timestamp":70097592,"id":256,"parentId":207,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363437386,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4182,"timestamp":70102350,"id":257,"parentId":207,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363437391,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4236,"timestamp":70103089,"id":258,"parentId":207,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363437392,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7965,"timestamp":70114421,"id":259,"parentId":248,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363437403,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2002,"timestamp":70124654,"id":260,"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/non-nullable.js","layer":"rsc"},"startTime":1767363437413,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2260,"timestamp":70124893,"id":261,"parentId":210,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363437414,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5283,"timestamp":70125083,"id":262,"parentId":207,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363437414,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5827,"timestamp":70125230,"id":263,"parentId":207,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363437414,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7617,"timestamp":70125488,"id":265,"parentId":207,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767363437414,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11871,"timestamp":70125363,"id":264,"parentId":213,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363437414,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3591,"timestamp":70134656,"id":266,"parentId":259,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363437423,"traceId":"f0add02174dc0eb2"},{"name":"add-entry","duration":2239013,"timestamp":67899392,"id":29,"parentId":22,"tags":{"request":"next/dist/pages/_document"},"startTime":1767363435188,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":81081,"timestamp":70141846,"id":267,"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":1767363437430,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3182,"timestamp":70223385,"id":274,"parentId":232,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363437512,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3836,"timestamp":70237884,"id":277,"parentId":244,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/next-url.js","layer":"pages-dir-node"},"startTime":1767363437527,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4348,"timestamp":70238154,"id":279,"parentId":244,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/error.js","layer":"pages-dir-node"},"startTime":1767363437527,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4791,"timestamp":70238338,"id":281,"parentId":244,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"pages-dir-node"},"startTime":1767363437527,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6877,"timestamp":70237649,"id":276,"parentId":197,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767363437526,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9983,"timestamp":70237949,"id":278,"parentId":245,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/next-url.js","layer":"rsc"},"startTime":1767363437527,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11130,"timestamp":70238200,"id":280,"parentId":245,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/error.js","layer":"rsc"},"startTime":1767363437527,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11482,"timestamp":70238373,"id":282,"parentId":245,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/cookies.js","layer":"rsc"},"startTime":1767363437527,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":55654,"timestamp":70223732,"id":275,"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/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js","layer":"rsc"},"startTime":1767363437512,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8573,"timestamp":70295295,"id":283,"parentId":257,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363437584,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11075,"timestamp":70295661,"id":284,"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/client/components/redirect-error.js","layer":"rsc"},"startTime":1767363437584,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":40,"timestamp":70313693,"id":285,"parentId":275,"tags":{"name":"util","layer":null},"startTime":1767363437602,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3011,"timestamp":70314611,"id":286,"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/picocolors.js","layer":"rsc"},"startTime":1767363437603,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4641,"timestamp":70314909,"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/server/lib/lru-cache.js","layer":"rsc"},"startTime":1767363437604,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6194,"timestamp":70315150,"id":288,"parentId":257,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363437604,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4265,"timestamp":70328598,"id":289,"parentId":153,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363437617,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4911,"timestamp":70328925,"id":290,"parentId":277,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/get-hostname.js","layer":"pages-dir-node"},"startTime":1767363437618,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5301,"timestamp":70329069,"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":"rsc"},"startTime":1767363437618,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6372,"timestamp":70329212,"id":292,"parentId":277,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"pages-dir-node"},"startTime":1767363437618,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7490,"timestamp":70329297,"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/get-next-pathname-info.js","layer":"rsc"},"startTime":1767363437618,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7258,"timestamp":70342735,"id":296,"parentId":232,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767363437631,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":22734,"timestamp":70329410,"id":294,"parentId":277,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"pages-dir-node"},"startTime":1767363437618,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":23335,"timestamp":70329488,"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/format-next-pathname-info.js","layer":"rsc"},"startTime":1767363437618,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2044,"timestamp":70357490,"id":298,"parentId":207,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767363437646,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3066,"timestamp":70357315,"id":297,"parentId":292,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-node"},"startTime":1767363437646,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3004,"timestamp":70357734,"id":299,"parentId":277,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"pages-dir-node"},"startTime":1767363437646,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3979,"timestamp":70357825,"id":300,"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":"rsc"},"startTime":1767363437646,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1970,"timestamp":70360860,"id":301,"parentId":295,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"rsc"},"startTime":1767363437649,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5163,"timestamp":70372930,"id":302,"parentId":288,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363437662,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3027,"timestamp":70379869,"id":303,"parentId":292,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-node"},"startTime":1767363437668,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3448,"timestamp":70380077,"id":304,"parentId":293,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"rsc"},"startTime":1767363437669,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2018,"timestamp":70384090,"id":305,"parentId":294,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"pages-dir-node"},"startTime":1767363437673,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2793,"timestamp":70384321,"id":307,"parentId":294,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"pages-dir-node"},"startTime":1767363437673,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3288,"timestamp":70384374,"id":308,"parentId":295,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"rsc"},"startTime":1767363437673,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7185,"timestamp":70384209,"id":306,"parentId":295,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"rsc"},"startTime":1767363437673,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8327,"timestamp":70400090,"id":309,"parentId":281,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"pages-dir-node"},"startTime":1767363437689,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":13005,"timestamp":70400225,"id":310,"parentId":282,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js","layer":"rsc"},"startTime":1767363437689,"traceId":"f0add02174dc0eb2"},{"name":"add-entry","duration":2515557,"timestamp":67899271,"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":1767363435188,"traceId":"f0add02174dc0eb2"},{"name":"font-loader","duration":300122,"timestamp":70187595,"id":271,"parentId":270,"tags":{},"startTime":1767363437476,"traceId":"f0add02174dc0eb2"},{"name":"postcss","duration":4974,"timestamp":70788598,"id":311,"parentId":270,"tags":{},"startTime":1767363438077,"traceId":"f0add02174dc0eb2"},{"name":"next-font-loader","duration":648452,"timestamp":70145764,"id":270,"parentId":268,"tags":{},"startTime":1767363437434,"traceId":"f0add02174dc0eb2"},{"name":"css-loader","duration":37336,"timestamp":70793771,"id":312,"parentId":268,"tags":{"astUsed":"true"},"startTime":1767363438082,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":689649,"timestamp":70142092,"id":268,"parentId":108,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"rsc"},"startTime":1767363437431,"traceId":"f0add02174dc0eb2"},{"name":"font-loader","duration":622837,"timestamp":70215805,"id":273,"parentId":272,"tags":{},"startTime":1767363437504,"traceId":"f0add02174dc0eb2"},{"name":"postcss","duration":1071,"timestamp":70838718,"id":313,"parentId":272,"tags":{},"startTime":1767363438127,"traceId":"f0add02174dc0eb2"},{"name":"next-font-loader","duration":624149,"timestamp":70215730,"id":272,"parentId":269,"tags":{},"startTime":1767363437504,"traceId":"f0add02174dc0eb2"},{"name":"css-loader","duration":2424,"timestamp":70839834,"id":314,"parentId":269,"tags":{"astUsed":"true"},"startTime":1767363438128,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":697266,"timestamp":70145457,"id":269,"parentId":108,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"rsc"},"startTime":1767363437434,"traceId":"f0add02174dc0eb2"},{"name":"add-entry","duration":2944471,"timestamp":67898443,"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":1767363435187,"traceId":"f0add02174dc0eb2"}]
|
|
4
|
-
[{"name":"add-entry","duration":2943611,"timestamp":67899315,"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":1767363435188,"traceId":"f0add02174dc0eb2"},{"name":"add-entry","duration":2943561,"timestamp":67899372,"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":1767363435188,"traceId":"f0add02174dc0eb2"},{"name":"add-entry","duration":2943590,"timestamp":67899349,"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":1767363435188,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":3010,"timestamp":70981173,"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":1767363438270,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":515,"timestamp":70984230,"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":1767363438273,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":1820,"timestamp":70984777,"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":1767363438273,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":976,"timestamp":70986632,"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":1767363438275,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":328,"timestamp":70987638,"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":1767363438276,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":341,"timestamp":70987989,"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":1767363438277,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":360,"timestamp":70988353,"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":1767363438277,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":325,"timestamp":70988737,"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":1767363438277,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":512,"timestamp":70989082,"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":1767363438278,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":324,"timestamp":70989613,"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":1767363438278,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":9320,"timestamp":71015904,"id":349,"parentId":343,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"ssr"},"startTime":1767363438305,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":11858,"timestamp":71015745,"id":348,"parentId":345,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"ssr"},"startTime":1767363438304,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":23442,"timestamp":71016068,"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":1767363438305,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":25383,"timestamp":71016611,"id":351,"parentId":337,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"ssr"},"startTime":1767363438305,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":28823,"timestamp":71014599,"id":347,"parentId":341,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"ssr"},"startTime":1767363438303,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":27348,"timestamp":71016979,"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":1767363438306,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":29560,"timestamp":71016806,"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":1767363438305,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":29503,"timestamp":71020607,"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":1767363438309,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":34359,"timestamp":71020050,"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":1767363438309,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":36954,"timestamp":71020442,"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":1767363438309,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":42191,"timestamp":71016739,"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":1767363438305,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":54397,"timestamp":71016868,"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":1767363438305,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9747,"timestamp":71100486,"id":361,"parentId":353,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363438389,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10412,"timestamp":71100721,"id":362,"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":1767363438389,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":22073,"timestamp":71100949,"id":363,"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":1767363438390,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":32748,"timestamp":71091821,"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":1767363438380,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":25759,"timestamp":71101300,"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":1767363438390,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":27121,"timestamp":71101188,"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":1767363438390,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":28475,"timestamp":71100259,"id":360,"parentId":353,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363438389,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":28179,"timestamp":71101395,"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":1767363438390,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4563,"timestamp":71149517,"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":1767363438438,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5575,"timestamp":71149848,"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":1767363438438,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5092,"timestamp":71150802,"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":1767363438439,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":16007,"timestamp":71150575,"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":1767363438439,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":16002,"timestamp":71151040,"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":1767363438440,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":17040,"timestamp":71150691,"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":1767363438439,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":18257,"timestamp":71150367,"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/server/request/utils.js","layer":"ssr"},"startTime":1767363438439,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":28553,"timestamp":71150139,"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":1767363438439,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2659,"timestamp":71199711,"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":1767363438488,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7192,"timestamp":71200022,"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":1767363438489,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10526,"timestamp":71200199,"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":1767363438489,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11144,"timestamp":71200308,"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":1767363438489,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9258,"timestamp":71207412,"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":1767363438496,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9659,"timestamp":71207605,"id":380,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1767363438496,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10241,"timestamp":71207726,"id":381,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1767363438496,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11197,"timestamp":71207913,"id":383,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/use-action-queue.js","layer":"ssr"},"startTime":1767363438497,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12208,"timestamp":71207997,"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":1767363438497,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12922,"timestamp":71208108,"id":385,"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":1767363438497,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":14917,"timestamp":71208186,"id":386,"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":1767363438497,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":15618,"timestamp":71208266,"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":1767363438497,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":17936,"timestamp":71207829,"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":1767363438496,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4054,"timestamp":71243749,"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":1767363438532,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5129,"timestamp":71244554,"id":393,"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":1767363438533,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9694,"timestamp":71243400,"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":1767363438532,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10162,"timestamp":71243692,"id":391,"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":1767363438532,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10959,"timestamp":71243634,"id":390,"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":1767363438532,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10714,"timestamp":71244765,"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":1767363438533,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11174,"timestamp":71244936,"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":1767363438534,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12876,"timestamp":71243559,"id":389,"parentId":383,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-thenable.js","layer":"ssr"},"startTime":1767363438532,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":17416,"timestamp":71244855,"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":1767363438533,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5668,"timestamp":71266563,"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":1767363438555,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6982,"timestamp":71289132,"id":399,"parentId":391,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"ssr"},"startTime":1767363438578,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7902,"timestamp":71288915,"id":398,"parentId":390,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1767363438578,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1388,"timestamp":71298158,"id":401,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363438587,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1383,"timestamp":71298443,"id":402,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363438587,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10464,"timestamp":71296986,"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":1767363438586,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7418,"timestamp":71302497,"id":403,"parentId":397,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"ssr"},"startTime":1767363438591,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1718,"timestamp":71312975,"id":404,"parentId":401,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363438602,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4045,"timestamp":71313204,"id":405,"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":1767363438602,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5690,"timestamp":71313293,"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/navigation.js","layer":"ssr"},"startTime":1767363438602,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7114,"timestamp":71313359,"id":407,"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":1767363438602,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4656,"timestamp":71330268,"id":408,"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":1767363438619,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4928,"timestamp":71330788,"id":411,"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":1767363438619,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6596,"timestamp":71330655,"id":410,"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":1767363438619,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12338,"timestamp":71330980,"id":413,"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":1767363438620,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":13740,"timestamp":71330493,"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-find-source-map-url.js","layer":"ssr"},"startTime":1767363438619,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":14797,"timestamp":71330890,"id":412,"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":1767363438620,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2014,"timestamp":71350074,"id":414,"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":1767363438639,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":4451,"timestamp":71353918,"id":416,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/Header.tsx","layer":"ssr"},"startTime":1767363438643,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4728,"timestamp":71355678,"id":417,"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":1767363438644,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":7167,"timestamp":71356293,"id":419,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/input.tsx","layer":"ssr"},"startTime":1767363438645,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":7866,"timestamp":71356081,"id":418,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/button.tsx","layer":"ssr"},"startTime":1767363438645,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":8314,"timestamp":71356490,"id":420,"parentId":349,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/workspace/WorkspaceLayout.tsx","layer":"ssr"},"startTime":1767363438645,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":11384,"timestamp":71368055,"id":421,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectList.tsx","layer":"ssr"},"startTime":1767363438657,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":13124,"timestamp":71368348,"id":422,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectModal.tsx","layer":"ssr"},"startTime":1767363438657,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1172,"timestamp":71382337,"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":1767363438671,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":30257,"timestamp":71353672,"id":415,"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":1767363438642,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1401,"timestamp":71409312,"id":424,"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":1767363438698,"traceId":"f0add02174dc0eb2"},{"name":"build-module-ts","duration":5702,"timestamp":71409513,"id":425,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/api.ts","layer":"ssr"},"startTime":1767363438698,"traceId":"f0add02174dc0eb2"},{"name":"build-module-ts","duration":6584,"timestamp":71409646,"id":426,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useProjectStore.ts","layer":"ssr"},"startTime":1767363438698,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3700,"timestamp":71440538,"id":429,"parentId":406,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unrecognized-action-error.js","layer":"ssr"},"startTime":1767363438729,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4502,"timestamp":71440431,"id":428,"parentId":406,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1767363438729,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8203,"timestamp":71440174,"id":427,"parentId":406,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1767363438729,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2532,"timestamp":71452621,"id":432,"parentId":385,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363438741,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10692,"timestamp":71445446,"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/router-reducer/create-href-from-url.js","layer":"ssr"},"startTime":1767363438734,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11165,"timestamp":71445614,"id":431,"parentId":406,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js","layer":"ssr"},"startTime":1767363438734,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5598,"timestamp":71452928,"id":433,"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":1767363438742,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":4811,"timestamp":71464122,"id":435,"parentId":416,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/LanguageSwitcher.tsx","layer":"ssr"},"startTime":1767363438753,"traceId":"f0add02174dc0eb2"}]
|
|
5
|
-
[{"name":"build-module-ts","duration":7092,"timestamp":71463767,"id":434,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/index.ts","layer":"ssr"},"startTime":1767363438752,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":12157,"timestamp":71472241,"id":437,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectCard.tsx","layer":"ssr"},"startTime":1767363438761,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":14315,"timestamp":71471927,"id":436,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectCard.tsx","layer":"ssr"},"startTime":1767363438761,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":65352,"timestamp":71472474,"id":438,"parentId":348,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Check,FolderOpen,Loader2!=!/home/runner/work/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":1767363438761,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":30126,"timestamp":71508803,"id":442,"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":1767363438797,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":30959,"timestamp":71508978,"id":443,"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":1767363438798,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":31706,"timestamp":71509128,"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/unauthorized.js","layer":"ssr"},"startTime":1767363438798,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":32289,"timestamp":71509211,"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/unstable-rethrow.js","layer":"ssr"},"startTime":1767363438798,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":82964,"timestamp":71472721,"id":440,"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":1767363438761,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":83220,"timestamp":71472830,"id":441,"parentId":420,"tags":{"name":"__barrel_optimize__?names=FolderTree,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":1767363438761,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":83995,"timestamp":71472610,"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":1767363438761,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":16130,"timestamp":71542433,"id":446,"parentId":437,"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":1767363438831,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":16168,"timestamp":71542635,"id":447,"parentId":436,"tags":{"name":"__barrel_optimize__?names=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":1767363438831,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7985,"timestamp":71563383,"id":448,"parentId":433,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363438852,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1145,"timestamp":71572063,"id":451,"parentId":406,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js","layer":"ssr"},"startTime":1767363438861,"traceId":"f0add02174dc0eb2"},{"name":"build-module-ts","duration":3771,"timestamp":71572189,"id":452,"parentId":419,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/utils.ts","layer":"ssr"},"startTime":1767363438861,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":8872,"timestamp":71571701,"id":449,"parentId":422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/dialog.tsx","layer":"ssr"},"startTime":1767363438860,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":17686,"timestamp":71571910,"id":450,"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":1767363438861,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":9034,"timestamp":71581960,"id":454,"parentId":420,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ChatPanel.tsx","layer":"ssr"},"startTime":1767363438871,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":17495,"timestamp":71586861,"id":455,"parentId":420,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/PreviewPanel.tsx","layer":"ssr"},"startTime":1767363438875,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":26992,"timestamp":71581816,"id":453,"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":1767363438870,"traceId":"f0add02174dc0eb2"},{"name":"build-module-json","duration":1387,"timestamp":71624228,"id":457,"parentId":434,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/en.json","layer":"ssr"},"startTime":1767363438913,"traceId":"f0add02174dc0eb2"},{"name":"build-module-json","duration":1067,"timestamp":71624683,"id":458,"parentId":434,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/ko.json","layer":"ssr"},"startTime":1767363438913,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":16017,"timestamp":71624070,"id":456,"parentId":445,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363438913,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":17920,"timestamp":71624718,"id":459,"parentId":420,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileExplorer.tsx","layer":"ssr"},"startTime":1767363438913,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":19377,"timestamp":71624851,"id":460,"parentId":420,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileViewer.tsx","layer":"ssr"},"startTime":1767363438913,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9970,"timestamp":71645531,"id":461,"parentId":454,"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":1767363438934,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":6758,"timestamp":71656127,"id":464,"parentId":418,"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":1767363438945,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":34364,"timestamp":71655776,"id":462,"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":1767363438944,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":35887,"timestamp":71655981,"id":463,"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":1767363438945,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":36281,"timestamp":71656328,"id":465,"parentId":455,"tags":{"name":"__barrel_optimize__?names=ExternalLink,Loader2,Package,Play,RefreshCw,RotateCcw,Square,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":1767363438945,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3361,"timestamp":71697328,"id":466,"parentId":456,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363438986,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":10883,"timestamp":71704646,"id":469,"parentId":434,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3/node_modules/zustand/esm/middleware.mjs","layer":"ssr"},"startTime":1767363438993,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":17748,"timestamp":71704501,"id":468,"parentId":460,"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":1767363438993,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":18308,"timestamp":71704289,"id":467,"parentId":459,"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":1767363438993,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4742,"timestamp":71721234,"id":470,"parentId":463,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363439010,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5860,"timestamp":71732313,"id":471,"parentId":438,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"ssr"},"startTime":1767363439021,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6124,"timestamp":71732508,"id":472,"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":1767363439021,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6427,"timestamp":71732632,"id":473,"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":1767363439021,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6684,"timestamp":71732741,"id":474,"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":1767363439021,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6908,"timestamp":71732847,"id":475,"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":1767363439021,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8497,"timestamp":71732940,"id":476,"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":1767363439022,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8769,"timestamp":71733060,"id":477,"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":1767363439022,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9062,"timestamp":71733159,"id":478,"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":1767363439022,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":894,"timestamp":71743773,"id":479,"parentId":426,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3/node_modules/zustand/esm/index.mjs","layer":"ssr"},"startTime":1767363439032,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2305,"timestamp":71747033,"id":480,"parentId":446,"tags":{"name":"/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":1767363439036,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4129,"timestamp":71749471,"id":481,"parentId":446,"tags":{"name":"/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":1767363439038,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4157,"timestamp":71749793,"id":484,"parentId":447,"tags":{"name":"/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":1767363439038,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4578,"timestamp":71749708,"id":483,"parentId":447,"tags":{"name":"/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":1767363439038,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5263,"timestamp":71749952,"id":486,"parentId":450,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-external.js","layer":"ssr"},"startTime":1767363439039,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6977,"timestamp":71749622,"id":482,"parentId":447,"tags":{"name":"/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":1767363439038,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":10275,"timestamp":71751351,"id":487,"parentId":437,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/card.tsx","layer":"ssr"},"startTime":1767363439040,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11110,"timestamp":71751571,"id":488,"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":1767363439040,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":13276,"timestamp":71749878,"id":485,"parentId":447,"tags":{"name":"/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":1767363439038,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12384,"timestamp":71751670,"id":489,"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":1767363439040,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9267,"timestamp":71766049,"id":490,"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":1767363439055,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8445,"timestamp":71776498,"id":494,"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":1767363439065,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9181,"timestamp":71776294,"id":492,"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":1767363439065,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":10488,"timestamp":71775982,"id":491,"parentId":454,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageList.tsx","layer":"ssr"},"startTime":1767363439065,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11701,"timestamp":71776685,"id":496,"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":1767363439065,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":15596,"timestamp":71780703,"id":497,"parentId":489,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363439069,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":23507,"timestamp":71776411,"id":493,"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":1767363439065,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":19351,"timestamp":71781108,"id":499,"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/package.js","layer":"ssr"},"startTime":1767363439070,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":19656,"timestamp":71781219,"id":500,"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/external-link.js","layer":"ssr"},"startTime":1767363439070,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":24711,"timestamp":71776588,"id":495,"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":1767363439065,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":22469,"timestamp":71780866,"id":498,"parentId":454,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageInput.tsx","layer":"ssr"},"startTime":1767363439069,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3587,"timestamp":71816495,"id":501,"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/play.js","layer":"ssr"},"startTime":1767363439105,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3811,"timestamp":71816708,"id":502,"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/rotate-ccw.js","layer":"ssr"},"startTime":1767363439105,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6707,"timestamp":71816947,"id":504,"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/zap.js","layer":"ssr"},"startTime":1767363439106,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7243,"timestamp":71816839,"id":503,"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/refresh-cw.js","layer":"ssr"},"startTime":1767363439105,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7234,"timestamp":71817193,"id":506,"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/copy.js","layer":"ssr"},"startTime":1767363439106,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7669,"timestamp":71817081,"id":505,"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/square.js","layer":"ssr"},"startTime":1767363439106,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8844,"timestamp":71817285,"id":507,"parentId":467,"tags":{"name":"/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":1767363439106,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5827,"timestamp":71820857,"id":509,"parentId":497,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363439109,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5877,"timestamp":71821111,"id":511,"parentId":467,"tags":{"name":"/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":1767363439110,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6348,"timestamp":71820970,"id":510,"parentId":467,"tags":{"name":"/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":1767363439110,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6381,"timestamp":71821225,"id":512,"parentId":467,"tags":{"name":"/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":1767363439110,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12233,"timestamp":71820684,"id":508,"parentId":498,"tags":{"name":"__barrel_optimize__?names=Clock,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":1767363439109,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3331,"timestamp":71836147,"id":513,"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/createLucideIcon.js","layer":"ssr"},"startTime":1767363439125,"traceId":"f0add02174dc0eb2"},{"name":"build-module-ts","duration":12613,"timestamp":71861575,"id":515,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/usePreviewStore.ts","layer":"ssr"},"startTime":1767363439150,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":19845,"timestamp":71861816,"id":516,"parentId":486,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363439150,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":21035,"timestamp":71886187,"id":520,"parentId":479,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3/node_modules/zustand/esm/vanilla.mjs","layer":"ssr"},"startTime":1767363439175,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":63652,"timestamp":71861924,"id":517,"parentId":486,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363439151,"traceId":"f0add02174dc0eb2"},{"name":"build-module-ts","duration":74360,"timestamp":71861244,"id":514,"parentId":454,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useChatStore.ts","layer":"ssr"},"startTime":1767363439150,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":66784,"timestamp":71882721,"id":518,"parentId":489,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363439171,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":72859,"timestamp":71882945,"id":519,"parentId":490,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363439172,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":9194,"timestamp":71958461,"id":521,"parentId":452,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1767363439247,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":9690,"timestamp":71958912,"id":522,"parentId":479,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3/node_modules/zustand/esm/react.mjs","layer":"ssr"},"startTime":1767363439248,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8416,"timestamp":71975955,"id":523,"parentId":516,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363439265,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":14869,"timestamp":71980347,"id":525,"parentId":519,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363439269,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":15704,"timestamp":71980156,"id":524,"parentId":518,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363439269,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":16139,"timestamp":71980465,"id":526,"parentId":493,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363439269,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":12202,"timestamp":71985735,"id":527,"parentId":491,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageItem.tsx","layer":"ssr"},"startTime":1767363439274,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":13255,"timestamp":71986045,"id":528,"parentId":491,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/StreamingMessage.tsx","layer":"ssr"},"startTime":1767363439275,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":13305,"timestamp":71986272,"id":529,"parentId":508,"tags":{"name":"/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":1767363439275,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":13891,"timestamp":71986409,"id":530,"parentId":493,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363439275,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":23965,"timestamp":72001533,"id":531,"parentId":452,"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":1767363439290,"traceId":"f0add02174dc0eb2"},{"name":"build-module-ts","duration":7219,"timestamp":72033729,"id":534,"parentId":422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/index.ts","layer":"ssr"},"startTime":1767363439322,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9280,"timestamp":72033620,"id":533,"parentId":523,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363439322,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10249,"timestamp":72033445,"id":532,"parentId":523,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363439322,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7061,"timestamp":72036927,"id":538,"parentId":508,"tags":{"name":"/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":1767363439326,"traceId":"f0add02174dc0eb2"}]
|
|
6
|
-
[{"name":"build-module-js","duration":7530,"timestamp":72036826,"id":537,"parentId":525,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363439325,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7566,"timestamp":72037041,"id":539,"parentId":508,"tags":{"name":"/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":1767363439326,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8435,"timestamp":72036540,"id":535,"parentId":527,"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":1767363439325,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8638,"timestamp":72036700,"id":536,"parentId":528,"tags":{"name":"__barrel_optimize__?names=Bot,CheckCircle2,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":1767363439325,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":5669,"timestamp":72048452,"id":541,"parentId":498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/FilePreview.tsx","layer":"ssr"},"startTime":1767363439337,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7570,"timestamp":72048312,"id":540,"parentId":486,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363439337,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":10606,"timestamp":72048576,"id":542,"parentId":498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ModeToggle.tsx","layer":"ssr"},"startTime":1767363439337,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11775,"timestamp":72048689,"id":543,"parentId":513,"tags":{"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":1767363439337,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6352,"timestamp":72067375,"id":544,"parentId":516,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363439356,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8088,"timestamp":72073981,"id":545,"parentId":513,"tags":{"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":1767363439363,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7251,"timestamp":72076180,"id":549,"parentId":517,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363439365,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8100,"timestamp":72076289,"id":550,"parentId":519,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363439365,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8886,"timestamp":72076112,"id":548,"parentId":519,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363439365,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10341,"timestamp":72076385,"id":551,"parentId":519,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363439365,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11256,"timestamp":72075864,"id":546,"parentId":541,"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":1767363439364,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":21737,"timestamp":72075997,"id":547,"parentId":542,"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":1767363439365,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11419,"timestamp":72087883,"id":552,"parentId":519,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363439377,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6974,"timestamp":72103685,"id":553,"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/promise-queue.js","layer":"ssr"},"startTime":1767363439392,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8337,"timestamp":72105379,"id":556,"parentId":526,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363439394,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9209,"timestamp":72105251,"id":555,"parentId":526,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363439394,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10018,"timestamp":72105480,"id":557,"parentId":526,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363439394,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10659,"timestamp":72105719,"id":560,"parentId":519,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363439394,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":16532,"timestamp":72103826,"id":554,"parentId":526,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363439392,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":16347,"timestamp":72105639,"id":559,"parentId":526,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363439394,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":45890,"timestamp":72105559,"id":558,"parentId":526,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363439394,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":43395,"timestamp":72111301,"id":561,"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/router-reducer/prefetch-cache-utils.js","layer":"ssr"},"startTime":1767363439400,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":84744,"timestamp":72163245,"id":563,"parentId":460,"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":1767363439452,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":91134,"timestamp":72162964,"id":562,"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/icons/bot.js","layer":"ssr"},"startTime":1767363439452,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4458,"timestamp":72254506,"id":564,"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/icons/circle-check.js","layer":"ssr"},"startTime":1767363439543,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4474,"timestamp":72254791,"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/icons/file-text.js","layer":"ssr"},"startTime":1767363439543,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4675,"timestamp":72254854,"id":567,"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/icons/folder-search.js","layer":"ssr"},"startTime":1767363439543,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4879,"timestamp":72254909,"id":568,"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/icons/list-todo.js","layer":"ssr"},"startTime":1767363439544,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5212,"timestamp":72254962,"id":569,"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/icons/terminal.js","layer":"ssr"},"startTime":1767363439544,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5691,"timestamp":72254713,"id":565,"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/icons/pen-line.js","layer":"ssr"},"startTime":1767363439543,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5608,"timestamp":72255035,"id":570,"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/icons/search.js","layer":"ssr"},"startTime":1767363439544,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":4989,"timestamp":72261185,"id":571,"parentId":527,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MarkdownRenderer.tsx","layer":"ssr"},"startTime":1767363439550,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4841,"timestamp":72268932,"id":573,"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/defaultAttributes.js","layer":"ssr"},"startTime":1767363439558,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":7324,"timestamp":72268619,"id":572,"parentId":528,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/AskUserQuestionBlock.tsx","layer":"ssr"},"startTime":1767363439557,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4052,"timestamp":72276385,"id":574,"parentId":523,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363439565,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3951,"timestamp":72276672,"id":575,"parentId":523,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363439565,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7179,"timestamp":72276999,"id":577,"parentId":547,"tags":{"name":"/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":1767363439566,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7633,"timestamp":72276880,"id":576,"parentId":547,"tags":{"name":"/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":1767363439565,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4589,"timestamp":72292061,"id":578,"parentId":572,"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":1767363439581,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2096,"timestamp":72299401,"id":581,"parentId":516,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363439588,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1950,"timestamp":72299805,"id":583,"parentId":516,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363439588,"traceId":"f0add02174dc0eb2"},{"name":"build-module-ts","duration":9349,"timestamp":72296904,"id":579,"parentId":534,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/chat.ts","layer":"ssr"},"startTime":1767363439586,"traceId":"f0add02174dc0eb2"},{"name":"build-module-ts","duration":7393,"timestamp":72299167,"id":580,"parentId":534,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/preview.ts","layer":"ssr"},"startTime":1767363439588,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8181,"timestamp":72299990,"id":584,"parentId":560,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js","layer":"ssr"},"startTime":1767363439589,"traceId":"f0add02174dc0eb2"},{"name":"build-module-ts","duration":9100,"timestamp":72299619,"id":582,"parentId":534,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/project.ts","layer":"ssr"},"startTime":1767363439588,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":14728,"timestamp":72300114,"id":585,"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/client/components/router-reducer/ppr-navigations.js","layer":"ssr"},"startTime":1767363439589,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5337,"timestamp":72324306,"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/router-reducer/apply-router-state-patch-to-tree.js","layer":"ssr"},"startTime":1767363439613,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5362,"timestamp":72330411,"id":588,"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/apply-flight-data.js","layer":"ssr"},"startTime":1767363439619,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8126,"timestamp":72330239,"id":587,"parentId":585,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363439619,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8824,"timestamp":72330551,"id":589,"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/handle-mutable.js","layer":"ssr"},"startTime":1767363439619,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7600,"timestamp":72332366,"id":590,"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/client/components/router-reducer/handle-segment-mismatch.js","layer":"ssr"},"startTime":1767363439621,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8273,"timestamp":72332490,"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/invalidate-cache-below-flight-segmentpath.js","layer":"ssr"},"startTime":1767363439621,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8828,"timestamp":72332571,"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/should-hard-navigate.js","layer":"ssr"},"startTime":1767363439621,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":14003,"timestamp":72332728,"id":594,"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/clear-cache-node-data-for-segment-path.js","layer":"ssr"},"startTime":1767363439621,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":18858,"timestamp":72332647,"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/aliased-prefetch-navigations.js","layer":"ssr"},"startTime":1767363439621,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":20440,"timestamp":72332816,"id":595,"parentId":559,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"ssr"},"startTime":1767363439621,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7642,"timestamp":72354784,"id":596,"parentId":586,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"ssr"},"startTime":1767363439643,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4157,"timestamp":72362703,"id":597,"parentId":558,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/assign-location.js","layer":"ssr"},"startTime":1767363439651,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5021,"timestamp":72362852,"id":598,"parentId":558,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/server-reference-info.js","layer":"ssr"},"startTime":1767363439651,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4116,"timestamp":72376804,"id":599,"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/fill-cache-with-new-subtree-data.js","layer":"ssr"},"startTime":1767363439665,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2935,"timestamp":72386815,"id":600,"parentId":553,"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":1767363439675,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3049,"timestamp":72387134,"id":601,"parentId":553,"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":1767363439676,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":4018,"timestamp":72387602,"id":603,"parentId":572,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/checkbox.tsx","layer":"ssr"},"startTime":1767363439676,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":4816,"timestamp":72387364,"id":602,"parentId":572,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/label.tsx","layer":"ssr"},"startTime":1767363439676,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":10870,"timestamp":72387816,"id":604,"parentId":572,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/radio-group.tsx","layer":"ssr"},"startTime":1767363439676,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2365,"timestamp":72402079,"id":606,"parentId":571,"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":1767363439691,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2480,"timestamp":72402263,"id":607,"parentId":571,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/index.js","layer":"ssr"},"startTime":1767363439691,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5565,"timestamp":72401870,"id":605,"parentId":603,"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":1767363439690,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3120,"timestamp":72405301,"id":608,"parentId":604,"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":1767363439694,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2942,"timestamp":72410712,"id":609,"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/invalidate-cache-by-router-state.js","layer":"ssr"},"startTime":1767363439699,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2178,"timestamp":72415655,"id":610,"parentId":608,"tags":{"name":"/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":1767363439704,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3994,"timestamp":72417963,"id":611,"parentId":606,"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":1767363439707,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4401,"timestamp":72418211,"id":612,"parentId":607,"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":1767363439707,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":3272,"timestamp":72450304,"id":613,"parentId":602,"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":1767363439739,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":8122,"timestamp":72455026,"id":614,"parentId":604,"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":1767363439744,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":7164,"timestamp":72464769,"id":615,"parentId":603,"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":1767363439753,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":815,"timestamp":72500040,"id":616,"parentId":611,"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":1767363439789,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":843,"timestamp":72512675,"id":617,"parentId":611,"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":1767363439801,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":651,"timestamp":72522577,"id":618,"parentId":611,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/index.js","layer":"ssr"},"startTime":1767363439811,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":613,"timestamp":72526936,"id":619,"parentId":611,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/index.js","layer":"ssr"},"startTime":1767363439816,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":759,"timestamp":72542643,"id":620,"parentId":611,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/index.js","layer":"ssr"},"startTime":1767363439831,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":700,"timestamp":72542847,"id":621,"parentId":611,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/index.js","layer":"ssr"},"startTime":1767363439831,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":697,"timestamp":72550761,"id":622,"parentId":611,"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":1767363439839,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":691,"timestamp":72552464,"id":623,"parentId":612,"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":1767363439841,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1056,"timestamp":72557399,"id":624,"parentId":612,"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":1767363439846,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":897,"timestamp":72567065,"id":625,"parentId":611,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.js","layer":"ssr"},"startTime":1767363439856,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3635,"timestamp":72635808,"id":626,"parentId":616,"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":1767363439924,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":916,"timestamp":72642607,"id":627,"parentId":617,"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":1767363439931,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1196,"timestamp":72642784,"id":628,"parentId":618,"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":1767363439931,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1374,"timestamp":72654392,"id":629,"parentId":619,"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":1767363439943,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3649,"timestamp":72657247,"id":630,"parentId":620,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.js","layer":"ssr"},"startTime":1767363439946,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3540,"timestamp":72662255,"id":631,"parentId":621,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.js","layer":"ssr"},"startTime":1767363439951,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1697,"timestamp":72670174,"id":632,"parentId":622,"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":1767363439959,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1861,"timestamp":72670518,"id":633,"parentId":623,"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":1767363439959,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":1128,"timestamp":72691543,"id":634,"parentId":613,"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":1767363439980,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":1308,"timestamp":72696149,"id":635,"parentId":614,"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":1767363439985,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":2601,"timestamp":72696325,"id":636,"parentId":614,"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":1767363439985,"traceId":"f0add02174dc0eb2"}]
|
|
7
|
-
[{"name":"build-module-mjs","duration":14237,"timestamp":72701646,"id":637,"parentId":614,"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":1767363439990,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":915,"timestamp":72735310,"id":638,"parentId":619,"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":1767363440024,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1423,"timestamp":72750225,"id":639,"parentId":624,"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":1767363440039,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":2554,"timestamp":72750436,"id":640,"parentId":614,"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":1767363440039,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":579,"timestamp":72760491,"id":641,"parentId":624,"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":1767363440049,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":963,"timestamp":72779092,"id":642,"parentId":624,"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":1767363440068,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":558,"timestamp":72783325,"id":643,"parentId":624,"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":1767363440072,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":1077,"timestamp":72789081,"id":644,"parentId":614,"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":1767363440078,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":1472,"timestamp":72789264,"id":645,"parentId":614,"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":1767363440078,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":2693,"timestamp":72804076,"id":646,"parentId":614,"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":1767363440093,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2867,"timestamp":72804365,"id":647,"parentId":630,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.js","layer":"ssr"},"startTime":1767363440093,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2880,"timestamp":72804567,"id":648,"parentId":631,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.js","layer":"ssr"},"startTime":1767363440093,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2862,"timestamp":72804764,"id":649,"parentId":631,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.js","layer":"ssr"},"startTime":1767363440093,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2867,"timestamp":72804966,"id":650,"parentId":631,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.js","layer":"ssr"},"startTime":1767363440094,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1740,"timestamp":72810645,"id":651,"parentId":624,"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":1767363440099,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":2214,"timestamp":72810922,"id":652,"parentId":614,"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":1767363440100,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":1198,"timestamp":72817783,"id":653,"parentId":614,"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":1767363440106,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":808,"timestamp":72821154,"id":654,"parentId":624,"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":1767363440110,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":828,"timestamp":72830932,"id":656,"parentId":624,"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":1767363440120,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":6745,"timestamp":72829371,"id":655,"parentId":614,"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":1767363440118,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":53,"timestamp":72864222,"id":657,"parentId":648,"tags":{"name":"node:path","layer":null},"startTime":1767363440153,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":14,"timestamp":72864302,"id":658,"parentId":649,"tags":{"name":"node:process","layer":null},"startTime":1767363440153,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":9,"timestamp":72864325,"id":659,"parentId":650,"tags":{"name":"node:url","layer":null},"startTime":1767363440153,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1285,"timestamp":72864345,"id":660,"parentId":626,"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":1767363440153,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":549,"timestamp":72882306,"id":661,"parentId":626,"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":1767363440171,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":515,"timestamp":72889408,"id":662,"parentId":626,"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":1767363440178,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":774,"timestamp":72890745,"id":663,"parentId":626,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/index.js","layer":"ssr"},"startTime":1767363440179,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":632,"timestamp":72896112,"id":664,"parentId":626,"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":1767363440185,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":495,"timestamp":72900956,"id":665,"parentId":626,"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":1767363440190,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":457,"timestamp":72904152,"id":666,"parentId":626,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/index.js","layer":"ssr"},"startTime":1767363440193,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":713,"timestamp":72908377,"id":667,"parentId":628,"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":1767363440197,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1742,"timestamp":72944213,"id":668,"parentId":626,"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":1767363440233,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":948,"timestamp":72961129,"id":669,"parentId":630,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js","layer":"ssr"},"startTime":1767363440250,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1107,"timestamp":72972985,"id":670,"parentId":630,"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":1767363440262,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":927,"timestamp":72997230,"id":671,"parentId":630,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/index.js","layer":"ssr"},"startTime":1767363440286,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2052,"timestamp":73004742,"id":672,"parentId":630,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js","layer":"ssr"},"startTime":1767363440293,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4950,"timestamp":73038567,"id":673,"parentId":633,"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":1767363440327,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2363,"timestamp":73042020,"id":674,"parentId":638,"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":1767363440331,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9764,"timestamp":73042307,"id":675,"parentId":638,"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":1767363440331,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1881,"timestamp":73057221,"id":676,"parentId":638,"tags":{"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":1767363440346,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":807,"timestamp":73069549,"id":677,"parentId":632,"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":1767363440358,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":797,"timestamp":73077867,"id":678,"parentId":633,"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":1767363440366,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":690,"timestamp":73080597,"id":679,"parentId":633,"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":1767363440369,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5418,"timestamp":73085249,"id":680,"parentId":641,"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":1767363440374,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5807,"timestamp":73085505,"id":681,"parentId":641,"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":1767363440374,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1030,"timestamp":73093422,"id":682,"parentId":650,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.js","layer":"ssr"},"startTime":1767363440382,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1145,"timestamp":73096025,"id":683,"parentId":633,"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":1767363440385,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":13102,"timestamp":73096280,"id":684,"parentId":642,"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":1767363440385,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1574,"timestamp":73116978,"id":685,"parentId":633,"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":1767363440406,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3274,"timestamp":73117314,"id":686,"parentId":642,"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":1767363440406,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1390,"timestamp":73149220,"id":687,"parentId":643,"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":1767363440438,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3041,"timestamp":73149532,"id":688,"parentId":643,"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":1767363440438,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1998,"timestamp":73159747,"id":689,"parentId":651,"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":1767363440448,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5656,"timestamp":73160026,"id":690,"parentId":651,"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":1767363440449,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":911,"timestamp":73181379,"id":691,"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/lib/index.js","layer":"ssr"},"startTime":1767363440470,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":914,"timestamp":73189355,"id":692,"parentId":656,"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":1767363440478,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1306,"timestamp":73189584,"id":693,"parentId":656,"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":1767363440478,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":843,"timestamp":73205155,"id":694,"parentId":639,"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":1767363440494,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2917,"timestamp":73210235,"id":695,"parentId":661,"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":1767363440499,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2319,"timestamp":73214551,"id":696,"parentId":662,"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":1767363440503,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2737,"timestamp":73214785,"id":697,"parentId":663,"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":1767363440503,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2257,"timestamp":73218927,"id":698,"parentId":663,"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":1767363440508,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3759,"timestamp":73219147,"id":699,"parentId":663,"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":1767363440508,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4039,"timestamp":73219267,"id":700,"parentId":663,"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":1767363440508,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1141,"timestamp":73224824,"id":701,"parentId":663,"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":1767363440513,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1206,"timestamp":73225063,"id":702,"parentId":663,"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":1767363440514,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":963,"timestamp":73227710,"id":703,"parentId":663,"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":1767363440516,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1600,"timestamp":73227917,"id":704,"parentId":663,"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":1767363440517,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1186,"timestamp":73234238,"id":705,"parentId":663,"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":1767363440523,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1114,"timestamp":73234616,"id":706,"parentId":663,"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":1767363440523,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1084,"timestamp":73237823,"id":707,"parentId":665,"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":1767363440526,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1659,"timestamp":73237959,"id":708,"parentId":666,"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":1767363440527,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4286,"timestamp":73240737,"id":709,"parentId":667,"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":1767363440529,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3334,"timestamp":73247992,"id":710,"parentId":674,"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":1767363440537,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3752,"timestamp":73248288,"id":711,"parentId":668,"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":1767363440537,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3781,"timestamp":73248467,"id":712,"parentId":676,"tags":{"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":1767363440537,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1421,"timestamp":73255737,"id":713,"parentId":676,"tags":{"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":1767363440544,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1522,"timestamp":73255973,"id":714,"parentId":676,"tags":{"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":1767363440545,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1455,"timestamp":73256214,"id":715,"parentId":676,"tags":{"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":1767363440545,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1467,"timestamp":73256356,"id":716,"parentId":676,"tags":{"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":1767363440545,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1774,"timestamp":73256456,"id":717,"parentId":676,"tags":{"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":1767363440545,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":743,"timestamp":73259444,"id":718,"parentId":676,"tags":{"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":1767363440548,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":809,"timestamp":73259578,"id":719,"parentId":676,"tags":{"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":1767363440548,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":894,"timestamp":73260913,"id":720,"parentId":676,"tags":{"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":1767363440550,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1082,"timestamp":73261061,"id":721,"parentId":676,"tags":{"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":1767363440550,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1339,"timestamp":73261165,"id":722,"parentId":676,"tags":{"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":1767363440550,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1427,"timestamp":73266539,"id":723,"parentId":676,"tags":{"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":1767363440555,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1617,"timestamp":73266708,"id":724,"parentId":676,"tags":{"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":1767363440555,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2213,"timestamp":73266829,"id":725,"parentId":676,"tags":{"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":1767363440555,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2475,"timestamp":73266934,"id":726,"parentId":676,"tags":{"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":1767363440556,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2544,"timestamp":73267061,"id":727,"parentId":676,"tags":{"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":1767363440556,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":749,"timestamp":73273178,"id":728,"parentId":676,"tags":{"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":1767363440562,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":773,"timestamp":73273352,"id":729,"parentId":676,"tags":{"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":1767363440562,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":888,"timestamp":73274547,"id":730,"parentId":676,"tags":{"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":1767363440563,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1089,"timestamp":73274679,"id":731,"parentId":676,"tags":{"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":1767363440563,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1158,"timestamp":73274780,"id":732,"parentId":676,"tags":{"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":1767363440563,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1402,"timestamp":73278799,"id":733,"parentId":676,"tags":{"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":1767363440567,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1396,"timestamp":73279038,"id":734,"parentId":676,"tags":{"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":1767363440568,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2135,"timestamp":73279199,"id":735,"parentId":671,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.js","layer":"ssr"},"startTime":1767363440568,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2831,"timestamp":73282437,"id":736,"parentId":673,"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":1767363440571,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1395,"timestamp":73288848,"id":737,"parentId":677,"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":1767363440577,"traceId":"f0add02174dc0eb2"}]
|
|
8
|
-
[{"name":"build-module-js","duration":1785,"timestamp":73290974,"id":738,"parentId":678,"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":1767363440580,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1495,"timestamp":73297789,"id":739,"parentId":679,"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":1767363440586,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1035,"timestamp":73307148,"id":740,"parentId":683,"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":1767363440596,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1545,"timestamp":73321041,"id":741,"parentId":685,"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":1767363440610,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1233,"timestamp":73335282,"id":742,"parentId":668,"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":1767363440624,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1283,"timestamp":73342941,"id":743,"parentId":675,"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":1767363440632,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1678,"timestamp":73349253,"id":744,"parentId":690,"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":1767363440638,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1912,"timestamp":73349496,"id":745,"parentId":690,"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":1767363440638,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1698,"timestamp":73382456,"id":746,"parentId":680,"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":1767363440671,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":2761,"timestamp":73392658,"id":747,"parentId":634,"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":1767363440681,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":4306,"timestamp":73392936,"id":748,"parentId":635,"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":1767363440682,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1348,"timestamp":73401651,"id":749,"parentId":684,"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":1767363440690,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1432,"timestamp":73411319,"id":750,"parentId":684,"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":1767363440700,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1000,"timestamp":73421867,"id":751,"parentId":684,"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":1767363440710,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":859,"timestamp":73445710,"id":753,"parentId":697,"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":1767363440734,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":15705,"timestamp":73436416,"id":752,"parentId":637,"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":1767363440725,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":1103,"timestamp":73453720,"id":754,"parentId":637,"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":1767363440742,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":1215,"timestamp":73453917,"id":755,"parentId":637,"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":1767363440743,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1904,"timestamp":73459886,"id":756,"parentId":697,"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":1767363440749,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1924,"timestamp":73460163,"id":757,"parentId":698,"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":1767363440749,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1958,"timestamp":73460329,"id":758,"parentId":699,"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":1767363440749,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":1639,"timestamp":73463997,"id":759,"parentId":640,"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":1767363440753,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1772,"timestamp":73464192,"id":760,"parentId":720,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/revert.js","layer":"ssr"},"startTime":1767363440753,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1943,"timestamp":73464297,"id":761,"parentId":704,"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":1767363440753,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2216,"timestamp":73464393,"id":762,"parentId":704,"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":1767363440753,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2324,"timestamp":73464485,"id":763,"parentId":706,"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":1767363440753,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":812,"timestamp":73469540,"id":764,"parentId":688,"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":1767363440758,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1096,"timestamp":73475636,"id":765,"parentId":688,"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":1767363440764,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":1494,"timestamp":73482319,"id":766,"parentId":640,"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":1767363440771,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1526,"timestamp":73482578,"id":767,"parentId":737,"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":1767363440771,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":533,"timestamp":73507442,"id":768,"parentId":708,"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":1767363440796,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":951,"timestamp":73519547,"id":769,"parentId":709,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/index.js","layer":"ssr"},"startTime":1767363440808,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":714,"timestamp":73521413,"id":770,"parentId":709,"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":1767363440810,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":720,"timestamp":73528703,"id":771,"parentId":709,"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":1767363440817,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":498,"timestamp":73532746,"id":772,"parentId":709,"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":1767363440821,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1000,"timestamp":73535396,"id":773,"parentId":709,"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":1767363440824,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":898,"timestamp":73541903,"id":774,"parentId":733,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.js","layer":"ssr"},"startTime":1767363440831,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":750,"timestamp":73549549,"id":775,"parentId":736,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js","layer":"ssr"},"startTime":1767363440838,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":595,"timestamp":73556133,"id":776,"parentId":736,"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":1767363440845,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":559,"timestamp":73565858,"id":777,"parentId":737,"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":1767363440854,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1292,"timestamp":73570200,"id":778,"parentId":675,"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":1767363440859,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5778,"timestamp":73570376,"id":779,"parentId":749,"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":1767363440859,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7097,"timestamp":73570480,"id":780,"parentId":749,"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":1767363440859,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2972,"timestamp":73579354,"id":781,"parentId":749,"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":1767363440868,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3390,"timestamp":73579630,"id":782,"parentId":749,"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":1767363440868,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3566,"timestamp":73579809,"id":783,"parentId":749,"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":1767363440868,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4104,"timestamp":73579981,"id":784,"parentId":749,"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":1767363440869,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5664,"timestamp":73580171,"id":785,"parentId":749,"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":1767363440869,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6371,"timestamp":73580346,"id":786,"parentId":749,"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":1767363440869,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1366,"timestamp":73597593,"id":787,"parentId":739,"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":1767363440886,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2552,"timestamp":73597904,"id":788,"parentId":749,"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":1767363440887,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1117,"timestamp":73603592,"id":789,"parentId":749,"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":1767363440892,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2268,"timestamp":73609496,"id":790,"parentId":739,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.js","layer":"ssr"},"startTime":1767363440898,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2632,"timestamp":73609685,"id":791,"parentId":749,"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":1767363440898,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3593,"timestamp":73609816,"id":792,"parentId":749,"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":1767363440898,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4657,"timestamp":73614270,"id":793,"parentId":749,"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":1767363440903,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10877,"timestamp":73614522,"id":794,"parentId":749,"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":1767363440903,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":13309,"timestamp":73614689,"id":795,"parentId":749,"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":1767363440903,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":14541,"timestamp":73614854,"id":796,"parentId":749,"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":1767363440903,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":13842,"timestamp":73616037,"id":797,"parentId":749,"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":1767363440905,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":14046,"timestamp":73616245,"id":798,"parentId":749,"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":1767363440905,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":833,"timestamp":73635139,"id":799,"parentId":749,"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":1767363440924,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1594,"timestamp":73635316,"id":800,"parentId":749,"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":1767363440924,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1343,"timestamp":73638099,"id":801,"parentId":749,"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":1767363440927,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1591,"timestamp":73638245,"id":802,"parentId":749,"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":1767363440927,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1973,"timestamp":73650382,"id":803,"parentId":742,"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":1767363440939,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":965,"timestamp":73671262,"id":804,"parentId":743,"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":1767363440960,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":961,"timestamp":73679921,"id":805,"parentId":768,"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":1767363440969,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10567,"timestamp":73686319,"id":806,"parentId":769,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/compile.js","layer":"ssr"},"startTime":1767363440975,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10960,"timestamp":73686574,"id":807,"parentId":769,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.js","layer":"ssr"},"startTime":1767363440975,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11090,"timestamp":73686744,"id":808,"parentId":769,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.js","layer":"ssr"},"startTime":1767363440975,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11866,"timestamp":73686907,"id":809,"parentId":769,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.js","layer":"ssr"},"startTime":1767363440976,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1289,"timestamp":73707318,"id":810,"parentId":772,"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":1767363440996,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1240,"timestamp":73712606,"id":811,"parentId":776,"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":1767363441001,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2381,"timestamp":73721780,"id":812,"parentId":778,"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":1767363441010,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3653,"timestamp":73722070,"id":813,"parentId":778,"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":1767363441011,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4597,"timestamp":73722272,"id":814,"parentId":777,"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":1767363441011,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1863,"timestamp":73728845,"id":815,"parentId":787,"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":1767363441017,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1991,"timestamp":73732751,"id":816,"parentId":787,"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":1767363441021,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3780,"timestamp":73807160,"id":817,"parentId":771,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/character-entities@2.0.2/node_modules/character-entities/index.js","layer":"ssr"},"startTime":1767363441096,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1868,"timestamp":73834688,"id":818,"parentId":789,"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":1767363441123,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1503,"timestamp":73838072,"id":819,"parentId":807,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.js","layer":"ssr"},"startTime":1767363441127,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2293,"timestamp":73844664,"id":820,"parentId":792,"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":1767363441133,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4734,"timestamp":73844945,"id":821,"parentId":807,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.js","layer":"ssr"},"startTime":1767363441134,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1795,"timestamp":73854503,"id":822,"parentId":807,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.js","layer":"ssr"},"startTime":1767363441143,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2685,"timestamp":73854713,"id":823,"parentId":807,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.js","layer":"ssr"},"startTime":1767363441143,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2960,"timestamp":73854825,"id":824,"parentId":807,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.js","layer":"ssr"},"startTime":1767363441143,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3652,"timestamp":73854925,"id":825,"parentId":807,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.js","layer":"ssr"},"startTime":1767363441144,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2006,"timestamp":73861493,"id":826,"parentId":815,"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":1767363441150,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2455,"timestamp":73861774,"id":827,"parentId":815,"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":1767363441150,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2728,"timestamp":73861948,"id":828,"parentId":812,"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":1767363441151,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1717,"timestamp":73872163,"id":829,"parentId":792,"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":1767363441161,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1955,"timestamp":73872429,"id":830,"parentId":815,"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":1767363441161,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2038,"timestamp":73878151,"id":831,"parentId":816,"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":1767363441167,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2125,"timestamp":73878395,"id":832,"parentId":816,"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":1767363441167,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2373,"timestamp":73878578,"id":833,"parentId":816,"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":1767363441167,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2596,"timestamp":73878763,"id":834,"parentId":816,"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":1767363441167,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2811,"timestamp":73878944,"id":835,"parentId":816,"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":1767363441168,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3028,"timestamp":73879100,"id":836,"parentId":816,"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":1767363441168,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1819,"timestamp":73882713,"id":837,"parentId":792,"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":1767363441171,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1847,"timestamp":73882864,"id":838,"parentId":816,"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":1767363441171,"traceId":"f0add02174dc0eb2"}]
|
|
9
|
-
[{"name":"build-module-js","duration":2211,"timestamp":73882974,"id":839,"parentId":816,"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":1767363441172,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2394,"timestamp":73883107,"id":840,"parentId":816,"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":1767363441172,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1720,"timestamp":73892803,"id":841,"parentId":794,"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":1767363441181,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2079,"timestamp":73892968,"id":842,"parentId":816,"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":1767363441182,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2168,"timestamp":73893103,"id":843,"parentId":815,"tags":{"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":1767363441182,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2299,"timestamp":73893212,"id":844,"parentId":815,"tags":{"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":1767363441182,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2776,"timestamp":73893304,"id":845,"parentId":815,"tags":{"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":1767363441182,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3020,"timestamp":73893397,"id":846,"parentId":815,"tags":{"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":1767363441182,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3173,"timestamp":73893491,"id":847,"parentId":815,"tags":{"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":1767363441182,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1254,"timestamp":73897263,"id":848,"parentId":792,"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":1767363441186,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1853,"timestamp":73897426,"id":849,"parentId":815,"tags":{"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":1767363441186,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2038,"timestamp":73897535,"id":850,"parentId":815,"tags":{"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":1767363441186,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2518,"timestamp":73897636,"id":851,"parentId":816,"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":1767363441186,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1798,"timestamp":73920987,"id":852,"parentId":816,"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":1767363441210,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2372,"timestamp":73921274,"id":853,"parentId":816,"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":1767363441210,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2771,"timestamp":73921460,"id":854,"parentId":816,"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":1767363441210,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1918,"timestamp":73929112,"id":855,"parentId":816,"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":1767363441218,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1925,"timestamp":73929363,"id":856,"parentId":816,"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":1767363441218,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2320,"timestamp":73929532,"id":857,"parentId":816,"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":1767363441218,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2222,"timestamp":73929843,"id":858,"parentId":816,"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":1767363441218,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1151,"timestamp":73937109,"id":859,"parentId":816,"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":1767363441226,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2331,"timestamp":73963274,"id":860,"parentId":830,"tags":{"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":1767363441252,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2627,"timestamp":73963655,"id":861,"parentId":830,"tags":{"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":1767363441252,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3710,"timestamp":73964125,"id":862,"parentId":818,"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":1767363441253,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1753,"timestamp":73971199,"id":863,"parentId":832,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js","layer":"ssr"},"startTime":1767363441260,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1895,"timestamp":73971475,"id":864,"parentId":833,"tags":{"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":1767363441260,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1602,"timestamp":73973958,"id":865,"parentId":834,"tags":{"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":1767363441263,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1599,"timestamp":73974266,"id":866,"parentId":835,"tags":{"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":1767363441263,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1711,"timestamp":73974492,"id":867,"parentId":836,"tags":{"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":1767363441263,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1432,"timestamp":73998304,"id":868,"parentId":836,"tags":{"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":1767363441287,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1328,"timestamp":74010382,"id":869,"parentId":851,"tags":{"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":1767363441299,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1179,"timestamp":74054804,"id":870,"parentId":811,"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":1767363441343,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1567,"timestamp":74064355,"id":871,"parentId":853,"tags":{"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":1767363441353,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1693,"timestamp":74064607,"id":872,"parentId":853,"tags":{"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":1767363441353,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2012,"timestamp":74064800,"id":873,"parentId":853,"tags":{"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":1767363441353,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1403,"timestamp":74068743,"id":874,"parentId":815,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js","layer":"ssr"},"startTime":1767363441357,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1590,"timestamp":74068911,"id":875,"parentId":853,"tags":{"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":1767363441358,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1690,"timestamp":74069049,"id":876,"parentId":854,"tags":{"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":1767363441358,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":866,"timestamp":74077482,"id":877,"parentId":857,"tags":{"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":1767363441366,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":942,"timestamp":74077687,"id":878,"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/check-rule-repetition.js","layer":"ssr"},"startTime":1767363441366,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":819,"timestamp":74092545,"id":879,"parentId":833,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.js","layer":"ssr"},"startTime":1767363441381,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":622,"timestamp":74097650,"id":880,"parentId":855,"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":1767363441386,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":668,"timestamp":74099806,"id":881,"parentId":880,"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":1767363441388,"traceId":"f0add02174dc0eb2"},{"name":"make","duration":6214135,"timestamp":67897916,"id":22,"parentId":20,"tags":{},"startTime":1767363435187,"traceId":"f0add02174dc0eb2"},{"name":"get-entries","duration":615,"timestamp":74113924,"id":883,"parentId":882,"tags":{},"startTime":1767363441403,"traceId":"f0add02174dc0eb2"},{"name":"node-file-trace-plugin","duration":138811,"timestamp":74118232,"id":884,"parentId":882,"tags":{"traceEntryCount":"10"},"startTime":1767363441407,"traceId":"f0add02174dc0eb2"},{"name":"collect-traced-files","duration":459,"timestamp":74257058,"id":885,"parentId":882,"tags":{},"startTime":1767363441546,"traceId":"f0add02174dc0eb2"},{"name":"finish-modules","duration":143821,"timestamp":74113705,"id":882,"parentId":21,"tags":{},"startTime":1767363441402,"traceId":"f0add02174dc0eb2"},{"name":"chunk-graph","duration":24652,"timestamp":74324042,"id":887,"parentId":886,"tags":{},"startTime":1767363441613,"traceId":"f0add02174dc0eb2"},{"name":"optimize-modules","duration":44,"timestamp":74348875,"id":889,"parentId":886,"tags":{},"startTime":1767363441637,"traceId":"f0add02174dc0eb2"},{"name":"optimize-chunks","duration":17690,"timestamp":74349064,"id":890,"parentId":886,"tags":{},"startTime":1767363441638,"traceId":"f0add02174dc0eb2"},{"name":"optimize-tree","duration":148,"timestamp":74366850,"id":891,"parentId":886,"tags":{},"startTime":1767363441655,"traceId":"f0add02174dc0eb2"},{"name":"optimize-chunk-modules","duration":29340,"timestamp":74367147,"id":892,"parentId":886,"tags":{},"startTime":1767363441656,"traceId":"f0add02174dc0eb2"},{"name":"optimize","duration":47794,"timestamp":74348799,"id":888,"parentId":886,"tags":{},"startTime":1767363441637,"traceId":"f0add02174dc0eb2"},{"name":"module-hash","duration":41968,"timestamp":74420743,"id":893,"parentId":886,"tags":{},"startTime":1767363441709,"traceId":"f0add02174dc0eb2"},{"name":"code-generation","duration":474526,"timestamp":74462787,"id":894,"parentId":886,"tags":{},"startTime":1767363441751,"traceId":"f0add02174dc0eb2"},{"name":"hash","duration":8592,"timestamp":74943753,"id":895,"parentId":886,"tags":{},"startTime":1767363442232,"traceId":"f0add02174dc0eb2"},{"name":"code-generation-jobs","duration":599,"timestamp":74952340,"id":896,"parentId":886,"tags":{},"startTime":1767363442241,"traceId":"f0add02174dc0eb2"},{"name":"module-assets","duration":545,"timestamp":74952867,"id":897,"parentId":886,"tags":{},"startTime":1767363442241,"traceId":"f0add02174dc0eb2"},{"name":"create-chunk-assets","duration":9858,"timestamp":74953431,"id":898,"parentId":886,"tags":{},"startTime":1767363442242,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":96892,"timestamp":75057496,"id":901,"parentId":899,"tags":{"name":"../pages/_app.js","cache":"MISS"},"startTime":1767363442346,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":108059,"timestamp":75049076,"id":900,"parentId":899,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1767363442338,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":99619,"timestamp":75069693,"id":903,"parentId":899,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1767363442358,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":66746,"timestamp":75103167,"id":906,"parentId":899,"tags":{"name":"../pages/_document.js","cache":"MISS"},"startTime":1767363442392,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":69831,"timestamp":75102058,"id":905,"parentId":899,"tags":{"name":"../app/settings/page.js","cache":"MISS"},"startTime":1767363442391,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":69170,"timestamp":75103249,"id":907,"parentId":899,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1767363442392,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":166092,"timestamp":75058400,"id":902,"parentId":899,"tags":{"name":"../pages/_error.js","cache":"MISS"},"startTime":1767363442347,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":162906,"timestamp":75125534,"id":910,"parentId":899,"tags":{"name":"799.js","cache":"MISS"},"startTime":1767363442414,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":178035,"timestamp":75118943,"id":909,"parentId":899,"tags":{"name":"811.js","cache":"MISS"},"startTime":1767363442408,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":170725,"timestamp":75127411,"id":911,"parentId":899,"tags":{"name":"392.js","cache":"MISS"},"startTime":1767363442416,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":362963,"timestamp":75103577,"id":908,"parentId":899,"tags":{"name":"673.js","cache":"MISS"},"startTime":1767363442392,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":460982,"timestamp":75075109,"id":904,"parentId":899,"tags":{"name":"../app/project/[id]/page.js","cache":"MISS"},"startTime":1767363442364,"traceId":"f0add02174dc0eb2"},{"name":"minify-webpack-plugin-optimize","duration":546557,"timestamp":74989558,"id":899,"parentId":20,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1767363442278,"traceId":"f0add02174dc0eb2"},{"name":"css-minimizer-plugin","duration":174,"timestamp":75536416,"id":912,"parentId":20,"tags":{},"startTime":1767363442825,"traceId":"f0add02174dc0eb2"},{"name":"create-trace-assets","duration":1727,"timestamp":75536807,"id":913,"parentId":21,"tags":{},"startTime":1767363442825,"traceId":"f0add02174dc0eb2"},{"name":"seal","duration":1257257,"timestamp":74291155,"id":886,"parentId":20,"tags":{},"startTime":1767363441580,"traceId":"f0add02174dc0eb2"},{"name":"webpack-compilation","duration":7684503,"timestamp":67875486,"id":20,"parentId":17,"tags":{"name":"server"},"startTime":1767363435164,"traceId":"f0add02174dc0eb2"},{"name":"emit","duration":17316,"timestamp":75560517,"id":914,"parentId":17,"tags":{},"startTime":1767363442849,"traceId":"f0add02174dc0eb2"},{"name":"webpack-close","duration":549528,"timestamp":75580195,"id":915,"parentId":17,"tags":{"name":"server"},"startTime":1767363442869,"traceId":"f0add02174dc0eb2"},{"name":"webpack-generate-error-stats","duration":3451,"timestamp":76129789,"id":916,"parentId":915,"tags":{},"startTime":1767363443418,"traceId":"f0add02174dc0eb2"},{"name":"run-webpack-compiler","duration":8546991,"timestamp":67586555,"id":17,"parentId":16,"tags":{},"startTime":1767363434875,"traceId":"f0add02174dc0eb2"},{"name":"format-webpack-messages","duration":83,"timestamp":76133557,"id":917,"parentId":16,"tags":{},"startTime":1767363443422,"traceId":"f0add02174dc0eb2"},{"name":"worker-main-server","duration":8547745,"timestamp":67586055,"id":16,"parentId":1,"tags":{},"startTime":1767363434875,"traceId":"f0add02174dc0eb2"},{"name":"create-entrypoints","duration":24965,"timestamp":77004225,"id":920,"parentId":918,"tags":{},"startTime":1767363444293,"traceId":"f0add02174dc0eb2"},{"name":"generate-webpack-config","duration":124510,"timestamp":77029361,"id":921,"parentId":919,"tags":{},"startTime":1767363444318,"traceId":"f0add02174dc0eb2"},{"name":"make","duration":895,"timestamp":77254718,"id":923,"parentId":922,"tags":{},"startTime":1767363444543,"traceId":"f0add02174dc0eb2"},{"name":"chunk-graph","duration":647,"timestamp":77259046,"id":925,"parentId":924,"tags":{},"startTime":1767363444548,"traceId":"f0add02174dc0eb2"},{"name":"optimize-modules","duration":36,"timestamp":77259845,"id":927,"parentId":924,"tags":{},"startTime":1767363444548,"traceId":"f0add02174dc0eb2"},{"name":"optimize-chunks","duration":921,"timestamp":77259993,"id":928,"parentId":924,"tags":{},"startTime":1767363444549,"traceId":"f0add02174dc0eb2"},{"name":"optimize-tree","duration":154,"timestamp":77260998,"id":929,"parentId":924,"tags":{},"startTime":1767363444550,"traceId":"f0add02174dc0eb2"},{"name":"optimize-chunk-modules","duration":541,"timestamp":77261385,"id":930,"parentId":924,"tags":{},"startTime":1767363444550,"traceId":"f0add02174dc0eb2"},{"name":"optimize","duration":2295,"timestamp":77259776,"id":926,"parentId":924,"tags":{},"startTime":1767363444548,"traceId":"f0add02174dc0eb2"},{"name":"module-hash","duration":107,"timestamp":77263663,"id":931,"parentId":924,"tags":{},"startTime":1767363444552,"traceId":"f0add02174dc0eb2"},{"name":"code-generation","duration":256,"timestamp":77263824,"id":932,"parentId":924,"tags":{},"startTime":1767363444552,"traceId":"f0add02174dc0eb2"},{"name":"hash","duration":446,"timestamp":77264364,"id":933,"parentId":924,"tags":{},"startTime":1767363444553,"traceId":"f0add02174dc0eb2"},{"name":"code-generation-jobs","duration":162,"timestamp":77264805,"id":934,"parentId":924,"tags":{},"startTime":1767363444553,"traceId":"f0add02174dc0eb2"},{"name":"module-assets","duration":126,"timestamp":77264922,"id":935,"parentId":924,"tags":{},"startTime":1767363444554,"traceId":"f0add02174dc0eb2"},{"name":"create-chunk-assets","duration":204,"timestamp":77265063,"id":936,"parentId":924,"tags":{},"startTime":1767363444554,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":1458,"timestamp":77275801,"id":938,"parentId":937,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1767363444564,"traceId":"f0add02174dc0eb2"},{"name":"minify-webpack-plugin-optimize","duration":3188,"timestamp":77274084,"id":937,"parentId":922,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1767363444563,"traceId":"f0add02174dc0eb2"},{"name":"css-minimizer-plugin","duration":129,"timestamp":77277370,"id":939,"parentId":922,"tags":{},"startTime":1767363444566,"traceId":"f0add02174dc0eb2"}]
|
|
10
|
-
[{"name":"seal","duration":22981,"timestamp":77258288,"id":924,"parentId":922,"tags":{},"startTime":1767363444547,"traceId":"f0add02174dc0eb2"},{"name":"webpack-compilation","duration":34859,"timestamp":77246842,"id":922,"parentId":919,"tags":{"name":"edge-server"},"startTime":1767363444535,"traceId":"f0add02174dc0eb2"},{"name":"emit","duration":3107,"timestamp":77282136,"id":940,"parentId":919,"tags":{},"startTime":1767363444571,"traceId":"f0add02174dc0eb2"},{"name":"webpack-close","duration":13894,"timestamp":77286554,"id":941,"parentId":919,"tags":{"name":"edge-server"},"startTime":1767363444575,"traceId":"f0add02174dc0eb2"},{"name":"webpack-generate-error-stats","duration":2776,"timestamp":77300506,"id":942,"parentId":941,"tags":{},"startTime":1767363444589,"traceId":"f0add02174dc0eb2"},{"name":"run-webpack-compiler","duration":299259,"timestamp":77004215,"id":919,"parentId":918,"tags":{},"startTime":1767363444293,"traceId":"f0add02174dc0eb2"},{"name":"format-webpack-messages","duration":123,"timestamp":77303484,"id":943,"parentId":918,"tags":{},"startTime":1767363444592,"traceId":"f0add02174dc0eb2"},{"name":"worker-main-edge-server","duration":300139,"timestamp":77003682,"id":918,"parentId":1,"tags":{},"startTime":1767363444292,"traceId":"f0add02174dc0eb2"},{"name":"create-entrypoints","duration":20430,"timestamp":78192627,"id":946,"parentId":944,"tags":{},"startTime":1767363445481,"traceId":"f0add02174dc0eb2"},{"name":"generate-webpack-config","duration":133454,"timestamp":78213289,"id":947,"parentId":945,"tags":{},"startTime":1767363445502,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":18796,"timestamp":78538884,"id":961,"parentId":952,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767363445828,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":2139,"timestamp":78558039,"id":962,"parentId":957,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767363445847,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":830,"timestamp":78560233,"id":963,"parentId":958,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767363445849,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":659,"timestamp":78561115,"id":964,"parentId":959,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767363445850,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":693,"timestamp":78561827,"id":965,"parentId":960,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767363445850,"traceId":"f0add02174dc0eb2"},{"name":"next-client-pages-loader","duration":446,"timestamp":78563503,"id":967,"parentId":966,"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":1767363445852,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":9652,"timestamp":78562570,"id":966,"parentId":953,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767363445851,"traceId":"f0add02174dc0eb2"},{"name":"next-client-pages-loader","duration":102,"timestamp":78573774,"id":969,"parentId":968,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1767363445862,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":3050,"timestamp":78572296,"id":968,"parentId":954,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767363445861,"traceId":"f0add02174dc0eb2"},{"name":"next-client-pages-loader","duration":125,"timestamp":78575675,"id":971,"parentId":970,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1767363445864,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":1491,"timestamp":78575496,"id":970,"parentId":956,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767363445864,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":20861,"timestamp":78604419,"id":972,"parentId":950,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363445893,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":20863,"timestamp":78607463,"id":974,"parentId":951,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363445896,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":40131,"timestamp":78607227,"id":973,"parentId":955,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363445896,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4301,"timestamp":78661230,"id":975,"parentId":966,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363445950,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9090,"timestamp":78672202,"id":976,"parentId":961,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363445961,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10305,"timestamp":78672413,"id":977,"parentId":961,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363445961,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11004,"timestamp":78672647,"id":979,"parentId":961,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363445961,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":15094,"timestamp":78672746,"id":980,"parentId":961,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363445961,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":17522,"timestamp":78672949,"id":981,"parentId":972,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363445962,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":21443,"timestamp":78673080,"id":982,"parentId":974,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363445962,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":43315,"timestamp":78672533,"id":978,"parentId":961,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363445961,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":46092,"timestamp":78673330,"id":985,"parentId":973,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363445962,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":50283,"timestamp":78673178,"id":983,"parentId":974,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363445962,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":57867,"timestamp":78673260,"id":984,"parentId":974,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363445962,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3346,"timestamp":78763445,"id":991,"parentId":972,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363446052,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4945,"timestamp":78763894,"id":992,"parentId":974,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363446053,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10481,"timestamp":78761325,"id":988,"parentId":961,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363446050,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":17655,"timestamp":78761242,"id":987,"parentId":961,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363446050,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":20957,"timestamp":78763214,"id":989,"parentId":968,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767363446052,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":52076,"timestamp":78761099,"id":986,"parentId":972,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363446050,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":57617,"timestamp":78763353,"id":990,"parentId":970,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767363446052,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5979,"timestamp":78919507,"id":993,"parentId":973,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363446208,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":16645,"timestamp":78920326,"id":996,"parentId":975,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363446209,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":17134,"timestamp":78920444,"id":997,"parentId":973,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/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":1767363446209,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":24417,"timestamp":78920619,"id":999,"parentId":962,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"app-pages-browser"},"startTime":1767363446209,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":23778,"timestamp":78922254,"id":1001,"parentId":976,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363446211,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":28095,"timestamp":78922357,"id":1002,"parentId":963,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"app-pages-browser"},"startTime":1767363446211,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":32880,"timestamp":78922623,"id":1003,"parentId":965,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"app-pages-browser"},"startTime":1767363446211,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":35300,"timestamp":78922895,"id":1004,"parentId":964,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"app-pages-browser"},"startTime":1767363446212,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":39957,"timestamp":78919658,"id":994,"parentId":961,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363446208,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":40729,"timestamp":78920031,"id":995,"parentId":961,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363446209,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":51220,"timestamp":78922133,"id":1000,"parentId":974,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363446211,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":98242,"timestamp":78920537,"id":998,"parentId":973,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/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":1767363446209,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":876,"timestamp":79095998,"id":1007,"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/deployment-id.js","layer":"pages-dir-browser"},"startTime":1767363446385,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1068,"timestamp":79099879,"id":1008,"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/deployment-id.js","layer":"app-pages-browser"},"startTime":1767363446388,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9808,"timestamp":79095733,"id":1005,"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/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1767363446384,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12015,"timestamp":79095915,"id":1006,"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/shared/lib/app-router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1767363446385,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5980,"timestamp":79110406,"id":1009,"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/set-attributes-from-props.js","layer":"app-pages-browser"},"startTime":1767363446399,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6535,"timestamp":79110583,"id":1010,"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/app-globals.js","layer":"app-pages-browser"},"startTime":1767363446399,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4652,"timestamp":79120690,"id":1011,"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/app-call-server.js","layer":"app-pages-browser"},"startTime":1767363446409,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5388,"timestamp":79120916,"id":1012,"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/app-find-source-map-url.js","layer":"app-pages-browser"},"startTime":1767363446410,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5956,"timestamp":79121035,"id":1013,"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/app-build-id.js","layer":"app-pages-browser"},"startTime":1767363446410,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4265,"timestamp":79123383,"id":1014,"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/shared/lib/encode-uri-path.js","layer":"app-pages-browser"},"startTime":1767363446412,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4721,"timestamp":79128145,"id":1015,"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/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1767363446417,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6805,"timestamp":79128317,"id":1016,"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/shared/lib/head-manager-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1767363446417,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7407,"timestamp":79128476,"id":1018,"parentId":978,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363446417,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12007,"timestamp":79128585,"id":1019,"parentId":978,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363446417,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12755,"timestamp":79128659,"id":1020,"parentId":978,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363446417,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":13901,"timestamp":79128821,"id":1023,"parentId":978,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363446417,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":14979,"timestamp":79128766,"id":1022,"parentId":978,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363446417,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":15778,"timestamp":79128919,"id":1025,"parentId":976,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363446418,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":16700,"timestamp":79128872,"id":1024,"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/components/handle-isr-error.js","layer":"app-pages-browser"},"startTime":1767363446417,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":17061,"timestamp":79128969,"id":1026,"parentId":976,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363446418,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":18012,"timestamp":79129040,"id":1027,"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/react-client-callbacks/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1767363446418,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":19665,"timestamp":79128716,"id":1021,"parentId":978,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363446417,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":26060,"timestamp":79128372,"id":1017,"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/components/app-router-instance.js","layer":"app-pages-browser"},"startTime":1767363446417,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":25541,"timestamp":79136687,"id":1029,"parentId":986,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js","layer":"pages-dir-browser"},"startTime":1767363446425,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":26699,"timestamp":79136746,"id":1030,"parentId":978,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363446425,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":28119,"timestamp":79136806,"id":1031,"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/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1767363446425,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":30616,"timestamp":79136549,"id":1028,"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/react-client-callbacks/error-boundary-callbacks.js","layer":"app-pages-browser"},"startTime":1767363446425,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5889,"timestamp":79195046,"id":1033,"parentId":978,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363446484,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6799,"timestamp":79195117,"id":1034,"parentId":978,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363446484,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7288,"timestamp":79195180,"id":1035,"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/shared/lib/router/utils/disable-smooth-scroll.js","layer":"pages-dir-browser"},"startTime":1767363446484,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7998,"timestamp":79195326,"id":1038,"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/shared/lib/mitt.js","layer":"pages-dir-browser"},"startTime":1767363446484,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":642,"timestamp":79203756,"id":1048,"parentId":991,"tags":{"layer":null},"startTime":1767363446492,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7254,"timestamp":79203629,"id":1047,"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/polyfills/polyfill-module.js","layer":"pages-dir-browser"},"startTime":1767363446492,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6617,"timestamp":79204593,"id":1051,"parentId":985,"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":1767363446493,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6815,"timestamp":79204690,"id":1052,"parentId":973,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react@19.2.3/node_modules/react/index.js","layer":"pages-dir-browser"},"startTime":1767363446493,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6815,"timestamp":79204893,"id":1055,"parentId":975,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767363446494,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3034,"timestamp":79209250,"id":1061,"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/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1767363446498,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":20543,"timestamp":79195368,"id":1039,"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/shared/lib/runtime-config.external.js","layer":"pages-dir-browser"},"startTime":1767363446484,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":22083,"timestamp":79195484,"id":1040,"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/components/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1767363446484,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":23214,"timestamp":79195554,"id":1041,"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/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-browser"},"startTime":1767363446484,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":30000,"timestamp":79194876,"id":1032,"parentId":978,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363446483,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":34120,"timestamp":79195597,"id":1042,"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/shared/lib/router/utils/querystring.js","layer":"pages-dir-browser"},"startTime":1767363446484,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":36055,"timestamp":79195636,"id":1043,"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/components/http-access-fallback/http-access-fallback.js","layer":"app-pages-browser"},"startTime":1767363446484,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":41521,"timestamp":79195279,"id":1037,"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/shared/lib/utils.js","layer":"pages-dir-browser"},"startTime":1767363446484,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":43986,"timestamp":79195226,"id":1036,"parentId":978,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363446484,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":45217,"timestamp":79195683,"id":1044,"parentId":978,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363446484,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":45801,"timestamp":79195738,"id":1045,"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/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1767363446484,"traceId":"f0add02174dc0eb2"}]
|
|
11
|
-
[{"name":"build-module-js","duration":48479,"timestamp":79195783,"id":1046,"parentId":986,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/head-manager.js","layer":"pages-dir-browser"},"startTime":1767363446484,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":41379,"timestamp":79204539,"id":1050,"parentId":986,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/route-announcer.js","layer":"pages-dir-browser"},"startTime":1767363446493,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":42401,"timestamp":79204730,"id":1053,"parentId":986,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/remove-base-path.js","layer":"pages-dir-browser"},"startTime":1767363446493,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":46054,"timestamp":79204418,"id":1049,"parentId":986,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/page-loader.js","layer":"pages-dir-browser"},"startTime":1767363446493,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":42009,"timestamp":79209046,"id":1058,"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/shared/lib/image-config-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1767363446498,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":61185,"timestamp":79204800,"id":1054,"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/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1767363446493,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":58185,"timestamp":79209192,"id":1060,"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/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1767363446498,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":59313,"timestamp":79209135,"id":1059,"parentId":986,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/has-base-path.js","layer":"pages-dir-browser"},"startTime":1767363446498,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":860,"timestamp":79275271,"id":1063,"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/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1767363446564,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1409,"timestamp":79275332,"id":1064,"parentId":986,"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":1767363446564,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1506,"timestamp":79275558,"id":1066,"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/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1767363446564,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4933,"timestamp":79275374,"id":1065,"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/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1767363446564,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1310,"timestamp":79286995,"id":1069,"parentId":978,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767363446576,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6275,"timestamp":79286716,"id":1067,"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/shared/lib/hooks-client-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1767363446575,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7049,"timestamp":79286880,"id":1068,"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/shared/lib/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1767363446575,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3535,"timestamp":79294708,"id":1074,"parentId":1027,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1767363446583,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":13084,"timestamp":79287076,"id":1070,"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/shared/lib/router/adapters.js","layer":"pages-dir-browser"},"startTime":1767363446576,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":13975,"timestamp":79287158,"id":1071,"parentId":986,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/portal/index.js","layer":"pages-dir-browser"},"startTime":1767363446576,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":15857,"timestamp":79287329,"id":1073,"parentId":986,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/is-next-router-error.js","layer":"pages-dir-browser"},"startTime":1767363446576,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":20271,"timestamp":79287239,"id":1072,"parentId":986,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/script.js","layer":"pages-dir-browser"},"startTime":1767363446576,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":13331,"timestamp":79295028,"id":1075,"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/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1767363446584,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":13114,"timestamp":79295859,"id":1077,"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/shared/lib/is-plain-object.js","layer":"pages-dir-browser"},"startTime":1767363446584,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":21098,"timestamp":79295961,"id":1078,"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/shared/lib/head.js","layer":"pages-dir-browser"},"startTime":1767363446585,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3967,"timestamp":79329525,"id":1081,"parentId":973,"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":1767363446618,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2690,"timestamp":79332177,"id":1084,"parentId":986,"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":1767363446621,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6284,"timestamp":79330301,"id":1082,"parentId":984,"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":1767363446619,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5796,"timestamp":79331942,"id":1083,"parentId":979,"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":1767363446621,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":63765,"timestamp":79274979,"id":1062,"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/api/navigation.js","layer":"app-pages-browser"},"startTime":1767363446564,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10818,"timestamp":79329411,"id":1080,"parentId":996,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363446618,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12462,"timestamp":79329250,"id":1079,"parentId":986,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/tracing/tracer.js","layer":"pages-dir-browser"},"startTime":1767363446618,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6393,"timestamp":79343171,"id":1085,"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/dist/lib/framework/boundary-constants.js","layer":"app-pages-browser"},"startTime":1767363446632,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7683,"timestamp":79343672,"id":1088,"parentId":1035,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363446632,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8558,"timestamp":79343582,"id":1087,"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/add-base-path.js","layer":"pages-dir-browser"},"startTime":1767363446632,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9373,"timestamp":79343447,"id":1086,"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/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1767363446632,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9932,"timestamp":79343857,"id":1090,"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/shared/lib/router/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1767363446632,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10950,"timestamp":79343939,"id":1091,"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/shared/lib/router/utils/is-bot.js","layer":"pages-dir-browser"},"startTime":1767363446633,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12421,"timestamp":79343766,"id":1089,"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/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1767363446632,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12664,"timestamp":79344032,"id":1092,"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/client/components/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1767363446633,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":80323,"timestamp":79364282,"id":1096,"parentId":1002,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/Header.tsx","layer":"app-pages-browser"},"startTime":1767363446653,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":80858,"timestamp":79364488,"id":1097,"parentId":1002,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectList.tsx","layer":"app-pages-browser"},"startTime":1767363446653,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":83723,"timestamp":79364913,"id":1100,"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/is-plain-object.js","layer":"app-pages-browser"},"startTime":1767363446654,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":84673,"timestamp":79364830,"id":1099,"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/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1767363446653,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":87561,"timestamp":79364660,"id":1098,"parentId":1002,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectModal.tsx","layer":"app-pages-browser"},"startTime":1767363446653,"traceId":"f0add02174dc0eb2"},{"name":"build-module-ts","duration":87151,"timestamp":79366386,"id":1102,"parentId":1002,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useProjectStore.ts","layer":"app-pages-browser"},"startTime":1767363446655,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":93252,"timestamp":79361289,"id":1093,"parentId":1046,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/set-attributes-from-props.js","layer":"pages-dir-browser"},"startTime":1767363446650,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":3954,"timestamp":79471743,"id":1110,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/input.tsx","layer":"app-pages-browser"},"startTime":1767363446760,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":4960,"timestamp":79471459,"id":1108,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/button.tsx","layer":"app-pages-browser"},"startTime":1767363446760,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5859,"timestamp":79471681,"id":1109,"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/http-access-fallback/http-access-fallback.js","layer":"pages-dir-browser"},"startTime":1767363446760,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":547333,"timestamp":79480224,"id":1111,"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/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1767363446769,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5968,"timestamp":80028969,"id":1114,"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/client/components/nav-failure-handler.js","layer":"app-pages-browser"},"startTime":1767363447318,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":13656,"timestamp":80029557,"id":1115,"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/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1767363447318,"traceId":"f0add02174dc0eb2"},{"name":"build-module-ts","duration":16844,"timestamp":80028657,"id":1113,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/api.ts","layer":"app-pages-browser"},"startTime":1767363447317,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":23879,"timestamp":80029693,"id":1116,"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/client/components/links.js","layer":"app-pages-browser"},"startTime":1767363447318,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":18661,"timestamp":80039310,"id":1117,"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/client/components/redirect-error.js","layer":"app-pages-browser"},"startTime":1767363447328,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":19833,"timestamp":80039469,"id":1118,"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/redirect-error.js","layer":"pages-dir-browser"},"startTime":1767363447328,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":20340,"timestamp":80039558,"id":1119,"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/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1767363447328,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":21572,"timestamp":80039671,"id":1121,"parentId":1004,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/workspace/WorkspaceLayout.tsx","layer":"app-pages-browser"},"startTime":1767363447328,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":25727,"timestamp":80039857,"id":1122,"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/client/components/errors/root-error-boundary.js","layer":"app-pages-browser"},"startTime":1767363447328,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":37798,"timestamp":80039616,"id":1120,"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/route-loader.js","layer":"pages-dir-browser"},"startTime":1767363447328,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":29066,"timestamp":80055100,"id":1123,"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/detect-domain-locale.js","layer":"pages-dir-browser"},"startTime":1767363447344,"traceId":"f0add02174dc0eb2"},{"name":"postcss-process","duration":800902,"timestamp":79772286,"id":1112,"parentId":1107,"tags":{},"startTime":1767363447061,"traceId":"f0add02174dc0eb2"},{"name":"postcss-loader","duration":1136510,"timestamp":79436783,"id":1107,"parentId":1101,"tags":{},"startTime":1767363446725,"traceId":"f0add02174dc0eb2"},{"name":"css-loader","duration":40866,"timestamp":80573543,"id":1124,"parentId":1101,"tags":{"astUsed":"true"},"startTime":1767363447862,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":526,"timestamp":80647444,"id":1126,"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/lib/is-api-route.js","layer":"pages-dir-browser"},"startTime":1767363447936,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4285,"timestamp":80647295,"id":1125,"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/remove-locale.js","layer":"pages-dir-browser"},"startTime":1767363447936,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4150,"timestamp":80655439,"id":1134,"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/lib/constants.js","layer":"pages-dir-browser"},"startTime":1767363447944,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8662,"timestamp":80652711,"id":1129,"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/shared/lib/router/utils/parse-relative-url.js","layer":"pages-dir-browser"},"startTime":1767363447941,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10475,"timestamp":80652509,"id":1127,"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/resolve-href.js","layer":"pages-dir-browser"},"startTime":1767363447941,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10795,"timestamp":80652818,"id":1131,"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/shared/lib/router/utils/route-matcher.js","layer":"pages-dir-browser"},"startTime":1767363447941,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12330,"timestamp":80652865,"id":1132,"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/shared/lib/router/utils/format-url.js","layer":"pages-dir-browser"},"startTime":1767363447941,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":13236,"timestamp":80652651,"id":1128,"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/add-locale.js","layer":"pages-dir-browser"},"startTime":1767363447941,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":18514,"timestamp":80652766,"id":1130,"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/shared/lib/router/utils/route-regex.js","layer":"pages-dir-browser"},"startTime":1767363447941,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":19376,"timestamp":80652907,"id":1133,"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/shared/lib/router/utils/parse-path.js","layer":"pages-dir-browser"},"startTime":1767363447942,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":29029,"timestamp":80655670,"id":1136,"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/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-browser"},"startTime":1767363447944,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":30000,"timestamp":80655548,"id":1135,"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/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-browser"},"startTime":1767363447944,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":31490,"timestamp":80655744,"id":1137,"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/shared/lib/router/utils/get-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1767363447944,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3697,"timestamp":80695983,"id":1138,"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/shared/lib/router/utils/format-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1767363447985,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4942,"timestamp":80701672,"id":1140,"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/shared/lib/router/utils/compare-states.js","layer":"pages-dir-browser"},"startTime":1767363447990,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9589,"timestamp":80701735,"id":1141,"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/shared/lib/router/utils/interpolate-as.js","layer":"pages-dir-browser"},"startTime":1767363447990,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10034,"timestamp":80701786,"id":1142,"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/shared/lib/router/utils/omit.js","layer":"pages-dir-browser"},"startTime":1767363447990,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":13360,"timestamp":80701537,"id":1139,"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/shared/lib/router/utils/is-local-url.js","layer":"pages-dir-browser"},"startTime":1767363447990,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":13311,"timestamp":80708683,"id":1143,"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/encode-uri-path.js","layer":"pages-dir-browser"},"startTime":1767363447997,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":15261,"timestamp":80708871,"id":1144,"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/shared/lib/bloom-filter.js","layer":"pages-dir-browser"},"startTime":1767363447997,"traceId":"f0add02174dc0eb2"},{"name":"build-module-ts","duration":17020,"timestamp":80708965,"id":1145,"parentId":1002,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/index.ts","layer":"app-pages-browser"},"startTime":1767363447998,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11183,"timestamp":80715920,"id":1146,"parentId":1022,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-thenable.js","layer":"app-pages-browser"},"startTime":1767363448005,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11840,"timestamp":80716120,"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/request/search-params.browser.prod.js","layer":"app-pages-browser"},"startTime":1767363448005,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12506,"timestamp":80716221,"id":1148,"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/request/params.browser.prod.js","layer":"app-pages-browser"},"startTime":1767363448005,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12899,"timestamp":80716306,"id":1149,"parentId":1027,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"app-pages-browser"},"startTime":1767363448005,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8574,"timestamp":80735683,"id":1150,"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/react-client-callbacks/report-global-error.js","layer":"pages-dir-browser"},"startTime":1767363448024,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12056,"timestamp":80735842,"id":1151,"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/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1767363448024,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":13632,"timestamp":80736028,"id":1153,"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/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1767363448025,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":23765,"timestamp":80736096,"id":1154,"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/router-reducer/reducers/prefetch-reducer.js","layer":"app-pages-browser"},"startTime":1767363448025,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":28788,"timestamp":80735936,"id":1152,"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/segment-cache.js","layer":"app-pages-browser"},"startTime":1767363448025,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":40042,"timestamp":80742045,"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/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1767363448031,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":46038,"timestamp":80741756,"id":1155,"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/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"app-pages-browser"},"startTime":1767363448030,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":46542,"timestamp":80742180,"id":1159,"parentId":1027,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1767363448031,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":49176,"timestamp":80742121,"id":1158,"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/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"app-pages-browser"},"startTime":1767363448031,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":49924,"timestamp":80742232,"id":1160,"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/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"pages-dir-browser"},"startTime":1767363448031,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":54393,"timestamp":80741931,"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/client/components/router-reducer/prefetch-cache-utils.js","layer":"app-pages-browser"},"startTime":1767363448031,"traceId":"f0add02174dc0eb2"},{"name":"font-loader","duration":1408803,"timestamp":79407227,"id":1104,"parentId":1103,"tags":{},"startTime":1767363446696,"traceId":"f0add02174dc0eb2"},{"name":"postcss","duration":1779,"timestamp":80816530,"id":1161,"parentId":1103,"tags":{},"startTime":1767363448105,"traceId":"f0add02174dc0eb2"}]
|
|
12
|
-
[{"name":"next-font-loader","duration":1451588,"timestamp":79366836,"id":1103,"parentId":1094,"tags":{},"startTime":1767363446655,"traceId":"f0add02174dc0eb2"},{"name":"css-loader","duration":14862,"timestamp":80818373,"id":1162,"parentId":1094,"tags":{"astUsed":"true"},"startTime":1767363448107,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":1472711,"timestamp":79361462,"id":1094,"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/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":1767363446650,"traceId":"f0add02174dc0eb2"},{"name":"font-loader","duration":1410954,"timestamp":79434913,"id":1106,"parentId":1105,"tags":{},"startTime":1767363446724,"traceId":"f0add02174dc0eb2"},{"name":"postcss","duration":1660,"timestamp":80846080,"id":1163,"parentId":1105,"tags":{},"startTime":1767363448135,"traceId":"f0add02174dc0eb2"},{"name":"next-font-loader","duration":1413302,"timestamp":79434845,"id":1105,"parentId":1095,"tags":{},"startTime":1767363446723,"traceId":"f0add02174dc0eb2"},{"name":"css-loader","duration":4600,"timestamp":80848051,"id":1164,"parentId":1095,"tags":{"astUsed":"true"},"startTime":1767363448137,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":1489234,"timestamp":79364174,"id":1095,"parentId":1057,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/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":1767363446653,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1342,"timestamp":80859957,"id":1174,"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/compiled/react/cjs/react-jsx-runtime.production.js","layer":"app-pages-browser"},"startTime":1767363448149,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7599,"timestamp":80855831,"id":1166,"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/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1767363448144,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":18937,"timestamp":80855647,"id":1165,"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/client/route-params.js","layer":"app-pages-browser"},"startTime":1767363448144,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":20563,"timestamp":80855936,"id":1167,"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/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1767363448145,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":23888,"timestamp":80856059,"id":1168,"parentId":1049,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":"pages-dir-browser"},"startTime":1767363448145,"traceId":"f0add02174dc0eb2"},{"name":"add-entry","duration":2405713,"timestamp":78475152,"id":953,"parentId":949,"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":1767363445764,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":23838,"timestamp":80859672,"id":1171,"parentId":1036,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1767363448148,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":25499,"timestamp":80859790,"id":1172,"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/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-browser"},"startTime":1767363448148,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":27162,"timestamp":80859871,"id":1173,"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/router/utils/interception-routes.js","layer":"app-pages-browser"},"startTime":1767363448148,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":28803,"timestamp":80859504,"id":1170,"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/client/components/router-reducer/set-cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1767363448148,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9307,"timestamp":80896691,"id":1181,"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/compiled/react/cjs/react.production.js","layer":"app-pages-browser"},"startTime":1767363448185,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":216848,"timestamp":80896801,"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/compiled/react-dom/cjs/react-dom-client.production.js","layer":"app-pages-browser"},"startTime":1767363448185,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":218059,"timestamp":80896843,"id":1184,"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/compiled/react-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1767363448185,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":230827,"timestamp":80896883,"id":1185,"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/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js","layer":"app-pages-browser"},"startTime":1767363448185,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":243110,"timestamp":80896154,"id":1176,"parentId":1172,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363448185,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":243266,"timestamp":80896334,"id":1177,"parentId":1058,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-config.js","layer":"pages-dir-browser"},"startTime":1767363448185,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":243439,"timestamp":80896454,"id":1178,"parentId":1060,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1767363448185,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":243395,"timestamp":80896735,"id":1182,"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/router/utils/as-path-to-search-params.js","layer":"pages-dir-browser"},"startTime":1767363448185,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":244158,"timestamp":80896566,"id":1179,"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/router/utils/path-has-prefix.js","layer":"pages-dir-browser"},"startTime":1767363448185,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":245514,"timestamp":80896633,"id":1180,"parentId":1049,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/constants.js","layer":"pages-dir-browser"},"startTime":1767363448185,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":475,"timestamp":81145239,"id":1187,"parentId":1051,"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":1767363448434,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4315,"timestamp":81145278,"id":1188,"parentId":1052,"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":1767363448434,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11990,"timestamp":81145096,"id":1186,"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/request-idle-callback.js","layer":"pages-dir-browser"},"startTime":1767363448434,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":213035,"timestamp":81158183,"id":1195,"parentId":1064,"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":1767363448447,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":223310,"timestamp":81152270,"id":1189,"parentId":1176,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363448441,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":223472,"timestamp":81152426,"id":1190,"parentId":1176,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363448441,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":227072,"timestamp":81152514,"id":1191,"parentId":1178,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1767363448441,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":227971,"timestamp":81152610,"id":1192,"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/side-effect.js","layer":"pages-dir-browser"},"startTime":1767363448441,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":228403,"timestamp":81152684,"id":1193,"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/amp-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1767363448441,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":228656,"timestamp":81152762,"id":1194,"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/amp-mode.js","layer":"pages-dir-browser"},"startTime":1767363448441,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":227642,"timestamp":81158311,"id":1196,"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/normalize-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1767363448447,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":228323,"timestamp":81158440,"id":1197,"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/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1767363448447,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":770,"timestamp":81407166,"id":1207,"parentId":1072,"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":1767363448696,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5712,"timestamp":81404688,"id":1199,"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/shared/lib/router/utils/html-bots.js","layer":"pages-dir-browser"},"startTime":1767363448693,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6103,"timestamp":81404771,"id":1200,"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/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-browser"},"startTime":1767363448693,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6470,"timestamp":81404851,"id":1201,"parentId":1086,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1767363448693,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7678,"timestamp":81404963,"id":1202,"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/router/utils/index.js","layer":"pages-dir-browser"},"startTime":1767363448694,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11119,"timestamp":81404459,"id":1198,"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/html-bots.js","layer":"app-pages-browser"},"startTime":1767363448693,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9533,"timestamp":81406411,"id":1203,"parentId":1197,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1767363448695,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":12603,"timestamp":81406748,"id":1205,"parentId":1097,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectCard.tsx","layer":"app-pages-browser"},"startTime":1767363448695,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":12964,"timestamp":81406938,"id":1206,"parentId":1096,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/LanguageSwitcher.tsx","layer":"app-pages-browser"},"startTime":1767363448696,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":14685,"timestamp":81406550,"id":1204,"parentId":1097,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectCard.tsx","layer":"app-pages-browser"},"startTime":1767363448695,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4527,"timestamp":81427268,"id":1209,"parentId":1118,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-status-code.js","layer":"pages-dir-browser"},"startTime":1767363448716,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6299,"timestamp":81427063,"id":1208,"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/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1767363448716,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3329,"timestamp":81431979,"id":1210,"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/components/errors/graceful-degrade-boundary.js","layer":"app-pages-browser"},"startTime":1767363448721,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":586353,"timestamp":80856149,"id":1169,"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/api/image.js","layer":"app-pages-browser"},"startTime":1767363448145,"traceId":"f0add02174dc0eb2"},{"name":"build-module-css","duration":2078184,"timestamp":79365024,"id":1101,"parentId":1076,"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":1767363446654,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":5538,"timestamp":81441030,"id":1211,"parentId":1098,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/dialog.tsx","layer":"app-pages-browser"},"startTime":1767363448730,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9799,"timestamp":81447597,"id":1212,"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/client/trusted-types.js","layer":"pages-dir-browser"},"startTime":1767363448736,"traceId":"f0add02174dc0eb2"},{"name":"build-module-ts","duration":10514,"timestamp":81448702,"id":1213,"parentId":1110,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/utils.ts","layer":"app-pages-browser"},"startTime":1767363448737,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10715,"timestamp":81448939,"id":1214,"parentId":1130,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"pages-dir-browser"},"startTime":1767363448738,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11465,"timestamp":81449056,"id":1215,"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/shared/lib/router/utils/route-match-utils.js","layer":"pages-dir-browser"},"startTime":1767363448738,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11055,"timestamp":81449861,"id":1223,"parentId":1136,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363448738,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11353,"timestamp":81449954,"id":1224,"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/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-browser"},"startTime":1767363448739,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12698,"timestamp":81449769,"id":1222,"parentId":1130,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js","layer":"pages-dir-browser"},"startTime":1767363448738,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":31243,"timestamp":81464414,"id":1225,"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/router/utils/add-path-suffix.js","layer":"pages-dir-browser"},"startTime":1767363448753,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":31377,"timestamp":81464584,"id":1226,"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/router/utils/add-locale.js","layer":"pages-dir-browser"},"startTime":1767363448753,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":609220,"timestamp":80890026,"id":1175,"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/client/app-dir/link.js","layer":"app-pages-browser"},"startTime":1767363448179,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":74753,"timestamp":81449443,"id":1219,"parentId":1121,"tags":{"name":"__barrel_optimize__?names=FolderTree,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":1767363448738,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":75188,"timestamp":81449240,"id":1217,"parentId":1004,"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":1767363448738,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":76736,"timestamp":81449341,"id":1218,"parentId":1096,"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":1767363448738,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":80019,"timestamp":81449662,"id":1221,"parentId":1204,"tags":{"name":"__barrel_optimize__?names=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":1767363448738,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":80376,"timestamp":81449549,"id":1220,"parentId":1205,"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":1767363448738,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":81071,"timestamp":81449135,"id":1216,"parentId":1003,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Check,FolderOpen,Loader2!=!/home/runner/work/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":1767363448738,"traceId":"f0add02174dc0eb2"},{"name":"build-module-json","duration":1817,"timestamp":81532422,"id":1234,"parentId":1145,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/en.json","layer":"app-pages-browser"},"startTime":1767363448821,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7914,"timestamp":81528373,"id":1228,"parentId":1147,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363448817,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":9148,"timestamp":81528161,"id":1227,"parentId":1205,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/card.tsx","layer":"app-pages-browser"},"startTime":1767363448817,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12381,"timestamp":81531966,"id":1231,"parentId":1175,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363448821,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":14111,"timestamp":81531868,"id":1230,"parentId":1175,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363448820,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":14700,"timestamp":81532251,"id":1233,"parentId":1121,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ChatPanel.tsx","layer":"app-pages-browser"},"startTime":1767363448821,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":14981,"timestamp":81533283,"id":1236,"parentId":1121,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileViewer.tsx","layer":"app-pages-browser"},"startTime":1767363448822,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":19242,"timestamp":81531699,"id":1229,"parentId":1175,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363448820,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":20100,"timestamp":81533113,"id":1235,"parentId":1121,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileExplorer.tsx","layer":"app-pages-browser"},"startTime":1767363448822,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":25308,"timestamp":81532085,"id":1232,"parentId":1121,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/PreviewPanel.tsx","layer":"app-pages-browser"},"startTime":1767363448821,"traceId":"f0add02174dc0eb2"},{"name":"build-module-json","duration":425,"timestamp":81583957,"id":1237,"parentId":1145,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/ko.json","layer":"app-pages-browser"},"startTime":1767363448873,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":2017,"timestamp":81586643,"id":1242,"parentId":1102,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3/node_modules/zustand/esm/index.mjs","layer":"app-pages-browser"},"startTime":1767363448875,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":12516,"timestamp":81586816,"id":1243,"parentId":1145,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3/node_modules/zustand/esm/middleware.mjs","layer":"app-pages-browser"},"startTime":1767363448875,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":17567,"timestamp":81586457,"id":1240,"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/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1767363448875,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":18277,"timestamp":81586550,"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/client/components/router-reducer/reducers/get-segment-value.js","layer":"app-pages-browser"},"startTime":1767363448875,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":20155,"timestamp":81586341,"id":1239,"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/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1767363448875,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":21750,"timestamp":81586141,"id":1238,"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/querystring.js","layer":"app-pages-browser"},"startTime":1767363448875,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":22918,"timestamp":81610652,"id":1245,"parentId":1236,"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":1767363448899,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":23178,"timestamp":81610797,"id":1246,"parentId":1235,"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":1767363448899,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":23926,"timestamp":81610429,"id":1244,"parentId":1233,"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":1767363448899,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":23839,"timestamp":81610917,"id":1247,"parentId":1232,"tags":{"name":"__barrel_optimize__?names=ExternalLink,Loader2,Package,Play,RefreshCw,RotateCcw,Square,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":1767363448900,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11678,"timestamp":81644699,"id":1248,"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/client/components/unrecognized-action-error.js","layer":"app-pages-browser"},"startTime":1767363448933,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":17765,"timestamp":81644929,"id":1249,"parentId":1153,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1767363448934,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":16900,"timestamp":81646537,"id":1250,"parentId":1233,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageList.tsx","layer":"app-pages-browser"},"startTime":1767363448935,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":15672,"timestamp":81648573,"id":1253,"parentId":1158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363448937,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":17918,"timestamp":81648403,"id":1252,"parentId":1154,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363448937,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":28534,"timestamp":81646782,"id":1251,"parentId":1233,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageInput.tsx","layer":"app-pages-browser"},"startTime":1767363448935,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":27433,"timestamp":81648770,"id":1255,"parentId":1153,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1767363448937,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":28831,"timestamp":81648677,"id":1254,"parentId":1153,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1767363448937,"traceId":"f0add02174dc0eb2"}]
|
|
13
|
-
[{"name":"build-module-js","duration":30864,"timestamp":81648860,"id":1256,"parentId":1153,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1767363448937,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":32638,"timestamp":81648957,"id":1257,"parentId":1153,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1767363448938,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":37585,"timestamp":81649086,"id":1258,"parentId":1153,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1767363448938,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":909,"timestamp":81713244,"id":1263,"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/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1767363449002,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":5414,"timestamp":81712968,"id":1260,"parentId":1108,"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":1767363449002,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7359,"timestamp":81713109,"id":1261,"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/cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1767363449002,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9012,"timestamp":81713182,"id":1262,"parentId":1165,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363449002,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9777,"timestamp":81712812,"id":1259,"parentId":1251,"tags":{"name":"__barrel_optimize__?names=Clock,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":1767363449001,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":2529871,"timestamp":79205582,"id":1056,"parentId":962,"tags":{"name":"/home/runner/work/ClaudeShip/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":1767363446494,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":2527642,"timestamp":79208808,"id":1057,"parentId":962,"tags":{"name":"/home/runner/work/ClaudeShip/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":1767363446497,"traceId":"f0add02174dc0eb2"},{"name":"build-module-css","duration":2448182,"timestamp":79295170,"id":1076,"parentId":962,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/globals.css","layer":"app-pages-browser"},"startTime":1767363446584,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":22701,"timestamp":81723727,"id":1266,"parentId":1251,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ModeToggle.tsx","layer":"app-pages-browser"},"startTime":1767363449012,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":24872,"timestamp":81723245,"id":1264,"parentId":1250,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageItem.tsx","layer":"app-pages-browser"},"startTime":1767363449012,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":27051,"timestamp":81723534,"id":1265,"parentId":1250,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/StreamingMessage.tsx","layer":"app-pages-browser"},"startTime":1767363449012,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":5705,"timestamp":81754288,"id":1267,"parentId":1251,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/FilePreview.tsx","layer":"app-pages-browser"},"startTime":1767363449043,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2507,"timestamp":81763600,"id":1270,"parentId":1207,"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":1767363449052,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3594,"timestamp":81763816,"id":1273,"parentId":1215,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363449052,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8435,"timestamp":81760652,"id":1268,"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/modern-browserslist-target.js","layer":"pages-dir-browser"},"startTime":1767363449049,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":166,"timestamp":81772556,"id":1274,"parentId":1056,"tags":{},"startTime":1767363449061,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":22,"timestamp":81772739,"id":1275,"parentId":1057,"tags":{},"startTime":1767363449061,"traceId":"f0add02174dc0eb2"},{"name":"build-module","duration":24,"timestamp":81772768,"id":1276,"parentId":1076,"tags":{},"startTime":1767363449061,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7549,"timestamp":81773230,"id":1280,"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/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1767363449062,"traceId":"f0add02174dc0eb2"},{"name":"build-module-ts","duration":18980,"timestamp":81763340,"id":1269,"parentId":1098,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/index.ts","layer":"app-pages-browser"},"startTime":1767363449052,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":19657,"timestamp":81763655,"id":1271,"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/image-external.js","layer":"app-pages-browser"},"startTime":1767363449052,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":23760,"timestamp":81763746,"id":1272,"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/router/utils/sorted-routes.js","layer":"pages-dir-browser"},"startTime":1767363449052,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":15018,"timestamp":81772807,"id":1277,"parentId":1266,"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":1767363449061,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":15340,"timestamp":81772971,"id":1278,"parentId":1264,"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":1767363449062,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":18330,"timestamp":81773125,"id":1279,"parentId":1265,"tags":{"name":"__barrel_optimize__?names=Bot,CheckCircle2,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":1767363449062,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3212,"timestamp":81801072,"id":1282,"parentId":1175,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363449090,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4589,"timestamp":81800792,"id":1281,"parentId":1175,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767363449089,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":717,"timestamp":81805890,"id":1284,"parentId":1195,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/index.js","layer":"pages-dir-browser"},"startTime":1767363449095,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6158,"timestamp":81801162,"id":1283,"parentId":1267,"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":1767363449090,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":8759,"timestamp":81805997,"id":1285,"parentId":1264,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MarkdownRenderer.tsx","layer":"app-pages-browser"},"startTime":1767363449095,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4080,"timestamp":81818313,"id":1287,"parentId":1239,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363449107,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4641,"timestamp":81818484,"id":1288,"parentId":1239,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363449107,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5500,"timestamp":81818598,"id":1289,"parentId":1239,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363449107,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8571,"timestamp":81818686,"id":1290,"parentId":1239,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363449107,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":13746,"timestamp":81815883,"id":1286,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/AskUserQuestionBlock.tsx","layer":"app-pages-browser"},"startTime":1767363449105,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5256,"timestamp":81832293,"id":1291,"parentId":1219,"tags":{"name":"/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":1767363449121,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3295,"timestamp":81838218,"id":1293,"parentId":1217,"tags":{"name":"/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":1767363449127,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3852,"timestamp":81838054,"id":1292,"parentId":1219,"tags":{"name":"/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":1767363449127,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3911,"timestamp":81838322,"id":1294,"parentId":1218,"tags":{"name":"/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":1767363449127,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4079,"timestamp":81838393,"id":1295,"parentId":1218,"tags":{"name":"/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":1767363449127,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4256,"timestamp":81838450,"id":1296,"parentId":1221,"tags":{"name":"/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":1767363449127,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5351,"timestamp":81838503,"id":1297,"parentId":1221,"tags":{"name":"/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":1767363449127,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5862,"timestamp":81839752,"id":1298,"parentId":1221,"tags":{"name":"/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":1767363449128,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6001,"timestamp":81839881,"id":1299,"parentId":1221,"tags":{"name":"/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":1767363449128,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6137,"timestamp":81839993,"id":1300,"parentId":1216,"tags":{"name":"/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":1767363449129,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6210,"timestamp":81840140,"id":1301,"parentId":1220,"tags":{"name":"/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":1767363449129,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6336,"timestamp":81840249,"id":1302,"parentId":1220,"tags":{"name":"/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":1767363449129,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3405,"timestamp":81847648,"id":1304,"parentId":1216,"tags":{"name":"/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":1767363449136,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3856,"timestamp":81847514,"id":1303,"parentId":1216,"tags":{"name":"/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":1767363449136,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3872,"timestamp":81847781,"id":1306,"parentId":1246,"tags":{"name":"/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":1767363449136,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4329,"timestamp":81847721,"id":1305,"parentId":1245,"tags":{"name":"/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":1767363449136,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":3630,"timestamp":81853743,"id":1319,"parentId":1242,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3/node_modules/zustand/esm/vanilla.mjs","layer":"app-pages-browser"},"startTime":1767363449142,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":4059,"timestamp":81853912,"id":1320,"parentId":1242,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3/node_modules/zustand/esm/react.mjs","layer":"app-pages-browser"},"startTime":1767363449143,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6579,"timestamp":81852400,"id":1307,"parentId":1246,"tags":{"name":"/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":1767363449141,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6751,"timestamp":81852565,"id":1308,"parentId":1246,"tags":{"name":"/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":1767363449141,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6952,"timestamp":81852657,"id":1309,"parentId":1246,"tags":{"name":"/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":1767363449141,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7195,"timestamp":81852747,"id":1310,"parentId":1246,"tags":{"name":"/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":1767363449141,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7460,"timestamp":81852833,"id":1311,"parentId":1244,"tags":{"name":"/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":1767363449141,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7563,"timestamp":81853061,"id":1313,"parentId":1247,"tags":{"name":"/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":1767363449142,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7793,"timestamp":81853158,"id":1314,"parentId":1247,"tags":{"name":"/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":1767363449142,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8033,"timestamp":81853249,"id":1315,"parentId":1247,"tags":{"name":"/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":1767363449142,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8240,"timestamp":81853337,"id":1316,"parentId":1247,"tags":{"name":"/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":1767363449142,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8308,"timestamp":81853568,"id":1317,"parentId":1247,"tags":{"name":"/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":1767363449142,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8525,"timestamp":81853657,"id":1318,"parentId":1247,"tags":{"name":"/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":1767363449142,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":14115,"timestamp":81852925,"id":1312,"parentId":1286,"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":1767363449142,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5815,"timestamp":81863284,"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/fill-cache-with-new-subtree-data.js","layer":"app-pages-browser"},"startTime":1767363449152,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6392,"timestamp":81863485,"id":1322,"parentId":1249,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363449152,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10390,"timestamp":81863700,"id":1324,"parentId":1249,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363449152,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11120,"timestamp":81863597,"id":1323,"parentId":1249,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363449152,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11427,"timestamp":81863806,"id":1325,"parentId":1249,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363449152,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4779,"timestamp":81871643,"id":1326,"parentId":1249,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363449160,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7258,"timestamp":81881884,"id":1329,"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":1767363449171,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7883,"timestamp":81881948,"id":1330,"parentId":1258,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/assign-location.js","layer":"app-pages-browser"},"startTime":1767363449171,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":13562,"timestamp":81882133,"id":1332,"parentId":1249,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363449171,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":18476,"timestamp":81881821,"id":1328,"parentId":1249,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363449170,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":17432,"timestamp":81883695,"id":1334,"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":1767363449172,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":17757,"timestamp":81883798,"id":1335,"parentId":1259,"tags":{"name":"/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":1767363449172,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":17959,"timestamp":81883891,"id":1336,"parentId":1259,"tags":{"name":"/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":1767363449173,"traceId":"f0add02174dc0eb2"},{"name":"build-module-ts","duration":19468,"timestamp":81883480,"id":1333,"parentId":1232,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/usePreviewStore.ts","layer":"app-pages-browser"},"startTime":1767363449172,"traceId":"f0add02174dc0eb2"},{"name":"build-module-ts","duration":24817,"timestamp":81881999,"id":1331,"parentId":1233,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useChatStore.ts","layer":"app-pages-browser"},"startTime":1767363449171,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":28736,"timestamp":81881676,"id":1327,"parentId":1249,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363449170,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":1402,"timestamp":81916332,"id":1338,"parentId":1213,"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":1767363449205,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2395,"timestamp":81916177,"id":1337,"parentId":1259,"tags":{"name":"/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":1767363449205,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":2770,"timestamp":81918727,"id":1339,"parentId":1286,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/radio-group.tsx","layer":"app-pages-browser"},"startTime":1767363449207,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":8437,"timestamp":81918870,"id":1340,"parentId":1286,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/checkbox.tsx","layer":"app-pages-browser"},"startTime":1767363449207,"traceId":"f0add02174dc0eb2"},{"name":"build-module-tsx","duration":8850,"timestamp":81919656,"id":1341,"parentId":1286,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/label.tsx","layer":"app-pages-browser"},"startTime":1767363449208,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5032,"timestamp":81930715,"id":1343,"parentId":1215,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767363449219,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":17831,"timestamp":81937843,"id":1345,"parentId":1213,"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":1767363449226,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":26240,"timestamp":81930558,"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/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1767363449219,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":22702,"timestamp":81937679,"id":1344,"parentId":1339,"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":1767363449226,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":104370,"timestamp":81961921,"id":1348,"parentId":1236,"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":1767363449251,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":111603,"timestamp":81958231,"id":1346,"parentId":1340,"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":1767363449247,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":118178,"timestamp":81958418,"id":1347,"parentId":1271,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/image-component.js","layer":"app-pages-browser"},"startTime":1767363449247,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4104,"timestamp":82081743,"id":1352,"parentId":1280,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767363449370,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7950,"timestamp":82081603,"id":1350,"parentId":1277,"tags":{"name":"/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":1767363449370,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8228,"timestamp":82081681,"id":1351,"parentId":1277,"tags":{"name":"/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":1767363449370,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":14226,"timestamp":82081452,"id":1349,"parentId":1271,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/get-img-props.js","layer":"app-pages-browser"},"startTime":1767363449370,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":17878,"timestamp":82103782,"id":1353,"parentId":1347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363449392,"traceId":"f0add02174dc0eb2"}]
|
|
14
|
-
[{"name":"build-module-js","duration":18065,"timestamp":82104114,"id":1355,"parentId":1347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363449393,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":18385,"timestamp":82104194,"id":1356,"parentId":1347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/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":1767363449393,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":19840,"timestamp":82104024,"id":1354,"parentId":1347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363449393,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10902,"timestamp":82113454,"id":1358,"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/bot.js","layer":"app-pages-browser"},"startTime":1767363449402,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":11164,"timestamp":82113566,"id":1359,"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/file-text.js","layer":"app-pages-browser"},"startTime":1767363449402,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":15437,"timestamp":82113760,"id":1360,"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/circle-check.js","layer":"app-pages-browser"},"startTime":1767363449402,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":16205,"timestamp":82113233,"id":1357,"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/pen-line.js","layer":"app-pages-browser"},"startTime":1767363449402,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":13111,"timestamp":82116856,"id":1361,"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/folder-search.js","layer":"app-pages-browser"},"startTime":1767363449405,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1720,"timestamp":82135994,"id":1370,"parentId":1252,"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":1767363449425,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4175,"timestamp":82134042,"id":1363,"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/search.js","layer":"app-pages-browser"},"startTime":1767363449423,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4421,"timestamp":82134141,"id":1364,"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/terminal.js","layer":"app-pages-browser"},"startTime":1767363449423,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5600,"timestamp":82133828,"id":1362,"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/list-todo.js","layer":"app-pages-browser"},"startTime":1767363449422,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4408,"timestamp":82135479,"id":1366,"parentId":1353,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363449424,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6183,"timestamp":82135368,"id":1365,"parentId":1353,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363449424,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6368,"timestamp":82135574,"id":1367,"parentId":1353,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363449424,"traceId":"f0add02174dc0eb2"},{"name":"build-module-ts","duration":6329,"timestamp":82135830,"id":1369,"parentId":1269,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/preview.ts","layer":"app-pages-browser"},"startTime":1767363449424,"traceId":"f0add02174dc0eb2"},{"name":"build-module-ts","duration":6997,"timestamp":82135661,"id":1368,"parentId":1269,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/project.ts","layer":"app-pages-browser"},"startTime":1767363449424,"traceId":"f0add02174dc0eb2"},{"name":"build-module-ts","duration":6753,"timestamp":82136191,"id":1371,"parentId":1269,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/chat.ts","layer":"app-pages-browser"},"startTime":1767363449425,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1200,"timestamp":82152730,"id":1373,"parentId":1252,"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":1767363449441,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3814,"timestamp":82154448,"id":1376,"parentId":1284,"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":1767363449443,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6872,"timestamp":82152586,"id":1372,"parentId":1271,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-loader.js","layer":"app-pages-browser"},"startTime":1767363449441,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7039,"timestamp":82152844,"id":1374,"parentId":1291,"tags":{"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":1767363449441,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":12503,"timestamp":82152915,"id":1375,"parentId":1290,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363449442,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2222,"timestamp":82169173,"id":1377,"parentId":1321,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767363449458,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3290,"timestamp":82172600,"id":1378,"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.js","layer":"app-pages-browser"},"startTime":1767363449461,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7402,"timestamp":82172754,"id":1379,"parentId":1349,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767363449461,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":785,"timestamp":82183303,"id":1382,"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/build/polyfills/process.js","layer":"pages-dir-browser"},"startTime":1767363449472,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1810,"timestamp":82182826,"id":1380,"parentId":1285,"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":1767363449471,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1861,"timestamp":82183123,"id":1381,"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/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1767363449472,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":905,"timestamp":82185657,"id":1383,"parentId":1285,"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":1767363449474,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6221,"timestamp":82206133,"id":1384,"parentId":1374,"tags":{"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":1767363449495,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3074,"timestamp":82214808,"id":1385,"parentId":1374,"tags":{"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":1767363449503,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":10272,"timestamp":82223440,"id":1387,"parentId":1340,"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":1767363449512,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":18726,"timestamp":82219033,"id":1386,"parentId":1339,"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":1767363449508,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":2608,"timestamp":82239731,"id":1388,"parentId":1341,"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":1767363449528,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2643,"timestamp":82243405,"id":1390,"parentId":1380,"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":1767363449532,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2925,"timestamp":82243518,"id":1391,"parentId":1383,"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":1767363449532,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4983,"timestamp":82243280,"id":1389,"parentId":1384,"tags":{"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":1767363449532,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2175,"timestamp":82268095,"id":1392,"parentId":1382,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767363449557,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5139,"timestamp":82268186,"id":1393,"parentId":1381,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767363449557,"traceId":"f0add02174dc0eb2"},{"name":"add-entry","duration":3799867,"timestamp":78475298,"id":954,"parentId":949,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1767363445764,"traceId":"f0add02174dc0eb2"},{"name":"add-entry","duration":3799802,"timestamp":78475378,"id":956,"parentId":949,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1767363445764,"traceId":"f0add02174dc0eb2"},{"name":"add-entry","duration":3799843,"timestamp":78475344,"id":955,"parentId":949,"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":1767363445764,"traceId":"f0add02174dc0eb2"},{"name":"add-entry","duration":3799831,"timestamp":78475399,"id":957,"parentId":949,"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":1767363445764,"traceId":"f0add02174dc0eb2"},{"name":"add-entry","duration":3799816,"timestamp":78475420,"id":958,"parentId":949,"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":1767363445764,"traceId":"f0add02174dc0eb2"},{"name":"add-entry","duration":3799564,"timestamp":78475677,"id":960,"parentId":949,"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":1767363445764,"traceId":"f0add02174dc0eb2"},{"name":"add-entry","duration":3800989,"timestamp":78474285,"id":950,"parentId":949,"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":1767363445763,"traceId":"f0add02174dc0eb2"},{"name":"add-entry","duration":3800169,"timestamp":78475110,"id":952,"parentId":949,"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":1767363445764,"traceId":"f0add02174dc0eb2"},{"name":"add-entry","duration":3800249,"timestamp":78475048,"id":951,"parentId":949,"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":1767363445764,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":749,"timestamp":82293368,"id":1394,"parentId":1390,"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":1767363449582,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":481,"timestamp":82296819,"id":1395,"parentId":1390,"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":1767363449585,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":480,"timestamp":82298794,"id":1396,"parentId":1390,"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":1767363449587,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":584,"timestamp":82299628,"id":1397,"parentId":1390,"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":1767363449588,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":864,"timestamp":82302489,"id":1398,"parentId":1390,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/index.js","layer":"app-pages-browser"},"startTime":1767363449591,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":928,"timestamp":82302704,"id":1399,"parentId":1390,"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":1767363449591,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":387,"timestamp":82306030,"id":1400,"parentId":1390,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/index.js","layer":"app-pages-browser"},"startTime":1767363449595,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":462,"timestamp":82308465,"id":1401,"parentId":1391,"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":1767363449597,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":818,"timestamp":82309273,"id":1402,"parentId":1391,"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":1767363449598,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":697,"timestamp":82312184,"id":1403,"parentId":1390,"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":1767363449601,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":1238,"timestamp":82317656,"id":1404,"parentId":1387,"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":1767363449606,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":3872,"timestamp":82327579,"id":1405,"parentId":1387,"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":1767363449616,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":1912,"timestamp":82339443,"id":1406,"parentId":1387,"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":1767363449628,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":1120,"timestamp":82346780,"id":1407,"parentId":1387,"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":1767363449635,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":5510,"timestamp":82357547,"id":1408,"parentId":1387,"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":1767363449646,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":4029,"timestamp":82365599,"id":1409,"parentId":1387,"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":1767363449654,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":1084,"timestamp":82374774,"id":1410,"parentId":1387,"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":1767363449663,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":1494,"timestamp":82382308,"id":1411,"parentId":1387,"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":1767363449671,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":1179,"timestamp":82389704,"id":1412,"parentId":1386,"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":1767363449678,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":15860,"timestamp":82397277,"id":1413,"parentId":1386,"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":1767363449686,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":2085,"timestamp":82416386,"id":1414,"parentId":1388,"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":1767363449705,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":8724,"timestamp":82416655,"id":1415,"parentId":1394,"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":1767363449705,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1559,"timestamp":82427409,"id":1416,"parentId":1395,"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":1767363449716,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1394,"timestamp":82433754,"id":1417,"parentId":1396,"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":1767363449722,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1704,"timestamp":82434037,"id":1418,"parentId":1397,"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":1767363449723,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1789,"timestamp":82440509,"id":1419,"parentId":1399,"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":1767363449729,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6321,"timestamp":82443830,"id":1420,"parentId":1398,"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":1767363449732,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":10004,"timestamp":82444027,"id":1421,"parentId":1400,"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":1767363449733,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1195,"timestamp":82462099,"id":1422,"parentId":1401,"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":1767363449751,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":831,"timestamp":82474784,"id":1423,"parentId":1397,"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":1767363449763,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1877,"timestamp":82481909,"id":1424,"parentId":1402,"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":1767363449771,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":844,"timestamp":82494874,"id":1425,"parentId":1402,"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":1767363449783,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3847,"timestamp":82502589,"id":1426,"parentId":1402,"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":1767363449791,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":765,"timestamp":82514747,"id":1427,"parentId":1402,"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":1767363449803,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":877,"timestamp":82518637,"id":1428,"parentId":1402,"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":1767363449807,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":807,"timestamp":82535262,"id":1429,"parentId":1402,"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":1767363449824,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":827,"timestamp":82545053,"id":1430,"parentId":1402,"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":1767363449834,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":1376,"timestamp":82554887,"id":1431,"parentId":1406,"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":1767363449844,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":923,"timestamp":82560885,"id":1432,"parentId":1406,"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":1767363449850,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1365,"timestamp":82566452,"id":1433,"parentId":1420,"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":1767363449855,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3901,"timestamp":82566680,"id":1434,"parentId":1421,"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":1767363449855,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1310,"timestamp":82571173,"id":1435,"parentId":1421,"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":1767363449860,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2372,"timestamp":82571435,"id":1436,"parentId":1421,"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":1767363449860,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2811,"timestamp":82571612,"id":1437,"parentId":1423,"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":1767363449860,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2600,"timestamp":82580975,"id":1438,"parentId":1423,"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":1767363449870,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3052,"timestamp":82581273,"id":1439,"parentId":1423,"tags":{"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":1767363449870,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":2616,"timestamp":82594482,"id":1440,"parentId":1411,"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":1767363449883,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4191,"timestamp":82597803,"id":1441,"parentId":1425,"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":1767363449886,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4516,"timestamp":82598057,"id":1442,"parentId":1425,"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":1767363449887,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":772,"timestamp":82605543,"id":1443,"parentId":1415,"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":1767363449894,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":767,"timestamp":82613621,"id":1444,"parentId":1415,"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":1767363449902,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":494,"timestamp":82616973,"id":1445,"parentId":1415,"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":1767363449906,"traceId":"f0add02174dc0eb2"}]
|
|
15
|
-
[{"name":"build-module-js","duration":750,"timestamp":82618468,"id":1446,"parentId":1415,"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":1767363449907,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":638,"timestamp":82622739,"id":1447,"parentId":1415,"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":1767363449911,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":400,"timestamp":82625431,"id":1448,"parentId":1415,"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":1767363449914,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":398,"timestamp":82627767,"id":1449,"parentId":1415,"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":1767363449916,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3178,"timestamp":82631750,"id":1450,"parentId":1426,"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":1767363449920,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4244,"timestamp":82631986,"id":1451,"parentId":1426,"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":1767363449921,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":883,"timestamp":82645948,"id":1452,"parentId":1415,"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":1767363449935,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":404,"timestamp":82648282,"id":1453,"parentId":1417,"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":1767363449937,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1208,"timestamp":82649924,"id":1454,"parentId":1427,"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":1767363449939,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3206,"timestamp":82650077,"id":1455,"parentId":1427,"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":1767363449939,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":701,"timestamp":82656451,"id":1456,"parentId":1419,"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":1767363449945,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":626,"timestamp":82658914,"id":1457,"parentId":1420,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js","layer":"app-pages-browser"},"startTime":1767363449948,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1200,"timestamp":82664954,"id":1458,"parentId":1420,"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":1767363449954,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":720,"timestamp":82668476,"id":1459,"parentId":1420,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/index.js","layer":"app-pages-browser"},"startTime":1767363449957,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":788,"timestamp":82669979,"id":1460,"parentId":1428,"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":1767363449959,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1253,"timestamp":82671340,"id":1461,"parentId":1428,"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":1767363449960,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1600,"timestamp":82676486,"id":1462,"parentId":1420,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js","layer":"app-pages-browser"},"startTime":1767363449965,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":654,"timestamp":82679659,"id":1463,"parentId":1422,"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":1767363449968,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":470,"timestamp":82682671,"id":1464,"parentId":1422,"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":1767363449971,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":465,"timestamp":82683758,"id":1465,"parentId":1422,"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":1767363449972,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":378,"timestamp":82686034,"id":1466,"parentId":1422,"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":1767363449975,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":362,"timestamp":82688566,"id":1467,"parentId":1422,"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":1767363449977,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":1034,"timestamp":82693907,"id":1469,"parentId":1413,"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":1767363449983,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":572,"timestamp":82696294,"id":1470,"parentId":1413,"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":1767363449985,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":10829,"timestamp":82690744,"id":1468,"parentId":1413,"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":1767363449979,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":998,"timestamp":82709846,"id":1471,"parentId":1429,"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":1767363449998,"traceId":"f0add02174dc0eb2"},{"name":"build-module-mjs","duration":2128,"timestamp":82715270,"id":1472,"parentId":1414,"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":1767363450004,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2232,"timestamp":82715463,"id":1473,"parentId":1430,"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":1767363450004,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3628,"timestamp":82715575,"id":1474,"parentId":1430,"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":1767363450004,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1480,"timestamp":82727056,"id":1475,"parentId":1424,"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":1767363450016,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2971,"timestamp":82730390,"id":1476,"parentId":1436,"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":1767363450019,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6307,"timestamp":82730649,"id":1477,"parentId":1437,"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":1767363450019,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6469,"timestamp":82730856,"id":1478,"parentId":1439,"tags":{"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":1767363450019,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6553,"timestamp":82731075,"id":1479,"parentId":1439,"tags":{"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":1767363450020,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2753,"timestamp":82738762,"id":1480,"parentId":1439,"tags":{"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":1767363450027,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3061,"timestamp":82739038,"id":1481,"parentId":1439,"tags":{"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":1767363450028,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3331,"timestamp":82739228,"id":1482,"parentId":1439,"tags":{"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":1767363450028,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3404,"timestamp":82739390,"id":1483,"parentId":1439,"tags":{"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":1767363450028,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3421,"timestamp":82739549,"id":1484,"parentId":1439,"tags":{"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":1767363450028,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":733,"timestamp":82747328,"id":1485,"parentId":1439,"tags":{"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":1767363450036,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1184,"timestamp":82749625,"id":1486,"parentId":1439,"tags":{"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":1767363450038,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1332,"timestamp":82749770,"id":1487,"parentId":1439,"tags":{"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":1767363450038,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1590,"timestamp":82749876,"id":1488,"parentId":1439,"tags":{"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":1767363450038,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1779,"timestamp":82749980,"id":1489,"parentId":1439,"tags":{"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":1767363450039,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1263,"timestamp":82752614,"id":1490,"parentId":1439,"tags":{"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":1767363450041,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1337,"timestamp":82752749,"id":1491,"parentId":1439,"tags":{"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":1767363450041,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1410,"timestamp":82752851,"id":1492,"parentId":1439,"tags":{"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":1767363450041,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1626,"timestamp":82752952,"id":1493,"parentId":1439,"tags":{"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":1767363450042,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2211,"timestamp":82753084,"id":1494,"parentId":1439,"tags":{"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":1767363450042,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":741,"timestamp":82757430,"id":1495,"parentId":1439,"tags":{"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":1767363450046,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1835,"timestamp":82758908,"id":1496,"parentId":1439,"tags":{"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":1767363450048,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3431,"timestamp":82759132,"id":1497,"parentId":1439,"tags":{"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":1767363450048,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3600,"timestamp":82759305,"id":1498,"parentId":1439,"tags":{"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":1767363450048,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3738,"timestamp":82759473,"id":1499,"parentId":1439,"tags":{"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":1767363450048,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":697,"timestamp":82765441,"id":1500,"parentId":1439,"tags":{"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":1767363450054,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4887,"timestamp":82774457,"id":1501,"parentId":1444,"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":1767363450063,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1299,"timestamp":82784954,"id":1502,"parentId":1438,"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":1767363450074,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":863,"timestamp":82787427,"id":1503,"parentId":1445,"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":1767363450076,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1457,"timestamp":82791274,"id":1504,"parentId":1446,"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":1767363450080,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2214,"timestamp":82791474,"id":1505,"parentId":1446,"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":1767363450080,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3396,"timestamp":82791578,"id":1506,"parentId":1446,"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":1767363450080,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3618,"timestamp":82791682,"id":1507,"parentId":1446,"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":1767363450080,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2558,"timestamp":82802713,"id":1508,"parentId":1446,"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":1767363450091,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2597,"timestamp":82803000,"id":1509,"parentId":1446,"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":1767363450092,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2612,"timestamp":82803306,"id":1510,"parentId":1446,"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":1767363450092,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3359,"timestamp":82803515,"id":1511,"parentId":1446,"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":1767363450092,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3397,"timestamp":82803717,"id":1512,"parentId":1446,"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":1767363450092,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":981,"timestamp":82811973,"id":1513,"parentId":1446,"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":1767363450101,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1365,"timestamp":82819705,"id":1514,"parentId":1438,"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":1767363450108,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1424,"timestamp":82823086,"id":1515,"parentId":1441,"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":1767363450112,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":944,"timestamp":82826408,"id":1516,"parentId":1448,"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":1767363450115,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1593,"timestamp":82826562,"id":1517,"parentId":1449,"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":1767363450115,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1188,"timestamp":82828901,"id":1518,"parentId":1455,"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":1767363450118,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1491,"timestamp":82829066,"id":1519,"parentId":1455,"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":1767363450118,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":853,"timestamp":82830911,"id":1520,"parentId":1452,"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":1767363450120,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4128,"timestamp":82834166,"id":1521,"parentId":1453,"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":1767363450123,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":966,"timestamp":82848234,"id":1522,"parentId":1450,"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":1767363450137,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1193,"timestamp":82850888,"id":1523,"parentId":1450,"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":1767363450140,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1758,"timestamp":82860056,"id":1524,"parentId":1450,"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":1767363450149,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3190,"timestamp":82860349,"id":1525,"parentId":1456,"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":1767363450149,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4102,"timestamp":82860545,"id":1526,"parentId":1459,"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":1767363450149,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6657,"timestamp":82871501,"id":1527,"parentId":1463,"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":1767363450160,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1453,"timestamp":82886201,"id":1528,"parentId":1452,"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":1767363450175,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2135,"timestamp":82890250,"id":1529,"parentId":1464,"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":1767363450179,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1466,"timestamp":82893599,"id":1530,"parentId":1465,"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":1767363450182,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1927,"timestamp":82901781,"id":1531,"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/revert.js","layer":"app-pages-browser"},"startTime":1767363450190,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3367,"timestamp":82902190,"id":1532,"parentId":1466,"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":1767363450191,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4473,"timestamp":82902389,"id":1533,"parentId":1467,"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":1767363450191,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":995,"timestamp":82914061,"id":1534,"parentId":1468,"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":1767363450203,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1119,"timestamp":82919518,"id":1535,"parentId":1468,"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":1767363450208,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":978,"timestamp":82921559,"id":1536,"parentId":1468,"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":1767363450210,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":994,"timestamp":82934151,"id":1537,"parentId":1474,"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":1767363450223,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1986,"timestamp":82939269,"id":1538,"parentId":1504,"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":1767363450228,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2039,"timestamp":82939523,"id":1539,"parentId":1505,"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":1767363450228,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2297,"timestamp":82939732,"id":1540,"parentId":1474,"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":1767363450228,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1817,"timestamp":82944124,"id":1541,"parentId":1506,"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":1767363450233,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1923,"timestamp":82947785,"id":1542,"parentId":1511,"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":1767363450236,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2250,"timestamp":82948057,"id":1543,"parentId":1504,"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":1767363450237,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2466,"timestamp":82948255,"id":1544,"parentId":1511,"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":1767363450237,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":927,"timestamp":82954495,"id":1545,"parentId":1513,"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":1767363450243,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1301,"timestamp":82957519,"id":1546,"parentId":1498,"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":1767363450246,"traceId":"f0add02174dc0eb2"}]
|
|
16
|
-
[{"name":"build-module-js","duration":1925,"timestamp":82959631,"id":1547,"parentId":1514,"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":1767363450248,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3552,"timestamp":82959859,"id":1548,"parentId":1514,"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":1767363450248,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1132,"timestamp":82967423,"id":1549,"parentId":1525,"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":1767363450256,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1272,"timestamp":82967685,"id":1550,"parentId":1502,"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":1767363450256,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2714,"timestamp":82971157,"id":1551,"parentId":1522,"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":1767363450260,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2999,"timestamp":82975585,"id":1552,"parentId":1522,"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":1767363450264,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3503,"timestamp":82975860,"id":1553,"parentId":1522,"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":1767363450264,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3705,"timestamp":82976096,"id":1554,"parentId":1522,"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":1767363450265,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2449,"timestamp":82983746,"id":1555,"parentId":1522,"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":1767363450272,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3019,"timestamp":82984046,"id":1556,"parentId":1522,"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":1767363450273,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4667,"timestamp":82984250,"id":1557,"parentId":1522,"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":1767363450273,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5412,"timestamp":82984451,"id":1558,"parentId":1522,"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":1767363450273,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2056,"timestamp":82991507,"id":1559,"parentId":1522,"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":1767363450280,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1704,"timestamp":82994990,"id":1560,"parentId":1522,"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":1767363450284,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2585,"timestamp":82995231,"id":1561,"parentId":1522,"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":1767363450284,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2188,"timestamp":83000845,"id":1562,"parentId":1522,"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":1767363450289,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3107,"timestamp":83001117,"id":1563,"parentId":1522,"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":1767363450290,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6429,"timestamp":83001314,"id":1564,"parentId":1522,"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":1767363450290,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4362,"timestamp":83012426,"id":1565,"parentId":1522,"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":1767363450301,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6523,"timestamp":83012712,"id":1566,"parentId":1522,"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":1767363450301,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9546,"timestamp":83012873,"id":1567,"parentId":1522,"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":1767363450301,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":9903,"timestamp":83013049,"id":1568,"parentId":1522,"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":1767363450302,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1389,"timestamp":83025270,"id":1569,"parentId":1522,"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":1767363450314,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1441,"timestamp":83031113,"id":1570,"parentId":1522,"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":1767363450320,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2192,"timestamp":83031306,"id":1571,"parentId":1522,"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":1767363450320,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2426,"timestamp":83031411,"id":1572,"parentId":1522,"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":1767363450320,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":719,"timestamp":83039273,"id":1573,"parentId":1517,"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":1767363450328,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":777,"timestamp":83047351,"id":1574,"parentId":1521,"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":1767363450336,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":452,"timestamp":83050398,"id":1575,"parentId":1521,"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":1767363450339,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":894,"timestamp":83055040,"id":1576,"parentId":1521,"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":1767363450344,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":697,"timestamp":83058661,"id":1577,"parentId":1521,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/index.js","layer":"app-pages-browser"},"startTime":1767363450347,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":884,"timestamp":83064491,"id":1578,"parentId":1521,"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":1767363450353,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":964,"timestamp":83065741,"id":1579,"parentId":1534,"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":1767363450354,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":965,"timestamp":83065900,"id":1580,"parentId":1535,"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":1767363450355,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1020,"timestamp":83066035,"id":1581,"parentId":1535,"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":1767363450355,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1079,"timestamp":83066147,"id":1582,"parentId":1536,"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":1767363450355,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":394,"timestamp":83068948,"id":1583,"parentId":1525,"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":1767363450358,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":487,"timestamp":83071281,"id":1584,"parentId":1527,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js","layer":"app-pages-browser"},"startTime":1767363450360,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":400,"timestamp":83073812,"id":1585,"parentId":1527,"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":1767363450362,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2653,"timestamp":83084727,"id":1586,"parentId":1532,"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":1767363450373,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":766,"timestamp":83089113,"id":1587,"parentId":1532,"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":1767363450378,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":986,"timestamp":83090348,"id":1588,"parentId":1547,"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":1767363450379,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1781,"timestamp":83094360,"id":1589,"parentId":1528,"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":1767363450383,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":615,"timestamp":83098959,"id":1590,"parentId":1573,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/lib/index.js","layer":"app-pages-browser"},"startTime":1767363450388,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1112,"timestamp":83106235,"id":1591,"parentId":1561,"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":1767363450395,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":783,"timestamp":83108284,"id":1592,"parentId":1561,"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":1767363450397,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":645,"timestamp":83113043,"id":1593,"parentId":1561,"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":1767363450402,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1301,"timestamp":83115037,"id":1594,"parentId":1560,"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":1767363450404,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":762,"timestamp":83117698,"id":1595,"parentId":1561,"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":1767363450406,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":531,"timestamp":83119530,"id":1596,"parentId":1564,"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":1767363450408,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1127,"timestamp":83121853,"id":1597,"parentId":1575,"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":1767363450410,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3465,"timestamp":83122016,"id":1598,"parentId":1577,"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":1767363450411,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3834,"timestamp":83122128,"id":1599,"parentId":1577,"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":1767363450411,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1673,"timestamp":83127421,"id":1600,"parentId":1577,"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":1767363450416,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1729,"timestamp":83127583,"id":1601,"parentId":1577,"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":1767363450416,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1231,"timestamp":83132977,"id":1602,"parentId":1583,"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":1767363450422,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1464,"timestamp":83138446,"id":1603,"parentId":1587,"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":1767363450427,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2517,"timestamp":83138651,"id":1604,"parentId":1585,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/lib/index.js","layer":"app-pages-browser"},"startTime":1767363450427,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1290,"timestamp":83147587,"id":1605,"parentId":1587,"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":1767363450436,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3448,"timestamp":83175048,"id":1606,"parentId":1599,"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":1767363450464,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5762,"timestamp":83175409,"id":1607,"parentId":1599,"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":1767363450464,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6764,"timestamp":83175598,"id":1608,"parentId":1594,"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":1767363450464,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1598,"timestamp":83187267,"id":1609,"parentId":1599,"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":1767363450476,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3124,"timestamp":83187528,"id":1610,"parentId":1599,"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":1767363450476,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1678,"timestamp":83191917,"id":1611,"parentId":1599,"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":1767363450481,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2714,"timestamp":83192187,"id":1612,"parentId":1599,"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":1767363450481,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1859,"timestamp":83199761,"id":1613,"parentId":1603,"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":1767363450488,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2107,"timestamp":83200070,"id":1614,"parentId":1603,"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":1767363450489,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2475,"timestamp":83200262,"id":1615,"parentId":1603,"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":1767363450489,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1288,"timestamp":83203504,"id":1616,"parentId":1603,"tags":{"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":1767363450492,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1480,"timestamp":83203735,"id":1617,"parentId":1603,"tags":{"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":1767363450492,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1405,"timestamp":83210696,"id":1618,"parentId":1603,"tags":{"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":1767363450499,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1610,"timestamp":83210899,"id":1619,"parentId":1603,"tags":{"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":1767363450500,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2221,"timestamp":83223367,"id":1620,"parentId":1603,"tags":{"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":1767363450512,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3247,"timestamp":83223671,"id":1621,"parentId":1603,"tags":{"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":1767363450512,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3528,"timestamp":83223862,"id":1622,"parentId":1603,"tags":{"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":1767363450512,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2366,"timestamp":83228919,"id":1623,"parentId":1605,"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":1767363450518,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2543,"timestamp":83229248,"id":1624,"parentId":1605,"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":1767363450518,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3192,"timestamp":83229446,"id":1625,"parentId":1605,"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":1767363450518,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3719,"timestamp":83229632,"id":1626,"parentId":1605,"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":1767363450518,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4219,"timestamp":83229807,"id":1627,"parentId":1605,"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":1767363450518,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1759,"timestamp":83240148,"id":1628,"parentId":1605,"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":1767363450529,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1772,"timestamp":83240443,"id":1629,"parentId":1605,"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":1767363450529,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3475,"timestamp":83254932,"id":1630,"parentId":1605,"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":1767363450544,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":3734,"timestamp":83255219,"id":1631,"parentId":1605,"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":1767363450544,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":4229,"timestamp":83255383,"id":1632,"parentId":1605,"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":1767363450544,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5492,"timestamp":83255544,"id":1633,"parentId":1605,"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":1767363450544,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":5814,"timestamp":83255713,"id":1634,"parentId":1605,"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":1767363450544,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6487,"timestamp":83255881,"id":1635,"parentId":1605,"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":1767363450544,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":6913,"timestamp":83256075,"id":1636,"parentId":1605,"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":1767363450545,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":7006,"timestamp":83256250,"id":1637,"parentId":1605,"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":1767363450545,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1251,"timestamp":83264983,"id":1638,"parentId":1605,"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":1767363450554,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1466,"timestamp":83265187,"id":1639,"parentId":1605,"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":1767363450554,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":836,"timestamp":83267625,"id":1640,"parentId":1605,"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":1767363450556,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":959,"timestamp":83267775,"id":1641,"parentId":1605,"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":1767363450556,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":901,"timestamp":83272322,"id":1642,"parentId":1614,"tags":{"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":1767363450561,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1124,"timestamp":83272510,"id":1643,"parentId":1614,"tags":{"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":1767363450561,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1006,"timestamp":83285629,"id":1644,"parentId":1618,"tags":{"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":1767363450574,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1114,"timestamp":83285830,"id":1645,"parentId":1621,"tags":{"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":1767363450574,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1216,"timestamp":83285941,"id":1646,"parentId":1625,"tags":{"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":1767363450575,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1338,"timestamp":83287845,"id":1647,"parentId":1626,"tags":{"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":1767363450576,"traceId":"f0add02174dc0eb2"}]
|
|
17
|
-
[{"name":"build-module-js","duration":1506,"timestamp":83287997,"id":1648,"parentId":1627,"tags":{"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":1767363450577,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":731,"timestamp":83290198,"id":1649,"parentId":1627,"tags":{"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":1767363450579,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1926,"timestamp":83295358,"id":1650,"parentId":1633,"tags":{"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":1767363450584,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1945,"timestamp":83295614,"id":1651,"parentId":1635,"tags":{"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":1767363450584,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":2090,"timestamp":83295788,"id":1652,"parentId":1635,"tags":{"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":1767363450584,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1111,"timestamp":83298386,"id":1653,"parentId":1635,"tags":{"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":1767363450587,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1130,"timestamp":83298549,"id":1654,"parentId":1635,"tags":{"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":1767363450587,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":1195,"timestamp":83298659,"id":1655,"parentId":1636,"tags":{"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":1767363450587,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":389,"timestamp":83300520,"id":1656,"parentId":1639,"tags":{"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":1767363450589,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":569,"timestamp":83301680,"id":1657,"parentId":1603,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js","layer":"app-pages-browser"},"startTime":1767363450590,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":950,"timestamp":83303834,"id":1658,"parentId":1641,"tags":{"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":1767363450592,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":785,"timestamp":83304288,"id":1659,"parentId":1604,"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":1767363450593,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":493,"timestamp":83305924,"id":1660,"parentId":1625,"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":1767363450595,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":373,"timestamp":83307625,"id":1661,"parentId":1638,"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":1767363450596,"traceId":"f0add02174dc0eb2"},{"name":"build-module-js","duration":581,"timestamp":83309566,"id":1662,"parentId":1661,"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":1767363450598,"traceId":"f0add02174dc0eb2"},{"name":"add-entry","duration":4836600,"timestamp":78475609,"id":959,"parentId":949,"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":1767363445764,"traceId":"f0add02174dc0eb2"},{"name":"make","duration":4839016,"timestamp":78473462,"id":949,"parentId":948,"tags":{},"startTime":1767363445762,"traceId":"f0add02174dc0eb2"},{"name":"chunk-graph","duration":19793,"timestamp":83387237,"id":1664,"parentId":1663,"tags":{},"startTime":1767363450676,"traceId":"f0add02174dc0eb2"},{"name":"optimize-modules","duration":53,"timestamp":83407256,"id":1666,"parentId":1663,"tags":{},"startTime":1767363450696,"traceId":"f0add02174dc0eb2"},{"name":"optimize-chunks","duration":23583,"timestamp":83410289,"id":1668,"parentId":1663,"tags":{},"startTime":1767363450699,"traceId":"f0add02174dc0eb2"},{"name":"optimize-tree","duration":219,"timestamp":83434030,"id":1669,"parentId":1663,"tags":{},"startTime":1767363450723,"traceId":"f0add02174dc0eb2"},{"name":"optimize-chunk-modules","duration":31410,"timestamp":83434418,"id":1670,"parentId":1663,"tags":{},"startTime":1767363450723,"traceId":"f0add02174dc0eb2"},{"name":"optimize","duration":58783,"timestamp":83407158,"id":1665,"parentId":1663,"tags":{},"startTime":1767363450696,"traceId":"f0add02174dc0eb2"},{"name":"module-hash","duration":30888,"timestamp":83500754,"id":1671,"parentId":1663,"tags":{},"startTime":1767363450789,"traceId":"f0add02174dc0eb2"},{"name":"code-generation","duration":360004,"timestamp":83531732,"id":1672,"parentId":1663,"tags":{},"startTime":1767363450820,"traceId":"f0add02174dc0eb2"},{"name":"hash","duration":14950,"timestamp":83898144,"id":1673,"parentId":1663,"tags":{},"startTime":1767363451187,"traceId":"f0add02174dc0eb2"},{"name":"code-generation-jobs","duration":755,"timestamp":83913087,"id":1674,"parentId":1663,"tags":{},"startTime":1767363451202,"traceId":"f0add02174dc0eb2"},{"name":"module-assets","duration":1191,"timestamp":83913762,"id":1675,"parentId":1663,"tags":{},"startTime":1767363451202,"traceId":"f0add02174dc0eb2"},{"name":"create-chunk-assets","duration":29088,"timestamp":83914979,"id":1676,"parentId":1663,"tags":{},"startTime":1767363451204,"traceId":"f0add02174dc0eb2"},{"name":"NextJsBuildManifest-generateClientManifest","duration":2027,"timestamp":83956519,"id":1678,"parentId":948,"tags":{},"startTime":1767363451245,"traceId":"f0add02174dc0eb2"},{"name":"NextJsBuildManifest-createassets","duration":3467,"timestamp":83955097,"id":1677,"parentId":948,"tags":{},"startTime":1767363451244,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":133797,"timestamp":84035859,"id":1681,"parentId":1679,"tags":{"name":"static/chunks/main-app-3ee073768a1a6456.js","cache":"MISS"},"startTime":1767363451324,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":133193,"timestamp":84036531,"id":1683,"parentId":1679,"tags":{"name":"static/chunks/pages/_app-56f4e2c3e0cd5b77.js","cache":"MISS"},"startTime":1767363451325,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":133076,"timestamp":84036683,"id":1684,"parentId":1679,"tags":{"name":"static/chunks/pages/_error-6444830a044a065f.js","cache":"MISS"},"startTime":1767363451325,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":132945,"timestamp":84036845,"id":1685,"parentId":1679,"tags":{"name":"static/chunks/app/layout-1baeb8f9d4de0f96.js","cache":"MISS"},"startTime":1767363451325,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":133645,"timestamp":84036176,"id":1682,"parentId":1679,"tags":{"name":"static/chunks/app/_not-found/page-1314fe1ff92ee0aa.js","cache":"MISS"},"startTime":1767363451325,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":101656,"timestamp":84068217,"id":1688,"parentId":1679,"tags":{"name":"static/chunks/app/settings/page-7dfce1ebb560c31a.js","cache":"MISS"},"startTime":1767363451357,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":132771,"timestamp":84037189,"id":1686,"parentId":1679,"tags":{"name":"static/chunks/app/page-b406bf35293fd85c.js","cache":"MISS"},"startTime":1767363451326,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":106087,"timestamp":84069093,"id":1689,"parentId":1679,"tags":{"name":"static/chunks/webpack-9b8a6c078d6e8803.js","cache":"MISS"},"startTime":1767363451358,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":161395,"timestamp":84047164,"id":1687,"parentId":1679,"tags":{"name":"static/chunks/app/project/[id]/page-18d573e088c4ff04.js","cache":"MISS"},"startTime":1767363451336,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":165560,"timestamp":84082691,"id":1692,"parentId":1679,"tags":{"name":"static/chunks/992-bf52afd3d0de90b0.js","cache":"MISS"},"startTime":1767363451371,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":352917,"timestamp":83982981,"id":1680,"parentId":1679,"tags":{"name":"static/chunks/main-ff9852398b1f3782.js","cache":"MISS"},"startTime":1767363451272,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":347247,"timestamp":84069402,"id":1690,"parentId":1679,"tags":{"name":"static/chunks/framework-63d70eb4e76697e6.js","cache":"MISS"},"startTime":1767363451358,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":292402,"timestamp":84124397,"id":1695,"parentId":1679,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1767363451413,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":292306,"timestamp":84124545,"id":1696,"parentId":1679,"tags":{"name":"static/aXT20mSdxaem1-z8VH2F1/_ssgManifest.js","cache":"MISS"},"startTime":1767363451413,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":292307,"timestamp":84124589,"id":1697,"parentId":1679,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1767363451413,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":294562,"timestamp":84124623,"id":1698,"parentId":1679,"tags":{"name":"static/aXT20mSdxaem1-z8VH2F1/_buildManifest.js","cache":"MISS"},"startTime":1767363451413,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":294565,"timestamp":84124655,"id":1699,"parentId":1679,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1767363451413,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":444561,"timestamp":84113950,"id":1694,"parentId":1679,"tags":{"name":"static/chunks/498-05477d3729b4e23d.js","cache":"MISS"},"startTime":1767363451403,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":502113,"timestamp":84086064,"id":1693,"parentId":1679,"tags":{"name":"static/chunks/298-31aeff1c11d099c1.js","cache":"MISS"},"startTime":1767363451375,"traceId":"f0add02174dc0eb2"},{"name":"minify-js","duration":522208,"timestamp":84076518,"id":1691,"parentId":1679,"tags":{"name":"static/chunks/c476d598-52de8ab10fae5dac.js","cache":"MISS"},"startTime":1767363451365,"traceId":"f0add02174dc0eb2"},{"name":"minify-webpack-plugin-optimize","duration":637726,"timestamp":83961027,"id":1679,"parentId":948,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1767363451250,"traceId":"f0add02174dc0eb2"},{"name":"minify-css","duration":476885,"timestamp":84599315,"id":1701,"parentId":1700,"tags":{"file":"static/css/42e3bf1695e2c3fc.css","cache":"MISS"},"startTime":1767363451888,"traceId":"f0add02174dc0eb2"},{"name":"css-minimizer-plugin","duration":477246,"timestamp":84598977,"id":1700,"parentId":948,"tags":{},"startTime":1767363451888,"traceId":"f0add02174dc0eb2"},{"name":"seal","duration":1754991,"timestamp":83347123,"id":1663,"parentId":948,"tags":{},"startTime":1767363450636,"traceId":"f0add02174dc0eb2"},{"name":"webpack-compilation","duration":6640930,"timestamp":78461783,"id":948,"parentId":945,"tags":{"name":"client"},"startTime":1767363445750,"traceId":"f0add02174dc0eb2"},{"name":"emit","duration":27079,"timestamp":85103330,"id":1702,"parentId":945,"tags":{},"startTime":1767363452392,"traceId":"f0add02174dc0eb2"},{"name":"webpack-close","duration":666945,"timestamp":85132280,"id":1703,"parentId":945,"tags":{"name":"client"},"startTime":1767363452421,"traceId":"f0add02174dc0eb2"},{"name":"webpack-generate-error-stats","duration":3925,"timestamp":85799310,"id":1704,"parentId":1703,"tags":{},"startTime":1767363453088,"traceId":"f0add02174dc0eb2"},{"name":"run-webpack-compiler","duration":7610977,"timestamp":78192618,"id":945,"parentId":944,"tags":{},"startTime":1767363445481,"traceId":"f0add02174dc0eb2"},{"name":"format-webpack-messages","duration":108,"timestamp":85803606,"id":1705,"parentId":944,"tags":{},"startTime":1767363453092,"traceId":"f0add02174dc0eb2"},{"name":"worker-main-client","duration":7611833,"timestamp":78192096,"id":944,"parentId":1,"tags":{},"startTime":1767363445481,"traceId":"f0add02174dc0eb2"},{"name":"verify-and-lint","duration":4073255,"timestamp":85918910,"id":1709,"parentId":1,"tags":{},"startTime":1767363453208,"traceId":"f0add02174dc0eb2"},{"name":"verify-typescript-setup","duration":7887480,"timestamp":85899713,"id":1708,"parentId":1,"tags":{},"startTime":1767363453188,"traceId":"f0add02174dc0eb2"},{"name":"check-static-error-page","duration":14079,"timestamp":93815311,"id":1712,"parentId":1711,"tags":{},"startTime":1767363461104,"traceId":"f0add02174dc0eb2"},{"name":"check-page","duration":2171,"timestamp":93906116,"id":1713,"parentId":1711,"tags":{"page":"/_app"},"startTime":1767363461195,"traceId":"f0add02174dc0eb2"},{"name":"check-page","duration":818,"timestamp":93907498,"id":1715,"parentId":1711,"tags":{"page":"/_document"},"startTime":1767363461196,"traceId":"f0add02174dc0eb2"},{"name":"check-page","duration":2031,"timestamp":93907338,"id":1714,"parentId":1711,"tags":{"page":"/_error"},"startTime":1767363461196,"traceId":"f0add02174dc0eb2"},{"name":"is-page-static","duration":334318,"timestamp":93922080,"id":1721,"parentId":1717,"tags":{},"startTime":1767363461211,"traceId":"f0add02174dc0eb2"},{"name":"check-page","duration":348659,"timestamp":93907816,"id":1717,"parentId":1711,"tags":{"page":"/"},"startTime":1767363461196,"traceId":"f0add02174dc0eb2"},{"name":"is-page-static","duration":349049,"timestamp":93922224,"id":1723,"parentId":1719,"tags":{},"startTime":1767363461211,"traceId":"f0add02174dc0eb2"},{"name":"check-page","duration":363395,"timestamp":93907949,"id":1719,"parentId":1711,"tags":{"page":"/settings"},"startTime":1767363461197,"traceId":"f0add02174dc0eb2"},{"name":"is-page-static","duration":384527,"timestamp":93911163,"id":1720,"parentId":1716,"tags":{},"startTime":1767363461200,"traceId":"f0add02174dc0eb2"},{"name":"check-page","duration":388119,"timestamp":93907634,"id":1716,"parentId":1711,"tags":{"page":"/_not-found"},"startTime":1767363461196,"traceId":"f0add02174dc0eb2"},{"name":"is-page-static","duration":403313,"timestamp":93922167,"id":1722,"parentId":1718,"tags":{},"startTime":1767363461211,"traceId":"f0add02174dc0eb2"},{"name":"check-page","duration":417642,"timestamp":93907893,"id":1718,"parentId":1711,"tags":{"page":"/project/[id]"},"startTime":1767363461197,"traceId":"f0add02174dc0eb2"},{"name":"static-check","duration":511098,"timestamp":93814460,"id":1711,"parentId":1,"tags":{},"startTime":1767363461103,"traceId":"f0add02174dc0eb2"},{"name":"generate-required-server-files","duration":534,"timestamp":94325705,"id":1725,"parentId":1,"tags":{},"startTime":1767363461614,"traceId":"f0add02174dc0eb2"},{"name":"write-routes-manifest","duration":3948,"timestamp":94342992,"id":1727,"parentId":1,"tags":{},"startTime":1767363461632,"traceId":"f0add02174dc0eb2"},{"name":"load-dotenv","duration":55,"timestamp":94392967,"id":1730,"parentId":1729,"tags":{},"startTime":1767363461682,"traceId":"f0add02174dc0eb2"},{"name":"run-export-path-map","duration":544,"timestamp":95598411,"id":1731,"parentId":1729,"tags":{},"startTime":1767363462887,"traceId":"f0add02174dc0eb2"},{"name":"next-export","duration":1963804,"timestamp":94392042,"id":1729,"parentId":1,"tags":{},"startTime":1767363461681,"traceId":"f0add02174dc0eb2"},{"name":"move-exported-app-not-found-","duration":30578,"timestamp":96357498,"id":1732,"parentId":1728,"tags":{},"startTime":1767363463646,"traceId":"f0add02174dc0eb2"},{"name":"move-exported-page","duration":23227,"timestamp":96388337,"id":1733,"parentId":1728,"tags":{},"startTime":1767363463677,"traceId":"f0add02174dc0eb2"},{"name":"static-generation","duration":2526067,"timestamp":94387886,"id":1728,"parentId":1,"tags":{},"startTime":1767363461677,"traceId":"f0add02174dc0eb2"},{"name":"write-routes-manifest","duration":108860,"timestamp":96914253,"id":1734,"parentId":1,"tags":{},"startTime":1767363464203,"traceId":"f0add02174dc0eb2"},{"name":"node-file-trace-build","duration":9799559,"timestamp":94333086,"id":1726,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1767363461622,"traceId":"f0add02174dc0eb2"},{"name":"apply-include-excludes","duration":699,"timestamp":104132667,"id":1735,"parentId":1,"tags":{},"startTime":1767363471421,"traceId":"f0add02174dc0eb2"},{"name":"print-tree-view","duration":2775,"timestamp":104133507,"id":1736,"parentId":1,"tags":{},"startTime":1767363471422,"traceId":"f0add02174dc0eb2"},{"name":"telemetry-flush","duration":47,"timestamp":104136296,"id":1737,"parentId":1,"tags":{},"startTime":1767363471425,"traceId":"f0add02174dc0eb2"},{"name":"next-build","duration":38196518,"timestamp":65939830,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.5.9","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1767363433228,"traceId":"f0add02174dc0eb2"}]
|
|
1
|
+
[{"name":"generate-buildid","duration":328,"timestamp":67279313,"id":4,"parentId":1,"tags":{},"startTime":1767579451390,"traceId":"bd453ccefe254521"},{"name":"load-custom-routes","duration":470,"timestamp":67279778,"id":5,"parentId":1,"tags":{},"startTime":1767579451390,"traceId":"bd453ccefe254521"},{"name":"create-dist-dir","duration":53090,"timestamp":67477089,"id":6,"parentId":1,"tags":{},"startTime":1767579451588,"traceId":"bd453ccefe254521"},{"name":"create-pages-mapping","duration":199,"timestamp":67535739,"id":7,"parentId":1,"tags":{},"startTime":1767579451646,"traceId":"bd453ccefe254521"},{"name":"collect-app-files","duration":1915,"timestamp":67535969,"id":8,"parentId":1,"tags":{},"startTime":1767579451647,"traceId":"bd453ccefe254521"},{"name":"create-app-mapping","duration":1062,"timestamp":67537903,"id":9,"parentId":1,"tags":{},"startTime":1767579451649,"traceId":"bd453ccefe254521"},{"name":"create-app-layouts","duration":135,"timestamp":67538990,"id":10,"parentId":1,"tags":{},"startTime":1767579451650,"traceId":"bd453ccefe254521"},{"name":"collect-default-files","duration":673,"timestamp":67540313,"id":12,"parentId":1,"tags":{},"startTime":1767579451651,"traceId":"bd453ccefe254521"},{"name":"generate-route-types","duration":18172,"timestamp":67539412,"id":11,"parentId":1,"tags":{},"startTime":1767579451650,"traceId":"bd453ccefe254521"},{"name":"public-dir-conflict-check","duration":692,"timestamp":67557766,"id":13,"parentId":1,"tags":{},"startTime":1767579451668,"traceId":"bd453ccefe254521"},{"name":"generate-routes-manifest","duration":2504,"timestamp":67558681,"id":14,"parentId":1,"tags":{},"startTime":1767579451669,"traceId":"bd453ccefe254521"},{"name":"create-entrypoints","duration":28969,"timestamp":68611345,"id":18,"parentId":16,"tags":{},"startTime":1767579452722,"traceId":"bd453ccefe254521"},{"name":"generate-webpack-config","duration":128179,"timestamp":68640540,"id":19,"parentId":17,"tags":{},"startTime":1767579452751,"traceId":"bd453ccefe254521"},{"name":"next-trace-entrypoint-plugin","duration":4915,"timestamp":68910922,"id":21,"parentId":20,"tags":{},"startTime":1767579453022,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":59542,"timestamp":69083699,"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":1767579453194,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":59491,"timestamp":69096916,"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":1767579453208,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":129338,"timestamp":69101198,"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":1767579453212,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":195,"timestamp":69235796,"id":37,"parentId":35,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1767579453346,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":88,"timestamp":69236067,"id":38,"parentId":35,"tags":{"name":"react","layer":null},"startTime":1767579453347,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":316166,"timestamp":69068485,"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":1767579453179,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":339397,"timestamp":69082673,"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":1767579453193,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":62,"timestamp":69442884,"id":39,"parentId":30,"tags":{"name":"path","layer":null},"startTime":1767579453554,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":46,"timestamp":69446085,"id":40,"parentId":30,"tags":{"name":"next/dist/shared/lib/router/utils/app-paths","layer":null},"startTime":1767579453557,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":46,"timestamp":69446242,"id":41,"parentId":30,"tags":{"name":"next/dist/shared/lib/router/utils/is-bot","layer":null},"startTime":1767579453557,"traceId":"bd453ccefe254521"},{"name":"build-module-external","duration":24,"timestamp":69446315,"id":42,"parentId":30,"tags":{"name":"next/dist/shared/lib/no-fallback-error.external","layer":null},"startTime":1767579453557,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6068,"timestamp":69446369,"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/server/get-page-files.js","layer":"pages-dir-node"},"startTime":1767579453557,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7257,"timestamp":69446896,"id":44,"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":1767579453558,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10085,"timestamp":69447193,"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/server/utils.js","layer":"pages-dir-node"},"startTime":1767579453558,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11546,"timestamp":69447362,"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/lib/is-error.js","layer":"pages-dir-node"},"startTime":1767579453558,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":14037,"timestamp":69447502,"id":47,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/pretty-bytes.js","layer":"pages-dir-node"},"startTime":1767579453558,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":21699,"timestamp":69447998,"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":1767579453559,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":22129,"timestamp":69448092,"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":1767579453559,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":37333,"timestamp":69447881,"id":50,"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":1767579453559,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":47495,"timestamp":69447717,"id":49,"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":1767579453558,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":57325,"timestamp":69447572,"id":48,"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":1767579453558,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":534132,"timestamp":69083130,"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":1767579453194,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":576984,"timestamp":69083420,"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=%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":1767579453194,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2102,"timestamp":69694419,"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":1767579453805,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2386,"timestamp":69694785,"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":1767579453805,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5291,"timestamp":69695324,"id":59,"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":1767579453806,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6107,"timestamp":69695402,"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/module.compiled.js","layer":"pages-dir-node"},"startTime":1767579453806,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":17116,"timestamp":69695464,"id":61,"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":1767579453806,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":59683,"timestamp":69694525,"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":1767579453805,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":60130,"timestamp":69694863,"id":56,"parentId":46,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579453806,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":60483,"timestamp":69694983,"id":57,"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":1767579453806,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":60751,"timestamp":69695110,"id":58,"parentId":49,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579453806,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11524,"timestamp":69764204,"id":64,"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":1767579453875,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":62228,"timestamp":69764329,"id":65,"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":1767579453875,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":101340,"timestamp":69764410,"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/route-kind.js","layer":"rsc"},"startTime":1767579453875,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":105319,"timestamp":69766295,"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/lib/trace/tracer.js","layer":"rsc"},"startTime":1767579453877,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":112145,"timestamp":69767048,"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/constants.js","layer":"rsc"},"startTime":1767579453878,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":113017,"timestamp":69767336,"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/request-meta.js","layer":"rsc"},"startTime":1767579453878,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":115622,"timestamp":69767604,"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":1767579453878,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":117827,"timestamp":69767870,"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":1767579453879,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":118779,"timestamp":69768177,"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/lib/server-action-request-meta.js","layer":"rsc"},"startTime":1767579453879,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":118676,"timestamp":69769189,"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":1767579453880,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":121093,"timestamp":69769472,"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/lib/fallback.js","layer":"rsc"},"startTime":1767579453880,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":128040,"timestamp":69769724,"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/constants.js","layer":"rsc"},"startTime":1767579453880,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":128859,"timestamp":69769972,"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/route-modules/app-page/module.compiled.js","layer":"ssr"},"startTime":1767579453881,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":129014,"timestamp":69770277,"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/instrumentation/utils.js","layer":"rsc"},"startTime":1767579453881,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":141097,"timestamp":69771886,"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/interop-default.js","layer":"rsc"},"startTime":1767579453883,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":141482,"timestamp":69772166,"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/strip-flight-headers.js","layer":"rsc"},"startTime":1767579453883,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":142832,"timestamp":69772655,"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/action-utils.js","layer":"rsc"},"startTime":1767579453883,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":145510,"timestamp":69772887,"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/entry-base.js","layer":"rsc"},"startTime":1767579453884,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":151469,"timestamp":69773138,"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/base-http/node.js","layer":"rsc"},"startTime":1767579453884,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":152031,"timestamp":69773365,"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/request/fallback-params.js","layer":"rsc"},"startTime":1767579453884,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":153898,"timestamp":69773586,"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/response-cache/index.js","layer":"rsc"},"startTime":1767579453884,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":154380,"timestamp":69773807,"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":1767579453884,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":154803,"timestamp":69774070,"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":1767579453885,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":238951,"timestamp":69695523,"id":62,"parentId":43,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579453806,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":240465,"timestamp":69695640,"id":63,"parentId":43,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579453806,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":164390,"timestamp":69774304,"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":1767579453885,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":164970,"timestamp":69774460,"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":1767579453885,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":166114,"timestamp":69774673,"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":1767579453885,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":169709,"timestamp":69774815,"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":1767579453885,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":170299,"timestamp":69774942,"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":1767579453886,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":170820,"timestamp":69775107,"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":1767579453886,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":178245,"timestamp":69772426,"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/encryption-utils.js","layer":"rsc"},"startTime":1767579453883,"traceId":"bd453ccefe254521"},{"name":"build-module-cjs","duration":3801,"timestamp":69963316,"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":1767579454074,"traceId":"bd453ccefe254521"},{"name":"add-entry","duration":1080929,"timestamp":68940064,"id":24,"parentId":22,"tags":{"request":"next/dist/pages/_app"},"startTime":1767579453051,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":69,"timestamp":70021162,"id":95,"parentId":60,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.prod.js","layer":null},"startTime":1767579454132,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1681,"timestamp":70021270,"id":96,"parentId":54,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request-meta.js","layer":"pages-dir-node"},"startTime":1767579454132,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":14584,"timestamp":70021386,"id":97,"parentId":61,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579454132,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":15899,"timestamp":70021454,"id":98,"parentId":61,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579454132,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":21093,"timestamp":70021511,"id":99,"parentId":61,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579454132,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":21383,"timestamp":70021562,"id":100,"parentId":61,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579454132,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":21672,"timestamp":70021612,"id":101,"parentId":61,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579454132,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":36591,"timestamp":70021668,"id":102,"parentId":61,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579454132,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":60,"timestamp":70058858,"id":103,"parentId":76,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1767579454170,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4324,"timestamp":70063904,"id":107,"parentId":61,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579454175,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":43585,"timestamp":70058942,"id":104,"parentId":67,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1767579454170,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":54663,"timestamp":70063596,"id":105,"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":1767579454174,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":54934,"timestamp":70063768,"id":106,"parentId":67,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-thenable.js","layer":"rsc"},"startTime":1767579454174,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":54257,"timestamp":70065202,"id":109,"parentId":31,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"rsc"},"startTime":1767579454176,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":56176,"timestamp":70063982,"id":108,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/layout.tsx","layer":"rsc"},"startTime":1767579454175,"traceId":"bd453ccefe254521"},{"name":"build-module-external","duration":57,"timestamp":70162378,"id":110,"parentId":61,"tags":{"name":"../../../shared/lib/no-fallback-error.external","layer":null},"startTime":1767579454273,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2008,"timestamp":70162721,"id":112,"parentId":61,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579454273,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2240,"timestamp":70163062,"id":114,"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":1767579454274,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3221,"timestamp":70163431,"id":116,"parentId":107,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/utils.js","layer":"pages-dir-node"},"startTime":1767579454274,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5067,"timestamp":70162785,"id":113,"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":1767579454273,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6025,"timestamp":70163192,"id":115,"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/server/response-cache/utils.js","layer":"rsc"},"startTime":1767579454274,"traceId":"bd453ccefe254521"}]
|
|
2
|
+
[{"name":"build-module-js","duration":9448,"timestamp":70761289,"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":1767579454872,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6320,"timestamp":70771333,"id":219,"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":1767579454882,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11233,"timestamp":70771206,"id":218,"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/querystring.js","layer":"pages-dir-node"},"startTime":1767579454882,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11652,"timestamp":70771561,"id":220,"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":1767579454882,"traceId":"bd453ccefe254521"},{"name":"build-module-css","duration":622,"timestamp":70790631,"id":226,"parentId":108,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/globals.css","layer":"rsc"},"startTime":1767579454901,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5876,"timestamp":70790056,"id":221,"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/shared/lib/segment.js","layer":"rsc"},"startTime":1767579454901,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6638,"timestamp":70790259,"id":222,"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/router/utils/html-bots.js","layer":"rsc"},"startTime":1767579454901,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7439,"timestamp":70790373,"id":223,"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":1767579454901,"traceId":"bd453ccefe254521"},{"name":"build-module-cjs","duration":1430,"timestamp":70797935,"id":227,"parentId":111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","layer":"pages-dir-node"},"startTime":1767579454909,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9702,"timestamp":70790451,"id":224,"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":1767579454901,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10126,"timestamp":70790528,"id":225,"parentId":162,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"rsc"},"startTime":1767579454901,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5534,"timestamp":70798026,"id":228,"parentId":165,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"rsc"},"startTime":1767579454909,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6530,"timestamp":70798171,"id":229,"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":1767579454909,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5017,"timestamp":70801410,"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/router/utils/interception-routes.js","layer":"rsc"},"startTime":1767579454912,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4652,"timestamp":70809139,"id":232,"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":1767579454920,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":19143,"timestamp":70801566,"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/get-dynamic-param.js","layer":"rsc"},"startTime":1767579454912,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3189,"timestamp":70823843,"id":233,"parentId":111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/pages/vendored/contexts/amp-context.js","layer":"pages-dir-node"},"startTime":1767579454934,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3307,"timestamp":70823918,"id":234,"parentId":111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js","layer":"pages-dir-node"},"startTime":1767579454935,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6070,"timestamp":70823983,"id":235,"parentId":180,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579454935,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":19206,"timestamp":70836955,"id":237,"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":1767579454948,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":19602,"timestamp":70837187,"id":239,"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/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-node"},"startTime":1767579454948,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":21219,"timestamp":70836672,"id":236,"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":1767579454947,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":27771,"timestamp":70837104,"id":238,"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/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-node"},"startTime":1767579454948,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1532,"timestamp":70886230,"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/server/app-render/react-large-shell-error.js","layer":"rsc"},"startTime":1767579454997,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10783,"timestamp":70886565,"id":241,"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/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1767579454997,"traceId":"bd453ccefe254521"},{"name":"build-module-external","duration":40,"timestamp":70900423,"id":243,"parentId":191,"tags":{"name":"../app-render/after-task-async-storage.external","layer":null},"startTime":1767579455011,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3193,"timestamp":70901052,"id":246,"parentId":195,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579455012,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3472,"timestamp":70901358,"id":248,"parentId":195,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579455012,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4838,"timestamp":70901642,"id":250,"parentId":195,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579455012,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7716,"timestamp":70900491,"id":244,"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":1767579455011,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7753,"timestamp":70900790,"id":245,"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/lib/interop-default.js","layer":"rsc"},"startTime":1767579455011,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9456,"timestamp":70901121,"id":247,"parentId":196,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579455012,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9852,"timestamp":70901420,"id":249,"parentId":196,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579455012,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11071,"timestamp":70901702,"id":251,"parentId":196,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579455012,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":24684,"timestamp":70898239,"id":242,"parentId":239,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579455009,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":21882,"timestamp":70901933,"id":252,"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/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"rsc"},"startTime":1767579455013,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2001,"timestamp":70949290,"id":254,"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/lib/metadata/default-metadata.js","layer":"rsc"},"startTime":1767579455060,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3026,"timestamp":70949559,"id":255,"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/lib/app-dir-module.js","layer":"rsc"},"startTime":1767579455060,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7746,"timestamp":70949109,"id":253,"parentId":242,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579455060,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3313,"timestamp":70957311,"id":256,"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/lib/metadata/generate/utils.js","layer":"rsc"},"startTime":1767579455068,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9002,"timestamp":70957655,"id":257,"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/lib/metadata/resolvers/resolve-opengraph.js","layer":"rsc"},"startTime":1767579455068,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9528,"timestamp":70957902,"id":258,"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/lib/metadata/resolvers/resolve-title.js","layer":"rsc"},"startTime":1767579455069,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":16794,"timestamp":70958173,"id":259,"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/lib/metadata/resolvers/resolve-basics.js","layer":"rsc"},"startTime":1767579455069,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5165,"timestamp":70988099,"id":260,"parentId":187,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1767579455099,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2133,"timestamp":71000355,"id":262,"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/lib/metadata/resolvers/resolve-icons.js","layer":"rsc"},"startTime":1767579455111,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":13475,"timestamp":70998309,"id":261,"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/shared/lib/segment.js","layer":"pages-dir-node"},"startTime":1767579455109,"traceId":"bd453ccefe254521"},{"name":"add-entry","duration":2147786,"timestamp":68940212,"id":29,"parentId":22,"tags":{"request":"next/dist/pages/_document"},"startTime":1767579453051,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":74585,"timestamp":71017782,"id":265,"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":1767579455128,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1369,"timestamp":71093755,"id":271,"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":1767579455204,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4034,"timestamp":71094093,"id":272,"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/build/output/log.js","layer":"rsc"},"startTime":1767579455205,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":80621,"timestamp":71018043,"id":266,"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":1767579455129,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7105,"timestamp":71105492,"id":273,"parentId":180,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767579455216,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7530,"timestamp":71105775,"id":274,"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":1767579455216,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8075,"timestamp":71107122,"id":275,"parentId":229,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579455218,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9697,"timestamp":71107378,"id":276,"parentId":237,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-error.js","layer":"rsc"},"startTime":1767579455218,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":72737,"timestamp":71107510,"id":277,"parentId":232,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767579455218,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7207,"timestamp":71182667,"id":279,"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":1767579455293,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10605,"timestamp":71182953,"id":281,"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":1767579455294,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10715,"timestamp":71183247,"id":283,"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":1767579455294,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":17009,"timestamp":71182313,"id":278,"parentId":257,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579455293,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":19147,"timestamp":71182741,"id":280,"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":1767579455293,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":19440,"timestamp":71183039,"id":282,"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":1767579455294,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":19644,"timestamp":71183302,"id":284,"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":1767579455294,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":29262,"timestamp":71183500,"id":285,"parentId":257,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579455294,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":57,"timestamp":71223980,"id":286,"parentId":277,"tags":{"name":"util","layer":null},"startTime":1767579455335,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2517,"timestamp":71224715,"id":287,"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":1767579455335,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5938,"timestamp":71225033,"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/server/lib/lru-cache.js","layer":"rsc"},"startTime":1767579455336,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":12274,"timestamp":71233333,"id":289,"parentId":229,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767579455344,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":588,"timestamp":71248942,"id":290,"parentId":153,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579455360,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1042,"timestamp":71257628,"id":291,"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/compiled/server-only/empty.js","layer":"rsc"},"startTime":1767579455368,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6454,"timestamp":71265695,"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":"pages-dir-node"},"startTime":1767579455376,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6783,"timestamp":71265824,"id":293,"parentId":280,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/get-hostname.js","layer":"rsc"},"startTime":1767579455376,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7643,"timestamp":71265953,"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/get-next-pathname-info.js","layer":"pages-dir-node"},"startTime":1767579455377,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8428,"timestamp":71266062,"id":295,"parentId":280,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"rsc"},"startTime":1767579455377,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":13918,"timestamp":71266174,"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/format-next-pathname-info.js","layer":"pages-dir-node"},"startTime":1767579455377,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":14400,"timestamp":71266262,"id":297,"parentId":280,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"rsc"},"startTime":1767579455377,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5344,"timestamp":71275650,"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/i18n/detect-domain-locale.js","layer":"pages-dir-node"},"startTime":1767579455386,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5713,"timestamp":71275777,"id":299,"parentId":280,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"rsc"},"startTime":1767579455386,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6097,"timestamp":71275900,"id":300,"parentId":285,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579455387,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2402,"timestamp":71292984,"id":301,"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/remove-path-prefix.js","layer":"pages-dir-node"},"startTime":1767579455404,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2472,"timestamp":71293352,"id":302,"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-prefix.js","layer":"rsc"},"startTime":1767579455404,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3475,"timestamp":71304607,"id":303,"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/i18n/normalize-locale-path.js","layer":"pages-dir-node"},"startTime":1767579455415,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3963,"timestamp":71304745,"id":304,"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":"rsc"},"startTime":1767579455415,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4903,"timestamp":71304889,"id":305,"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/router/utils/add-path-suffix.js","layer":"pages-dir-node"},"startTime":1767579455416,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8127,"timestamp":71304972,"id":306,"parentId":297,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"rsc"},"startTime":1767579455416,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8483,"timestamp":71305115,"id":307,"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/router/utils/add-locale.js","layer":"pages-dir-node"},"startTime":1767579455416,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9027,"timestamp":71305189,"id":308,"parentId":297,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"rsc"},"startTime":1767579455416,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10201,"timestamp":71340327,"id":309,"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":"pages-dir-node"},"startTime":1767579455451,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":15547,"timestamp":71340437,"id":310,"parentId":284,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767579455451,"traceId":"bd453ccefe254521"},{"name":"font-loader","duration":296167,"timestamp":71061174,"id":268,"parentId":267,"tags":{},"startTime":1767579455172,"traceId":"bd453ccefe254521"},{"name":"add-entry","duration":2421324,"timestamp":68940119,"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":1767579453051,"traceId":"bd453ccefe254521"},{"name":"postcss","duration":6284,"timestamp":71634647,"id":311,"parentId":267,"tags":{},"startTime":1767579455745,"traceId":"bd453ccefe254521"},{"name":"next-font-loader","duration":623224,"timestamp":71018450,"id":267,"parentId":263,"tags":{},"startTime":1767579455129,"traceId":"bd453ccefe254521"},{"name":"css-loader","duration":35606,"timestamp":71641194,"id":312,"parentId":263,"tags":{"astUsed":"true"},"startTime":1767579455752,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":665085,"timestamp":71012195,"id":263,"parentId":108,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"rsc"},"startTime":1767579455123,"traceId":"bd453ccefe254521"},{"name":"font-loader","duration":591974,"timestamp":71086698,"id":270,"parentId":269,"tags":{},"startTime":1767579455197,"traceId":"bd453ccefe254521"},{"name":"postcss","duration":940,"timestamp":71678738,"id":313,"parentId":269,"tags":{},"startTime":1767579455789,"traceId":"bd453ccefe254521"},{"name":"next-font-loader","duration":593112,"timestamp":71086636,"id":269,"parentId":264,"tags":{},"startTime":1767579455197,"traceId":"bd453ccefe254521"},{"name":"css-loader","duration":2125,"timestamp":71679719,"id":314,"parentId":264,"tags":{"astUsed":"true"},"startTime":1767579455790,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":664516,"timestamp":71017676,"id":264,"parentId":108,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"rsc"},"startTime":1767579455128,"traceId":"bd453ccefe254521"},{"name":"add-entry","duration":2742855,"timestamp":68939449,"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":1767579453050,"traceId":"bd453ccefe254521"}]
|
|
3
|
+
[{"name":"build-module-js","duration":7720,"timestamp":70163488,"id":117,"parentId":61,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579454274,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11377,"timestamp":70162564,"id":111,"parentId":54,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-node"},"startTime":1767579454273,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1828,"timestamp":70174819,"id":119,"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":1767579454285,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8077,"timestamp":70174987,"id":121,"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":1767579454286,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8765,"timestamp":70175289,"id":125,"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":1767579454286,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":15032,"timestamp":70174652,"id":118,"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":1767579454285,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":22188,"timestamp":70174861,"id":120,"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":1767579454286,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":22816,"timestamp":70175167,"id":124,"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":1767579454286,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":33592,"timestamp":70175112,"id":123,"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":1767579454286,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":34171,"timestamp":70175037,"id":122,"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":1767579454286,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":14626,"timestamp":70220682,"id":126,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"rsc"},"startTime":1767579454331,"traceId":"bd453ccefe254521"},{"name":"build-module-external","duration":47,"timestamp":70244771,"id":128,"parentId":81,"tags":{"name":"./work-async-storage.external","layer":null},"startTime":1767579454355,"traceId":"bd453ccefe254521"},{"name":"build-module-external","duration":17,"timestamp":70244841,"id":129,"parentId":82,"tags":{"name":"./work-unit-async-storage.external","layer":null},"startTime":1767579454355,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1859,"timestamp":70244692,"id":127,"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/encoded-tags.js","layer":"pages-dir-node"},"startTime":1767579454355,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2270,"timestamp":70245147,"id":131,"parentId":107,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/batcher.js","layer":"pages-dir-node"},"startTime":1767579454356,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4023,"timestamp":70245403,"id":133,"parentId":107,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/scheduler.js","layer":"pages-dir-node"},"startTime":1767579454356,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6973,"timestamp":70244873,"id":130,"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/lib/batcher.js","layer":"rsc"},"startTime":1767579454356,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7681,"timestamp":70245201,"id":132,"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/lib/scheduler.js","layer":"rsc"},"startTime":1767579454356,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11130,"timestamp":70245450,"id":134,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1767579454356,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11360,"timestamp":70245567,"id":135,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1767579454356,"traceId":"bd453ccefe254521"},{"name":"build-module-external","duration":24,"timestamp":70257514,"id":136,"parentId":82,"tags":{"name":"../app-render/action-async-storage.external","layer":null},"startTime":1767579454368,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7898,"timestamp":70257806,"id":139,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/search-params.js","layer":"rsc"},"startTime":1767579454368,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10128,"timestamp":70257555,"id":137,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-segment.js","layer":"rsc"},"startTime":1767579454368,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10316,"timestamp":70257705,"id":138,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1767579454368,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":945,"timestamp":70287544,"id":146,"parentId":107,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/types.js","layer":"pages-dir-node"},"startTime":1767579454398,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":12114,"timestamp":70286205,"id":140,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/params.js","layer":"rsc"},"startTime":1767579454397,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":16430,"timestamp":70286688,"id":142,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/collect-segment-data.js","layer":"rsc"},"startTime":1767579454397,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":43964,"timestamp":70286877,"id":143,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1767579454398,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":44646,"timestamp":70287103,"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/server/base-http/index.js","layer":"rsc"},"startTime":1767579454398,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":45099,"timestamp":70287318,"id":145,"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/server/response-cache/types.js","layer":"rsc"},"startTime":1767579454398,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":48464,"timestamp":70286525,"id":141,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1767579454397,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3461,"timestamp":70358416,"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":1767579454469,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3676,"timestamp":70358589,"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":1767579454469,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6453,"timestamp":70371788,"id":151,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/metadata.js","layer":"rsc"},"startTime":1767579454482,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10148,"timestamp":70371414,"id":149,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"rsc"},"startTime":1767579454482,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10879,"timestamp":70371649,"id":150,"parentId":91,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579454482,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1927,"timestamp":70396916,"id":153,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1767579454508,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":13736,"timestamp":70396581,"id":152,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-components.js","layer":"rsc"},"startTime":1767579454507,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1637,"timestamp":70416072,"id":154,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1767579454527,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5907,"timestamp":70416411,"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/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1767579454527,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":12055,"timestamp":70416679,"id":156,"parentId":61,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579454527,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11228,"timestamp":70442173,"id":157,"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":1767579454553,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11776,"timestamp":70442498,"id":159,"parentId":61,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579454553,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":15802,"timestamp":70442388,"id":158,"parentId":81,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"rsc"},"startTime":1767579454553,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":16117,"timestamp":70442567,"id":160,"parentId":61,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579454553,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":18273,"timestamp":70442645,"id":161,"parentId":61,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579454553,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2376,"timestamp":70463969,"id":163,"parentId":81,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"rsc"},"startTime":1767579454575,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3696,"timestamp":70464137,"id":164,"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/shared/lib/router/utils/route-matcher.js","layer":"rsc"},"startTime":1767579454575,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11175,"timestamp":70464398,"id":166,"parentId":117,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-node"},"startTime":1767579454575,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10707,"timestamp":70465573,"id":167,"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/page-path/ensure-leading-slash.js","layer":"rsc"},"startTime":1767579454576,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":14898,"timestamp":70463769,"id":162,"parentId":81,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"rsc"},"startTime":1767579454574,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":19086,"timestamp":70464271,"id":165,"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/shared/lib/router/utils/route-regex.js","layer":"rsc"},"startTime":1767579454575,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":9014,"timestamp":70494330,"id":168,"parentId":33,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"rsc"},"startTime":1767579454605,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8116,"timestamp":70498346,"id":169,"parentId":111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-node"},"startTime":1767579454609,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4386,"timestamp":70506708,"id":170,"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":1767579454617,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2068,"timestamp":70512642,"id":171,"parentId":119,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/detached-promise.js","layer":"pages-dir-node"},"startTime":1767579454623,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3312,"timestamp":70512954,"id":173,"parentId":119,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/client-component-renderer-logger.js","layer":"pages-dir-node"},"startTime":1767579454624,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3350,"timestamp":70513901,"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":"pages-dir-node"},"startTime":1767579454625,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5638,"timestamp":70512720,"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/lib/detached-promise.js","layer":"rsc"},"startTime":1767579454623,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9277,"timestamp":70513050,"id":174,"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":"rsc"},"startTime":1767579454624,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9296,"timestamp":70513967,"id":177,"parentId":120,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/uint8array-helpers.js","layer":"rsc"},"startTime":1767579454625,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":15720,"timestamp":70513278,"id":175,"parentId":111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-mode.js","layer":"pages-dir-node"},"startTime":1767579454624,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1221,"timestamp":70529217,"id":178,"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":1767579454640,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5256,"timestamp":70529544,"id":179,"parentId":111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"pages-dir-node"},"startTime":1767579454640,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4668,"timestamp":70534950,"id":180,"parentId":83,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/api-utils/index.js","layer":"rsc"},"startTime":1767579454646,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":12697,"timestamp":70535232,"id":181,"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":1767579454646,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5277,"timestamp":70557358,"id":182,"parentId":121,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/errors/constants.js","layer":"pages-dir-node"},"startTime":1767579454668,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5684,"timestamp":70557511,"id":183,"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/errors/constants.js","layer":"rsc"},"startTime":1767579454668,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2046,"timestamp":70563338,"id":186,"parentId":139,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579454674,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3375,"timestamp":70563601,"id":187,"parentId":139,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579454674,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10135,"timestamp":70557669,"id":184,"parentId":121,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment-cache/output-export-prefetch-encoding.js","layer":"pages-dir-node"},"startTime":1767579454668,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10775,"timestamp":70557764,"id":185,"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/segment-cache/output-export-prefetch-encoding.js","layer":"rsc"},"startTime":1767579454668,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1321,"timestamp":70587092,"id":188,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js","layer":"rsc"},"startTime":1767579454698,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1226,"timestamp":70587403,"id":189,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-static.js","layer":"rsc"},"startTime":1767579454698,"traceId":"bd453ccefe254521"},{"name":"build-module-external","duration":35,"timestamp":70596607,"id":193,"parentId":140,"tags":{"name":"../app-render/dynamic-access-async-storage.external","layer":null},"startTime":1767579454707,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2549,"timestamp":70596919,"id":195,"parentId":119,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js","layer":"pages-dir-node"},"startTime":1767579454708,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7167,"timestamp":70596669,"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":1767579454707,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11816,"timestamp":70596975,"id":196,"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":"rsc"},"startTime":1767579454708,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":12153,"timestamp":70597214,"id":197,"parentId":139,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579454708,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":16967,"timestamp":70593525,"id":191,"parentId":139,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579454704,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":20173,"timestamp":70593760,"id":192,"parentId":139,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579454704,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":36112,"timestamp":70593234,"id":190,"parentId":139,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579454704,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4054,"timestamp":70659695,"id":198,"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":1767579454770,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5296,"timestamp":70660056,"id":199,"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":1767579454771,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5420,"timestamp":70660305,"id":200,"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":1767579454771,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5660,"timestamp":70660538,"id":201,"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":1767579454771,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9151,"timestamp":70660795,"id":202,"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":1767579454771,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2109,"timestamp":70671357,"id":204,"parentId":98,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/fresh/index.js","layer":"pages-dir-node"},"startTime":1767579454782,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":13504,"timestamp":70671088,"id":203,"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":1767579454782,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":24005,"timestamp":70671422,"id":205,"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":1767579454782,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":24265,"timestamp":70671640,"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/framework/boundary-constants.js","layer":"rsc"},"startTime":1767579454782,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":25151,"timestamp":70671847,"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/server/request/pathname.js","layer":"rsc"},"startTime":1767579454782,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4196,"timestamp":70703611,"id":208,"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":1767579454814,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4863,"timestamp":70713578,"id":209,"parentId":198,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579454824,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11686,"timestamp":70713781,"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":1767579454824,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5391,"timestamp":70729499,"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":1767579454840,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5977,"timestamp":70729744,"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":1767579454840,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9179,"timestamp":70729985,"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":1767579454841,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9983,"timestamp":70730261,"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":1767579454841,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":13563,"timestamp":70729224,"id":211,"parentId":108,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"rsc"},"startTime":1767579454840,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5227,"timestamp":70760989,"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":1767579454872,"traceId":"bd453ccefe254521"}]
|
|
4
|
+
[{"name":"add-entry","duration":2742163,"timestamp":68940152,"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":1767579453051,"traceId":"bd453ccefe254521"},{"name":"add-entry","duration":2742146,"timestamp":68940177,"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":1767579453051,"traceId":"bd453ccefe254521"},{"name":"add-entry","duration":2742132,"timestamp":68940196,"id":28,"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":1767579453051,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":3407,"timestamp":71821317,"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":1767579455932,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":459,"timestamp":71824760,"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":1767579455935,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":997,"timestamp":71825243,"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":1767579455936,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":940,"timestamp":71826261,"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":1767579455937,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":280,"timestamp":71827220,"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":1767579455938,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":291,"timestamp":71827517,"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":1767579455938,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":286,"timestamp":71827826,"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":1767579455938,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":263,"timestamp":71828128,"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":1767579455939,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":348,"timestamp":71828407,"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%2Fproject%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1767579455939,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":290,"timestamp":71828770,"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%2Fproject%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"rsc"},"startTime":1767579455939,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":9709,"timestamp":71853047,"id":348,"parentId":343,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"ssr"},"startTime":1767579455964,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":17850,"timestamp":71853287,"id":349,"parentId":345,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"ssr"},"startTime":1767579455964,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":19110,"timestamp":71854241,"id":351,"parentId":337,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"ssr"},"startTime":1767579455965,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":20330,"timestamp":71854461,"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":1767579455965,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":21146,"timestamp":71854575,"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":1767579455965,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":26870,"timestamp":71851551,"id":347,"parentId":341,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"ssr"},"startTime":1767579455962,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":21219,"timestamp":71857998,"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":1767579455969,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":22039,"timestamp":71858123,"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":1767579455969,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":27982,"timestamp":71853494,"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":1767579455964,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":24933,"timestamp":71864633,"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":1767579455975,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":43177,"timestamp":71857885,"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":1767579455969,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5618,"timestamp":71923663,"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":1767579456034,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9790,"timestamp":71929758,"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":1767579456040,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":17118,"timestamp":71929955,"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":1767579456041,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":17446,"timestamp":71930175,"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":1767579456041,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":24387,"timestamp":71923839,"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":1767579456034,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":42458,"timestamp":71929601,"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":1767579456040,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":42055,"timestamp":71930488,"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":1767579456041,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":42808,"timestamp":71930588,"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":1767579456041,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":44148,"timestamp":71930372,"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":1767579456041,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4979,"timestamp":71992855,"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":1767579456103,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5752,"timestamp":71993143,"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":1767579456104,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5399,"timestamp":71993905,"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":1767579456105,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9822,"timestamp":71993723,"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":1767579456104,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9736,"timestamp":71994104,"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":1767579456105,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":13485,"timestamp":71993820,"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":1767579456104,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":20216,"timestamp":71993525,"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":1767579456104,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":31117,"timestamp":71993340,"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":1767579456104,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2197,"timestamp":72038952,"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":1767579456150,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6843,"timestamp":72039209,"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":1767579456150,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11722,"timestamp":72039447,"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":1767579456150,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":12697,"timestamp":72039347,"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":1767579456150,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8624,"timestamp":72046339,"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/unresolved-thenable.js","layer":"ssr"},"startTime":1767579456157,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8846,"timestamp":72046684,"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/match-segments.js","layer":"ssr"},"startTime":1767579456157,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9820,"timestamp":72046590,"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/redirect-boundary.js","layer":"ssr"},"startTime":1767579456157,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10288,"timestamp":72046793,"id":383,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/use-action-queue.js","layer":"ssr"},"startTime":1767579456157,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10831,"timestamp":72046887,"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":1767579456158,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11228,"timestamp":72046977,"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":1767579456158,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10762,"timestamp":72047930,"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":1767579456159,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11439,"timestamp":72048056,"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":1767579456159,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":15201,"timestamp":72046489,"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/error-boundary.js","layer":"ssr"},"startTime":1767579456157,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3985,"timestamp":72077395,"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":1767579456188,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3404,"timestamp":72078266,"id":393,"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":1767579456189,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6307,"timestamp":72077232,"id":390,"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/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1767579456188,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6736,"timestamp":72077316,"id":391,"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/router/utils/is-bot.js","layer":"ssr"},"startTime":1767579456188,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7276,"timestamp":72077143,"id":389,"parentId":383,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-thenable.js","layer":"ssr"},"startTime":1767579456188,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6923,"timestamp":72078453,"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":1767579456189,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9312,"timestamp":72078628,"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":1767579456189,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9694,"timestamp":72078706,"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":1767579456189,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":14470,"timestamp":72076968,"id":388,"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/redirect-error.js","layer":"ssr"},"startTime":1767579456188,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":17327,"timestamp":72078542,"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":1767579456189,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":18002,"timestamp":72101699,"id":398,"parentId":391,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"ssr"},"startTime":1767579456212,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":629,"timestamp":72121598,"id":402,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579456232,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":625,"timestamp":72121738,"id":403,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579456232,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5658,"timestamp":72117966,"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":1767579456229,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6140,"timestamp":72117832,"id":399,"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":1767579456228,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6667,"timestamp":72118054,"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":1767579456229,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1510,"timestamp":72131333,"id":405,"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":1767579456242,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5084,"timestamp":72129680,"id":404,"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/redirect.js","layer":"ssr"},"startTime":1767579456240,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4362,"timestamp":72131578,"id":406,"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/client/components/nav-failure-handler.js","layer":"ssr"},"startTime":1767579456242,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10513,"timestamp":72131687,"id":407,"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.js","layer":"ssr"},"startTime":1767579456242,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4011,"timestamp":72147978,"id":408,"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":1767579456259,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5156,"timestamp":72148218,"id":410,"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":1767579456259,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9147,"timestamp":72148289,"id":411,"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":1767579456259,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":9879,"timestamp":72148438,"id":413,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/Header.tsx","layer":"ssr"},"startTime":1767579456259,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11078,"timestamp":72148135,"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-find-source-map-url.js","layer":"ssr"},"startTime":1767579456259,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":13566,"timestamp":72148355,"id":412,"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":1767579456259,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":13758,"timestamp":72148747,"id":415,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/input.tsx","layer":"ssr"},"startTime":1767579456259,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":14492,"timestamp":72148595,"id":414,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/button.tsx","layer":"ssr"},"startTime":1767579456259,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2684,"timestamp":72166196,"id":417,"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":1767579456277,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":36518,"timestamp":72150616,"id":416,"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":1767579456261,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5075,"timestamp":72183448,"id":418,"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":1767579456294,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5895,"timestamp":72183600,"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/components/router-reducer/set-cache-busting-search-param.js","layer":"ssr"},"startTime":1767579456294,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":9647,"timestamp":72183695,"id":420,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectList.tsx","layer":"ssr"},"startTime":1767579456294,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":11015,"timestamp":72183878,"id":421,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectModal.tsx","layer":"ssr"},"startTime":1767579456295,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":12747,"timestamp":72184093,"id":422,"parentId":349,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/workspace/WorkspaceLayout.tsx","layer":"ssr"},"startTime":1767579456295,"traceId":"bd453ccefe254521"},{"name":"build-module-ts","duration":13396,"timestamp":72184283,"id":423,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/api.ts","layer":"ssr"},"startTime":1767579456295,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1286,"timestamp":72225307,"id":424,"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":1767579456336,"traceId":"bd453ccefe254521"},{"name":"build-module-ts","duration":3979,"timestamp":72225580,"id":425,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useProjectStore.ts","layer":"ssr"},"startTime":1767579456336,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1803,"timestamp":72251823,"id":426,"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":1767579456362,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":749,"timestamp":72255084,"id":432,"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":1767579456366,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7004,"timestamp":72252098,"id":427,"parentId":407,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579456363,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7320,"timestamp":72252202,"id":428,"parentId":407,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579456363,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7463,"timestamp":72252376,"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":1767579456363,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8044,"timestamp":72252291,"id":429,"parentId":407,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579456363,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8726,"timestamp":72252465,"id":431,"parentId":407,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579456363,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2444,"timestamp":72266611,"id":433,"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/router/utils/cache-busting-search-param.js","layer":"ssr"},"startTime":1767579456377,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":2797,"timestamp":72267885,"id":435,"parentId":413,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/LanguageSwitcher.tsx","layer":"ssr"},"startTime":1767579456379,"traceId":"bd453ccefe254521"}]
|
|
5
|
+
[{"name":"build-module-js","duration":5236,"timestamp":72757488,"id":537,"parentId":531,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579456868,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5442,"timestamp":72757755,"id":539,"parentId":513,"tags":{"name":"/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":1767579456868,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5672,"timestamp":72757842,"id":540,"parentId":513,"tags":{"name":"/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":1767579456868,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":7248,"timestamp":72757580,"id":538,"parentId":502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageItem.tsx","layer":"ssr"},"startTime":1767579456868,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7213,"timestamp":72757947,"id":541,"parentId":513,"tags":{"name":"/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":1767579456869,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8442,"timestamp":72758088,"id":542,"parentId":517,"tags":{"name":"/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":1767579456869,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10560,"timestamp":72757332,"id":536,"parentId":528,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579456868,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":15044,"timestamp":72760939,"id":544,"parentId":503,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ModeToggle.tsx","layer":"ssr"},"startTime":1767579456872,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":16491,"timestamp":72760732,"id":543,"parentId":502,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/StreamingMessage.tsx","layer":"ssr"},"startTime":1767579456871,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":16780,"timestamp":72761144,"id":545,"parentId":503,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/FilePreview.tsx","layer":"ssr"},"startTime":1767579456872,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5695,"timestamp":72789213,"id":547,"parentId":536,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579456900,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6028,"timestamp":72789303,"id":548,"parentId":536,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579456900,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6569,"timestamp":72789483,"id":550,"parentId":520,"tags":{"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":1767579456900,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7415,"timestamp":72789058,"id":546,"parentId":538,"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":1767579456900,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":15029,"timestamp":72789565,"id":551,"parentId":520,"tags":{"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":1767579456900,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":16687,"timestamp":72789383,"id":549,"parentId":492,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579456900,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9928,"timestamp":72797097,"id":553,"parentId":543,"tags":{"name":"__barrel_optimize__?names=Bot,CheckCircle2,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":1767579456908,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10082,"timestamp":72797203,"id":554,"parentId":545,"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":1767579456908,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10559,"timestamp":72796944,"id":552,"parentId":544,"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":1767579456908,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2582,"timestamp":72820788,"id":556,"parentId":528,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579456931,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3135,"timestamp":72820855,"id":557,"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/image-blur-svg.js","layer":"ssr"},"startTime":1767579456931,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6765,"timestamp":72820651,"id":555,"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/remove-base-path.js","layer":"ssr"},"startTime":1767579456931,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7975,"timestamp":72820964,"id":559,"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/promise-queue.js","layer":"ssr"},"startTime":1767579456932,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8748,"timestamp":72821103,"id":561,"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/router-reducer/reducers/find-head-in-cache.js","layer":"ssr"},"startTime":1767579456932,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10599,"timestamp":72821047,"id":560,"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/router-reducer/compute-changed-path.js","layer":"ssr"},"startTime":1767579456932,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":12879,"timestamp":72820907,"id":558,"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-announcer.js","layer":"ssr"},"startTime":1767579456932,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":26989,"timestamp":72821153,"id":562,"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/client/components/router-reducer/reducers/navigate-reducer.js","layer":"ssr"},"startTime":1767579456932,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":68569,"timestamp":72855191,"id":569,"parentId":459,"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":1767579456966,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":81142,"timestamp":72854573,"id":563,"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/prefetch-cache-utils.js","layer":"ssr"},"startTime":1767579456965,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":81818,"timestamp":72854827,"id":565,"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/client/components/router-reducer/reducers/restore-reducer.js","layer":"ssr"},"startTime":1767579456965,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":83357,"timestamp":72854911,"id":566,"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/client/components/router-reducer/reducers/refresh-reducer.js","layer":"ssr"},"startTime":1767579456966,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":83854,"timestamp":72855354,"id":570,"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/errors/root-error-boundary.js","layer":"ssr"},"startTime":1767579456966,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":86448,"timestamp":72855118,"id":568,"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/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"ssr"},"startTime":1767579456966,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":88108,"timestamp":72854737,"id":564,"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/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"ssr"},"startTime":1767579456965,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":91231,"timestamp":72855030,"id":567,"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/client/components/router-reducer/reducers/server-action-reducer.js","layer":"ssr"},"startTime":1767579456966,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3242,"timestamp":72976736,"id":571,"parentId":550,"tags":{"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":1767579457087,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3209,"timestamp":72977069,"id":573,"parentId":546,"tags":{"name":"/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":1767579457088,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3386,"timestamp":72977180,"id":574,"parentId":546,"tags":{"name":"/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":1767579457088,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3511,"timestamp":72977268,"id":575,"parentId":546,"tags":{"name":"/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":1767579457088,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4427,"timestamp":72976928,"id":572,"parentId":546,"tags":{"name":"/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":1767579457088,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4313,"timestamp":72977359,"id":576,"parentId":546,"tags":{"name":"/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":1767579457088,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4529,"timestamp":72977463,"id":577,"parentId":546,"tags":{"name":"/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":1767579457088,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6877,"timestamp":72979274,"id":578,"parentId":546,"tags":{"name":"/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":1767579457090,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4749,"timestamp":72982237,"id":579,"parentId":552,"tags":{"name":"/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":1767579457093,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2333,"timestamp":72988234,"id":581,"parentId":552,"tags":{"name":"/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":1767579457099,"traceId":"bd453ccefe254521"},{"name":"build-module-ts","duration":2606,"timestamp":72988328,"id":582,"parentId":532,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/project.ts","layer":"ssr"},"startTime":1767579457099,"traceId":"bd453ccefe254521"},{"name":"build-module-ts","duration":2995,"timestamp":72988429,"id":583,"parentId":532,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/chat.ts","layer":"ssr"},"startTime":1767579457099,"traceId":"bd453ccefe254521"},{"name":"build-module-ts","duration":4815,"timestamp":72989246,"id":584,"parentId":532,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/preview.ts","layer":"ssr"},"startTime":1767579457100,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":7179,"timestamp":72988022,"id":580,"parentId":538,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MarkdownRenderer.tsx","layer":"ssr"},"startTime":1767579457099,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":7085,"timestamp":72989463,"id":585,"parentId":543,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/AskUserQuestionBlock.tsx","layer":"ssr"},"startTime":1767579457100,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3271,"timestamp":72997040,"id":586,"parentId":536,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579457108,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1803,"timestamp":73005385,"id":587,"parentId":536,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579457116,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4477,"timestamp":73005604,"id":588,"parentId":562,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579457116,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5279,"timestamp":73005704,"id":589,"parentId":562,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579457116,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5898,"timestamp":73005794,"id":590,"parentId":562,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579457116,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6563,"timestamp":73005881,"id":591,"parentId":562,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579457117,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":12388,"timestamp":73005984,"id":592,"parentId":562,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579457117,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":13394,"timestamp":73006079,"id":593,"parentId":562,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579457117,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11006,"timestamp":73013161,"id":594,"parentId":585,"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":1767579457124,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":12564,"timestamp":73013376,"id":596,"parentId":562,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579457124,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":19549,"timestamp":73013289,"id":595,"parentId":562,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579457124,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2658,"timestamp":73033223,"id":598,"parentId":528,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579457144,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2632,"timestamp":73033438,"id":599,"parentId":528,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579457144,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":15438,"timestamp":73026275,"id":597,"parentId":562,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579457137,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9140,"timestamp":73033767,"id":601,"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/client/components/errors/graceful-degrade-boundary.js","layer":"ssr"},"startTime":1767579457144,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10490,"timestamp":73033841,"id":602,"parentId":592,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"ssr"},"startTime":1767579457144,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11250,"timestamp":73033667,"id":600,"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/client/assign-location.js","layer":"ssr"},"startTime":1767579457144,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":12316,"timestamp":73033920,"id":603,"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/refetch-inactive-parallel-segments.js","layer":"ssr"},"startTime":1767579457145,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":12830,"timestamp":73033992,"id":604,"parentId":566,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579457145,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7607,"timestamp":73051991,"id":605,"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/server-reference-info.js","layer":"ssr"},"startTime":1767579457163,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4324,"timestamp":73065742,"id":606,"parentId":592,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"ssr"},"startTime":1767579457176,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":993,"timestamp":73071513,"id":607,"parentId":559,"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":1767579457182,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1045,"timestamp":73071743,"id":608,"parentId":559,"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":1767579457182,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":6124,"timestamp":73080642,"id":609,"parentId":585,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/checkbox.tsx","layer":"ssr"},"startTime":1767579457191,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":6543,"timestamp":73080867,"id":610,"parentId":585,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/radio-group.tsx","layer":"ssr"},"startTime":1767579457192,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":5542,"timestamp":73082302,"id":611,"parentId":585,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/label.tsx","layer":"ssr"},"startTime":1767579457193,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5993,"timestamp":73082508,"id":612,"parentId":606,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579457193,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4102,"timestamp":73095341,"id":613,"parentId":609,"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":1767579457206,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4140,"timestamp":73095491,"id":614,"parentId":610,"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":1767579457206,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1181,"timestamp":73099788,"id":615,"parentId":580,"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":1767579457210,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":401,"timestamp":73104761,"id":616,"parentId":580,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/index.js","layer":"ssr"},"startTime":1767579457215,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1416,"timestamp":73106824,"id":617,"parentId":614,"tags":{"name":"/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":1767579457217,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1811,"timestamp":73109454,"id":618,"parentId":615,"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":1767579457220,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":618,"timestamp":73112657,"id":619,"parentId":616,"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":1767579457223,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":4246,"timestamp":73121590,"id":620,"parentId":609,"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":1767579457232,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":3913,"timestamp":73126368,"id":622,"parentId":611,"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":1767579457237,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":5760,"timestamp":73126207,"id":621,"parentId":610,"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":1767579457237,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":726,"timestamp":73163816,"id":623,"parentId":618,"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":1767579457274,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":994,"timestamp":73173258,"id":624,"parentId":618,"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":1767579457284,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":971,"timestamp":73173496,"id":625,"parentId":618,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/index.js","layer":"ssr"},"startTime":1767579457284,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":646,"timestamp":73183500,"id":626,"parentId":618,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/index.js","layer":"ssr"},"startTime":1767579457294,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":568,"timestamp":73192841,"id":627,"parentId":618,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/index.js","layer":"ssr"},"startTime":1767579457303,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":580,"timestamp":73198212,"id":628,"parentId":618,"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":1767579457309,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":524,"timestamp":73204859,"id":629,"parentId":618,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/index.js","layer":"ssr"},"startTime":1767579457316,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":549,"timestamp":73208947,"id":630,"parentId":619,"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":1767579457320,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":990,"timestamp":73213291,"id":631,"parentId":619,"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":1767579457324,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":632,"timestamp":73215818,"id":632,"parentId":618,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.js","layer":"ssr"},"startTime":1767579457326,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8127,"timestamp":73261527,"id":633,"parentId":623,"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":1767579457372,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1373,"timestamp":73281206,"id":634,"parentId":625,"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":1767579457392,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1632,"timestamp":73281479,"id":635,"parentId":626,"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":1767579457392,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":821,"timestamp":73293403,"id":636,"parentId":624,"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":1767579457404,"traceId":"bd453ccefe254521"}]
|
|
6
|
+
[{"name":"build-module-ts","duration":4157,"timestamp":72267675,"id":434,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/index.ts","layer":"ssr"},"startTime":1767579456378,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":11924,"timestamp":72279765,"id":437,"parentId":420,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectCard.tsx","layer":"ssr"},"startTime":1767579456390,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":14126,"timestamp":72279530,"id":436,"parentId":420,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectCard.tsx","layer":"ssr"},"startTime":1767579456390,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":52219,"timestamp":72281186,"id":440,"parentId":413,"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":1767579456392,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":53022,"timestamp":72280910,"id":438,"parentId":348,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Check,FolderOpen,Loader2!=!/home/runner/work/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":1767579456392,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":53144,"timestamp":72281067,"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":1767579456392,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":53138,"timestamp":72281294,"id":441,"parentId":422,"tags":{"name":"__barrel_optimize__?names=FolderTree,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":1767579456392,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6262,"timestamp":72328915,"id":442,"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":1767579456440,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":13026,"timestamp":72329133,"id":443,"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":1767579456440,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":17063,"timestamp":72329243,"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/unstable-rethrow.js","layer":"ssr"},"startTime":1767579456440,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":17710,"timestamp":72329345,"id":445,"parentId":427,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unauthorized.js","layer":"ssr"},"startTime":1767579456440,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":12773,"timestamp":72335660,"id":446,"parentId":437,"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":1767579456446,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":12833,"timestamp":72335833,"id":447,"parentId":436,"tags":{"name":"__barrel_optimize__?names=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":1767579456446,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7229,"timestamp":72352991,"id":451,"parentId":407,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579456464,"traceId":"bd453ccefe254521"},{"name":"build-module-ts","duration":12510,"timestamp":72351256,"id":448,"parentId":415,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/utils.ts","layer":"ssr"},"startTime":1767579456462,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11789,"timestamp":72352638,"id":450,"parentId":433,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579456463,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":11194,"timestamp":72359277,"id":452,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/dialog.tsx","layer":"ssr"},"startTime":1767579456470,"traceId":"bd453ccefe254521"},{"name":"build-module-json","duration":1400,"timestamp":72376046,"id":454,"parentId":434,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/en.json","layer":"ssr"},"startTime":1767579456487,"traceId":"bd453ccefe254521"},{"name":"build-module-json","duration":916,"timestamp":72376677,"id":455,"parentId":434,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/ko.json","layer":"ssr"},"startTime":1767579456487,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":26296,"timestamp":72351536,"id":449,"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/api/image.js","layer":"ssr"},"startTime":1767579456462,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10735,"timestamp":72371078,"id":453,"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/client/app-dir/link.js","layer":"ssr"},"startTime":1767579456482,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":2530,"timestamp":72396764,"id":461,"parentId":414,"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":1767579456507,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8353,"timestamp":72393896,"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":1767579456505,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9208,"timestamp":72394034,"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":1767579456505,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":9588,"timestamp":72394306,"id":460,"parentId":422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ChatPanel.tsx","layer":"ssr"},"startTime":1767579456505,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":11608,"timestamp":72394105,"id":458,"parentId":422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileExplorer.tsx","layer":"ssr"},"startTime":1767579456505,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":18678,"timestamp":72394209,"id":459,"parentId":422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileViewer.tsx","layer":"ssr"},"startTime":1767579456505,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":16620,"timestamp":72414721,"id":462,"parentId":444,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579456525,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":29692,"timestamp":72414836,"id":463,"parentId":422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/PreviewPanel.tsx","layer":"ssr"},"startTime":1767579456525,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":14244,"timestamp":72446650,"id":464,"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":1767579456557,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":36969,"timestamp":72466211,"id":468,"parentId":434,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3/node_modules/zustand/esm/middleware.mjs","layer":"ssr"},"startTime":1767579456577,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":69383,"timestamp":72465710,"id":465,"parentId":460,"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":1767579456576,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":69632,"timestamp":72465875,"id":466,"parentId":458,"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":1767579456577,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":72441,"timestamp":72465980,"id":467,"parentId":459,"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":1767579456577,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1231,"timestamp":72539265,"id":469,"parentId":462,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579456650,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9399,"timestamp":72545482,"id":470,"parentId":463,"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":1767579456656,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5210,"timestamp":72551207,"id":471,"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":1767579456662,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5422,"timestamp":72551353,"id":472,"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":1767579456662,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5684,"timestamp":72551447,"id":473,"parentId":438,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-alert.js","layer":"ssr"},"startTime":1767579456662,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3761,"timestamp":72557738,"id":474,"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":1767579456668,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4233,"timestamp":72557861,"id":475,"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":1767579456669,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":2558,"timestamp":72564276,"id":476,"parentId":425,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3/node_modules/zustand/esm/index.mjs","layer":"ssr"},"startTime":1767579456675,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3169,"timestamp":72564409,"id":477,"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":1767579456675,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3253,"timestamp":72564557,"id":478,"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":1767579456675,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3415,"timestamp":72564621,"id":479,"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":1767579456675,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3617,"timestamp":72564672,"id":480,"parentId":446,"tags":{"name":"/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":1767579456675,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2800,"timestamp":72568439,"id":481,"parentId":446,"tags":{"name":"/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":1767579456679,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2929,"timestamp":72568536,"id":482,"parentId":447,"tags":{"name":"/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":1767579456679,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3083,"timestamp":72568598,"id":483,"parentId":447,"tags":{"name":"/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":1767579456679,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4725,"timestamp":72568653,"id":484,"parentId":447,"tags":{"name":"/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":1767579456679,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3182,"timestamp":72574209,"id":485,"parentId":447,"tags":{"name":"/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":1767579456685,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4039,"timestamp":72574348,"id":486,"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":1767579456685,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2931,"timestamp":72578665,"id":487,"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":1767579456689,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":6325,"timestamp":72579768,"id":491,"parentId":437,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/card.tsx","layer":"ssr"},"startTime":1767579456690,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6902,"timestamp":72579974,"id":492,"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":1767579456691,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10581,"timestamp":72578861,"id":490,"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":1767579456690,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9689,"timestamp":72580107,"id":493,"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":1767579456691,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10480,"timestamp":72580198,"id":494,"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":1767579456691,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":14431,"timestamp":72578754,"id":488,"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":1767579456689,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":19341,"timestamp":72578811,"id":489,"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":1767579456689,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8161,"timestamp":72599270,"id":495,"parentId":487,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579456710,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2600,"timestamp":72608093,"id":497,"parentId":466,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"ssr"},"startTime":1767579456719,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2786,"timestamp":72608167,"id":498,"parentId":466,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-right.js","layer":"ssr"},"startTime":1767579456719,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4185,"timestamp":72607947,"id":496,"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/message-square-plus.js","layer":"ssr"},"startTime":1767579456719,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4200,"timestamp":72608224,"id":499,"parentId":466,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/file.js","layer":"ssr"},"startTime":1767579456719,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4420,"timestamp":72608281,"id":500,"parentId":466,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder.js","layer":"ssr"},"startTime":1767579456719,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6114,"timestamp":72608344,"id":501,"parentId":466,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/refresh-cw.js","layer":"ssr"},"startTime":1767579456719,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":6766,"timestamp":72611090,"id":502,"parentId":460,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageList.tsx","layer":"ssr"},"startTime":1767579456722,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6852,"timestamp":72611339,"id":504,"parentId":467,"tags":{"name":"/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":1767579456722,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":8958,"timestamp":72611234,"id":503,"parentId":460,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageInput.tsx","layer":"ssr"},"startTime":1767579456722,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6279,"timestamp":72614628,"id":505,"parentId":495,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579456725,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":13892,"timestamp":72614736,"id":506,"parentId":463,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ConsoleViewer.tsx","layer":"ssr"},"startTime":1767579456725,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5253,"timestamp":72629714,"id":508,"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/external-link.js","layer":"ssr"},"startTime":1767579456740,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5416,"timestamp":72629813,"id":509,"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/monitor.js","layer":"ssr"},"startTime":1767579456740,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5565,"timestamp":72629891,"id":510,"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/package.js","layer":"ssr"},"startTime":1767579456741,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5760,"timestamp":72629979,"id":511,"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/play.js","layer":"ssr"},"startTime":1767579456741,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5836,"timestamp":72630103,"id":512,"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/rotate-ccw.js","layer":"ssr"},"startTime":1767579456741,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":7819,"timestamp":72629496,"id":507,"parentId":463,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ErrorOverlay.tsx","layer":"ssr"},"startTime":1767579456740,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5096,"timestamp":72643104,"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/square.js","layer":"ssr"},"startTime":1767579456754,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5254,"timestamp":72643221,"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/tablet.js","layer":"ssr"},"startTime":1767579456754,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5425,"timestamp":72643343,"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/terminal.js","layer":"ssr"},"startTime":1767579456754,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6177,"timestamp":72642915,"id":513,"parentId":503,"tags":{"name":"__barrel_optimize__?names=Clock,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":1767579456754,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6361,"timestamp":72649317,"id":517,"parentId":506,"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":1767579456760,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5324,"timestamp":72656786,"id":519,"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/zap.js","layer":"ssr"},"startTime":1767579456767,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5697,"timestamp":72656662,"id":518,"parentId":507,"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":1767579456767,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2975,"timestamp":72662740,"id":520,"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/createLucideIcon.js","layer":"ssr"},"startTime":1767579456773,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":3502,"timestamp":72674440,"id":524,"parentId":476,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3/node_modules/zustand/esm/react.mjs","layer":"ssr"},"startTime":1767579456785,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":4031,"timestamp":72674617,"id":525,"parentId":476,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3/node_modules/zustand/esm/vanilla.mjs","layer":"ssr"},"startTime":1767579456785,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7657,"timestamp":72672098,"id":522,"parentId":487,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579456783,"traceId":"bd453ccefe254521"},{"name":"build-module-ts","duration":11679,"timestamp":72671869,"id":521,"parentId":460,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useChatStore.ts","layer":"ssr"},"startTime":1767579456783,"traceId":"bd453ccefe254521"},{"name":"build-module-ts","duration":10266,"timestamp":72674237,"id":523,"parentId":463,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/usePreviewStore.ts","layer":"ssr"},"startTime":1767579456785,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":4189,"timestamp":72687746,"id":526,"parentId":448,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1767579456798,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":14638,"timestamp":72700593,"id":535,"parentId":448,"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":1767579456811,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":17260,"timestamp":72698438,"id":527,"parentId":522,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579456809,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":25687,"timestamp":72698653,"id":529,"parentId":492,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579456809,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":26253,"timestamp":72698788,"id":531,"parentId":494,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579456809,"traceId":"bd453ccefe254521"},{"name":"build-module-ts","duration":26494,"timestamp":72698858,"id":532,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/index.ts","layer":"ssr"},"startTime":1767579456809,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":26433,"timestamp":72699978,"id":533,"parentId":489,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579456811,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":28926,"timestamp":72700109,"id":534,"parentId":489,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579456811,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":35829,"timestamp":72698721,"id":530,"parentId":488,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579456809,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":38522,"timestamp":72698575,"id":528,"parentId":492,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579456809,"traceId":"bd453ccefe254521"}]
|
|
7
|
+
[{"name":"build-module-js","duration":5791,"timestamp":73295678,"id":637,"parentId":627,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.js","layer":"ssr"},"startTime":1767579457406,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6385,"timestamp":73295875,"id":638,"parentId":628,"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":1767579457407,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1549,"timestamp":73302995,"id":639,"parentId":630,"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":1767579457414,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4517,"timestamp":73303232,"id":640,"parentId":629,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.js","layer":"ssr"},"startTime":1767579457414,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":1375,"timestamp":73334875,"id":641,"parentId":620,"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":1767579457446,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":2023,"timestamp":73340386,"id":642,"parentId":620,"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":1767579457451,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":1394,"timestamp":73353078,"id":643,"parentId":620,"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":1767579457464,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":2051,"timestamp":73358933,"id":644,"parentId":620,"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":1767579457470,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":546,"timestamp":73376295,"id":645,"parentId":626,"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":1767579457487,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1696,"timestamp":73382817,"id":646,"parentId":631,"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":1767579457493,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":736,"timestamp":73410980,"id":647,"parentId":631,"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":1767579457522,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":569,"timestamp":73411843,"id":648,"parentId":631,"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":1767579457522,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1423,"timestamp":73424313,"id":649,"parentId":631,"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":1767579457535,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1682,"timestamp":73424560,"id":650,"parentId":637,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.js","layer":"ssr"},"startTime":1767579457535,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1679,"timestamp":73424769,"id":651,"parentId":640,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.js","layer":"ssr"},"startTime":1767579457535,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":1101,"timestamp":73430950,"id":652,"parentId":620,"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":1767579457542,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":934,"timestamp":73436966,"id":653,"parentId":640,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.js","layer":"ssr"},"startTime":1767579457548,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":920,"timestamp":73437205,"id":654,"parentId":640,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.js","layer":"ssr"},"startTime":1767579457548,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":2050,"timestamp":73441516,"id":655,"parentId":620,"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":1767579457552,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1836,"timestamp":73441915,"id":657,"parentId":631,"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":1767579457553,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":1112,"timestamp":73448800,"id":658,"parentId":620,"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":1767579457559,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":10525,"timestamp":73441719,"id":656,"parentId":620,"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":1767579457552,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":800,"timestamp":73453185,"id":659,"parentId":622,"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":1767579457564,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":461,"timestamp":73455397,"id":660,"parentId":631,"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":1767579457566,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":556,"timestamp":73458688,"id":662,"parentId":631,"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":1767579457569,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":838,"timestamp":73459473,"id":663,"parentId":621,"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":1767579457570,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":6052,"timestamp":73457190,"id":661,"parentId":621,"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":1767579457568,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":40,"timestamp":73486442,"id":664,"parentId":651,"tags":{"name":"node:path","layer":null},"startTime":1767579457597,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":9,"timestamp":73486502,"id":665,"parentId":653,"tags":{"name":"node:process","layer":null},"startTime":1767579457597,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":5,"timestamp":73486518,"id":666,"parentId":654,"tags":{"name":"node:url","layer":null},"startTime":1767579457597,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":533,"timestamp":73493799,"id":667,"parentId":633,"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":1767579457604,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":828,"timestamp":73498164,"id":668,"parentId":633,"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":1767579457609,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":359,"timestamp":73506152,"id":669,"parentId":633,"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":1767579457617,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":810,"timestamp":73513787,"id":670,"parentId":633,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/index.js","layer":"ssr"},"startTime":1767579457624,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":772,"timestamp":73515372,"id":671,"parentId":633,"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":1767579457626,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":564,"timestamp":73525992,"id":672,"parentId":633,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/index.js","layer":"ssr"},"startTime":1767579457637,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":526,"timestamp":73532032,"id":673,"parentId":633,"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":1767579457643,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":489,"timestamp":73536336,"id":674,"parentId":634,"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":1767579457647,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4031,"timestamp":73544335,"id":675,"parentId":633,"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":1767579457655,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":613,"timestamp":73561367,"id":676,"parentId":637,"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":1767579457672,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":396,"timestamp":73565536,"id":677,"parentId":637,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/index.js","layer":"ssr"},"startTime":1767579457676,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":398,"timestamp":73566530,"id":678,"parentId":637,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js","layer":"ssr"},"startTime":1767579457677,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":689,"timestamp":73583267,"id":679,"parentId":638,"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":1767579457694,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2265,"timestamp":73602883,"id":680,"parentId":637,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js","layer":"ssr"},"startTime":1767579457714,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3662,"timestamp":73603152,"id":681,"parentId":645,"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":1767579457714,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4454,"timestamp":73603311,"id":682,"parentId":645,"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":1767579457714,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":889,"timestamp":73609235,"id":683,"parentId":639,"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":1767579457720,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1030,"timestamp":73611891,"id":684,"parentId":645,"tags":{"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":1767579457723,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":546,"timestamp":73617481,"id":685,"parentId":639,"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":1767579457728,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9306,"timestamp":73626223,"id":686,"parentId":647,"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":1767579457737,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9612,"timestamp":73626382,"id":687,"parentId":647,"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":1767579457737,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1636,"timestamp":73640091,"id":688,"parentId":639,"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":1767579457751,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1756,"timestamp":73640291,"id":689,"parentId":654,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.js","layer":"ssr"},"startTime":1767579457751,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3786,"timestamp":73640467,"id":690,"parentId":648,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/syntax.js","layer":"ssr"},"startTime":1767579457751,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5336,"timestamp":73640634,"id":691,"parentId":648,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/html.js","layer":"ssr"},"startTime":1767579457751,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2448,"timestamp":73659084,"id":692,"parentId":649,"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":1767579457770,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9213,"timestamp":73659365,"id":693,"parentId":649,"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":1767579457770,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9690,"timestamp":73659575,"id":694,"parentId":657,"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":1767579457770,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2973,"timestamp":73673485,"id":695,"parentId":639,"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":1767579457784,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":754,"timestamp":73686107,"id":696,"parentId":639,"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":1767579457797,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1167,"timestamp":73704166,"id":697,"parentId":660,"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":1767579457815,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1697,"timestamp":73704435,"id":698,"parentId":660,"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":1767579457815,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1094,"timestamp":73719563,"id":699,"parentId":662,"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":1767579457830,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8352,"timestamp":73719813,"id":700,"parentId":662,"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":1767579457830,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1119,"timestamp":73773817,"id":701,"parentId":646,"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":1767579457884,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3450,"timestamp":73776444,"id":702,"parentId":667,"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":1767579457887,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":921,"timestamp":73794966,"id":703,"parentId":669,"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":1767579457906,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3795,"timestamp":73809816,"id":704,"parentId":670,"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":1767579457920,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4851,"timestamp":73810109,"id":705,"parentId":670,"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":1767579457921,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6373,"timestamp":73810320,"id":706,"parentId":670,"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":1767579457921,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8645,"timestamp":73810523,"id":707,"parentId":670,"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":1767579457921,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8754,"timestamp":73810713,"id":708,"parentId":670,"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":1767579457921,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8828,"timestamp":73810906,"id":709,"parentId":670,"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":1767579457922,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8842,"timestamp":73811115,"id":710,"parentId":670,"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":1767579457922,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9448,"timestamp":73811293,"id":711,"parentId":670,"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":1767579457922,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9514,"timestamp":73811485,"id":712,"parentId":670,"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":1767579457922,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1301,"timestamp":73830724,"id":713,"parentId":670,"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":1767579457941,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2188,"timestamp":73830979,"id":714,"parentId":672,"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":1767579457942,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1261,"timestamp":73834724,"id":715,"parentId":673,"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":1767579457945,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5809,"timestamp":73834899,"id":716,"parentId":674,"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":1767579457946,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1378,"timestamp":73841217,"id":717,"parentId":675,"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":1767579457952,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3095,"timestamp":73846593,"id":718,"parentId":681,"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":1767579457957,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3149,"timestamp":73846797,"id":719,"parentId":684,"tags":{"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":1767579457957,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3215,"timestamp":73846998,"id":720,"parentId":684,"tags":{"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":1767579457958,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3854,"timestamp":73847204,"id":721,"parentId":677,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.js","layer":"ssr"},"startTime":1767579457958,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1784,"timestamp":73851938,"id":722,"parentId":684,"tags":{"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":1767579457963,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1851,"timestamp":73852104,"id":723,"parentId":684,"tags":{"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":1767579457963,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2016,"timestamp":73852213,"id":724,"parentId":684,"tags":{"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":1767579457963,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2318,"timestamp":73852308,"id":725,"parentId":684,"tags":{"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":1767579457963,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":477,"timestamp":73855287,"id":726,"parentId":684,"tags":{"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":1767579457966,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1134,"timestamp":73860789,"id":727,"parentId":684,"tags":{"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":1767579457971,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1433,"timestamp":73860940,"id":728,"parentId":684,"tags":{"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":1767579457972,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1664,"timestamp":73861078,"id":729,"parentId":684,"tags":{"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":1767579457972,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1917,"timestamp":73861183,"id":730,"parentId":684,"tags":{"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":1767579457972,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2195,"timestamp":73861283,"id":731,"parentId":684,"tags":{"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":1767579457972,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1457,"timestamp":73864408,"id":732,"parentId":684,"tags":{"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":1767579457975,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1821,"timestamp":73864610,"id":733,"parentId":684,"tags":{"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":1767579457975,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1927,"timestamp":73864790,"id":734,"parentId":684,"tags":{"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":1767579457975,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1907,"timestamp":73864967,"id":735,"parentId":684,"tags":{"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":1767579457976,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":363,"timestamp":73867453,"id":736,"parentId":684,"tags":{"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":1767579457978,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1147,"timestamp":73870612,"id":737,"parentId":684,"tags":{"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":1767579457981,"traceId":"bd453ccefe254521"}]
|
|
8
|
+
[{"name":"build-module-js","duration":1386,"timestamp":73870740,"id":738,"parentId":684,"tags":{"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":1767579457981,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1594,"timestamp":73870843,"id":739,"parentId":684,"tags":{"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":1767579457981,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1658,"timestamp":73870946,"id":740,"parentId":684,"tags":{"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":1767579457982,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1725,"timestamp":73871063,"id":741,"parentId":684,"tags":{"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":1767579457982,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":955,"timestamp":73873419,"id":742,"parentId":684,"tags":{"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":1767579457984,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1615,"timestamp":73873547,"id":743,"parentId":679,"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":1767579457984,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1752,"timestamp":73878850,"id":744,"parentId":683,"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":1767579457989,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2008,"timestamp":73883714,"id":745,"parentId":693,"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":1767579457994,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2204,"timestamp":73883970,"id":746,"parentId":693,"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":1767579457995,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2767,"timestamp":73884221,"id":747,"parentId":685,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.js","layer":"ssr"},"startTime":1767579457995,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":558,"timestamp":73890169,"id":748,"parentId":688,"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":1767579458001,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1115,"timestamp":73892234,"id":749,"parentId":695,"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":1767579458003,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1006,"timestamp":73898036,"id":750,"parentId":696,"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":1767579458009,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":774,"timestamp":73906326,"id":751,"parentId":675,"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":1767579458017,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":787,"timestamp":73912554,"id":752,"parentId":644,"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":1767579458023,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":935,"timestamp":73921489,"id":753,"parentId":682,"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":1767579458032,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":723,"timestamp":73932251,"id":754,"parentId":644,"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":1767579458043,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1283,"timestamp":73948438,"id":755,"parentId":686,"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":1767579458059,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1038,"timestamp":73954708,"id":756,"parentId":690,"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":1767579458065,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":997,"timestamp":73961630,"id":757,"parentId":690,"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":1767579458072,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1760,"timestamp":73975812,"id":758,"parentId":690,"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":1767579458086,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2045,"timestamp":73976067,"id":759,"parentId":704,"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":1767579458087,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2307,"timestamp":73976244,"id":760,"parentId":704,"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":1767579458087,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1352,"timestamp":73987407,"id":761,"parentId":705,"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":1767579458098,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1680,"timestamp":73987641,"id":762,"parentId":711,"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":1767579458098,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1699,"timestamp":73987821,"id":763,"parentId":706,"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":1767579458098,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":974,"timestamp":73993647,"id":764,"parentId":711,"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":1767579458104,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1073,"timestamp":73998534,"id":765,"parentId":728,"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":1767579458109,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1161,"timestamp":73998725,"id":766,"parentId":713,"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":1767579458109,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":1632,"timestamp":74005717,"id":767,"parentId":658,"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":1767579458116,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":2431,"timestamp":74008154,"id":768,"parentId":659,"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":1767579458119,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":2729,"timestamp":74008361,"id":769,"parentId":661,"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":1767579458119,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":748,"timestamp":74016024,"id":770,"parentId":700,"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":1767579458127,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":508,"timestamp":74017920,"id":771,"parentId":743,"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":1767579458129,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":1490,"timestamp":74022641,"id":772,"parentId":661,"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":1767579458133,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1340,"timestamp":74023095,"id":774,"parentId":700,"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":1767579458134,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":13523,"timestamp":74022869,"id":773,"parentId":661,"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":1767579458134,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":822,"timestamp":74063100,"id":775,"parentId":714,"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":1767579458174,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":806,"timestamp":74088248,"id":776,"parentId":716,"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":1767579458199,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1375,"timestamp":74129165,"id":777,"parentId":716,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/index.js","layer":"ssr"},"startTime":1767579458240,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1096,"timestamp":74145468,"id":778,"parentId":716,"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":1767579458256,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1176,"timestamp":74150942,"id":779,"parentId":716,"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":1767579458262,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":501,"timestamp":74156459,"id":780,"parentId":716,"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":1767579458267,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1027,"timestamp":74159828,"id":781,"parentId":741,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.js","layer":"ssr"},"startTime":1767579458270,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":539,"timestamp":74162996,"id":782,"parentId":743,"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":1767579458274,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":354,"timestamp":74170078,"id":783,"parentId":744,"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":1767579458281,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":640,"timestamp":74180407,"id":784,"parentId":744,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js","layer":"ssr"},"startTime":1767579458291,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1438,"timestamp":74188820,"id":785,"parentId":682,"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":1767579458299,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2908,"timestamp":74189071,"id":786,"parentId":749,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.js","layer":"ssr"},"startTime":1767579458300,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5585,"timestamp":74196758,"id":787,"parentId":757,"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":1767579458307,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6486,"timestamp":74196967,"id":788,"parentId":757,"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":1767579458308,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6640,"timestamp":74197161,"id":789,"parentId":757,"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":1767579458308,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7131,"timestamp":74197324,"id":790,"parentId":757,"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":1767579458308,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7341,"timestamp":74197486,"id":791,"parentId":757,"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":1767579458308,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7846,"timestamp":74197645,"id":792,"parentId":757,"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":1767579458308,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9386,"timestamp":74197800,"id":793,"parentId":757,"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":1767579458308,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10232,"timestamp":74197956,"id":794,"parentId":757,"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":1767579458309,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":854,"timestamp":74213139,"id":795,"parentId":749,"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":1767579458324,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1859,"timestamp":74213363,"id":796,"parentId":757,"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":1767579458324,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1219,"timestamp":74218088,"id":797,"parentId":757,"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":1767579458329,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3000,"timestamp":74225666,"id":798,"parentId":757,"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":1767579458336,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3752,"timestamp":74225879,"id":799,"parentId":757,"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":1767579458337,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8512,"timestamp":74226198,"id":800,"parentId":757,"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":1767579458337,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":13355,"timestamp":74226370,"id":801,"parentId":757,"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":1767579458337,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":13554,"timestamp":74226531,"id":802,"parentId":757,"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":1767579458337,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3446,"timestamp":74242684,"id":803,"parentId":757,"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":1767579458353,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3645,"timestamp":74242908,"id":804,"parentId":757,"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":1767579458354,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3798,"timestamp":74243098,"id":805,"parentId":757,"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":1767579458354,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":960,"timestamp":74250858,"id":806,"parentId":757,"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":1767579458362,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2142,"timestamp":74251071,"id":807,"parentId":757,"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":1767579458362,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1800,"timestamp":74259160,"id":808,"parentId":757,"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":1767579458370,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2105,"timestamp":74259348,"id":809,"parentId":757,"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":1767579458370,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2481,"timestamp":74266951,"id":810,"parentId":751,"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":1767579458378,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":659,"timestamp":74276913,"id":811,"parentId":753,"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":1767579458388,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":853,"timestamp":74294888,"id":812,"parentId":775,"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":1767579458406,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1114,"timestamp":74295074,"id":813,"parentId":776,"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":1767579458406,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4842,"timestamp":74301407,"id":814,"parentId":777,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/compile.js","layer":"ssr"},"startTime":1767579458412,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5085,"timestamp":74301601,"id":815,"parentId":777,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.js","layer":"ssr"},"startTime":1767579458412,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5148,"timestamp":74301761,"id":816,"parentId":777,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.js","layer":"ssr"},"startTime":1767579458412,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5792,"timestamp":74301916,"id":817,"parentId":777,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.js","layer":"ssr"},"startTime":1767579458413,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1984,"timestamp":74321424,"id":818,"parentId":782,"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":1767579458432,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1526,"timestamp":74328257,"id":819,"parentId":783,"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":1767579458439,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4614,"timestamp":74335174,"id":820,"parentId":785,"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":1767579458446,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5343,"timestamp":74335370,"id":821,"parentId":785,"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":1767579458446,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1701,"timestamp":74354359,"id":822,"parentId":795,"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":1767579458465,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1952,"timestamp":74354598,"id":823,"parentId":795,"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":1767579458465,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6585,"timestamp":74418279,"id":824,"parentId":780,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/character-entities@2.0.2/node_modules/character-entities/index.js","layer":"ssr"},"startTime":1767579458529,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3126,"timestamp":74439205,"id":825,"parentId":797,"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":1767579458550,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3814,"timestamp":74439384,"id":826,"parentId":815,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.js","layer":"ssr"},"startTime":1767579458550,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2797,"timestamp":74454533,"id":827,"parentId":798,"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":1767579458565,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5159,"timestamp":74454776,"id":828,"parentId":815,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.js","layer":"ssr"},"startTime":1767579458565,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5587,"timestamp":74454941,"id":829,"parentId":815,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.js","layer":"ssr"},"startTime":1767579458566,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7197,"timestamp":74455125,"id":830,"parentId":815,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.js","layer":"ssr"},"startTime":1767579458566,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2142,"timestamp":74464324,"id":831,"parentId":822,"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":1767579458575,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2388,"timestamp":74464559,"id":832,"parentId":820,"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":1767579458575,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2720,"timestamp":74464740,"id":833,"parentId":815,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.js","layer":"ssr"},"startTime":1767579458575,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3973,"timestamp":74464915,"id":834,"parentId":815,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.js","layer":"ssr"},"startTime":1767579458576,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1836,"timestamp":74474798,"id":835,"parentId":798,"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":1767579458585,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2063,"timestamp":74475033,"id":836,"parentId":822,"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":1767579458586,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2452,"timestamp":74475208,"id":837,"parentId":822,"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":1767579458586,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1715,"timestamp":74479942,"id":838,"parentId":823,"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":1767579458591,"traceId":"bd453ccefe254521"}]
|
|
9
|
+
[{"name":"build-module-js","duration":2170,"timestamp":74480168,"id":839,"parentId":823,"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":1767579458591,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2384,"timestamp":74480344,"id":840,"parentId":823,"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":1767579458591,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2835,"timestamp":74480509,"id":841,"parentId":823,"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":1767579458591,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2305,"timestamp":74488649,"id":842,"parentId":823,"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":1767579458599,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2738,"timestamp":74488866,"id":843,"parentId":823,"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":1767579458600,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2739,"timestamp":74489065,"id":844,"parentId":823,"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":1767579458600,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3207,"timestamp":74489238,"id":845,"parentId":823,"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":1767579458600,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1005,"timestamp":74494265,"id":846,"parentId":798,"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":1767579458605,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":822,"timestamp":74497475,"id":847,"parentId":823,"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":1767579458608,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1114,"timestamp":74497601,"id":848,"parentId":823,"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":1767579458608,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1145,"timestamp":74501188,"id":849,"parentId":823,"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":1767579458612,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1321,"timestamp":74501316,"id":850,"parentId":823,"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":1767579458612,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1409,"timestamp":74501418,"id":851,"parentId":822,"tags":{"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":1767579458612,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1278,"timestamp":74503680,"id":852,"parentId":800,"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":1767579458614,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1731,"timestamp":74503817,"id":853,"parentId":822,"tags":{"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":1767579458614,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1962,"timestamp":74503922,"id":854,"parentId":822,"tags":{"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":1767579458615,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2118,"timestamp":74504044,"id":855,"parentId":822,"tags":{"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":1767579458615,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2270,"timestamp":74504145,"id":856,"parentId":822,"tags":{"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":1767579458615,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1520,"timestamp":74510258,"id":857,"parentId":798,"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":1767579458621,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2396,"timestamp":74510446,"id":858,"parentId":822,"tags":{"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":1767579458621,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2629,"timestamp":74510609,"id":859,"parentId":822,"tags":{"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":1767579458621,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1670,"timestamp":74534130,"id":860,"parentId":823,"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":1767579458645,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1678,"timestamp":74534361,"id":861,"parentId":823,"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":1767579458645,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2208,"timestamp":74534517,"id":862,"parentId":823,"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":1767579458645,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1364,"timestamp":74538240,"id":863,"parentId":823,"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":1767579458649,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1353,"timestamp":74538419,"id":864,"parentId":823,"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":1767579458649,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1714,"timestamp":74538569,"id":865,"parentId":823,"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":1767579458649,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":628,"timestamp":74542758,"id":866,"parentId":823,"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":1767579458653,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":637,"timestamp":74551474,"id":867,"parentId":836,"tags":{"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":1767579458662,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":934,"timestamp":74555458,"id":868,"parentId":836,"tags":{"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":1767579458666,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1894,"timestamp":74555598,"id":869,"parentId":825,"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":1767579458666,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":961,"timestamp":74558781,"id":870,"parentId":840,"tags":{"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":1767579458669,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1004,"timestamp":74558974,"id":871,"parentId":839,"tags":{"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":1767579458670,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":627,"timestamp":74562650,"id":872,"parentId":841,"tags":{"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":1767579458673,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1160,"timestamp":74566924,"id":873,"parentId":842,"tags":{"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":1767579458678,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1133,"timestamp":74567141,"id":874,"parentId":842,"tags":{"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":1767579458678,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1384,"timestamp":74567314,"id":875,"parentId":842,"tags":{"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":1767579458678,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":655,"timestamp":74572753,"id":876,"parentId":849,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js","layer":"ssr"},"startTime":1767579458683,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":504,"timestamp":74586338,"id":877,"parentId":819,"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":1767579458697,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1062,"timestamp":74591319,"id":878,"parentId":822,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js","layer":"ssr"},"startTime":1767579458702,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1108,"timestamp":74591459,"id":879,"parentId":860,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js","layer":"ssr"},"startTime":1767579458702,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1195,"timestamp":74591563,"id":880,"parentId":860,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js","layer":"ssr"},"startTime":1767579458702,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1381,"timestamp":74591659,"id":881,"parentId":862,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js","layer":"ssr"},"startTime":1767579458702,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":580,"timestamp":74597333,"id":882,"parentId":862,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js","layer":"ssr"},"startTime":1767579458708,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":632,"timestamp":74597474,"id":883,"parentId":862,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.js","layer":"ssr"},"startTime":1767579458708,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":567,"timestamp":74598480,"id":884,"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-rule-repetition.js","layer":"ssr"},"startTime":1767579458709,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":606,"timestamp":74598615,"id":885,"parentId":865,"tags":{"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":1767579458709,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":875,"timestamp":74616289,"id":886,"parentId":839,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.js","layer":"ssr"},"startTime":1767579458727,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":560,"timestamp":74621047,"id":887,"parentId":863,"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":1767579458732,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":709,"timestamp":74623124,"id":888,"parentId":887,"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":1767579458734,"traceId":"bd453ccefe254521"},{"name":"make","duration":5695654,"timestamp":68938986,"id":22,"parentId":20,"tags":{},"startTime":1767579453050,"traceId":"bd453ccefe254521"},{"name":"get-entries","duration":794,"timestamp":74636487,"id":890,"parentId":889,"tags":{},"startTime":1767579458747,"traceId":"bd453ccefe254521"},{"name":"node-file-trace-plugin","duration":105060,"timestamp":74642385,"id":891,"parentId":889,"tags":{"traceEntryCount":"10"},"startTime":1767579458753,"traceId":"bd453ccefe254521"},{"name":"collect-traced-files","duration":692,"timestamp":74747463,"id":892,"parentId":889,"tags":{},"startTime":1767579458858,"traceId":"bd453ccefe254521"},{"name":"finish-modules","duration":111975,"timestamp":74636188,"id":889,"parentId":21,"tags":{},"startTime":1767579458747,"traceId":"bd453ccefe254521"},{"name":"chunk-graph","duration":21383,"timestamp":74813882,"id":894,"parentId":893,"tags":{},"startTime":1767579458925,"traceId":"bd453ccefe254521"},{"name":"optimize-modules","duration":39,"timestamp":74835430,"id":896,"parentId":893,"tags":{},"startTime":1767579458946,"traceId":"bd453ccefe254521"},{"name":"optimize-chunks","duration":20677,"timestamp":74835572,"id":897,"parentId":893,"tags":{},"startTime":1767579458946,"traceId":"bd453ccefe254521"},{"name":"optimize-tree","duration":123,"timestamp":74856334,"id":898,"parentId":893,"tags":{},"startTime":1767579458967,"traceId":"bd453ccefe254521"},{"name":"optimize-chunk-modules","duration":33561,"timestamp":74856547,"id":899,"parentId":893,"tags":{},"startTime":1767579458967,"traceId":"bd453ccefe254521"},{"name":"optimize","duration":54912,"timestamp":74835358,"id":895,"parentId":893,"tags":{},"startTime":1767579458946,"traceId":"bd453ccefe254521"},{"name":"module-hash","duration":38081,"timestamp":74915248,"id":900,"parentId":893,"tags":{},"startTime":1767579459026,"traceId":"bd453ccefe254521"},{"name":"code-generation","duration":519982,"timestamp":74953398,"id":901,"parentId":893,"tags":{},"startTime":1767579459064,"traceId":"bd453ccefe254521"},{"name":"hash","duration":7827,"timestamp":75478744,"id":902,"parentId":893,"tags":{},"startTime":1767579459589,"traceId":"bd453ccefe254521"},{"name":"code-generation-jobs","duration":569,"timestamp":75486567,"id":903,"parentId":893,"tags":{},"startTime":1767579459597,"traceId":"bd453ccefe254521"},{"name":"module-assets","duration":442,"timestamp":75487063,"id":904,"parentId":893,"tags":{},"startTime":1767579459598,"traceId":"bd453ccefe254521"},{"name":"create-chunk-assets","duration":8349,"timestamp":75487521,"id":905,"parentId":893,"tags":{},"startTime":1767579459598,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":95538,"timestamp":75530416,"id":908,"parentId":906,"tags":{"name":"../pages/_app.js","cache":"MISS"},"startTime":1767579459641,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":113179,"timestamp":75521958,"id":907,"parentId":906,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1767579459633,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":93531,"timestamp":75541691,"id":910,"parentId":906,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1767579459652,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":49444,"timestamp":75585811,"id":913,"parentId":906,"tags":{"name":"../pages/_document.js","cache":"MISS"},"startTime":1767579459696,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":49968,"timestamp":75585898,"id":914,"parentId":906,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1767579459697,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":97853,"timestamp":75544377,"id":911,"parentId":906,"tags":{"name":"../app/settings/page.js","cache":"MISS"},"startTime":1767579459655,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":198730,"timestamp":75531389,"id":909,"parentId":906,"tags":{"name":"../pages/_error.js","cache":"MISS"},"startTime":1767579459642,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":187069,"timestamp":75605383,"id":917,"parentId":906,"tags":{"name":"799.js","cache":"MISS"},"startTime":1767579459716,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":190343,"timestamp":75607180,"id":918,"parentId":906,"tags":{"name":"392.js","cache":"MISS"},"startTime":1767579459718,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":204866,"timestamp":75599491,"id":916,"parentId":906,"tags":{"name":"811.js","cache":"MISS"},"startTime":1767579459710,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":339944,"timestamp":75586222,"id":915,"parentId":906,"tags":{"name":"673.js","cache":"MISS"},"startTime":1767579459697,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":382083,"timestamp":75545738,"id":912,"parentId":906,"tags":{"name":"../app/project/[id]/page.js","cache":"MISS"},"startTime":1767579459656,"traceId":"bd453ccefe254521"},{"name":"minify-webpack-plugin-optimize","duration":429256,"timestamp":75498576,"id":906,"parentId":20,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1767579459609,"traceId":"bd453ccefe254521"},{"name":"css-minimizer-plugin","duration":155,"timestamp":75928075,"id":919,"parentId":20,"tags":{},"startTime":1767579460039,"traceId":"bd453ccefe254521"},{"name":"create-trace-assets","duration":1462,"timestamp":75928429,"id":920,"parentId":21,"tags":{},"startTime":1767579460039,"traceId":"bd453ccefe254521"},{"name":"seal","duration":1152017,"timestamp":74786302,"id":893,"parentId":20,"tags":{},"startTime":1767579458897,"traceId":"bd453ccefe254521"},{"name":"webpack-compilation","duration":7057628,"timestamp":68905715,"id":20,"parentId":17,"tags":{"name":"server"},"startTime":1767579453016,"traceId":"bd453ccefe254521"},{"name":"emit","duration":8428,"timestamp":75963939,"id":921,"parentId":17,"tags":{},"startTime":1767579460075,"traceId":"bd453ccefe254521"},{"name":"webpack-close","duration":552794,"timestamp":75974394,"id":922,"parentId":17,"tags":{"name":"server"},"startTime":1767579460085,"traceId":"bd453ccefe254521"},{"name":"webpack-generate-error-stats","duration":2651,"timestamp":76527287,"id":923,"parentId":922,"tags":{},"startTime":1767579460638,"traceId":"bd453ccefe254521"},{"name":"run-webpack-compiler","duration":7918936,"timestamp":68611334,"id":17,"parentId":16,"tags":{},"startTime":1767579452722,"traceId":"bd453ccefe254521"},{"name":"format-webpack-messages","duration":86,"timestamp":76530279,"id":924,"parentId":16,"tags":{},"startTime":1767579460641,"traceId":"bd453ccefe254521"},{"name":"worker-main-server","duration":7919689,"timestamp":68610827,"id":16,"parentId":1,"tags":{},"startTime":1767579452721,"traceId":"bd453ccefe254521"},{"name":"create-entrypoints","duration":15102,"timestamp":77373095,"id":927,"parentId":925,"tags":{},"startTime":1767579461484,"traceId":"bd453ccefe254521"},{"name":"generate-webpack-config","duration":119969,"timestamp":77388359,"id":928,"parentId":926,"tags":{},"startTime":1767579461499,"traceId":"bd453ccefe254521"},{"name":"make","duration":848,"timestamp":77632342,"id":930,"parentId":929,"tags":{},"startTime":1767579461743,"traceId":"bd453ccefe254521"},{"name":"chunk-graph","duration":688,"timestamp":77636403,"id":932,"parentId":931,"tags":{},"startTime":1767579461747,"traceId":"bd453ccefe254521"},{"name":"optimize-modules","duration":45,"timestamp":77637247,"id":934,"parentId":931,"tags":{},"startTime":1767579461748,"traceId":"bd453ccefe254521"},{"name":"optimize-chunks","duration":926,"timestamp":77637396,"id":935,"parentId":931,"tags":{},"startTime":1767579461748,"traceId":"bd453ccefe254521"},{"name":"optimize-tree","duration":126,"timestamp":77638410,"id":936,"parentId":931,"tags":{},"startTime":1767579461749,"traceId":"bd453ccefe254521"},{"name":"optimize-chunk-modules","duration":788,"timestamp":77638763,"id":937,"parentId":931,"tags":{},"startTime":1767579461749,"traceId":"bd453ccefe254521"},{"name":"optimize","duration":2534,"timestamp":77637177,"id":933,"parentId":931,"tags":{},"startTime":1767579461748,"traceId":"bd453ccefe254521"},{"name":"module-hash","duration":107,"timestamp":77641464,"id":938,"parentId":931,"tags":{},"startTime":1767579461752,"traceId":"bd453ccefe254521"},{"name":"code-generation","duration":226,"timestamp":77641626,"id":939,"parentId":931,"tags":{},"startTime":1767579461752,"traceId":"bd453ccefe254521"}]
|
|
10
|
+
[{"name":"hash","duration":442,"timestamp":77642164,"id":940,"parentId":931,"tags":{},"startTime":1767579461753,"traceId":"bd453ccefe254521"},{"name":"code-generation-jobs","duration":156,"timestamp":77642601,"id":941,"parentId":931,"tags":{},"startTime":1767579461753,"traceId":"bd453ccefe254521"},{"name":"module-assets","duration":94,"timestamp":77642717,"id":942,"parentId":931,"tags":{},"startTime":1767579461753,"traceId":"bd453ccefe254521"},{"name":"create-chunk-assets","duration":223,"timestamp":77642829,"id":943,"parentId":931,"tags":{},"startTime":1767579461753,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":1558,"timestamp":77654144,"id":945,"parentId":944,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1767579461765,"traceId":"bd453ccefe254521"},{"name":"minify-webpack-plugin-optimize","duration":3649,"timestamp":77652068,"id":944,"parentId":929,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1767579461763,"traceId":"bd453ccefe254521"},{"name":"css-minimizer-plugin","duration":197,"timestamp":77655853,"id":946,"parentId":929,"tags":{},"startTime":1767579461766,"traceId":"bd453ccefe254521"},{"name":"seal","duration":25889,"timestamp":77635616,"id":931,"parentId":929,"tags":{},"startTime":1767579461746,"traceId":"bd453ccefe254521"},{"name":"webpack-compilation","duration":37482,"timestamp":77624690,"id":929,"parentId":926,"tags":{"name":"edge-server"},"startTime":1767579461735,"traceId":"bd453ccefe254521"},{"name":"emit","duration":3479,"timestamp":77662771,"id":947,"parentId":926,"tags":{},"startTime":1767579461773,"traceId":"bd453ccefe254521"},{"name":"webpack-close","duration":14619,"timestamp":77667535,"id":948,"parentId":926,"tags":{"name":"edge-server"},"startTime":1767579461778,"traceId":"bd453ccefe254521"},{"name":"webpack-generate-error-stats","duration":4164,"timestamp":77682222,"id":949,"parentId":948,"tags":{},"startTime":1767579461793,"traceId":"bd453ccefe254521"},{"name":"run-webpack-compiler","duration":313492,"timestamp":77373088,"id":926,"parentId":925,"tags":{},"startTime":1767579461484,"traceId":"bd453ccefe254521"},{"name":"format-webpack-messages","duration":111,"timestamp":77686590,"id":950,"parentId":925,"tags":{},"startTime":1767579461797,"traceId":"bd453ccefe254521"},{"name":"worker-main-edge-server","duration":314211,"timestamp":77372694,"id":925,"parentId":1,"tags":{},"startTime":1767579461483,"traceId":"bd453ccefe254521"},{"name":"create-entrypoints","duration":23899,"timestamp":78537274,"id":953,"parentId":951,"tags":{},"startTime":1767579462648,"traceId":"bd453ccefe254521"},{"name":"generate-webpack-config","duration":111401,"timestamp":78561395,"id":954,"parentId":952,"tags":{},"startTime":1767579462672,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":17352,"timestamp":78863492,"id":968,"parentId":959,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767579462974,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":2325,"timestamp":78881177,"id":969,"parentId":964,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767579462992,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":774,"timestamp":78883544,"id":970,"parentId":965,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767579462994,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":619,"timestamp":78884362,"id":971,"parentId":966,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767579462995,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":640,"timestamp":78885052,"id":972,"parentId":967,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767579462996,"traceId":"bd453ccefe254521"},{"name":"next-client-pages-loader","duration":437,"timestamp":78886583,"id":974,"parentId":973,"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":1767579462997,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":8638,"timestamp":78885755,"id":973,"parentId":960,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767579462996,"traceId":"bd453ccefe254521"},{"name":"next-client-pages-loader","duration":66,"timestamp":78895867,"id":976,"parentId":975,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1767579463007,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":2717,"timestamp":78894439,"id":975,"parentId":961,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767579463005,"traceId":"bd453ccefe254521"},{"name":"next-client-pages-loader","duration":88,"timestamp":78897430,"id":978,"parentId":977,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1767579463008,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":1327,"timestamp":78897286,"id":977,"parentId":963,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767579463008,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":17643,"timestamp":78924982,"id":980,"parentId":958,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579463036,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":36671,"timestamp":78926303,"id":981,"parentId":962,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579463037,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":44262,"timestamp":78921255,"id":979,"parentId":957,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579463032,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5434,"timestamp":78996041,"id":982,"parentId":973,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579463107,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7929,"timestamp":79006858,"id":983,"parentId":968,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579463118,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9807,"timestamp":79007057,"id":984,"parentId":968,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579463118,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":13573,"timestamp":79007205,"id":985,"parentId":968,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579463118,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":16819,"timestamp":79007334,"id":986,"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-webpack.js","layer":"app-pages-browser"},"startTime":1767579463118,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":18846,"timestamp":79007456,"id":987,"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-bootstrap.js","layer":"app-pages-browser"},"startTime":1767579463118,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":20753,"timestamp":79008096,"id":991,"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/webpack.js","layer":"pages-dir-browser"},"startTime":1767579463119,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":30239,"timestamp":79007680,"id":988,"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-index.js","layer":"app-pages-browser"},"startTime":1767579463118,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":31920,"timestamp":79008205,"id":992,"parentId":968,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579463119,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":33632,"timestamp":79007949,"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/client/with-router.js","layer":"pages-dir-browser"},"startTime":1767579463119,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":49371,"timestamp":79007816,"id":989,"parentId":968,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579463118,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3400,"timestamp":79087846,"id":995,"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/lib/require-instrumentation-client.js","layer":"pages-dir-browser"},"startTime":1767579463198,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6341,"timestamp":79088327,"id":996,"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/lib/is-error.js","layer":"pages-dir-browser"},"startTime":1767579463199,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9049,"timestamp":79087563,"id":994,"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/lib/require-instrumentation-client.js","layer":"app-pages-browser"},"startTime":1767579463198,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11623,"timestamp":79100372,"id":997,"parentId":968,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579463211,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":26003,"timestamp":79100552,"id":998,"parentId":968,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579463211,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":42004,"timestamp":79100837,"id":999,"parentId":968,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579463211,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":86497,"timestamp":79087379,"id":993,"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/index.js","layer":"pages-dir-browser"},"startTime":1767579463198,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6409,"timestamp":79259436,"id":1000,"parentId":975,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767579463370,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9452,"timestamp":79259709,"id":1001,"parentId":977,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767579463370,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7367,"timestamp":79274465,"id":1002,"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/shared/lib/router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1767579463385,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9152,"timestamp":79274685,"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/components/http-access-fallback/error-fallback.js","layer":"app-pages-browser"},"startTime":1767579463385,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":13842,"timestamp":79275110,"id":1007,"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/shared/lib/invariant-error.js","layer":"app-pages-browser"},"startTime":1767579463386,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":22642,"timestamp":79275209,"id":1008,"parentId":969,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"app-pages-browser"},"startTime":1767579463386,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":26547,"timestamp":79276529,"id":1009,"parentId":970,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"app-pages-browser"},"startTime":1767579463387,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":28422,"timestamp":79277072,"id":1011,"parentId":972,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"app-pages-browser"},"startTime":1767579463388,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":31342,"timestamp":79274855,"id":1006,"parentId":968,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579463385,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":48275,"timestamp":79274780,"id":1005,"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/components/app-router.js","layer":"app-pages-browser"},"startTime":1767579463385,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":48184,"timestamp":79276777,"id":1010,"parentId":971,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"app-pages-browser"},"startTime":1767579463387,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":106111,"timestamp":79274608,"id":1003,"parentId":981,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/router.js","layer":"pages-dir-browser"},"startTime":1767579463385,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":859,"timestamp":79442498,"id":1013,"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/deployment-id.js","layer":"pages-dir-browser"},"startTime":1767579463553,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5734,"timestamp":79442225,"id":1012,"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/deployment-id.js","layer":"app-pages-browser"},"startTime":1767579463553,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8099,"timestamp":79451752,"id":1015,"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/client/app-globals.js","layer":"app-pages-browser"},"startTime":1767579463562,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9733,"timestamp":79451605,"id":1014,"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/set-attributes-from-props.js","layer":"app-pages-browser"},"startTime":1767579463562,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10609,"timestamp":79451934,"id":1017,"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/client/app-find-source-map-url.js","layer":"app-pages-browser"},"startTime":1767579463563,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11572,"timestamp":79451848,"id":1016,"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/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1767579463562,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11652,"timestamp":79452167,"id":1019,"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/shared/lib/encode-uri-path.js","layer":"app-pages-browser"},"startTime":1767579463563,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":12735,"timestamp":79452041,"id":1018,"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/client/app-build-id.js","layer":"app-pages-browser"},"startTime":1767579463563,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4787,"timestamp":79467087,"id":1021,"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/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1767579463578,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5326,"timestamp":79467154,"id":1022,"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/shared/lib/app-router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1767579463578,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5708,"timestamp":79467213,"id":1023,"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/shared/lib/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1767579463578,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10167,"timestamp":79466950,"id":1020,"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/client/components/app-router-instance.js","layer":"app-pages-browser"},"startTime":1767579463578,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3301,"timestamp":79491657,"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/shared/lib/head-manager-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1767579463602,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5034,"timestamp":79491816,"id":1025,"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/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1767579463602,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9713,"timestamp":79491936,"id":1026,"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/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1767579463603,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11954,"timestamp":79492103,"id":1028,"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/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1767579463603,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":13542,"timestamp":79492167,"id":1029,"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/client/components/bfcache.js","layer":"app-pages-browser"},"startTime":1767579463603,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":14759,"timestamp":79492223,"id":1030,"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/client/components/use-action-queue.js","layer":"app-pages-browser"},"startTime":1767579463603,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":15467,"timestamp":79492274,"id":1031,"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/client/components/handle-isr-error.js","layer":"app-pages-browser"},"startTime":1767579463603,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":16377,"timestamp":79492322,"id":1032,"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/request/search-params.browser.js","layer":"app-pages-browser"},"startTime":1767579463603,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":16976,"timestamp":79492377,"id":1033,"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/request/params.browser.js","layer":"app-pages-browser"},"startTime":1767579463603,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":19676,"timestamp":79492424,"id":1034,"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/client/react-client-callbacks/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1767579463603,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":20700,"timestamp":79492527,"id":1036,"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/react-client-callbacks/on-recoverable-error.js","layer":"pages-dir-browser"},"startTime":1767579463603,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":23323,"timestamp":79492472,"id":1035,"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/client/react-client-callbacks/error-boundary-callbacks.js","layer":"app-pages-browser"},"startTime":1767579463603,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":23251,"timestamp":79493731,"id":1037,"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/client/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1767579463604,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":24620,"timestamp":79493817,"id":1038,"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/client/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1767579463604,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":25455,"timestamp":79493938,"id":1040,"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/client/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1767579463605,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":28121,"timestamp":79492032,"id":1027,"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/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1767579463603,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":25838,"timestamp":79495206,"id":1041,"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/shared/lib/router/utils/disable-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1767579463606,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":31809,"timestamp":79493884,"id":1039,"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/client/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1767579463605,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2585,"timestamp":79556576,"id":1050,"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/lib/framework/boundary-constants.js","layer":"app-pages-browser"},"startTime":1767579463667,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4755,"timestamp":79555720,"id":1042,"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/shared/lib/router/utils/disable-smooth-scroll.js","layer":"pages-dir-browser"},"startTime":1767579463666,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":448,"timestamp":79560897,"id":1062,"parentId":995,"tags":{"layer":null},"startTime":1767579463672,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2088,"timestamp":79560758,"id":1060,"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/build/polyfills/polyfill-module.js","layer":"pages-dir-browser"},"startTime":1767579463671,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1980,"timestamp":79561363,"id":1063,"parentId":990,"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":1767579463672,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10302,"timestamp":79555876,"id":1043,"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/shared/lib/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1767579463667,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11266,"timestamp":79555979,"id":1044,"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/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1767579463667,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11869,"timestamp":79556101,"id":1045,"parentId":996,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579463667,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":12720,"timestamp":79556352,"id":1047,"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/shared/lib/mitt.js","layer":"pages-dir-browser"},"startTime":1767579463667,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":13182,"timestamp":79556509,"id":1049,"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/shared/lib/runtime-config.external.js","layer":"pages-dir-browser"},"startTime":1767579463667,"traceId":"bd453ccefe254521"}]
|
|
11
|
+
[{"name":"build-module-js","duration":17187,"timestamp":79556431,"id":1048,"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/shared/lib/utils.js","layer":"pages-dir-browser"},"startTime":1767579463667,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":18121,"timestamp":79556767,"id":1051,"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/client/components/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1767579463667,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":18871,"timestamp":79556858,"id":1052,"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/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-browser"},"startTime":1767579463667,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":20119,"timestamp":79557071,"id":1053,"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/shared/lib/router/utils/querystring.js","layer":"pages-dir-browser"},"startTime":1767579463668,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1935,"timestamp":79578646,"id":1066,"parentId":981,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react@19.2.3/node_modules/react/index.js","layer":"pages-dir-browser"},"startTime":1767579463689,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1984,"timestamp":79578910,"id":1070,"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/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1767579463690,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1769,"timestamp":79579786,"id":1071,"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/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1767579463690,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4712,"timestamp":79580052,"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/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1767579463691,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":29156,"timestamp":79557250,"id":1056,"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/route-announcer.js","layer":"pages-dir-browser"},"startTime":1767579463668,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":30318,"timestamp":79557306,"id":1057,"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/remove-base-path.js","layer":"pages-dir-browser"},"startTime":1767579463668,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":29087,"timestamp":79560615,"id":1058,"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/remove-base-path.js","layer":"app-pages-browser"},"startTime":1767579463671,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":35515,"timestamp":79557203,"id":1055,"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/page-loader.js","layer":"pages-dir-browser"},"startTime":1767579463668,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":32428,"timestamp":79560808,"id":1061,"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/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1767579463671,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":35871,"timestamp":79560706,"id":1059,"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/shared/lib/image-config-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1767579463671,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":44095,"timestamp":79556181,"id":1046,"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/head-manager.js","layer":"pages-dir-browser"},"startTime":1767579463667,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":44800,"timestamp":79557136,"id":1054,"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/client/components/http-access-fallback/http-access-fallback.js","layer":"app-pages-browser"},"startTime":1767579463668,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":24374,"timestamp":79578421,"id":1064,"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/has-base-path.js","layer":"pages-dir-browser"},"startTime":1767579463689,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":25142,"timestamp":79578546,"id":1065,"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/has-base-path.js","layer":"app-pages-browser"},"startTime":1767579463689,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":26915,"timestamp":79578699,"id":1067,"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/shared/lib/router/adapters.js","layer":"pages-dir-browser"},"startTime":1767579463689,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":27517,"timestamp":79578768,"id":1068,"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/shared/lib/hooks-client-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1767579463689,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":40669,"timestamp":79578832,"id":1069,"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/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1767579463689,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4469,"timestamp":79624653,"id":1074,"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/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1767579463735,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":914,"timestamp":79628539,"id":1079,"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/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1767579463739,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1524,"timestamp":79628591,"id":1080,"parentId":993,"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":1767579463739,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2040,"timestamp":79628628,"id":1081,"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/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1767579463739,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1707,"timestamp":79635481,"id":1089,"parentId":981,"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":1767579463746,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8043,"timestamp":79634074,"id":1082,"parentId":1034,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1767579463745,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":14536,"timestamp":79628365,"id":1077,"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/is-next-router-error.js","layer":"pages-dir-browser"},"startTime":1767579463739,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":25284,"timestamp":79628463,"id":1078,"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/script.js","layer":"pages-dir-browser"},"startTime":1767579463739,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":20888,"timestamp":79634345,"id":1083,"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/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1767579463745,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":21646,"timestamp":79634456,"id":1084,"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/portal/index.js","layer":"pages-dir-browser"},"startTime":1767579463745,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":21401,"timestamp":79635344,"id":1088,"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/styles/access-error-styles.js","layer":"app-pages-browser"},"startTime":1767579463746,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":27645,"timestamp":79635245,"id":1087,"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/tracing/tracer.js","layer":"pages-dir-browser"},"startTime":1767579463746,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":30309,"timestamp":79634553,"id":1085,"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/shared/lib/head.js","layer":"pages-dir-browser"},"startTime":1767579463745,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2133,"timestamp":79681415,"id":1092,"parentId":993,"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":1767579463792,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5477,"timestamp":79680416,"id":1090,"parentId":988,"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":1767579463791,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5396,"timestamp":79681213,"id":1091,"parentId":988,"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":1767579463792,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6287,"timestamp":79681470,"id":1093,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1767579463792,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6793,"timestamp":79681564,"id":1094,"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/utils/is-bot.js","layer":"app-pages-browser"},"startTime":1767579463792,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6937,"timestamp":79681732,"id":1096,"parentId":1042,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579463792,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7864,"timestamp":79681651,"id":1095,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"pages-dir-browser"},"startTime":1767579463792,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8597,"timestamp":79681801,"id":1097,"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/add-base-path.js","layer":"app-pages-browser"},"startTime":1767579463792,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9401,"timestamp":79681894,"id":1098,"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/add-base-path.js","layer":"pages-dir-browser"},"startTime":1767579463793,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10711,"timestamp":79681962,"id":1099,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1767579463793,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":192048,"timestamp":79579832,"id":1072,"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/api/navigation.js","layer":"app-pages-browser"},"startTime":1767579463690,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":75619,"timestamp":79697549,"id":1100,"parentId":1046,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/set-attributes-from-props.js","layer":"pages-dir-browser"},"startTime":1767579463808,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":76216,"timestamp":79697703,"id":1101,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1767579463808,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":76845,"timestamp":79697806,"id":1102,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/nav-failure-handler.js","layer":"app-pages-browser"},"startTime":1767579463808,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":78145,"timestamp":79697900,"id":1103,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1767579463809,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":78921,"timestamp":79698154,"id":1104,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-error.js","layer":"app-pages-browser"},"startTime":1767579463809,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":87521,"timestamp":79698267,"id":1105,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1767579463809,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":89671,"timestamp":79698357,"id":1106,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/links.js","layer":"app-pages-browser"},"startTime":1767579463809,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10164,"timestamp":79780461,"id":1113,"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/client/components/http-access-fallback/http-access-fallback.js","layer":"pages-dir-browser"},"startTime":1767579463891,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11383,"timestamp":79780395,"id":1112,"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/client/components/redirect-error.js","layer":"pages-dir-browser"},"startTime":1767579463891,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":12300,"timestamp":79780317,"id":1111,"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/is-plain-object.js","layer":"app-pages-browser"},"startTime":1767579463891,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":9192,"timestamp":79796859,"id":1117,"parentId":1009,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/Header.tsx","layer":"app-pages-browser"},"startTime":1767579463908,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":9580,"timestamp":79797101,"id":1118,"parentId":1009,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectList.tsx","layer":"app-pages-browser"},"startTime":1767579463908,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":17194,"timestamp":79797462,"id":1120,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/workspace/WorkspaceLayout.tsx","layer":"app-pages-browser"},"startTime":1767579463908,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":19057,"timestamp":79797282,"id":1119,"parentId":1009,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectModal.tsx","layer":"app-pages-browser"},"startTime":1767579463908,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":18753,"timestamp":79798066,"id":1122,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1767579463909,"traceId":"bd453ccefe254521"},{"name":"build-module-ts","duration":20519,"timestamp":79797823,"id":1121,"parentId":1009,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useProjectStore.ts","layer":"app-pages-browser"},"startTime":1767579463908,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7860,"timestamp":80309756,"id":1126,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"pages-dir-browser"},"startTime":1767579464420,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10368,"timestamp":80309820,"id":1127,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/errors/root-error-boundary.js","layer":"app-pages-browser"},"startTime":1767579464420,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":17861,"timestamp":80310028,"id":1129,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"pages-dir-browser"},"startTime":1767579464421,"traceId":"bd453ccefe254521"},{"name":"postcss-process","duration":759639,"timestamp":80063793,"id":1124,"parentId":1123,"tags":{},"startTime":1767579464174,"traceId":"bd453ccefe254521"},{"name":"postcss-loader","duration":1025118,"timestamp":79798414,"id":1123,"parentId":1116,"tags":{},"startTime":1767579463909,"traceId":"bd453ccefe254521"},{"name":"css-loader","duration":37027,"timestamp":80823745,"id":1137,"parentId":1116,"tags":{"astUsed":"true"},"startTime":1767579464934,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":552965,"timestamp":80311927,"id":1131,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/button.tsx","layer":"app-pages-browser"},"startTime":1767579464423,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":550376,"timestamp":80315225,"id":1132,"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/detect-domain-locale.js","layer":"pages-dir-browser"},"startTime":1767579464426,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":551180,"timestamp":80315331,"id":1133,"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/add-locale.js","layer":"pages-dir-browser"},"startTime":1767579464426,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":551918,"timestamp":80315424,"id":1134,"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/remove-locale.js","layer":"pages-dir-browser"},"startTime":1767579464426,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":567578,"timestamp":80309895,"id":1128,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"pages-dir-browser"},"startTime":1767579464421,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":570099,"timestamp":80310112,"id":1130,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"pages-dir-browser"},"startTime":1767579464421,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":566530,"timestamp":80315597,"id":1136,"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/resolve-href.js","layer":"pages-dir-browser"},"startTime":1767579464426,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":567166,"timestamp":80315509,"id":1135,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"pages-dir-browser"},"startTime":1767579464426,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":578920,"timestamp":80309605,"id":1125,"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/route-loader.js","layer":"pages-dir-browser"},"startTime":1767579464420,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":726,"timestamp":80911697,"id":1140,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/is-api-route.js","layer":"pages-dir-browser"},"startTime":1767579465022,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4719,"timestamp":80911760,"id":1141,"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/constants.js","layer":"pages-dir-browser"},"startTime":1767579465022,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":14753,"timestamp":80911452,"id":1138,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-browser"},"startTime":1767579465022,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":15364,"timestamp":80911614,"id":1139,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-browser"},"startTime":1767579465022,"traceId":"bd453ccefe254521"},{"name":"font-loader","duration":1203931,"timestamp":79734801,"id":1109,"parentId":1108,"tags":{},"startTime":1767579463845,"traceId":"bd453ccefe254521"},{"name":"postcss","duration":1137,"timestamp":80939041,"id":1142,"parentId":1108,"tags":{},"startTime":1767579465050,"traceId":"bd453ccefe254521"},{"name":"next-font-loader","duration":1238466,"timestamp":79701775,"id":1108,"parentId":1107,"tags":{},"startTime":1767579463812,"traceId":"bd453ccefe254521"},{"name":"css-loader","duration":9928,"timestamp":80940211,"id":1143,"parentId":1107,"tags":{"astUsed":"true"},"startTime":1767579465051,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":1252381,"timestamp":79698452,"id":1107,"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/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":1767579463809,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5698,"timestamp":80952449,"id":1146,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":"pages-dir-browser"},"startTime":1767579465063,"traceId":"bd453ccefe254521"},{"name":"font-loader","duration":1178137,"timestamp":79780556,"id":1115,"parentId":1114,"tags":{},"startTime":1767579463891,"traceId":"bd453ccefe254521"},{"name":"postcss","duration":754,"timestamp":80958754,"id":1153,"parentId":1114,"tags":{},"startTime":1767579465069,"traceId":"bd453ccefe254521"},{"name":"next-font-loader","duration":1179046,"timestamp":79780531,"id":1114,"parentId":1110,"tags":{},"startTime":1767579463891,"traceId":"bd453ccefe254521"},{"name":"css-loader","duration":3399,"timestamp":80959546,"id":1154,"parentId":1110,"tags":{"astUsed":"true"},"startTime":1767579465070,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":1183579,"timestamp":79780208,"id":1110,"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/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":1767579463891,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":15337,"timestamp":80952221,"id":1144,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/bloom-filter.js","layer":"pages-dir-browser"},"startTime":1767579465063,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":19365,"timestamp":80952520,"id":1147,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1767579465063,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":20767,"timestamp":80952592,"id":1148,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"pages-dir-browser"},"startTime":1767579465063,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":21257,"timestamp":80952662,"id":1149,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"pages-dir-browser"},"startTime":1767579465063,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":24420,"timestamp":80952731,"id":1150,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"pages-dir-browser"},"startTime":1767579465063,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":25146,"timestamp":80952796,"id":1151,"parentId":1010,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/input.tsx","layer":"app-pages-browser"},"startTime":1767579465063,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":28900,"timestamp":80953064,"id":1152,"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/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1767579465064,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":31233,"timestamp":80952366,"id":1145,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1767579465063,"traceId":"bd453ccefe254521"},{"name":"build-module-ts","duration":26709,"timestamp":80963965,"id":1155,"parentId":1009,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/index.ts","layer":"app-pages-browser"},"startTime":1767579465075,"traceId":"bd453ccefe254521"},{"name":"build-module-ts","duration":28058,"timestamp":80964232,"id":1156,"parentId":1010,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/api.ts","layer":"app-pages-browser"},"startTime":1767579465075,"traceId":"bd453ccefe254521"}]
|
|
12
|
+
[{"name":"build-module-js","duration":6534,"timestamp":81009064,"id":1157,"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-thenable.js","layer":"app-pages-browser"},"startTime":1767579465120,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7660,"timestamp":81009324,"id":1159,"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/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"app-pages-browser"},"startTime":1767579465120,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":12961,"timestamp":81009230,"id":1158,"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/client/components/segment-cache.js","layer":"app-pages-browser"},"startTime":1767579465120,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":13170,"timestamp":81009425,"id":1160,"parentId":1125,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579465120,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":15022,"timestamp":81009508,"id":1161,"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/client/request/search-params.browser.prod.js","layer":"app-pages-browser"},"startTime":1767579465120,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":24680,"timestamp":81010741,"id":1162,"parentId":1028,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1767579465121,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":26935,"timestamp":81010873,"id":1163,"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/client/request/params.browser.prod.js","layer":"app-pages-browser"},"startTime":1767579465122,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":25239,"timestamp":81013289,"id":1165,"parentId":1036,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"pages-dir-browser"},"startTime":1767579465124,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":29536,"timestamp":81013375,"id":1166,"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/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1767579465124,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":30136,"timestamp":81013537,"id":1168,"parentId":1040,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1767579465124,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":32255,"timestamp":81013458,"id":1167,"parentId":1039,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579465124,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":32827,"timestamp":81013619,"id":1169,"parentId":1034,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1767579465124,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":39095,"timestamp":81010966,"id":1164,"parentId":1034,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/react-client-callbacks/report-global-error.js","layer":"app-pages-browser"},"startTime":1767579465122,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":37644,"timestamp":81013752,"id":1171,"parentId":1039,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579465124,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":47287,"timestamp":81013839,"id":1172,"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/client/components/router-reducer/prefetch-cache-utils.js","layer":"app-pages-browser"},"startTime":1767579465124,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":48202,"timestamp":81013693,"id":1170,"parentId":1036,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"pages-dir-browser"},"startTime":1767579465124,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":39224,"timestamp":81031214,"id":1174,"parentId":1039,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579465142,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":41784,"timestamp":81030891,"id":1173,"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/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"app-pages-browser"},"startTime":1767579465142,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7872,"timestamp":81066228,"id":1175,"parentId":1043,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1767579465177,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8166,"timestamp":81075357,"id":1176,"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/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"app-pages-browser"},"startTime":1767579465186,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":750,"timestamp":81087303,"id":1185,"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/compiled/react/cjs/react-jsx-runtime.production.js","layer":"app-pages-browser"},"startTime":1767579465198,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":13082,"timestamp":81087347,"id":1186,"parentId":1079,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react/cjs/react.production.js","layer":"app-pages-browser"},"startTime":1767579465198,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":18966,"timestamp":81086804,"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/shared/lib/router/utils/interception-routes.js","layer":"app-pages-browser"},"startTime":1767579465197,"traceId":"bd453ccefe254521"},{"name":"add-entry","duration":2299400,"timestamp":78807421,"id":960,"parentId":956,"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":1767579462918,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":193057,"timestamp":81106636,"id":1187,"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/compiled/react-dom/cjs/react-dom-client.production.js","layer":"app-pages-browser"},"startTime":1767579465217,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":214640,"timestamp":81086972,"id":1181,"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":1767579465198,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":215747,"timestamp":81086898,"id":1180,"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/interception-routes.js","layer":"pages-dir-browser"},"startTime":1767579465198,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":216174,"timestamp":81087071,"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/get-asset-path-from-route.js","layer":"pages-dir-browser"},"startTime":1767579465198,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":216425,"timestamp":81087222,"id":1184,"parentId":1065,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"app-pages-browser"},"startTime":1767579465198,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":217225,"timestamp":81087153,"id":1183,"parentId":1064,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579465198,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":220793,"timestamp":81086685,"id":1178,"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/constants.js","layer":"pages-dir-browser"},"startTime":1767579465197,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1246,"timestamp":81318678,"id":1191,"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/compiled/react-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1767579465429,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8741,"timestamp":81318829,"id":1194,"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/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js","layer":"app-pages-browser"},"startTime":1767579465429,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9016,"timestamp":81318855,"id":1195,"parentId":1063,"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":1767579465429,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11427,"timestamp":81318881,"id":1196,"parentId":1066,"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":1767579465430,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":18460,"timestamp":81318610,"id":1190,"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/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1767579465429,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":19187,"timestamp":81318496,"id":1189,"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/router/utils/app-paths.js","layer":"pages-dir-browser"},"startTime":1767579465429,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":19359,"timestamp":81318719,"id":1192,"parentId":1067,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":"pages-dir-browser"},"startTime":1767579465429,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":20166,"timestamp":81318772,"id":1193,"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/client/request-idle-callback.js","layer":"pages-dir-browser"},"startTime":1767579465429,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3707,"timestamp":81339678,"id":1198,"parentId":1085,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1767579465450,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4678,"timestamp":81339523,"id":1197,"parentId":1085,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-browser"},"startTime":1767579465450,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":139830,"timestamp":81350439,"id":1209,"parentId":1080,"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":1767579465461,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":143709,"timestamp":81347962,"id":1199,"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/shared/lib/segment.js","layer":"pages-dir-browser"},"startTime":1767579465459,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":143842,"timestamp":81348136,"id":1200,"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/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-browser"},"startTime":1767579465459,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":144102,"timestamp":81348223,"id":1201,"parentId":1085,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-mode.js","layer":"pages-dir-browser"},"startTime":1767579465459,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":145014,"timestamp":81348301,"id":1202,"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/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1767579465459,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":145242,"timestamp":81348486,"id":1204,"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/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1767579465459,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":145551,"timestamp":81348573,"id":1205,"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/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-browser"},"startTime":1767579465459,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":146317,"timestamp":81348652,"id":1206,"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/shared/lib/router/utils/html-bots.js","layer":"app-pages-browser"},"startTime":1767579465459,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":147040,"timestamp":81348738,"id":1207,"parentId":1095,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579465459,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":151188,"timestamp":81348809,"id":1208,"parentId":1067,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-browser"},"startTime":1767579465459,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":152286,"timestamp":81348411,"id":1203,"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/normalize-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1767579465459,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":172013,"timestamp":81350503,"id":1210,"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/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1767579465461,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":172364,"timestamp":81350607,"id":1211,"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/components/redirect-status-code.js","layer":"pages-dir-browser"},"startTime":1767579465461,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":560,"timestamp":81527107,"id":1212,"parentId":1078,"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":1767579465638,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":3306,"timestamp":81531328,"id":1214,"parentId":1117,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/LanguageSwitcher.tsx","layer":"app-pages-browser"},"startTime":1767579465642,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":4531,"timestamp":81531709,"id":1216,"parentId":1118,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectCard.tsx","layer":"app-pages-browser"},"startTime":1767579465642,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6235,"timestamp":81531883,"id":1217,"parentId":1127,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579465643,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6186,"timestamp":81533506,"id":1218,"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/shared/lib/escape-regexp.js","layer":"pages-dir-browser"},"startTime":1767579465644,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":9709,"timestamp":81531520,"id":1215,"parentId":1118,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectCard.tsx","layer":"app-pages-browser"},"startTime":1767579465642,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11504,"timestamp":81531171,"id":1213,"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/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1767579465642,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8384,"timestamp":81535469,"id":1220,"parentId":1128,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579465646,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11541,"timestamp":81533607,"id":1219,"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/shared/lib/router/utils/get-dynamic-param.js","layer":"pages-dir-browser"},"startTime":1767579465644,"traceId":"bd453ccefe254521"},{"name":"build-module-css","duration":1759432,"timestamp":79795352,"id":1116,"parentId":1086,"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":1767579463906,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3339,"timestamp":81555151,"id":1222,"parentId":1125,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579465666,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2754,"timestamp":81559329,"id":1223,"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/page-path/normalize-path-sep.js","layer":"pages-dir-browser"},"startTime":1767579465670,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":8736,"timestamp":81554889,"id":1221,"parentId":1119,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/dialog.tsx","layer":"app-pages-browser"},"startTime":1767579465666,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":961,"timestamp":81566547,"id":1226,"parentId":1107,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1767579465677,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":483803,"timestamp":81084587,"id":1177,"parentId":1117,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767579465195,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":1960316,"timestamp":79624730,"id":1075,"parentId":969,"tags":{"name":"/home/runner/work/ClaudeShip/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":1767579463735,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":1957978,"timestamp":79628109,"id":1076,"parentId":969,"tags":{"name":"/home/runner/work/ClaudeShip/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":1767579463739,"traceId":"bd453ccefe254521"},{"name":"build-module-css","duration":1958056,"timestamp":79634644,"id":1086,"parentId":969,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/globals.css","layer":"app-pages-browser"},"startTime":1767579463745,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":32918,"timestamp":81566209,"id":1224,"parentId":1216,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/card.tsx","layer":"app-pages-browser"},"startTime":1767579465677,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":33132,"timestamp":81566447,"id":1225,"parentId":1147,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579465677,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":34293,"timestamp":81569135,"id":1227,"parentId":1147,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579465680,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":33839,"timestamp":81570906,"id":1236,"parentId":1120,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileViewer.tsx","layer":"app-pages-browser"},"startTime":1767579465682,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":42321,"timestamp":81569241,"id":1228,"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/components/router-reducer/reducers/navigate-reducer.js","layer":"app-pages-browser"},"startTime":1767579465680,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":44826,"timestamp":81571129,"id":1237,"parentId":1120,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileExplorer.tsx","layer":"app-pages-browser"},"startTime":1767579465682,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":68215,"timestamp":81571323,"id":1238,"parentId":1120,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ChatPanel.tsx","layer":"app-pages-browser"},"startTime":1767579465682,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":73598,"timestamp":81569987,"id":1235,"parentId":1120,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/PreviewPanel.tsx","layer":"app-pages-browser"},"startTime":1767579465681,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":52585,"timestamp":81629113,"id":1239,"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/components/router-reducer/reducers/server-patch-reducer.js","layer":"app-pages-browser"},"startTime":1767579465740,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":52935,"timestamp":81629325,"id":1240,"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/components/router-reducer/reducers/restore-reducer.js","layer":"app-pages-browser"},"startTime":1767579465740,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":122162,"timestamp":81569464,"id":1230,"parentId":1010,"tags":{"name":"__barrel_optimize__?names=AlertCircle,Check,FolderOpen,Loader2!=!/home/runner/work/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":1767579465680,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":122447,"timestamp":81569349,"id":1229,"parentId":1011,"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":1767579465680,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":122770,"timestamp":81569566,"id":1231,"parentId":1117,"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":1767579465680,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":122989,"timestamp":81569672,"id":1232,"parentId":1120,"tags":{"name":"__barrel_optimize__?names=FolderTree,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":1767579465680,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":123052,"timestamp":81569781,"id":1233,"parentId":1216,"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":1767579465680,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":123218,"timestamp":81569883,"id":1234,"parentId":1215,"tags":{"name":"__barrel_optimize__?names=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":1767579465681,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":166,"timestamp":81697996,"id":1241,"parentId":1075,"tags":{},"startTime":1767579465809,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":21,"timestamp":81698178,"id":1242,"parentId":1076,"tags":{},"startTime":1767579465809,"traceId":"bd453ccefe254521"},{"name":"build-module","duration":31,"timestamp":81698207,"id":1243,"parentId":1086,"tags":{},"startTime":1767579465809,"traceId":"bd453ccefe254521"},{"name":"build-module-json","duration":1038,"timestamp":81698556,"id":1248,"parentId":1155,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/en.json","layer":"app-pages-browser"},"startTime":1767579465809,"traceId":"bd453ccefe254521"},{"name":"build-module-json","duration":656,"timestamp":81699047,"id":1249,"parentId":1155,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/ko.json","layer":"app-pages-browser"},"startTime":1767579465810,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":397593,"timestamp":81309268,"id":1188,"parentId":1117,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579465420,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9497,"timestamp":81698381,"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/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"app-pages-browser"},"startTime":1767579465809,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":9668,"timestamp":81698506,"id":1247,"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/remove-path-prefix.js","layer":"pages-dir-browser"},"startTime":1767579465809,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11719,"timestamp":81698251,"id":1244,"parentId":1152,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"app-pages-browser"},"startTime":1767579465809,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":14348,"timestamp":81698445,"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/client/components/router-reducer/reducers/server-action-reducer.js","layer":"app-pages-browser"},"startTime":1767579465809,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10663,"timestamp":81702472,"id":1250,"parentId":1236,"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":1767579465813,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10888,"timestamp":81702602,"id":1251,"parentId":1237,"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":1767579465813,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":16304,"timestamp":81741830,"id":1254,"parentId":1161,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579465852,"traceId":"bd453ccefe254521"}]
|
|
13
|
+
[{"name":"build-module-js","duration":17771,"timestamp":81741924,"id":1255,"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.js","layer":"app-pages-browser"},"startTime":1767579465853,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":22847,"timestamp":81742030,"id":1256,"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/router/utils/format-url.js","layer":"app-pages-browser"},"startTime":1767579465853,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":23219,"timestamp":81742122,"id":1257,"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/router/utils/is-local-url.js","layer":"app-pages-browser"},"startTime":1767579465853,"traceId":"bd453ccefe254521"},{"name":"build-module-ts","duration":23565,"timestamp":81742208,"id":1258,"parentId":1131,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/utils.ts","layer":"app-pages-browser"},"startTime":1767579465853,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":23837,"timestamp":81742622,"id":1261,"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/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1767579465853,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":24863,"timestamp":81742536,"id":1260,"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/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1767579465853,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":25211,"timestamp":81742768,"id":1263,"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/client/components/router-reducer/reducers/get-segment-value.js","layer":"app-pages-browser"},"startTime":1767579465853,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":25895,"timestamp":81742842,"id":1264,"parentId":1173,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"app-pages-browser"},"startTime":1767579465853,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":27657,"timestamp":81742373,"id":1259,"parentId":1159,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579465853,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":28015,"timestamp":81742697,"id":1262,"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/client/components/unrecognized-action-error.js","layer":"app-pages-browser"},"startTime":1767579465853,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":37325,"timestamp":81741532,"id":1252,"parentId":1238,"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":1767579465852,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":37637,"timestamp":81741728,"id":1253,"parentId":1235,"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":1767579465852,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":12700,"timestamp":81773602,"id":1268,"parentId":1235,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ErrorOverlay.tsx","layer":"app-pages-browser"},"startTime":1767579465884,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":15568,"timestamp":81773419,"id":1267,"parentId":1235,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/ConsoleViewer.tsx","layer":"app-pages-browser"},"startTime":1767579465884,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":16689,"timestamp":81772952,"id":1265,"parentId":1238,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageList.tsx","layer":"app-pages-browser"},"startTime":1767579465884,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":19482,"timestamp":81773238,"id":1266,"parentId":1238,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageInput.tsx","layer":"app-pages-browser"},"startTime":1767579465884,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3682,"timestamp":81818928,"id":1270,"parentId":1174,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1767579465930,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4934,"timestamp":81818715,"id":1269,"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/shared/lib/router/utils/querystring.js","layer":"app-pages-browser"},"startTime":1767579465929,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5296,"timestamp":81819118,"id":1271,"parentId":1178,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":"pages-dir-browser"},"startTime":1767579465930,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":1914,"timestamp":81824882,"id":1273,"parentId":1121,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3/node_modules/zustand/esm/index.mjs","layer":"app-pages-browser"},"startTime":1767579465936,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":9136,"timestamp":81825066,"id":1274,"parentId":1155,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3/node_modules/zustand/esm/middleware.mjs","layer":"app-pages-browser"},"startTime":1767579465936,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11864,"timestamp":81824710,"id":1272,"parentId":1167,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"app-pages-browser"},"startTime":1767579465935,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":17941,"timestamp":81825198,"id":1275,"parentId":1268,"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":1767579465936,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4122,"timestamp":81839588,"id":1276,"parentId":1267,"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":1767579465950,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4174,"timestamp":81839717,"id":1277,"parentId":1266,"tags":{"name":"__barrel_optimize__?names=Clock,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":1767579465950,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":5981,"timestamp":81849240,"id":1279,"parentId":1131,"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":1767579465960,"traceId":"bd453ccefe254521"},{"name":"build-module-ts","duration":7831,"timestamp":81849076,"id":1278,"parentId":1119,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/index.ts","layer":"app-pages-browser"},"startTime":1767579465960,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":9232,"timestamp":81849405,"id":1281,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageItem.tsx","layer":"app-pages-browser"},"startTime":1767579465960,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11494,"timestamp":81849354,"id":1280,"parentId":1208,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-browser"},"startTime":1767579465960,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":11817,"timestamp":81849823,"id":1283,"parentId":1266,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ModeToggle.tsx","layer":"app-pages-browser"},"startTime":1767579465960,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":13738,"timestamp":81849616,"id":1282,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/StreamingMessage.tsx","layer":"app-pages-browser"},"startTime":1767579465960,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1829,"timestamp":81865197,"id":1285,"parentId":1212,"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":1767579465976,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3072,"timestamp":81865233,"id":1286,"parentId":1220,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579465976,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4823,"timestamp":81865263,"id":1287,"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/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1767579465976,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6300,"timestamp":81865368,"id":1288,"parentId":1177,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-external.js","layer":"app-pages-browser"},"startTime":1767579465976,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":8100,"timestamp":81865040,"id":1284,"parentId":1266,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/FilePreview.tsx","layer":"app-pages-browser"},"startTime":1767579465976,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":361,"timestamp":81876525,"id":1293,"parentId":1209,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/index.js","layer":"pages-dir-browser"},"startTime":1767579465987,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4884,"timestamp":81874308,"id":1289,"parentId":1228,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579465985,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6535,"timestamp":81874447,"id":1290,"parentId":1228,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579465985,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6057,"timestamp":81876300,"id":1291,"parentId":1228,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579465987,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":16377,"timestamp":81876434,"id":1292,"parentId":1228,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579465987,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8575,"timestamp":81887033,"id":1294,"parentId":1228,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579465998,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10935,"timestamp":81887391,"id":1299,"parentId":1228,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579465998,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11688,"timestamp":81887206,"id":1296,"parentId":1281,"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":1767579465998,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11885,"timestamp":81887280,"id":1297,"parentId":1283,"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":1767579465998,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":15125,"timestamp":81887337,"id":1298,"parentId":1282,"tags":{"name":"__barrel_optimize__?names=Bot,CheckCircle2,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":1767579465998,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":30116,"timestamp":81887141,"id":1295,"parentId":1228,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579465998,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2939,"timestamp":81924674,"id":1305,"parentId":1220,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767579466035,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11474,"timestamp":81924500,"id":1302,"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/client/use-merged-ref.js","layer":"app-pages-browser"},"startTime":1767579466035,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":13994,"timestamp":81924425,"id":1301,"parentId":1228,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579466035,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":14267,"timestamp":81924558,"id":1303,"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/error-once.js","layer":"app-pages-browser"},"startTime":1767579466035,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":14798,"timestamp":81924705,"id":1306,"parentId":1246,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/assign-location.js","layer":"app-pages-browser"},"startTime":1767579466035,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":16791,"timestamp":81924756,"id":1307,"parentId":1246,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/server-reference-info.js","layer":"app-pages-browser"},"startTime":1767579466035,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":17594,"timestamp":81924265,"id":1300,"parentId":1284,"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":1767579466035,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":17866,"timestamp":81924619,"id":1304,"parentId":1245,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579466035,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":14898,"timestamp":81933639,"id":1308,"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/components/not-found.js","layer":"app-pages-browser"},"startTime":1767579466044,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":17491,"timestamp":81933749,"id":1309,"parentId":1281,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MarkdownRenderer.tsx","layer":"app-pages-browser"},"startTime":1767579466044,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":19252,"timestamp":81933872,"id":1310,"parentId":1282,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/AskUserQuestionBlock.tsx","layer":"app-pages-browser"},"startTime":1767579466045,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":19491,"timestamp":81934153,"id":1313,"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/components/unstable-rethrow.js","layer":"app-pages-browser"},"startTime":1767579466045,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":20305,"timestamp":81934082,"id":1312,"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/components/unauthorized.js","layer":"app-pages-browser"},"startTime":1767579466045,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":21088,"timestamp":81933977,"id":1311,"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/components/forbidden.js","layer":"app-pages-browser"},"startTime":1767579466045,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":12158,"timestamp":81944755,"id":1314,"parentId":1264,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js","layer":"app-pages-browser"},"startTime":1767579466055,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":12455,"timestamp":81944874,"id":1315,"parentId":1230,"tags":{"name":"/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":1767579466056,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4892,"timestamp":81960816,"id":1316,"parentId":1230,"tags":{"name":"/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":1767579466071,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4958,"timestamp":81960974,"id":1317,"parentId":1230,"tags":{"name":"/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":1767579466072,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5083,"timestamp":81961097,"id":1318,"parentId":1230,"tags":{"name":"/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":1767579466072,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5210,"timestamp":81961189,"id":1319,"parentId":1231,"tags":{"name":"/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":1767579466072,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5335,"timestamp":81961276,"id":1320,"parentId":1231,"tags":{"name":"/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":1767579466072,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3778,"timestamp":81967291,"id":1322,"parentId":1232,"tags":{"name":"/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":1767579466078,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3813,"timestamp":81967508,"id":1324,"parentId":1233,"tags":{"name":"/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":1767579466078,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4177,"timestamp":81967361,"id":1323,"parentId":1233,"tags":{"name":"/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":1767579466078,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5330,"timestamp":81967194,"id":1321,"parentId":1232,"tags":{"name":"/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":1767579466078,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5187,"timestamp":81967562,"id":1325,"parentId":1234,"tags":{"name":"/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":1767579466078,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4243,"timestamp":81968778,"id":1327,"parentId":1234,"tags":{"name":"/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":1767579466079,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4365,"timestamp":81968874,"id":1328,"parentId":1234,"tags":{"name":"/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":1767579466080,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4530,"timestamp":81968934,"id":1329,"parentId":1234,"tags":{"name":"/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":1767579466080,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4681,"timestamp":81968987,"id":1330,"parentId":1250,"tags":{"name":"/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":1767579466080,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6181,"timestamp":81968654,"id":1326,"parentId":1310,"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":1767579466079,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1414,"timestamp":81975549,"id":1331,"parentId":1251,"tags":{"name":"/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":1767579466086,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4142,"timestamp":81977188,"id":1333,"parentId":1251,"tags":{"name":"/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":1767579466088,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4394,"timestamp":81977250,"id":1334,"parentId":1251,"tags":{"name":"/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":1767579466088,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4596,"timestamp":81977312,"id":1335,"parentId":1251,"tags":{"name":"/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":1767579466088,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5213,"timestamp":81977368,"id":1336,"parentId":1252,"tags":{"name":"/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":1767579466088,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5741,"timestamp":81977095,"id":1332,"parentId":1251,"tags":{"name":"/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":1767579466088,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4575,"timestamp":81980120,"id":1337,"parentId":1253,"tags":{"name":"/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":1767579466091,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4803,"timestamp":81980279,"id":1338,"parentId":1253,"tags":{"name":"/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":1767579466091,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5037,"timestamp":81980362,"id":1339,"parentId":1253,"tags":{"name":"/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":1767579466091,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5214,"timestamp":81980438,"id":1340,"parentId":1253,"tags":{"name":"/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":1767579466091,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5793,"timestamp":81987812,"id":1341,"parentId":1253,"tags":{"name":"/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":1767579466098,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5905,"timestamp":81988052,"id":1343,"parentId":1253,"tags":{"name":"/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":1767579466099,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6464,"timestamp":81987938,"id":1342,"parentId":1253,"tags":{"name":"/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":1767579466099,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6550,"timestamp":81988142,"id":1344,"parentId":1253,"tags":{"name":"/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":1767579466099,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6747,"timestamp":81988221,"id":1345,"parentId":1253,"tags":{"name":"/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":1767579466099,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6480,"timestamp":81989259,"id":1347,"parentId":1270,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579466100,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7844,"timestamp":81989363,"id":1348,"parentId":1276,"tags":{"name":"/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":1767579466100,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8062,"timestamp":81989451,"id":1349,"parentId":1277,"tags":{"name":"/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":1767579466100,"traceId":"bd453ccefe254521"},{"name":"build-module-ts","duration":15551,"timestamp":81988304,"id":1346,"parentId":1238,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useChatStore.ts","layer":"app-pages-browser"},"startTime":1767579466099,"traceId":"bd453ccefe254521"},{"name":"build-module-ts","duration":15678,"timestamp":81989531,"id":1350,"parentId":1235,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/usePreviewStore.ts","layer":"app-pages-browser"},"startTime":1767579466100,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":95088,"timestamp":82012650,"id":1353,"parentId":1236,"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":1767579466123,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":97432,"timestamp":82012468,"id":1352,"parentId":1310,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/radio-group.tsx","layer":"app-pages-browser"},"startTime":1767579466123,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":98443,"timestamp":82012224,"id":1351,"parentId":1310,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/checkbox.tsx","layer":"app-pages-browser"},"startTime":1767579466123,"traceId":"bd453ccefe254521"}]
|
|
14
|
+
[{"name":"build-module-mjs","duration":3032,"timestamp":82113314,"id":1355,"parentId":1273,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3/node_modules/zustand/esm/react.mjs","layer":"app-pages-browser"},"startTime":1767579466224,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":3557,"timestamp":82113423,"id":1356,"parentId":1273,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3/node_modules/zustand/esm/vanilla.mjs","layer":"app-pages-browser"},"startTime":1767579466224,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4694,"timestamp":82113527,"id":1357,"parentId":1277,"tags":{"name":"/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":1767579466224,"traceId":"bd453ccefe254521"},{"name":"build-module-tsx","duration":5496,"timestamp":82113113,"id":1354,"parentId":1310,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/label.tsx","layer":"app-pages-browser"},"startTime":1767579466224,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5368,"timestamp":82113585,"id":1358,"parentId":1277,"tags":{"name":"/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":1767579466224,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":12935,"timestamp":82113638,"id":1359,"parentId":1288,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767579466224,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":17651,"timestamp":82128703,"id":1364,"parentId":1287,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767579466239,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":20332,"timestamp":82128577,"id":1362,"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/bot.js","layer":"app-pages-browser"},"startTime":1767579466239,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":20613,"timestamp":82128644,"id":1363,"parentId":1296,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-check.js","layer":"app-pages-browser"},"startTime":1767579466239,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":21176,"timestamp":82128295,"id":1360,"parentId":1352,"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":1767579466239,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":23082,"timestamp":82128481,"id":1361,"parentId":1351,"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":1767579466239,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3926,"timestamp":82150240,"id":1367,"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-search.js","layer":"app-pages-browser"},"startTime":1767579466261,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4173,"timestamp":82150365,"id":1368,"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-text.js","layer":"app-pages-browser"},"startTime":1767579466261,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6240,"timestamp":82150083,"id":1366,"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/pen-line.js","layer":"app-pages-browser"},"startTime":1767579466261,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6109,"timestamp":82150561,"id":1370,"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/search.js","layer":"app-pages-browser"},"startTime":1767579466261,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":13479,"timestamp":82149848,"id":1365,"parentId":1288,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579466261,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11013,"timestamp":82152725,"id":1372,"parentId":1359,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579466263,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11355,"timestamp":82152818,"id":1373,"parentId":1359,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579466263,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":13011,"timestamp":82152606,"id":1371,"parentId":1359,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579466263,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":13199,"timestamp":82152894,"id":1374,"parentId":1359,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/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":1767579466264,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11881,"timestamp":82154753,"id":1375,"parentId":1297,"tags":{"name":"/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":1767579466265,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":16561,"timestamp":82150467,"id":1369,"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/list-todo.js","layer":"app-pages-browser"},"startTime":1767579466261,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":874,"timestamp":82172851,"id":1376,"parentId":1259,"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":1767579466283,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":19021,"timestamp":82173041,"id":1377,"parentId":1258,"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":1767579466284,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3688,"timestamp":82192971,"id":1379,"parentId":1371,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579466304,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7867,"timestamp":82192771,"id":1378,"parentId":1371,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579466303,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":10878,"timestamp":82193083,"id":1380,"parentId":1371,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579466304,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":1780,"timestamp":82216055,"id":1382,"parentId":1258,"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":1767579466327,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6235,"timestamp":82215831,"id":1381,"parentId":1297,"tags":{"name":"/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":1767579466326,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1179,"timestamp":82222340,"id":1383,"parentId":1259,"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":1767579466333,"traceId":"bd453ccefe254521"},{"name":"build-module-ts","duration":10410,"timestamp":82222565,"id":1384,"parentId":1278,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/project.ts","layer":"app-pages-browser"},"startTime":1767579466333,"traceId":"bd453ccefe254521"},{"name":"build-module-ts","duration":6559,"timestamp":82227389,"id":1385,"parentId":1278,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/chat.ts","layer":"app-pages-browser"},"startTime":1767579466338,"traceId":"bd453ccefe254521"},{"name":"build-module-ts","duration":2627,"timestamp":82234366,"id":1386,"parentId":1278,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/preview.ts","layer":"app-pages-browser"},"startTime":1767579466345,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4297,"timestamp":82237281,"id":1388,"parentId":1293,"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":1767579466348,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":16514,"timestamp":82237164,"id":1387,"parentId":1315,"tags":{"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":1767579466348,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5390,"timestamp":82254474,"id":1390,"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/components/unstable-rethrow.browser.js","layer":"app-pages-browser"},"startTime":1767579466365,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6780,"timestamp":82254322,"id":1389,"parentId":1288,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579466365,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7176,"timestamp":82254571,"id":1391,"parentId":1314,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767579466365,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":734,"timestamp":82266123,"id":1392,"parentId":1309,"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":1767579466377,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":582,"timestamp":82267595,"id":1393,"parentId":1309,"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":1767579466378,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5583,"timestamp":82270143,"id":1394,"parentId":1360,"tags":{"name":"/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":1767579466381,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6032,"timestamp":82270277,"id":1395,"parentId":1365,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767579466381,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2901,"timestamp":82277685,"id":1396,"parentId":1387,"tags":{"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":1767579466388,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":696,"timestamp":82286142,"id":1398,"parentId":1196,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/polyfills/process.js","layer":"pages-dir-browser"},"startTime":1767579466397,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2069,"timestamp":82285920,"id":1397,"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/build/polyfills/process.js","layer":"app-pages-browser"},"startTime":1767579466397,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2731,"timestamp":82286192,"id":1399,"parentId":1387,"tags":{"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":1767579466397,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":6027,"timestamp":82291022,"id":1400,"parentId":1352,"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":1767579466402,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":2077,"timestamp":82299444,"id":1401,"parentId":1354,"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":1767579466410,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":9369,"timestamp":82306105,"id":1402,"parentId":1351,"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":1767579466417,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3423,"timestamp":82316297,"id":1404,"parentId":1392,"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":1767579466427,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3774,"timestamp":82316493,"id":1405,"parentId":1393,"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":1767579466427,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8424,"timestamp":82312153,"id":1403,"parentId":1396,"tags":{"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":1767579466423,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2078,"timestamp":82349947,"id":1406,"parentId":1398,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767579466461,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3651,"timestamp":82350087,"id":1407,"parentId":1397,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767579466461,"traceId":"bd453ccefe254521"},{"name":"add-entry","duration":3548057,"timestamp":78807551,"id":961,"parentId":956,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1767579462918,"traceId":"bd453ccefe254521"},{"name":"add-entry","duration":3548002,"timestamp":78807620,"id":963,"parentId":956,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1767579462918,"traceId":"bd453ccefe254521"},{"name":"add-entry","duration":3548039,"timestamp":78807592,"id":962,"parentId":956,"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":1767579462918,"traceId":"bd453ccefe254521"},{"name":"add-entry","duration":3548979,"timestamp":78806667,"id":957,"parentId":956,"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":1767579462917,"traceId":"bd453ccefe254521"},{"name":"add-entry","duration":3548045,"timestamp":78807638,"id":964,"parentId":956,"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":1767579462918,"traceId":"bd453ccefe254521"},{"name":"add-entry","duration":3548031,"timestamp":78807659,"id":965,"parentId":956,"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":1767579462918,"traceId":"bd453ccefe254521"},{"name":"add-entry","duration":3547871,"timestamp":78807824,"id":966,"parentId":956,"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":1767579462918,"traceId":"bd453ccefe254521"},{"name":"add-entry","duration":3548348,"timestamp":78807383,"id":959,"parentId":956,"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":1767579462918,"traceId":"bd453ccefe254521"},{"name":"add-entry","duration":3548421,"timestamp":78807329,"id":958,"parentId":956,"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":1767579462918,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":643,"timestamp":82385501,"id":1408,"parentId":1404,"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":1767579466496,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":669,"timestamp":82386442,"id":1409,"parentId":1404,"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":1767579466497,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":683,"timestamp":82386574,"id":1410,"parentId":1404,"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":1767579466497,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":416,"timestamp":82388084,"id":1411,"parentId":1404,"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":1767579466499,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":406,"timestamp":82390676,"id":1412,"parentId":1404,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/index.js","layer":"app-pages-browser"},"startTime":1767579466501,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":525,"timestamp":82392142,"id":1413,"parentId":1404,"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":1767579466503,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":545,"timestamp":82397213,"id":1414,"parentId":1404,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/index.js","layer":"app-pages-browser"},"startTime":1767579466508,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":572,"timestamp":82401043,"id":1415,"parentId":1405,"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":1767579466512,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1143,"timestamp":82405905,"id":1416,"parentId":1405,"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":1767579466517,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":681,"timestamp":82409000,"id":1417,"parentId":1404,"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":1767579466520,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":1565,"timestamp":82412081,"id":1418,"parentId":1400,"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":1767579466523,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":1218,"timestamp":82418375,"id":1419,"parentId":1400,"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":1767579466529,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":2456,"timestamp":82421471,"id":1420,"parentId":1400,"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":1767579466532,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":1292,"timestamp":82428695,"id":1421,"parentId":1400,"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":1767579466539,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":7582,"timestamp":82438713,"id":1422,"parentId":1400,"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":1767579466549,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":2797,"timestamp":82452858,"id":1423,"parentId":1400,"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":1767579466564,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":931,"timestamp":82461836,"id":1424,"parentId":1400,"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":1767579466572,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":1028,"timestamp":82466424,"id":1425,"parentId":1400,"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":1767579466577,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":506,"timestamp":82472089,"id":1426,"parentId":1400,"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":1767579466583,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":5718,"timestamp":82476229,"id":1427,"parentId":1400,"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":1767579466587,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":3143,"timestamp":82508314,"id":1428,"parentId":1401,"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":1767579466619,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11161,"timestamp":82508566,"id":1429,"parentId":1408,"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":1767579466619,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":11276,"timestamp":82508742,"id":1430,"parentId":1409,"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":1767579466619,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1834,"timestamp":82521583,"id":1431,"parentId":1410,"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":1767579466632,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2207,"timestamp":82521823,"id":1432,"parentId":1411,"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":1767579466632,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4382,"timestamp":82529295,"id":1433,"parentId":1412,"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":1767579466640,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1494,"timestamp":82535871,"id":1434,"parentId":1413,"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":1767579466647,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4047,"timestamp":82536059,"id":1435,"parentId":1414,"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":1767579466647,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2069,"timestamp":82541615,"id":1436,"parentId":1415,"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":1767579466652,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":717,"timestamp":82552787,"id":1437,"parentId":1411,"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":1767579466663,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":701,"timestamp":82563749,"id":1438,"parentId":1416,"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":1767579466674,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":630,"timestamp":82570951,"id":1439,"parentId":1416,"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":1767579466682,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":597,"timestamp":82575597,"id":1440,"parentId":1416,"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":1767579466686,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1915,"timestamp":82584653,"id":1441,"parentId":1416,"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":1767579466695,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":728,"timestamp":82596854,"id":1442,"parentId":1416,"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":1767579466707,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":604,"timestamp":82601757,"id":1443,"parentId":1416,"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":1767579466712,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":595,"timestamp":82605607,"id":1444,"parentId":1416,"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":1767579466716,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":2616,"timestamp":82616321,"id":1445,"parentId":1421,"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":1767579466727,"traceId":"bd453ccefe254521"}]
|
|
15
|
+
[{"name":"build-module-mjs","duration":17405,"timestamp":82621273,"id":1446,"parentId":1422,"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":1767579466732,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":1257,"timestamp":82652076,"id":1447,"parentId":1422,"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":1767579466763,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":900,"timestamp":82659203,"id":1448,"parentId":1422,"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":1767579466770,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":1013,"timestamp":82666428,"id":1449,"parentId":1423,"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":1767579466777,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":4249,"timestamp":82674582,"id":1450,"parentId":1423,"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":1767579466785,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1271,"timestamp":82681059,"id":1451,"parentId":1433,"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":1767579466792,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3503,"timestamp":82681296,"id":1452,"parentId":1435,"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":1767579466792,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":848,"timestamp":82686127,"id":1453,"parentId":1435,"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":1767579466797,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1419,"timestamp":82686328,"id":1454,"parentId":1435,"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":1767579466797,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1515,"timestamp":82691689,"id":1455,"parentId":1437,"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":1767579466802,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2714,"timestamp":82691886,"id":1456,"parentId":1437,"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":1767579466803,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3260,"timestamp":82692060,"id":1457,"parentId":1437,"tags":{"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":1767579466803,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6702,"timestamp":82697058,"id":1458,"parentId":1438,"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":1767579466808,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1554,"timestamp":82716893,"id":1459,"parentId":1438,"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":1767579466828,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3043,"timestamp":82717208,"id":1460,"parentId":1439,"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":1767579466828,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1842,"timestamp":82723312,"id":1461,"parentId":1439,"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":1767579466834,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1943,"timestamp":82723463,"id":1462,"parentId":1440,"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":1767579466834,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1169,"timestamp":82728300,"id":1463,"parentId":1440,"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":1767579466839,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":617,"timestamp":82732687,"id":1464,"parentId":1429,"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":1767579466843,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":355,"timestamp":82737264,"id":1465,"parentId":1429,"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":1767579466848,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":850,"timestamp":82739334,"id":1466,"parentId":1429,"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":1767579466850,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":363,"timestamp":82742491,"id":1467,"parentId":1429,"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":1767579466853,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":611,"timestamp":82749369,"id":1468,"parentId":1429,"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":1767579466860,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":508,"timestamp":82751030,"id":1469,"parentId":1429,"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":1767579466862,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":435,"timestamp":82755763,"id":1470,"parentId":1429,"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":1767579466866,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":421,"timestamp":82758920,"id":1471,"parentId":1431,"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":1767579466870,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1046,"timestamp":82766120,"id":1472,"parentId":1429,"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":1767579466877,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":397,"timestamp":82768311,"id":1473,"parentId":1433,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js","layer":"app-pages-browser"},"startTime":1767579466879,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":578,"timestamp":82769873,"id":1474,"parentId":1433,"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":1767579466881,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":521,"timestamp":82772053,"id":1475,"parentId":1433,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/index.js","layer":"app-pages-browser"},"startTime":1767579466883,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1415,"timestamp":82774394,"id":1476,"parentId":1433,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js","layer":"app-pages-browser"},"startTime":1767579466885,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":515,"timestamp":82776811,"id":1477,"parentId":1434,"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":1767579466887,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":364,"timestamp":82778367,"id":1478,"parentId":1436,"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":1767579466889,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":361,"timestamp":82779907,"id":1479,"parentId":1436,"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":1767579466891,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":334,"timestamp":82781523,"id":1480,"parentId":1436,"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":1767579466892,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":469,"timestamp":82782837,"id":1481,"parentId":1436,"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":1767579466893,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":657,"timestamp":82788687,"id":1482,"parentId":1436,"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":1767579466899,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2219,"timestamp":82789866,"id":1483,"parentId":1442,"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":1767579466901,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6590,"timestamp":82790097,"id":1484,"parentId":1442,"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":1767579466901,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1047,"timestamp":82799519,"id":1485,"parentId":1443,"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":1767579466910,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":945,"timestamp":82801278,"id":1486,"parentId":1444,"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":1767579466912,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1807,"timestamp":82801483,"id":1487,"parentId":1444,"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":1767579466912,"traceId":"bd453ccefe254521"},{"name":"build-module-mjs","duration":1622,"timestamp":82807296,"id":1488,"parentId":1428,"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":1767579466918,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1219,"timestamp":82810761,"id":1489,"parentId":1441,"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":1767579466921,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1382,"timestamp":82813512,"id":1490,"parentId":1454,"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":1767579466924,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3146,"timestamp":82813711,"id":1491,"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/lib/state.js","layer":"app-pages-browser"},"startTime":1767579466924,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3285,"timestamp":82813875,"id":1492,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js","layer":"app-pages-browser"},"startTime":1767579466925,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1739,"timestamp":82820488,"id":1493,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/code.js","layer":"app-pages-browser"},"startTime":1767579466931,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1784,"timestamp":82820630,"id":1494,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/delete.js","layer":"app-pages-browser"},"startTime":1767579466931,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2119,"timestamp":82820732,"id":1495,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js","layer":"app-pages-browser"},"startTime":1767579466931,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2222,"timestamp":82820832,"id":1496,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/break.js","layer":"app-pages-browser"},"startTime":1767579466931,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2300,"timestamp":82820928,"id":1497,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js","layer":"app-pages-browser"},"startTime":1767579466932,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":677,"timestamp":82823797,"id":1498,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/heading.js","layer":"app-pages-browser"},"startTime":1767579466934,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":736,"timestamp":82823924,"id":1499,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/html.js","layer":"app-pages-browser"},"startTime":1767579466935,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":882,"timestamp":82827214,"id":1500,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js","layer":"app-pages-browser"},"startTime":1767579466938,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1130,"timestamp":82827347,"id":1501,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/image.js","layer":"app-pages-browser"},"startTime":1767579466938,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1347,"timestamp":82827448,"id":1502,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js","layer":"app-pages-browser"},"startTime":1767579466938,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2615,"timestamp":82834108,"id":1503,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js","layer":"app-pages-browser"},"startTime":1767579466945,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2664,"timestamp":82834332,"id":1504,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/link.js","layer":"app-pages-browser"},"startTime":1767579466945,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3115,"timestamp":82834516,"id":1505,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/list-item.js","layer":"app-pages-browser"},"startTime":1767579466945,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3251,"timestamp":82834687,"id":1506,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/list.js","layer":"app-pages-browser"},"startTime":1767579466945,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3286,"timestamp":82834853,"id":1507,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js","layer":"app-pages-browser"},"startTime":1767579466945,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3243,"timestamp":82835062,"id":1508,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/root.js","layer":"app-pages-browser"},"startTime":1767579466946,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3240,"timestamp":82835234,"id":1509,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/strong.js","layer":"app-pages-browser"},"startTime":1767579466946,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1460,"timestamp":82841666,"id":1510,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/table-row.js","layer":"app-pages-browser"},"startTime":1767579466952,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1783,"timestamp":82841875,"id":1511,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/table.js","layer":"app-pages-browser"},"startTime":1767579466953,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1840,"timestamp":82842070,"id":1512,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js","layer":"app-pages-browser"},"startTime":1767579466953,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":959,"timestamp":82846909,"id":1513,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/text.js","layer":"app-pages-browser"},"startTime":1767579466958,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1018,"timestamp":82847133,"id":1514,"parentId":1457,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-hast@13.2.1/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js","layer":"app-pages-browser"},"startTime":1767579466958,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1246,"timestamp":82851046,"id":1515,"parentId":1446,"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":1767579466962,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1358,"timestamp":82851286,"id":1516,"parentId":1446,"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":1767579466962,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":619,"timestamp":82853215,"id":1517,"parentId":1446,"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":1767579466964,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":484,"timestamp":82856726,"id":1518,"parentId":1465,"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":1767579466967,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2570,"timestamp":82860336,"id":1519,"parentId":1466,"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":1767579466971,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3878,"timestamp":82860524,"id":1520,"parentId":1466,"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":1767579466971,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5755,"timestamp":82860698,"id":1521,"parentId":1466,"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":1767579466971,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5915,"timestamp":82860926,"id":1522,"parentId":1466,"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":1767579466972,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6006,"timestamp":82861136,"id":1523,"parentId":1466,"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":1767579466972,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6104,"timestamp":82861316,"id":1524,"parentId":1466,"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":1767579466972,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6953,"timestamp":82871250,"id":1525,"parentId":1466,"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":1767579466982,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7679,"timestamp":82871507,"id":1526,"parentId":1466,"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":1767579466982,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":703,"timestamp":82883162,"id":1527,"parentId":1466,"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":1767579466994,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":784,"timestamp":82886040,"id":1528,"parentId":1466,"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":1767579466997,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1477,"timestamp":82887450,"id":1529,"parentId":1456,"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":1767579466998,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2983,"timestamp":82890724,"id":1530,"parentId":1458,"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":1767579467001,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1444,"timestamp":82895310,"id":1531,"parentId":1467,"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":1767579467006,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1073,"timestamp":82898314,"id":1532,"parentId":1460,"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":1767579467009,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1193,"timestamp":82901103,"id":1533,"parentId":1460,"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":1767579467012,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":777,"timestamp":82905144,"id":1534,"parentId":1460,"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":1767579467016,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1105,"timestamp":82909272,"id":1535,"parentId":1456,"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":1767579467020,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":769,"timestamp":82913226,"id":1536,"parentId":1463,"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":1767579467024,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1506,"timestamp":82916585,"id":1537,"parentId":1463,"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":1767579467027,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1854,"timestamp":82916799,"id":1538,"parentId":1469,"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":1767579467027,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2799,"timestamp":82917032,"id":1539,"parentId":1470,"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":1767579467028,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1729,"timestamp":82921930,"id":1540,"parentId":1472,"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":1767579467033,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7815,"timestamp":82922181,"id":1541,"parentId":1471,"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":1767579467033,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1327,"timestamp":82933942,"id":1542,"parentId":1475,"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":1767579467045,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1764,"timestamp":82936078,"id":1543,"parentId":1477,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unist-util-visit-parents@6.0.2/node_modules/unist-util-visit-parents/lib/index.js","layer":"app-pages-browser"},"startTime":1767579467047,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":904,"timestamp":82939167,"id":1544,"parentId":1478,"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":1767579467050,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1174,"timestamp":82940587,"id":1545,"parentId":1484,"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":1767579467051,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1375,"timestamp":82940740,"id":1546,"parentId":1484,"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":1767579467051,"traceId":"bd453ccefe254521"}]
|
|
16
|
+
[{"name":"build-module-js","duration":2962,"timestamp":82940850,"id":1547,"parentId":1479,"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":1767579467051,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1836,"timestamp":82946397,"id":1548,"parentId":1480,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.js","layer":"app-pages-browser"},"startTime":1767579467057,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2830,"timestamp":82946599,"id":1549,"parentId":1481,"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":1767579467057,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":723,"timestamp":82953227,"id":1550,"parentId":1472,"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":1767579467064,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1815,"timestamp":82955237,"id":1551,"parentId":1482,"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":1767579467066,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1257,"timestamp":82961076,"id":1552,"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/revert.js","layer":"app-pages-browser"},"startTime":1767579467072,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":885,"timestamp":82968993,"id":1553,"parentId":1515,"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":1767579467080,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":903,"timestamp":82969193,"id":1554,"parentId":1515,"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":1767579467080,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":960,"timestamp":82969299,"id":1555,"parentId":1516,"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":1767579467080,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":838,"timestamp":82974890,"id":1556,"parentId":1517,"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":1767579467086,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1450,"timestamp":82980753,"id":1557,"parentId":1519,"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":1767579467091,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1758,"timestamp":82980991,"id":1558,"parentId":1519,"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":1767579467092,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2228,"timestamp":82989165,"id":1559,"parentId":1520,"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":1767579467100,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2553,"timestamp":82989410,"id":1560,"parentId":1526,"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":1767579467100,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2746,"timestamp":82989590,"id":1561,"parentId":1526,"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":1767579467100,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2792,"timestamp":82989760,"id":1562,"parentId":1521,"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":1767579467100,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1536,"timestamp":83001105,"id":1563,"parentId":1513,"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":1767579467112,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1602,"timestamp":83001358,"id":1564,"parentId":1528,"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":1767579467112,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1617,"timestamp":83004835,"id":1565,"parentId":1532,"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":1767579467115,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1933,"timestamp":83007107,"id":1566,"parentId":1532,"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":1767579467118,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2134,"timestamp":83007304,"id":1567,"parentId":1532,"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":1767579467118,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1467,"timestamp":83011934,"id":1568,"parentId":1532,"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":1767579467123,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1618,"timestamp":83012108,"id":1569,"parentId":1532,"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":1767579467123,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2233,"timestamp":83012224,"id":1570,"parentId":1532,"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":1767579467123,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3596,"timestamp":83012322,"id":1571,"parentId":1532,"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":1767579467123,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4345,"timestamp":83012412,"id":1572,"parentId":1532,"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":1767579467123,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1847,"timestamp":83020316,"id":1573,"parentId":1532,"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":1767579467131,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2370,"timestamp":83020470,"id":1574,"parentId":1532,"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":1767579467131,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3169,"timestamp":83020582,"id":1575,"parentId":1532,"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":1767579467131,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2253,"timestamp":83025685,"id":1576,"parentId":1532,"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":1767579467136,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2424,"timestamp":83025929,"id":1577,"parentId":1532,"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":1767579467137,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4972,"timestamp":83035905,"id":1578,"parentId":1532,"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":1767579467147,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7555,"timestamp":83036176,"id":1579,"parentId":1532,"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":1767579467147,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":7914,"timestamp":83036376,"id":1580,"parentId":1532,"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":1767579467147,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":8191,"timestamp":83036576,"id":1581,"parentId":1532,"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":1767579467147,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":14023,"timestamp":83036765,"id":1582,"parentId":1532,"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":1767579467147,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2436,"timestamp":83053536,"id":1583,"parentId":1532,"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":1767579467164,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3968,"timestamp":83053786,"id":1584,"parentId":1532,"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":1767579467164,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4860,"timestamp":83053964,"id":1585,"parentId":1532,"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":1767579467165,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":918,"timestamp":83061304,"id":1586,"parentId":1532,"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":1767579467172,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1846,"timestamp":83065981,"id":1587,"parentId":1535,"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":1767579467177,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6340,"timestamp":83066230,"id":1588,"parentId":1535,"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":1767579467177,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":678,"timestamp":83080637,"id":1589,"parentId":1543,"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":1767579467191,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":755,"timestamp":83080818,"id":1590,"parentId":1529,"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":1767579467191,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":420,"timestamp":83086416,"id":1591,"parentId":1539,"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":1767579467197,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":688,"timestamp":83096632,"id":1592,"parentId":1541,"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":1767579467207,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":913,"timestamp":83096805,"id":1593,"parentId":1541,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/index.js","layer":"app-pages-browser"},"startTime":1767579467207,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":666,"timestamp":83099764,"id":1594,"parentId":1541,"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":1767579467210,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":488,"timestamp":83101845,"id":1595,"parentId":1541,"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":1767579467212,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":486,"timestamp":83103356,"id":1596,"parentId":1541,"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":1767579467214,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":369,"timestamp":83106863,"id":1597,"parentId":1543,"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":1767579467218,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":536,"timestamp":83107617,"id":1598,"parentId":1547,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js","layer":"app-pages-browser"},"startTime":1767579467218,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":336,"timestamp":83110344,"id":1599,"parentId":1547,"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":1767579467221,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":367,"timestamp":83113209,"id":1600,"parentId":1549,"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":1767579467224,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":765,"timestamp":83115854,"id":1601,"parentId":1587,"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":1767579467226,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1642,"timestamp":83115992,"id":1602,"parentId":1551,"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":1767579467227,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1972,"timestamp":83120894,"id":1603,"parentId":1550,"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":1767579467232,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1233,"timestamp":83127450,"id":1604,"parentId":1574,"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":1767579467238,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":807,"timestamp":83129799,"id":1605,"parentId":1575,"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":1767579467240,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":683,"timestamp":83132194,"id":1606,"parentId":1575,"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":1767579467243,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":780,"timestamp":83133376,"id":1607,"parentId":1575,"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":1767579467244,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":536,"timestamp":83136869,"id":1608,"parentId":1575,"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":1767579467248,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1120,"timestamp":83139862,"id":1609,"parentId":1582,"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":1767579467251,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1095,"timestamp":83140206,"id":1610,"parentId":1591,"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":1767579467251,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2024,"timestamp":83146657,"id":1611,"parentId":1592,"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":1767579467257,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5655,"timestamp":83146931,"id":1612,"parentId":1593,"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":1767579467258,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5987,"timestamp":83147127,"id":1613,"parentId":1593,"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":1767579467258,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":6064,"timestamp":83147302,"id":1614,"parentId":1593,"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":1767579467258,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1185,"timestamp":83156688,"id":1615,"parentId":1593,"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":1767579467267,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1468,"timestamp":83160421,"id":1616,"parentId":1597,"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":1767579467271,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1436,"timestamp":83163555,"id":1617,"parentId":1599,"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":1767579467274,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1054,"timestamp":83167689,"id":1618,"parentId":1600,"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":1767579467278,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1240,"timestamp":83167846,"id":1619,"parentId":1600,"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":1767579467278,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3528,"timestamp":83171426,"id":1620,"parentId":1604,"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":1767579467282,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3506,"timestamp":83177180,"id":1621,"parentId":1613,"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":1767579467288,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1823,"timestamp":83187733,"id":1622,"parentId":1613,"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":1767579467298,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1164,"timestamp":83191167,"id":1623,"parentId":1613,"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":1767579467302,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2467,"timestamp":83191305,"id":1624,"parentId":1613,"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":1767579467302,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2858,"timestamp":83191415,"id":1625,"parentId":1613,"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":1767579467302,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1782,"timestamp":83196414,"id":1626,"parentId":1613,"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":1767579467307,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2931,"timestamp":83207669,"id":1627,"parentId":1618,"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":1767579467318,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3080,"timestamp":83207887,"id":1628,"parentId":1618,"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":1767579467319,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3132,"timestamp":83208088,"id":1629,"parentId":1619,"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":1767579467319,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3302,"timestamp":83208270,"id":1630,"parentId":1619,"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":1767579467319,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3830,"timestamp":83208434,"id":1631,"parentId":1619,"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":1767579467319,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4170,"timestamp":83208598,"id":1632,"parentId":1619,"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":1767579467319,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4458,"timestamp":83208759,"id":1633,"parentId":1618,"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":1767579467319,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4914,"timestamp":83208915,"id":1634,"parentId":1619,"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":1767579467320,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1423,"timestamp":83220543,"id":1635,"parentId":1619,"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":1767579467331,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1460,"timestamp":83220776,"id":1636,"parentId":1619,"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":1767579467331,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2800,"timestamp":83226601,"id":1637,"parentId":1619,"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":1767579467337,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3266,"timestamp":83226800,"id":1638,"parentId":1619,"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":1767579467337,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":3655,"timestamp":83226978,"id":1639,"parentId":1619,"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":1767579467338,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4214,"timestamp":83227176,"id":1640,"parentId":1619,"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":1767579467338,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":4499,"timestamp":83227335,"id":1641,"parentId":1619,"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":1767579467338,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5119,"timestamp":83227489,"id":1642,"parentId":1619,"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":1767579467338,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5529,"timestamp":83227661,"id":1643,"parentId":1619,"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":1767579467338,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":5587,"timestamp":83227832,"id":1644,"parentId":1619,"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":1767579467338,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2338,"timestamp":83276937,"id":1645,"parentId":1619,"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":1767579467388,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2673,"timestamp":83277231,"id":1646,"parentId":1619,"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":1767579467388,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2712,"timestamp":83277419,"id":1647,"parentId":1619,"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":1767579467388,"traceId":"bd453ccefe254521"}]
|
|
17
|
+
[{"name":"build-module-js","duration":2875,"timestamp":83277586,"id":1648,"parentId":1619,"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":1767579467388,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2963,"timestamp":83277752,"id":1649,"parentId":1618,"tags":{"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":1767579467388,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1150,"timestamp":83283598,"id":1650,"parentId":1618,"tags":{"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":1767579467394,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1642,"timestamp":83283750,"id":1651,"parentId":1618,"tags":{"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":1767579467394,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2511,"timestamp":83286075,"id":1652,"parentId":1618,"tags":{"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":1767579467397,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2676,"timestamp":83286218,"id":1653,"parentId":1618,"tags":{"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":1767579467397,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2343,"timestamp":83291212,"id":1654,"parentId":1618,"tags":{"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":1767579467402,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2628,"timestamp":83291453,"id":1655,"parentId":1618,"tags":{"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":1767579467402,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":828,"timestamp":83298633,"id":1656,"parentId":1627,"tags":{"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":1767579467409,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1697,"timestamp":83300666,"id":1657,"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/util/pattern-in-scope.js","layer":"app-pages-browser"},"startTime":1767579467411,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1975,"timestamp":83300885,"id":1658,"parentId":1627,"tags":{"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":1767579467412,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":2075,"timestamp":83301117,"id":1659,"parentId":1631,"tags":{"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":1767579467412,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1303,"timestamp":83304496,"id":1660,"parentId":1632,"tags":{"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":1767579467415,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1342,"timestamp":83304702,"id":1661,"parentId":1632,"tags":{"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":1767579467415,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1135,"timestamp":83306466,"id":1662,"parentId":1632,"tags":{"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":1767579467417,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1199,"timestamp":83306679,"id":1663,"parentId":1634,"tags":{"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":1767579467417,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1818,"timestamp":83315076,"id":1664,"parentId":1640,"tags":{"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":1767579467426,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1808,"timestamp":83315303,"id":1665,"parentId":1642,"tags":{"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":1767579467426,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1565,"timestamp":83315793,"id":1666,"parentId":1642,"tags":{"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":1767579467426,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1687,"timestamp":83315901,"id":1667,"parentId":1642,"tags":{"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":1767579467427,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":1787,"timestamp":83316029,"id":1668,"parentId":1642,"tags":{"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":1767579467427,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":858,"timestamp":83322338,"id":1669,"parentId":1643,"tags":{"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":1767579467433,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":569,"timestamp":83327101,"id":1670,"parentId":1646,"tags":{"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":1767579467438,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":619,"timestamp":83327233,"id":1671,"parentId":1648,"tags":{"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":1767579467438,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":465,"timestamp":83328144,"id":1672,"parentId":1617,"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":1767579467439,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":563,"timestamp":83331541,"id":1673,"parentId":1618,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js","layer":"app-pages-browser"},"startTime":1767579467442,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":730,"timestamp":83333347,"id":1674,"parentId":1634,"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":1767579467444,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":534,"timestamp":83334924,"id":1675,"parentId":1645,"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":1767579467446,"traceId":"bd453ccefe254521"},{"name":"build-module-js","duration":745,"timestamp":83337385,"id":1676,"parentId":1675,"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":1767579467448,"traceId":"bd453ccefe254521"},{"name":"add-entry","duration":4532643,"timestamp":78807879,"id":967,"parentId":956,"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":1767579462919,"traceId":"bd453ccefe254521"},{"name":"make","duration":4534870,"timestamp":78805990,"id":956,"parentId":955,"tags":{},"startTime":1767579462917,"traceId":"bd453ccefe254521"},{"name":"chunk-graph","duration":24338,"timestamp":83424787,"id":1678,"parentId":1677,"tags":{},"startTime":1767579467535,"traceId":"bd453ccefe254521"},{"name":"optimize-modules","duration":49,"timestamp":83449315,"id":1680,"parentId":1677,"tags":{},"startTime":1767579467560,"traceId":"bd453ccefe254521"},{"name":"optimize-chunks","duration":14786,"timestamp":83452067,"id":1682,"parentId":1677,"tags":{},"startTime":1767579467563,"traceId":"bd453ccefe254521"},{"name":"optimize-tree","duration":164,"timestamp":83466948,"id":1683,"parentId":1677,"tags":{},"startTime":1767579467578,"traceId":"bd453ccefe254521"},{"name":"optimize-chunk-modules","duration":38267,"timestamp":83467225,"id":1684,"parentId":1677,"tags":{},"startTime":1767579467578,"traceId":"bd453ccefe254521"},{"name":"optimize","duration":56365,"timestamp":83449232,"id":1679,"parentId":1677,"tags":{},"startTime":1767579467560,"traceId":"bd453ccefe254521"},{"name":"module-hash","duration":26302,"timestamp":83529531,"id":1685,"parentId":1677,"tags":{},"startTime":1767579467640,"traceId":"bd453ccefe254521"},{"name":"code-generation","duration":350014,"timestamp":83555896,"id":1686,"parentId":1677,"tags":{},"startTime":1767579467667,"traceId":"bd453ccefe254521"},{"name":"hash","duration":11524,"timestamp":83912360,"id":1687,"parentId":1677,"tags":{},"startTime":1767579468023,"traceId":"bd453ccefe254521"},{"name":"code-generation-jobs","duration":542,"timestamp":83923879,"id":1688,"parentId":1677,"tags":{},"startTime":1767579468035,"traceId":"bd453ccefe254521"},{"name":"module-assets","duration":846,"timestamp":83924363,"id":1689,"parentId":1677,"tags":{},"startTime":1767579468035,"traceId":"bd453ccefe254521"},{"name":"create-chunk-assets","duration":28371,"timestamp":83925227,"id":1690,"parentId":1677,"tags":{},"startTime":1767579468036,"traceId":"bd453ccefe254521"},{"name":"NextJsBuildManifest-generateClientManifest","duration":5122,"timestamp":83964799,"id":1692,"parentId":955,"tags":{},"startTime":1767579468075,"traceId":"bd453ccefe254521"},{"name":"NextJsBuildManifest-createassets","duration":6486,"timestamp":83963457,"id":1691,"parentId":955,"tags":{},"startTime":1767579468074,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":92528,"timestamp":84071305,"id":1695,"parentId":1693,"tags":{"name":"static/chunks/main-app-3ee073768a1a6456.js","cache":"MISS"},"startTime":1767579468182,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":92130,"timestamp":84071780,"id":1697,"parentId":1693,"tags":{"name":"static/chunks/pages/_app-56f4e2c3e0cd5b77.js","cache":"MISS"},"startTime":1767579468182,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":92070,"timestamp":84071884,"id":1698,"parentId":1693,"tags":{"name":"static/chunks/pages/_error-6444830a044a065f.js","cache":"MISS"},"startTime":1767579468183,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":92469,"timestamp":84071525,"id":1696,"parentId":1693,"tags":{"name":"static/chunks/app/_not-found/page-1314fe1ff92ee0aa.js","cache":"MISS"},"startTime":1767579468182,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":92085,"timestamp":84071988,"id":1699,"parentId":1693,"tags":{"name":"static/chunks/app/layout-1baeb8f9d4de0f96.js","cache":"MISS"},"startTime":1767579468183,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":91927,"timestamp":84072233,"id":1700,"parentId":1693,"tags":{"name":"static/chunks/app/page-6d81d4866824fa13.js","cache":"MISS"},"startTime":1767579468183,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":89718,"timestamp":84074498,"id":1701,"parentId":1693,"tags":{"name":"static/chunks/app/settings/page-7942cabfb7befc31.js","cache":"MISS"},"startTime":1767579468185,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":75162,"timestamp":84089096,"id":1703,"parentId":1693,"tags":{"name":"static/chunks/webpack-9b8a6c078d6e8803.js","cache":"MISS"},"startTime":1767579468200,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":140491,"timestamp":84075128,"id":1702,"parentId":1693,"tags":{"name":"static/chunks/app/project/[id]/page-ca5b2349a654420b.js","cache":"MISS"},"startTime":1767579468186,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":197820,"timestamp":84100024,"id":1706,"parentId":1693,"tags":{"name":"static/chunks/992-bf52afd3d0de90b0.js","cache":"MISS"},"startTime":1767579468211,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":299270,"timestamp":84029317,"id":1694,"parentId":1693,"tags":{"name":"static/chunks/main-ff9852398b1f3782.js","cache":"MISS"},"startTime":1767579468140,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":308418,"timestamp":84089295,"id":1704,"parentId":1693,"tags":{"name":"static/chunks/framework-63d70eb4e76697e6.js","cache":"MISS"},"startTime":1767579468200,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":272196,"timestamp":84126391,"id":1709,"parentId":1693,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1767579468237,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":272284,"timestamp":84126509,"id":1710,"parentId":1693,"tags":{"name":"static/tV_Qc76rupeogXvWEMw6p/_ssgManifest.js","cache":"MISS"},"startTime":1767579468237,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":272565,"timestamp":84126547,"id":1711,"parentId":1693,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1767579468237,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":273055,"timestamp":84126581,"id":1712,"parentId":1693,"tags":{"name":"static/tV_Qc76rupeogXvWEMw6p/_buildManifest.js","cache":"MISS"},"startTime":1767579468237,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":273175,"timestamp":84126612,"id":1713,"parentId":1693,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1767579468237,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":315509,"timestamp":84094917,"id":1705,"parentId":1693,"tags":{"name":"static/chunks/c476d598-52de8ab10fae5dac.js","cache":"MISS"},"startTime":1767579468206,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":425470,"timestamp":84122513,"id":1708,"parentId":1693,"tags":{"name":"static/chunks/498-05477d3729b4e23d.js","cache":"MISS"},"startTime":1767579468233,"traceId":"bd453ccefe254521"},{"name":"minify-js","duration":500782,"timestamp":84102954,"id":1707,"parentId":1693,"tags":{"name":"static/chunks/712-546c50864c9b4388.js","cache":"MISS"},"startTime":1767579468214,"traceId":"bd453ccefe254521"},{"name":"minify-webpack-plugin-optimize","duration":628206,"timestamp":83975558,"id":1693,"parentId":955,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1767579468086,"traceId":"bd453ccefe254521"},{"name":"minify-css","duration":507349,"timestamp":84604313,"id":1715,"parentId":1714,"tags":{"file":"static/css/6c8ea84ed05d04e8.css","cache":"MISS"},"startTime":1767579468715,"traceId":"bd453ccefe254521"},{"name":"css-minimizer-plugin","duration":507701,"timestamp":84603978,"id":1714,"parentId":955,"tags":{},"startTime":1767579468715,"traceId":"bd453ccefe254521"},{"name":"seal","duration":1741437,"timestamp":83385210,"id":1677,"parentId":955,"tags":{},"startTime":1767579467496,"traceId":"bd453ccefe254521"},{"name":"webpack-compilation","duration":6334634,"timestamp":78795726,"id":955,"parentId":952,"tags":{"name":"client"},"startTime":1767579462906,"traceId":"bd453ccefe254521"},{"name":"emit","duration":15323,"timestamp":85130873,"id":1716,"parentId":952,"tags":{},"startTime":1767579469242,"traceId":"bd453ccefe254521"},{"name":"webpack-close","duration":653701,"timestamp":85148096,"id":1717,"parentId":952,"tags":{"name":"client"},"startTime":1767579469259,"traceId":"bd453ccefe254521"},{"name":"webpack-generate-error-stats","duration":3963,"timestamp":85801891,"id":1718,"parentId":1717,"tags":{},"startTime":1767579469913,"traceId":"bd453ccefe254521"},{"name":"run-webpack-compiler","duration":7268992,"timestamp":78537260,"id":952,"parentId":951,"tags":{},"startTime":1767579462648,"traceId":"bd453ccefe254521"},{"name":"format-webpack-messages","duration":119,"timestamp":85806265,"id":1719,"parentId":951,"tags":{},"startTime":1767579469917,"traceId":"bd453ccefe254521"},{"name":"worker-main-client","duration":7272937,"timestamp":78533677,"id":951,"parentId":1,"tags":{},"startTime":1767579462644,"traceId":"bd453ccefe254521"},{"name":"verify-and-lint","duration":4530352,"timestamp":85899916,"id":1723,"parentId":1,"tags":{},"startTime":1767579470011,"traceId":"bd453ccefe254521"},{"name":"verify-typescript-setup","duration":8445149,"timestamp":85892524,"id":1722,"parentId":1,"tags":{},"startTime":1767579470003,"traceId":"bd453ccefe254521"},{"name":"check-static-error-page","duration":6271,"timestamp":94367045,"id":1726,"parentId":1725,"tags":{},"startTime":1767579478478,"traceId":"bd453ccefe254521"},{"name":"check-page","duration":1902,"timestamp":94434975,"id":1727,"parentId":1725,"tags":{"page":"/_app"},"startTime":1767579478546,"traceId":"bd453ccefe254521"},{"name":"check-page","duration":700,"timestamp":94436207,"id":1729,"parentId":1725,"tags":{"page":"/_document"},"startTime":1767579478547,"traceId":"bd453ccefe254521"},{"name":"check-page","duration":1757,"timestamp":94436079,"id":1728,"parentId":1725,"tags":{"page":"/_error"},"startTime":1767579478547,"traceId":"bd453ccefe254521"},{"name":"is-page-static","duration":389289,"timestamp":94438823,"id":1734,"parentId":1730,"tags":{},"startTime":1767579478549,"traceId":"bd453ccefe254521"},{"name":"check-page","duration":391926,"timestamp":94436267,"id":1730,"parentId":1725,"tags":{"page":"/_not-found"},"startTime":1767579478547,"traceId":"bd453ccefe254521"},{"name":"is-page-static","duration":392212,"timestamp":94446876,"id":1737,"parentId":1733,"tags":{},"startTime":1767579478558,"traceId":"bd453ccefe254521"},{"name":"check-page","duration":402585,"timestamp":94436569,"id":1733,"parentId":1725,"tags":{"page":"/settings"},"startTime":1767579478547,"traceId":"bd453ccefe254521"},{"name":"is-page-static","duration":392519,"timestamp":94446738,"id":1735,"parentId":1731,"tags":{},"startTime":1767579478557,"traceId":"bd453ccefe254521"},{"name":"check-page","duration":402857,"timestamp":94436438,"id":1731,"parentId":1725,"tags":{"page":"/"},"startTime":1767579478547,"traceId":"bd453ccefe254521"},{"name":"is-page-static","duration":434281,"timestamp":94446815,"id":1736,"parentId":1732,"tags":{},"startTime":1767579478557,"traceId":"bd453ccefe254521"},{"name":"check-page","duration":444639,"timestamp":94436514,"id":1732,"parentId":1725,"tags":{"page":"/project/[id]"},"startTime":1767579478547,"traceId":"bd453ccefe254521"},{"name":"static-check","duration":515008,"timestamp":94366170,"id":1725,"parentId":1,"tags":{},"startTime":1767579478477,"traceId":"bd453ccefe254521"},{"name":"generate-required-server-files","duration":499,"timestamp":94881333,"id":1739,"parentId":1,"tags":{},"startTime":1767579478992,"traceId":"bd453ccefe254521"},{"name":"write-routes-manifest","duration":4268,"timestamp":94892505,"id":1741,"parentId":1,"tags":{},"startTime":1767579479003,"traceId":"bd453ccefe254521"},{"name":"load-dotenv","duration":43,"timestamp":94927882,"id":1744,"parentId":1743,"tags":{},"startTime":1767579479039,"traceId":"bd453ccefe254521"},{"name":"run-export-path-map","duration":568,"timestamp":96141849,"id":1745,"parentId":1743,"tags":{},"startTime":1767579480252,"traceId":"bd453ccefe254521"},{"name":"next-export","duration":1943872,"timestamp":94926628,"id":1743,"parentId":1,"tags":{},"startTime":1767579479037,"traceId":"bd453ccefe254521"},{"name":"move-exported-app-not-found-","duration":11333,"timestamp":96872119,"id":1746,"parentId":1742,"tags":{},"startTime":1767579480983,"traceId":"bd453ccefe254521"},{"name":"move-exported-page","duration":45201,"timestamp":96883637,"id":1747,"parentId":1742,"tags":{},"startTime":1767579480994,"traceId":"bd453ccefe254521"},{"name":"static-generation","duration":2483572,"timestamp":94921266,"id":1742,"parentId":1,"tags":{},"startTime":1767579479032,"traceId":"bd453ccefe254521"},{"name":"write-routes-manifest","duration":27916,"timestamp":97405056,"id":1748,"parentId":1,"tags":{},"startTime":1767579481516,"traceId":"bd453ccefe254521"},{"name":"node-file-trace-build","duration":9382425,"timestamp":94883178,"id":1740,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1767579478994,"traceId":"bd453ccefe254521"}]
|
|
18
|
+
[{"name":"apply-include-excludes","duration":543,"timestamp":104265792,"id":1749,"parentId":1,"tags":{},"startTime":1767579488376,"traceId":"bd453ccefe254521"},{"name":"print-tree-view","duration":2725,"timestamp":104266462,"id":1750,"parentId":1,"tags":{},"startTime":1767579488377,"traceId":"bd453ccefe254521"},{"name":"telemetry-flush","duration":56,"timestamp":104269196,"id":1751,"parentId":1,"tags":{},"startTime":1767579488380,"traceId":"bd453ccefe254521"},{"name":"next-build","duration":37380372,"timestamp":66888888,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.5.9","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1767579451000,"traceId":"bd453ccefe254521"}]
|