claudeship 0.2.11 → 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 +110 -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 +110 -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 +157 -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 +13 -13
- 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/{zw4FcukMOho6_dzgpEdNW → tV_Qc76rupeogXvWEMw6p}/_buildManifest.js +0 -0
- /package/apps/web/.next/static/{zw4FcukMOho6_dzgpEdNW → tV_Qc76rupeogXvWEMw6p}/_ssgManifest.js +0 -0
package/apps/web/.next/trace
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
[{"name":"build-module-js","duration":9413,"timestamp":198670724,"id":119,"parentId":111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/utils.js","layer":"pages-dir-node"},"startTime":1767362889484,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13366,"timestamp":198668359,"id":115,"parentId":71,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/cache-control.js","layer":"rsc"},"startTime":1767362889482,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12408,"timestamp":198670519,"id":118,"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/server/response-cache/utils.js","layer":"rsc"},"startTime":1767362889484,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":17331,"timestamp":198670778,"id":120,"parentId":59,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362889484,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":17970,"timestamp":198670851,"id":121,"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":1767362889484,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":21556,"timestamp":198671041,"id":123,"parentId":59,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767362889484,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":50210,"timestamp":198668152,"id":114,"parentId":56,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362889482,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":52503,"timestamp":198670952,"id":122,"parentId":59,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767362889484,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4228,"timestamp":198741235,"id":124,"parentId":59,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767362889555,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4672,"timestamp":198741396,"id":125,"parentId":59,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767362889555,"traceId":"252c25b92db7016e"},{"name":"build-module-external","duration":49,"timestamp":198746230,"id":126,"parentId":81,"tags":{"name":"./work-async-storage.external","layer":null},"startTime":1767362889560,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4791,"timestamp":198746655,"id":128,"parentId":101,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/pipe-readable.js","layer":"pages-dir-node"},"startTime":1767362889560,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6405,"timestamp":198746918,"id":130,"parentId":111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/batcher.js","layer":"pages-dir-node"},"startTime":1767362889560,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7003,"timestamp":198747208,"id":132,"parentId":111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/scheduler.js","layer":"pages-dir-node"},"startTime":1767362889561,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":22353,"timestamp":198747459,"id":134,"parentId":101,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"pages-dir-node"},"startTime":1767362889561,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":21302,"timestamp":198749612,"id":138,"parentId":100,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/etag.js","layer":"pages-dir-node"},"startTime":1767362889563,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":33063,"timestamp":198746301,"id":127,"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":1767362889560,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":36475,"timestamp":198746714,"id":129,"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/lib/batcher.js","layer":"rsc"},"startTime":1767362889560,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":37323,"timestamp":198746975,"id":131,"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/lib/scheduler.js","layer":"rsc"},"startTime":1767362889560,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":50277,"timestamp":198747258,"id":133,"parentId":70,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js","layer":"rsc"},"startTime":1767362889561,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":49386,"timestamp":198749386,"id":137,"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":1767362889563,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":65253,"timestamp":198747511,"id":135,"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":1767362889561,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":65632,"timestamp":198747638,"id":136,"parentId":101,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/invariant-error.js","layer":"pages-dir-node"},"startTime":1767362889561,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":64079,"timestamp":198749664,"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/client/components/layout-router.js","layer":"rsc"},"startTime":1767362889563,"traceId":"252c25b92db7016e"},{"name":"build-module-external","duration":50,"timestamp":198871419,"id":141,"parentId":82,"tags":{"name":"./work-unit-async-storage.external","layer":null},"startTime":1767362889685,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1616,"timestamp":198871292,"id":140,"parentId":134,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362889685,"traceId":"252c25b92db7016e"},{"name":"build-module-external","duration":32,"timestamp":198876649,"id":143,"parentId":82,"tags":{"name":"../app-render/action-async-storage.external","layer":null},"startTime":1767362889690,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":14766,"timestamp":198877060,"id":146,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/search-params.js","layer":"rsc"},"startTime":1767362889690,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":24971,"timestamp":198877302,"id":147,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/params.js","layer":"rsc"},"startTime":1767362889691,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":27989,"timestamp":198877686,"id":149,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/collect-segment-data.js","layer":"rsc"},"startTime":1767362889691,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":40269,"timestamp":198877919,"id":150,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1767362889691,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":51642,"timestamp":198871510,"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/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1767362889685,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":46905,"timestamp":198876895,"id":145,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-segment.js","layer":"rsc"},"startTime":1767362889690,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":47462,"timestamp":198876706,"id":144,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1767362889690,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":47625,"timestamp":198877545,"id":148,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1767362889691,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":8346,"timestamp":198940352,"id":151,"parentId":33,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"rsc"},"startTime":1767362889754,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":860,"timestamp":198952664,"id":154,"parentId":111,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/response-cache/types.js","layer":"pages-dir-node"},"startTime":1767362889766,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3025,"timestamp":198952132,"id":152,"parentId":84,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/base-http/index.js","layer":"rsc"},"startTime":1767362889766,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3267,"timestamp":198952445,"id":153,"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/server/response-cache/types.js","layer":"rsc"},"startTime":1767362889766,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":11092,"timestamp":198957794,"id":155,"parentId":81,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"rsc"},"startTime":1767362889771,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":11445,"timestamp":198957952,"id":156,"parentId":81,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"rsc"},"startTime":1767362889771,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":11759,"timestamp":198958104,"id":157,"parentId":81,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"rsc"},"startTime":1767362889772,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12425,"timestamp":198958237,"id":158,"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":1767362889772,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":15888,"timestamp":198958361,"id":159,"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":1767362889772,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":16225,"timestamp":198958471,"id":160,"parentId":120,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-node"},"startTime":1767362889772,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4491,"timestamp":198987243,"id":161,"parentId":155,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"rsc"},"startTime":1767362889801,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4701,"timestamp":198987452,"id":162,"parentId":159,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"rsc"},"startTime":1767362889801,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4978,"timestamp":198987583,"id":163,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"rsc"},"startTime":1767362889801,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8744,"timestamp":198992881,"id":165,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/metadata.js","layer":"rsc"},"startTime":1767362889806,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9276,"timestamp":198993384,"id":167,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1767362889807,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9362,"timestamp":198993612,"id":168,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1767362889807,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":16784,"timestamp":198992702,"id":164,"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":1767362889806,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":18681,"timestamp":198993138,"id":166,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-components.js","layer":"rsc"},"startTime":1767362889807,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2379,"timestamp":199033446,"id":169,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1767362889847,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8558,"timestamp":199037438,"id":171,"parentId":112,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"pages-dir-node"},"startTime":1767362889851,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13972,"timestamp":199037316,"id":170,"parentId":112,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-node"},"startTime":1767362889851,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1697,"timestamp":199060784,"id":173,"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":1767362889874,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":7646,"timestamp":199056308,"id":172,"parentId":32,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"rsc"},"startTime":1767362889870,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12350,"timestamp":199061107,"id":174,"parentId":114,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362889875,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":14551,"timestamp":199061225,"id":175,"parentId":121,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"rsc"},"startTime":1767362889875,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":15414,"timestamp":199061358,"id":176,"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/html-bots.js","layer":"pages-dir-node"},"startTime":1767362889875,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":11700,"timestamp":199088028,"id":177,"parentId":114,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362889901,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12897,"timestamp":199088185,"id":178,"parentId":122,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"pages-dir-node"},"startTime":1767362889902,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1137,"timestamp":199101536,"id":180,"parentId":128,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362889915,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7290,"timestamp":199101218,"id":179,"parentId":84,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/api-utils/index.js","layer":"rsc"},"startTime":1767362889915,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7357,"timestamp":199101605,"id":181,"parentId":127,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362889915,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10448,"timestamp":199101889,"id":182,"parentId":124,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767362889915,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10888,"timestamp":199102036,"id":183,"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/parse-path.js","layer":"rsc"},"startTime":1767362889915,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12101,"timestamp":199113415,"id":184,"parentId":114,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362889927,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3752,"timestamp":199139479,"id":185,"parentId":128,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362889953,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4456,"timestamp":199139836,"id":187,"parentId":134,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362889953,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6529,"timestamp":199139567,"id":186,"parentId":127,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362889953,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7175,"timestamp":199139891,"id":188,"parentId":133,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362889953,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7189,"timestamp":199140141,"id":189,"parentId":82,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server.js","layer":"rsc"},"startTime":1767362889954,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7137,"timestamp":199140373,"id":190,"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":1767362889954,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9222,"timestamp":199151261,"id":191,"parentId":146,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"rsc"},"startTime":1767362889965,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10667,"timestamp":199151535,"id":192,"parentId":146,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"rsc"},"startTime":1767362889965,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13256,"timestamp":199151984,"id":194,"parentId":134,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362889965,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13686,"timestamp":199152099,"id":195,"parentId":133,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362889966,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":14441,"timestamp":199152230,"id":196,"parentId":134,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362889966,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":15291,"timestamp":199152312,"id":197,"parentId":133,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362889966,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4425,"timestamp":199167928,"id":198,"parentId":146,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/utils.js","layer":"rsc"},"startTime":1767362889981,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":38080,"timestamp":199151769,"id":193,"parentId":146,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1767362889965,"traceId":"252c25b92db7016e"},{"name":"build-module-external","duration":45,"timestamp":199196823,"id":199,"parentId":147,"tags":{"name":"../app-render/dynamic-access-async-storage.external","layer":null},"startTime":1767362890010,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7071,"timestamp":199196891,"id":200,"parentId":149,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/create-error-handler.js","layer":"rsc"},"startTime":1767362890010,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3293,"timestamp":199208430,"id":202,"parentId":100,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/fresh/index.js","layer":"pages-dir-node"},"startTime":1767362890022,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10729,"timestamp":199208123,"id":201,"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":1767362890022,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12434,"timestamp":199208486,"id":203,"parentId":150,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1767362890022,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":21085,"timestamp":199208707,"id":204,"parentId":150,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/clone-response.js","layer":"rsc"},"startTime":1767362890022,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":33591,"timestamp":199208910,"id":205,"parentId":146,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"rsc"},"startTime":1767362890022,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":34848,"timestamp":199209042,"id":206,"parentId":149,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js","layer":"rsc"},"startTime":1767362890022,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1981,"timestamp":199252389,"id":207,"parentId":149,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-jsx-runtime.js","layer":"rsc"},"startTime":1767362890066,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1811,"timestamp":199259438,"id":208,"parentId":200,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/is-error.js","layer":"rsc"},"startTime":1767362890073,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4544,"timestamp":199270313,"id":209,"parentId":128,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362890084,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6690,"timestamp":199270402,"id":210,"parentId":127,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362890084,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5985,"timestamp":199278561,"id":211,"parentId":152,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/api-utils/get-cookie-parser.js","layer":"rsc"},"startTime":1767362890092,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6304,"timestamp":199279100,"id":214,"parentId":146,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"rsc"},"startTime":1767362890093,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9043,"timestamp":199278953,"id":213,"parentId":159,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"rsc"},"startTime":1767362890092,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9872,"timestamp":199279339,"id":215,"parentId":158,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js","layer":"rsc"},"startTime":1767362890093,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":19147,"timestamp":199279465,"id":216,"parentId":159,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"rsc"},"startTime":1767362890093,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":24235,"timestamp":199278818,"id":212,"parentId":206,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment.js","layer":"rsc"},"startTime":1767362890092,"traceId":"252c25b92db7016e"}]
|
|
2
|
-
[{"name":"build-module-js","duration":24581,"timestamp":199279585,"id":217,"parentId":171,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"pages-dir-node"},"startTime":1767362890093,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5645,"timestamp":199299337,"id":218,"parentId":208,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"rsc"},"startTime":1767362890113,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7092,"timestamp":199305303,"id":219,"parentId":159,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js","layer":"rsc"},"startTime":1767362890119,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3346,"timestamp":199313791,"id":221,"parentId":165,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/framework/boundary-constants.js","layer":"rsc"},"startTime":1767362890127,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4288,"timestamp":199314058,"id":222,"parentId":165,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/request/pathname.js","layer":"rsc"},"startTime":1767362890127,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12850,"timestamp":199314296,"id":223,"parentId":165,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolve-metadata.js","layer":"rsc"},"startTime":1767362890128,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":13775,"timestamp":199314672,"id":225,"parentId":105,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"rsc"},"startTime":1767362890128,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":15041,"timestamp":199314540,"id":224,"parentId":165,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"rsc"},"startTime":1767362890128,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":16855,"timestamp":199313651,"id":220,"parentId":217,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-node"},"startTime":1767362890127,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5867,"timestamp":199373344,"id":227,"parentId":165,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/basic.js","layer":"rsc"},"startTime":1767362890187,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6718,"timestamp":199373578,"id":228,"parentId":165,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/alternate.js","layer":"rsc"},"startTime":1767362890187,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9189,"timestamp":199373195,"id":226,"parentId":220,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362890187,"traceId":"252c25b92db7016e"},{"name":"add-entry","duration":1901308,"timestamp":197483181,"id":29,"parentId":22,"tags":{"request":"next/dist/pages/_document"},"startTime":1767362888297,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7834,"timestamp":199383342,"id":229,"parentId":165,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/opengraph.js","layer":"rsc"},"startTime":1767362890197,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8600,"timestamp":199383631,"id":230,"parentId":165,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/icons.js","layer":"rsc"},"startTime":1767362890197,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13006,"timestamp":199383876,"id":231,"parentId":165,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/meta.js","layer":"rsc"},"startTime":1767362890197,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12989,"timestamp":199384262,"id":233,"parentId":165,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/router-utils/is-postpone.js","layer":"rsc"},"startTime":1767362890198,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":16650,"timestamp":199384131,"id":232,"parentId":165,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"rsc"},"startTime":1767362890198,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8307,"timestamp":199410875,"id":234,"parentId":164,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/styles/access-error-styles.js","layer":"rsc"},"startTime":1767362890224,"traceId":"252c25b92db7016e"},{"name":"build-module-cjs","duration":2136,"timestamp":199431174,"id":235,"parentId":114,"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":1767362890245,"traceId":"252c25b92db7016e"},{"name":"build-module-css","duration":1977,"timestamp":199431549,"id":237,"parentId":105,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/globals.css","layer":"rsc"},"startTime":1767362890245,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4906,"timestamp":199431274,"id":236,"parentId":179,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362890245,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":349,"timestamp":199440574,"id":238,"parentId":114,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362890254,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":477,"timestamp":199440651,"id":239,"parentId":114,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362890254,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10473,"timestamp":199444264,"id":240,"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/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1767362890258,"traceId":"252c25b92db7016e"},{"name":"build-module-external","duration":29,"timestamp":199454872,"id":241,"parentId":198,"tags":{"name":"../app-render/after-task-async-storage.external","layer":null},"startTime":1767362890268,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1946,"timestamp":199457414,"id":243,"parentId":149,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-server-dom-webpack/client.node.js","layer":"rsc"},"startTime":1767362890271,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2350,"timestamp":199460254,"id":244,"parentId":200,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/error-telemetry-utils.js","layer":"rsc"},"startTime":1767362890274,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2479,"timestamp":199460491,"id":245,"parentId":200,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/app-render/react-large-shell-error.js","layer":"rsc"},"startTime":1767362890274,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9185,"timestamp":199454916,"id":242,"parentId":200,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/format-server-error.js","layer":"rsc"},"startTime":1767362890268,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5819,"timestamp":199460722,"id":246,"parentId":200,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/is-next-router-error.js","layer":"rsc"},"startTime":1767362890274,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6526,"timestamp":199460855,"id":247,"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/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"rsc"},"startTime":1767362890274,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1988,"timestamp":199543695,"id":256,"parentId":209,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362890357,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2326,"timestamp":199543874,"id":258,"parentId":209,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362890357,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3173,"timestamp":199544074,"id":260,"parentId":209,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362890357,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4619,"timestamp":199543295,"id":254,"parentId":223,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/interop-default.js","layer":"rsc"},"startTime":1767362890357,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5419,"timestamp":199543548,"id":255,"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/route-pattern-normalizer.js","layer":"rsc"},"startTime":1767362890357,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6511,"timestamp":199543741,"id":257,"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/server/web/utils.js","layer":"rsc"},"startTime":1767362890357,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6759,"timestamp":199543908,"id":259,"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/server/base-http/helpers.js","layer":"rsc"},"startTime":1767362890357,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7459,"timestamp":199544121,"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/server/web/spec-extension/request.js","layer":"rsc"},"startTime":1767362890358,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1823,"timestamp":199554398,"id":262,"parentId":192,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1767362890368,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2105,"timestamp":199563327,"id":263,"parentId":223,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/default-metadata.js","layer":"rsc"},"startTime":1767362890377,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2911,"timestamp":199563606,"id":264,"parentId":223,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/app-dir-module.js","layer":"rsc"},"startTime":1767362890377,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2033,"timestamp":199573236,"id":265,"parentId":223,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/utils.js","layer":"rsc"},"startTime":1767362890387,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4553,"timestamp":199573510,"id":266,"parentId":223,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js","layer":"rsc"},"startTime":1767362890387,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3858,"timestamp":199581954,"id":267,"parentId":223,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js","layer":"rsc"},"startTime":1767362890395,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7739,"timestamp":199582244,"id":268,"parentId":223,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js","layer":"rsc"},"startTime":1767362890396,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8580,"timestamp":199582458,"id":269,"parentId":223,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js","layer":"rsc"},"startTime":1767362890396,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10565,"timestamp":199582665,"id":270,"parentId":223,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1767362890396,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1723,"timestamp":199618101,"id":271,"parentId":227,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/constants.js","layer":"rsc"},"startTime":1767362890432,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3828,"timestamp":199622446,"id":272,"parentId":179,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767362890436,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3959,"timestamp":199622711,"id":273,"parentId":231,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/non-nullable.js","layer":"rsc"},"startTime":1767362890436,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4755,"timestamp":199627341,"id":274,"parentId":230,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/metadata/generate/icon-mark.js","layer":"rsc"},"startTime":1767362890441,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":816,"timestamp":199634282,"id":275,"parentId":200,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/string-hash/index.js","layer":"rsc"},"startTime":1767362890448,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8608,"timestamp":199642538,"id":276,"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/compiled/path-to-regexp/index.js","layer":"rsc"},"startTime":1767362890456,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12162,"timestamp":199642726,"id":277,"parentId":246,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362890456,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4164,"timestamp":199665757,"id":279,"parentId":260,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362890479,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4426,"timestamp":199666144,"id":281,"parentId":260,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362890480,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8359,"timestamp":199665862,"id":280,"parentId":261,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362890479,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8623,"timestamp":199666202,"id":282,"parentId":261,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362890480,"traceId":"252c25b92db7016e"},{"name":"font-loader","duration":146004,"timestamp":199532119,"id":253,"parentId":252,"tags":{},"startTime":1767362890346,"traceId":"252c25b92db7016e"},{"name":"font-loader","duration":168454,"timestamp":199511584,"id":251,"parentId":250,"tags":{},"startTime":1767362890325,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":824,"timestamp":199680771,"id":284,"parentId":260,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362890494,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8779,"timestamp":199680508,"id":283,"parentId":266,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362890494,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8888,"timestamp":199680830,"id":285,"parentId":261,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362890494,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":83974,"timestamp":199642827,"id":278,"parentId":243,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.node.production.js","layer":"rsc"},"startTime":1767362890456,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2976,"timestamp":199729849,"id":286,"parentId":270,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362890543,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4042,"timestamp":199730169,"id":287,"parentId":270,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362890544,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5845,"timestamp":199730396,"id":288,"parentId":266,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362890544,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":22,"timestamp":199737783,"id":289,"parentId":278,"tags":{"name":"util","layer":null},"startTime":1767362890551,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":616,"timestamp":199738926,"id":290,"parentId":167,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/react-dom.js","layer":"rsc"},"startTime":1767362890552,"traceId":"252c25b92db7016e"},{"name":"postcss","duration":7449,"timestamp":199997058,"id":291,"parentId":252,"tags":{},"startTime":1767362890810,"traceId":"252c25b92db7016e"},{"name":"postcss","duration":2933,"timestamp":200001585,"id":292,"parentId":250,"tags":{},"startTime":1767362890815,"traceId":"252c25b92db7016e"},{"name":"next-font-loader","duration":473234,"timestamp":199532035,"id":252,"parentId":249,"tags":{},"startTime":1767362890345,"traceId":"252c25b92db7016e"},{"name":"next-font-loader","duration":526827,"timestamp":199478450,"id":250,"parentId":248,"tags":{},"startTime":1767362890292,"traceId":"252c25b92db7016e"},{"name":"css-loader","duration":47066,"timestamp":200004761,"id":293,"parentId":249,"tags":{"astUsed":"true"},"startTime":1767362890818,"traceId":"252c25b92db7016e"},{"name":"css-loader","duration":46590,"timestamp":200005248,"id":294,"parentId":248,"tags":{"astUsed":"true"},"startTime":1767362890819,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":574017,"timestamp":199478248,"id":249,"parentId":105,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist_Mono\",\"arguments\":[{\"variable\":\"--font-geist-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistMono\"}","layer":"rsc"},"startTime":1767362890292,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":577037,"timestamp":199475426,"id":248,"parentId":105,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Geist\",\"arguments\":[{\"variable\":\"--font-geist-sans\",\"subsets\":[\"latin\"]}],\"variableName\":\"geistSans\"}","layer":"rsc"},"startTime":1767362890289,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6241,"timestamp":200067174,"id":296,"parentId":280,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/get-hostname.js","layer":"rsc"},"startTime":1767362890881,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10173,"timestamp":200067325,"id":297,"parentId":279,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"pages-dir-node"},"startTime":1767362890881,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":16081,"timestamp":200067416,"id":298,"parentId":280,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"rsc"},"startTime":1767362890881,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":17497,"timestamp":200067603,"id":300,"parentId":280,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"rsc"},"startTime":1767362890881,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":16984,"timestamp":200072099,"id":301,"parentId":279,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"pages-dir-node"},"startTime":1767362890886,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":17664,"timestamp":200072218,"id":302,"parentId":280,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","layer":"rsc"},"startTime":1767362890886,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":23832,"timestamp":200066998,"id":295,"parentId":279,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/get-hostname.js","layer":"pages-dir-node"},"startTime":1767362890880,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":27878,"timestamp":200067529,"id":299,"parentId":279,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"pages-dir-node"},"startTime":1767362890881,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":767,"timestamp":200112164,"id":303,"parentId":223,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/server-only/empty.js","layer":"rsc"},"startTime":1767362890926,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2440,"timestamp":200114404,"id":304,"parentId":298,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"rsc"},"startTime":1767362890928,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2874,"timestamp":200114563,"id":305,"parentId":299,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-node"},"startTime":1767362890928,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3475,"timestamp":200117635,"id":306,"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":1767362890931,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2323,"timestamp":200122215,"id":307,"parentId":297,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"pages-dir-node"},"startTime":1767362890936,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3808,"timestamp":200122312,"id":308,"parentId":298,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"rsc"},"startTime":1767362890936,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4157,"timestamp":200122430,"id":309,"parentId":297,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"pages-dir-node"},"startTime":1767362890936,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9335,"timestamp":200122501,"id":310,"parentId":298,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"rsc"},"startTime":1767362890936,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6363,"timestamp":200126840,"id":311,"parentId":300,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"rsc"},"startTime":1767362890940,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6802,"timestamp":200126979,"id":312,"parentId":299,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-node"},"startTime":1767362890940,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7894,"timestamp":200136101,"id":313,"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":"pages-dir-node"},"startTime":1767362890950,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":16767,"timestamp":200136163,"id":314,"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/compiled/@edge-runtime/cookies/index.js","layer":"rsc"},"startTime":1767362890950,"traceId":"252c25b92db7016e"},{"name":"add-entry","duration":2670047,"timestamp":197483082,"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":1767362888296,"traceId":"252c25b92db7016e"},{"name":"add-entry","duration":2670817,"timestamp":197482325,"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":1767362888296,"traceId":"252c25b92db7016e"}]
|
|
3
|
-
[{"name":"generate-buildid","duration":201,"timestamp":196026694,"id":4,"parentId":1,"tags":{},"startTime":1767362886840,"traceId":"252c25b92db7016e"},{"name":"load-custom-routes","duration":342,"timestamp":196026993,"id":5,"parentId":1,"tags":{},"startTime":1767362886840,"traceId":"252c25b92db7016e"},{"name":"create-dist-dir","duration":40003,"timestamp":196165284,"id":6,"parentId":1,"tags":{},"startTime":1767362886979,"traceId":"252c25b92db7016e"},{"name":"create-pages-mapping","duration":331,"timestamp":196211986,"id":7,"parentId":1,"tags":{},"startTime":1767362887025,"traceId":"252c25b92db7016e"},{"name":"collect-app-files","duration":8858,"timestamp":196212358,"id":8,"parentId":1,"tags":{},"startTime":1767362887026,"traceId":"252c25b92db7016e"},{"name":"create-app-mapping","duration":1102,"timestamp":196221237,"id":9,"parentId":1,"tags":{},"startTime":1767362887035,"traceId":"252c25b92db7016e"},{"name":"create-app-layouts","duration":123,"timestamp":196222362,"id":10,"parentId":1,"tags":{},"startTime":1767362887036,"traceId":"252c25b92db7016e"},{"name":"collect-default-files","duration":504,"timestamp":196224378,"id":12,"parentId":1,"tags":{},"startTime":1767362887038,"traceId":"252c25b92db7016e"},{"name":"generate-route-types","duration":30633,"timestamp":196222795,"id":11,"parentId":1,"tags":{},"startTime":1767362887036,"traceId":"252c25b92db7016e"},{"name":"public-dir-conflict-check","duration":645,"timestamp":196253511,"id":13,"parentId":1,"tags":{},"startTime":1767362887067,"traceId":"252c25b92db7016e"},{"name":"generate-routes-manifest","duration":2330,"timestamp":196254365,"id":14,"parentId":1,"tags":{},"startTime":1767362887068,"traceId":"252c25b92db7016e"},{"name":"create-entrypoints","duration":19596,"timestamp":197212281,"id":18,"parentId":16,"tags":{},"startTime":1767362888026,"traceId":"252c25b92db7016e"},{"name":"generate-webpack-config","duration":111366,"timestamp":197232105,"id":19,"parentId":17,"tags":{},"startTime":1767362888046,"traceId":"252c25b92db7016e"},{"name":"next-trace-entrypoint-plugin","duration":2412,"timestamp":197462502,"id":21,"parentId":20,"tags":{},"startTime":1767362888276,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":43643,"timestamp":197585136,"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":1767362888399,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":137576,"timestamp":197588108,"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":1767362888402,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":270,"timestamp":197729141,"id":37,"parentId":35,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1767362888543,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":105,"timestamp":197729467,"id":38,"parentId":35,"tags":{"name":"react","layer":null},"startTime":1767362888543,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":163152,"timestamp":197583299,"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":1767362888397,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2296,"timestamp":197845370,"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":1767362888659,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3319,"timestamp":197845832,"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":1767362888659,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7701,"timestamp":197846143,"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":1767362888660,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9235,"timestamp":197846308,"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":1767362888660,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":14170,"timestamp":197846383,"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":1767362888660,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":387043,"timestamp":197566529,"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":1767362888380,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":395017,"timestamp":197582164,"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":1767362888396,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":56,"timestamp":197992913,"id":44,"parentId":30,"tags":{"name":"path","layer":null},"startTime":1767362888806,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":33,"timestamp":197993069,"id":45,"parentId":30,"tags":{"name":"next/dist/shared/lib/router/utils/app-paths","layer":null},"startTime":1767362888806,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":22,"timestamp":197993122,"id":46,"parentId":30,"tags":{"name":"next/dist/shared/lib/router/utils/is-bot","layer":null},"startTime":1767362888807,"traceId":"252c25b92db7016e"},{"name":"build-module-external","duration":18,"timestamp":197993161,"id":47,"parentId":30,"tags":{"name":"next/dist/shared/lib/no-fallback-error.external","layer":null},"startTime":1767362888807,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10635,"timestamp":197993893,"id":52,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/trace/tracer.js","layer":"pages-dir-node"},"startTime":1767362888807,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":11137,"timestamp":197993965,"id":53,"parentId":36,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/trace/utils.js","layer":"pages-dir-node"},"startTime":1767362888807,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":26885,"timestamp":197993647,"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":1767362888807,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":28610,"timestamp":197993775,"id":51,"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":1767362888807,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":42439,"timestamp":197993369,"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":1767362888807,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":47371,"timestamp":197993196,"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":1767362888807,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":28707,"timestamp":198012560,"id":54,"parentId":39,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-node"},"startTime":1767362888826,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":29664,"timestamp":198012727,"id":55,"parentId":39,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js","layer":"pages-dir-node"},"startTime":1767362888826,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":549495,"timestamp":197582961,"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":1767362888396,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":586553,"timestamp":197582626,"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":1767362888396,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1348,"timestamp":198220443,"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-kind.js","layer":"pages-dir-node"},"startTime":1767362889034,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1865,"timestamp":198220507,"id":58,"parentId":34,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/templates/helpers.js","layer":"pages-dir-node"},"startTime":1767362889034,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":26572,"timestamp":198220633,"id":59,"parentId":34,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/pages/pages-handler.js","layer":"pages-dir-node"},"startTime":1767362889034,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":27306,"timestamp":198220689,"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":1767362889034,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":35689,"timestamp":198220838,"id":62,"parentId":52,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/trace/constants.js","layer":"pages-dir-node"},"startTime":1767362889034,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":68749,"timestamp":198220249,"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/pages/_error.js","layer":"pages-dir-node"},"startTime":1767362889034,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":595,"timestamp":198316529,"id":94,"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":1767362889130,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":44095,"timestamp":198316605,"id":95,"parentId":52,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"pages-dir-node"},"startTime":1767362889130,"traceId":"252c25b92db7016e"},{"name":"build-module-cjs","duration":51470,"timestamp":198316661,"id":96,"parentId":35,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","layer":"pages-dir-node"},"startTime":1767362889130,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":92732,"timestamp":198306185,"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":1767362889120,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":105324,"timestamp":198307547,"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":1767362889121,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":110838,"timestamp":198307761,"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":1767362889121,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":114370,"timestamp":198307961,"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":1767362889121,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":114434,"timestamp":198310220,"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":1767362889124,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":125352,"timestamp":198310433,"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":1767362889124,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":126807,"timestamp":198311435,"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":1767362889125,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":127419,"timestamp":198311704,"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":1767362889125,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":128941,"timestamp":198311971,"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":1767362889125,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":132530,"timestamp":198312229,"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":1767362889126,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":136801,"timestamp":198312470,"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":1767362889126,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":136950,"timestamp":198312715,"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":1767362889126,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":136998,"timestamp":198312990,"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":1767362889126,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":137127,"timestamp":198313307,"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":1767362889127,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":139416,"timestamp":198313805,"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":1767362889127,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":145403,"timestamp":198314143,"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":1767362889128,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":145968,"timestamp":198314396,"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":1767362889128,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":147978,"timestamp":198314637,"id":84,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/base-http/node.js","layer":"rsc"},"startTime":1767362889128,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":148466,"timestamp":198314871,"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/lib/experimental/ppr.js","layer":"rsc"},"startTime":1767362889128,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":148912,"timestamp":198315142,"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/stream-utils/encoded-tags.js","layer":"rsc"},"startTime":1767362889129,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":150838,"timestamp":198315754,"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/server/response-cache/index.js","layer":"rsc"},"startTime":1767362889129,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":254206,"timestamp":198220894,"id":63,"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":1767362889034,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":254776,"timestamp":198220741,"id":61,"parentId":52,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-thenable.js","layer":"pages-dir-node"},"startTime":1767362889034,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":254889,"timestamp":198220981,"id":64,"parentId":54,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":"pages-dir-node"},"startTime":1767362889034,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":255975,"timestamp":198221087,"id":65,"parentId":55,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-node"},"startTime":1767362889034,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":163094,"timestamp":198315408,"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":1767362889129,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":168004,"timestamp":198315995,"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":1767362889129,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":169181,"timestamp":198315551,"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":1767362889129,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":169540,"timestamp":198316156,"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":1767362889130,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":170111,"timestamp":198316279,"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":1767362889130,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":170655,"timestamp":198316411,"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":1767362889130,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":179850,"timestamp":198313568,"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":1767362889127,"traceId":"252c25b92db7016e"},{"name":"add-entry","duration":1010674,"timestamp":197482988,"id":24,"parentId":22,"tags":{"request":"next/dist/pages/_app"},"startTime":1767362888296,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":57,"timestamp":198529221,"id":97,"parentId":60,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.prod.js","layer":null},"startTime":1767362889343,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8984,"timestamp":198529316,"id":98,"parentId":56,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362889343,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":14896,"timestamp":198529424,"id":99,"parentId":59,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362889343,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":17959,"timestamp":198529492,"id":100,"parentId":59,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362889343,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":22092,"timestamp":198529540,"id":101,"parentId":59,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362889343,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":22366,"timestamp":198529583,"id":102,"parentId":59,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362889343,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":22681,"timestamp":198529624,"id":103,"parentId":59,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362889343,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":54,"timestamp":198561843,"id":107,"parentId":76,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1767362889375,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2158,"timestamp":198562531,"id":111,"parentId":59,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362889376,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":35190,"timestamp":198561924,"id":108,"parentId":67,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1767362889375,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":71564,"timestamp":198529668,"id":104,"parentId":59,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362889343,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":64917,"timestamp":198537037,"id":106,"parentId":31,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"rsc"},"startTime":1767362889350,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":76917,"timestamp":198529802,"id":105,"parentId":30,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/layout.tsx","layer":"rsc"},"startTime":1767362889343,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":63045,"timestamp":198562234,"id":109,"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":1767362889376,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":63328,"timestamp":198562444,"id":110,"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":1767362889376,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4486,"timestamp":198644219,"id":112,"parentId":54,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-node"},"startTime":1767362889458,"traceId":"252c25b92db7016e"},{"name":"build-module-external","duration":80,"timestamp":198667960,"id":113,"parentId":59,"tags":{"name":"../../../shared/lib/no-fallback-error.external","layer":null},"startTime":1767362889481,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1429,"timestamp":198670406,"id":116,"parentId":100,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/lib/cache-control.js","layer":"pages-dir-node"},"startTime":1767362889484,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2123,"timestamp":198670473,"id":117,"parentId":59,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362889484,"traceId":"252c25b92db7016e"}]
|
|
4
|
-
[{"name":"add-entry","duration":2670029,"timestamp":197483118,"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":1767362888297,"traceId":"252c25b92db7016e"},{"name":"add-entry","duration":2669988,"timestamp":197483163,"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":1767362888297,"traceId":"252c25b92db7016e"},{"name":"add-entry","duration":2670010,"timestamp":197483143,"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":1767362888297,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":2565,"timestamp":200243983,"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":1767362891057,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":507,"timestamp":200246589,"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":1767362891060,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":858,"timestamp":200247125,"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":1767362891061,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":805,"timestamp":200248027,"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":1767362891061,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":280,"timestamp":200248852,"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":1767362891062,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":245,"timestamp":200249148,"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":1767362891063,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":245,"timestamp":200249409,"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":1767362891063,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":256,"timestamp":200249671,"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":1767362891063,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":406,"timestamp":200249944,"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":1767362891063,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":286,"timestamp":200250368,"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":1767362891064,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":6024,"timestamp":200275124,"id":349,"parentId":343,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"ssr"},"startTime":1767362891089,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":9030,"timestamp":200273441,"id":347,"parentId":341,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"ssr"},"startTime":1767362891087,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":9016,"timestamp":200274876,"id":348,"parentId":345,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"ssr"},"startTime":1767362891088,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":16372,"timestamp":200276132,"id":351,"parentId":337,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"ssr"},"startTime":1767362891090,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":18133,"timestamp":200275341,"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":1767362891089,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":19034,"timestamp":200276351,"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":1767362891090,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":17937,"timestamp":200278332,"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":1767362891092,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":21161,"timestamp":200276465,"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":1767362891090,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":20026,"timestamp":200278433,"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":1767362891092,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":35901,"timestamp":200278217,"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":1767362891092,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":29756,"timestamp":200285339,"id":357,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/metadata/async-metadata.js","layer":"ssr"},"startTime":1767362891099,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8672,"timestamp":200331213,"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":1767362891145,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":14130,"timestamp":200331418,"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":1767362891145,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":14429,"timestamp":200331634,"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":1767362891145,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":17322,"timestamp":200329185,"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":1767362891143,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":38473,"timestamp":200329044,"id":358,"parentId":339,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js","layer":"ssr"},"startTime":1767362891142,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":36968,"timestamp":200331067,"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":1767362891144,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":37000,"timestamp":200331840,"id":364,"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":1767362891145,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4318,"timestamp":200388906,"id":365,"parentId":361,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/dynamic-rendering-utils.js","layer":"ssr"},"startTime":1767362891202,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5423,"timestamp":200389181,"id":366,"parentId":361,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/create-deduped-by-callsite-server-error-logger.js","layer":"ssr"},"startTime":1767362891203,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4853,"timestamp":200390203,"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":1767362891204,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8210,"timestamp":200389926,"id":370,"parentId":364,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362891203,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9105,"timestamp":200390033,"id":371,"parentId":358,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"ssr"},"startTime":1767362891203,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9070,"timestamp":200390380,"id":374,"parentId":364,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362891204,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9683,"timestamp":200390123,"id":372,"parentId":358,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1767362891204,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10713,"timestamp":200389833,"id":369,"parentId":361,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"ssr"},"startTime":1767362891203,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":23747,"timestamp":200389648,"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/request/utils.js","layer":"ssr"},"startTime":1767362891203,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":28020,"timestamp":200389420,"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/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1767362891203,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3260,"timestamp":200429861,"id":375,"parentId":367,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/scheduler.js","layer":"ssr"},"startTime":1767362891243,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6501,"timestamp":200430070,"id":376,"parentId":368,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362891243,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7155,"timestamp":200430174,"id":377,"parentId":367,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1767362891244,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7491,"timestamp":200430332,"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":1767362891244,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7831,"timestamp":200430523,"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":1767362891244,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9282,"timestamp":200430431,"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":1767362891244,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9956,"timestamp":200430616,"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":1767362891244,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10428,"timestamp":200430704,"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":1767362891244,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10723,"timestamp":200430878,"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":1767362891244,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12233,"timestamp":200430791,"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":1767362891244,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13546,"timestamp":200430233,"id":378,"parentId":367,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1767362891244,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13247,"timestamp":200430965,"id":386,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js","layer":"ssr"},"startTime":1767362891244,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4080,"timestamp":200459361,"id":391,"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":1767362891273,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3524,"timestamp":200460215,"id":392,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/@swc+helpers@0.5.15/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1767362891274,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7411,"timestamp":200458725,"id":387,"parentId":380,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1767362891272,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7841,"timestamp":200458873,"id":388,"parentId":382,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-error.js","layer":"ssr"},"startTime":1767362891272,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7968,"timestamp":200458978,"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":1767362891272,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8111,"timestamp":200459270,"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/shared/lib/router/utils/is-bot.js","layer":"ssr"},"startTime":1767362891273,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7439,"timestamp":200460402,"id":393,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1767362891274,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10026,"timestamp":200460586,"id":395,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js","layer":"ssr"},"startTime":1767362891274,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":15368,"timestamp":200460498,"id":394,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1767362891274,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8911,"timestamp":200468239,"id":396,"parentId":354,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"ssr"},"startTime":1767362891282,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":840,"timestamp":200494834,"id":399,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-jsx-runtime.js","layer":"ssr"},"startTime":1767362891308,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1291,"timestamp":200501119,"id":402,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react.js","layer":"ssr"},"startTime":1767362891315,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9325,"timestamp":200494634,"id":397,"parentId":388,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1767362891308,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10138,"timestamp":200494765,"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/shared/lib/router/utils/html-bots.js","layer":"ssr"},"startTime":1767362891308,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6487,"timestamp":200500780,"id":400,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1767362891314,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8452,"timestamp":200500901,"id":401,"parentId":396,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","layer":"ssr"},"startTime":1767362891314,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8532,"timestamp":200501295,"id":403,"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/navigation-untracked.js","layer":"ssr"},"startTime":1767362891315,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1168,"timestamp":200510959,"id":404,"parentId":399,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362891324,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2472,"timestamp":200513360,"id":405,"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":1767362891327,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4653,"timestamp":200513516,"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":1767362891327,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6575,"timestamp":200513457,"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":1767362891327,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3565,"timestamp":200529079,"id":410,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-build-id.js","layer":"ssr"},"startTime":1767362891342,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4811,"timestamp":200528979,"id":409,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/flight-data-helpers.js","layer":"ssr"},"startTime":1767362891342,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5239,"timestamp":200529206,"id":412,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1767362891343,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6099,"timestamp":200528875,"id":408,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-find-source-map-url.js","layer":"ssr"},"startTime":1767362891342,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7238,"timestamp":200529136,"id":411,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/route-params.js","layer":"ssr"},"startTime":1767362891343,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1700,"timestamp":200539842,"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":1767362891353,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":14936,"timestamp":200529266,"id":413,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js","layer":"ssr"},"startTime":1767362891343,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":13636,"timestamp":200531097,"id":415,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectList.tsx","layer":"ssr"},"startTime":1767362891345,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":15164,"timestamp":200531297,"id":416,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectModal.tsx","layer":"ssr"},"startTime":1767362891345,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":7979,"timestamp":200549624,"id":419,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/button.tsx","layer":"ssr"},"startTime":1767362891363,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":26953,"timestamp":200530855,"id":414,"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":1767362891344,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":22421,"timestamp":200549494,"id":418,"parentId":411,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362891363,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":22671,"timestamp":200549800,"id":420,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/input.tsx","layer":"ssr"},"startTime":1767362891363,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":23372,"timestamp":200549968,"id":421,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/Header.tsx","layer":"ssr"},"startTime":1767362891363,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":24111,"timestamp":200550174,"id":422,"parentId":349,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/workspace/WorkspaceLayout.tsx","layer":"ssr"},"startTime":1767362891364,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2020,"timestamp":200576201,"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":1767362891390,"traceId":"252c25b92db7016e"},{"name":"build-module-ts","duration":3493,"timestamp":200597232,"id":425,"parentId":348,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/api.ts","layer":"ssr"},"startTime":1767362891411,"traceId":"252c25b92db7016e"},{"name":"build-module-ts","duration":4526,"timestamp":200597051,"id":424,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useProjectStore.ts","layer":"ssr"},"startTime":1767362891410,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":816,"timestamp":200608093,"id":426,"parentId":394,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/react-server-dom-webpack-client.js","layer":"ssr"},"startTime":1767362891422,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6099,"timestamp":200626652,"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":1767362891440,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6608,"timestamp":200626853,"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":1767362891440,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7355,"timestamp":200626782,"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":1767362891440,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7763,"timestamp":200626909,"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":1767362891440,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2383,"timestamp":200638743,"id":432,"parentId":413,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js","layer":"ssr"},"startTime":1767362891452,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2955,"timestamp":200638594,"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":1767362891452,"traceId":"252c25b92db7016e"},{"name":"build-module-ts","duration":4055,"timestamp":200642507,"id":433,"parentId":347,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/index.ts","layer":"ssr"},"startTime":1767362891456,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":3632,"timestamp":200644066,"id":435,"parentId":415,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectCard.tsx","layer":"ssr"},"startTime":1767362891457,"traceId":"252c25b92db7016e"}]
|
|
5
|
-
[{"name":"build-module-tsx","duration":5839,"timestamp":200643855,"id":434,"parentId":415,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectCard.tsx","layer":"ssr"},"startTime":1767362891457,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":8061,"timestamp":200650186,"id":436,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/LanguageSwitcher.tsx","layer":"ssr"},"startTime":1767362891464,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":634,"timestamp":200673608,"id":447,"parentId":403,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js","layer":"ssr"},"startTime":1767362891487,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":35763,"timestamp":200672745,"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/not-found.js","layer":"ssr"},"startTime":1767362891486,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":43987,"timestamp":200672954,"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":1767362891486,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":44454,"timestamp":200673074,"id":446,"parentId":427,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/unstable-rethrow.js","layer":"ssr"},"startTime":1767362891486,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":52529,"timestamp":200672862,"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/forbidden.js","layer":"ssr"},"startTime":1767362891486,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":59920,"timestamp":200665732,"id":438,"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":1767362891479,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":61655,"timestamp":200665807,"id":439,"parentId":421,"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":1767362891479,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":61851,"timestamp":200665964,"id":442,"parentId":434,"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":1767362891479,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":63198,"timestamp":200665863,"id":440,"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":1767362891479,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":63321,"timestamp":200665915,"id":441,"parentId":435,"tags":{"name":"__barrel_optimize__?names=Plus,Sparkles!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1767362891479,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":63850,"timestamp":200665573,"id":437,"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":1767362891479,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":608,"timestamp":200733356,"id":450,"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":1767362891547,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":2967,"timestamp":200731890,"id":448,"parentId":416,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/dialog.tsx","layer":"ssr"},"startTime":1767362891545,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4807,"timestamp":200732078,"id":449,"parentId":432,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1767362891545,"traceId":"252c25b92db7016e"},{"name":"build-module-ts","duration":4247,"timestamp":200733490,"id":451,"parentId":419,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/utils.ts","layer":"ssr"},"startTime":1767362891547,"traceId":"252c25b92db7016e"},{"name":"build-module-json","duration":930,"timestamp":200740701,"id":453,"parentId":433,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/en.json","layer":"ssr"},"startTime":1767362891554,"traceId":"252c25b92db7016e"},{"name":"build-module-json","duration":606,"timestamp":200741132,"id":454,"parentId":433,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/ko.json","layer":"ssr"},"startTime":1767362891555,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7383,"timestamp":200740559,"id":452,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767362891554,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":6823,"timestamp":200745425,"id":456,"parentId":422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ChatPanel.tsx","layer":"ssr"},"startTime":1767362891559,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":6270,"timestamp":200747376,"id":458,"parentId":422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileViewer.tsx","layer":"ssr"},"startTime":1767362891561,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":7900,"timestamp":200747180,"id":457,"parentId":422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileExplorer.tsx","layer":"ssr"},"startTime":1767362891561,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6938,"timestamp":200748650,"id":459,"parentId":446,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362891562,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":27642,"timestamp":200768516,"id":460,"parentId":422,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/PreviewPanel.tsx","layer":"ssr"},"startTime":1767362891582,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1588,"timestamp":200796735,"id":461,"parentId":459,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362891610,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":3547,"timestamp":200802969,"id":462,"parentId":419,"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":1767362891616,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":23038,"timestamp":200803341,"id":464,"parentId":458,"tags":{"name":"__barrel_optimize__?names=Check,Copy,X!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1767362891617,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":23379,"timestamp":200803235,"id":463,"parentId":456,"tags":{"name":"__barrel_optimize__?names=MessageSquarePlus!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1767362891617,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":23514,"timestamp":200803422,"id":465,"parentId":457,"tags":{"name":"__barrel_optimize__?names=ChevronDown,ChevronRight,File,Folder,FolderOpen,RefreshCw!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"ssr"},"startTime":1767362891617,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":84803,"timestamp":200745316,"id":455,"parentId":421,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362891559,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":14982,"timestamp":200836348,"id":466,"parentId":460,"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":1767362891650,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":7713,"timestamp":200852228,"id":467,"parentId":433,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3/node_modules/zustand/esm/middleware.mjs","layer":"ssr"},"startTime":1767362891666,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7531,"timestamp":200865910,"id":468,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils.js","layer":"ssr"},"startTime":1767362891679,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9050,"timestamp":200866168,"id":470,"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":1767362891680,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10438,"timestamp":200866079,"id":469,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"ssr"},"startTime":1767362891679,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7271,"timestamp":200869662,"id":471,"parentId":439,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/arrow-left.js","layer":"ssr"},"startTime":1767362891683,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4803,"timestamp":200877317,"id":472,"parentId":442,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/globe.js","layer":"ssr"},"startTime":1767362891691,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4969,"timestamp":200877455,"id":473,"parentId":439,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/settings.js","layer":"ssr"},"startTime":1767362891691,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5189,"timestamp":200877562,"id":474,"parentId":442,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/smartphone.js","layer":"ssr"},"startTime":1767362891691,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5462,"timestamp":200877668,"id":475,"parentId":442,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/server.js","layer":"ssr"},"startTime":1767362891691,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2437,"timestamp":200883432,"id":476,"parentId":442,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/trash-2.js","layer":"ssr"},"startTime":1767362891697,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2691,"timestamp":200883554,"id":477,"parentId":440,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder-tree.js","layer":"ssr"},"startTime":1767362891697,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3188,"timestamp":200883669,"id":478,"parentId":440,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/x.js","layer":"ssr"},"startTime":1767362891697,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":2017,"timestamp":200887123,"id":480,"parentId":424,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zustand@5.0.9_@types+react@19.2.7_react@19.2.3/node_modules/zustand/esm/index.mjs","layer":"ssr"},"startTime":1767362891701,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2916,"timestamp":200887281,"id":481,"parentId":441,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/plus.js","layer":"ssr"},"startTime":1767362891701,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7181,"timestamp":200886994,"id":479,"parentId":469,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767362891700,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7205,"timestamp":200887361,"id":482,"parentId":441,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/sparkles.js","layer":"ssr"},"startTime":1767362891701,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4986,"timestamp":200890342,"id":483,"parentId":437,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/check.js","layer":"ssr"},"startTime":1767362891704,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":3974,"timestamp":200898587,"id":484,"parentId":435,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/card.tsx","layer":"ssr"},"startTime":1767362891712,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4092,"timestamp":200898805,"id":485,"parentId":437,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder-open.js","layer":"ssr"},"startTime":1767362891712,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4296,"timestamp":200898920,"id":486,"parentId":437,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/loader-circle.js","layer":"ssr"},"startTime":1767362891712,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4490,"timestamp":200899042,"id":487,"parentId":464,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/copy.js","layer":"ssr"},"startTime":1767362891712,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6963,"timestamp":200899138,"id":488,"parentId":463,"tags":{"name":"/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":1767362891713,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7167,"timestamp":200899229,"id":489,"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/chevron-down.js","layer":"ssr"},"startTime":1767362891713,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6403,"timestamp":200900648,"id":491,"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/chevron-right.js","layer":"ssr"},"startTime":1767362891714,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8462,"timestamp":200899317,"id":490,"parentId":452,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362891713,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7354,"timestamp":200900772,"id":492,"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/file.js","layer":"ssr"},"startTime":1767362891714,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5988,"timestamp":200910676,"id":493,"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/folder.js","layer":"ssr"},"startTime":1767362891724,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":8196,"timestamp":200920021,"id":494,"parentId":456,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageList.tsx","layer":"ssr"},"startTime":1767362891733,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8004,"timestamp":200920587,"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/refresh-cw.js","layer":"ssr"},"startTime":1767362891734,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8678,"timestamp":200920785,"id":498,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/add-base-path.js","layer":"ssr"},"startTime":1767362891734,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":10988,"timestamp":200920402,"id":495,"parentId":456,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageInput.tsx","layer":"ssr"},"startTime":1767362891734,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12780,"timestamp":200920961,"id":500,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/segment-cache.js","layer":"ssr"},"startTime":1767362891734,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":21648,"timestamp":200920691,"id":497,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/use-merged-ref.js","layer":"ssr"},"startTime":1767362891734,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":23211,"timestamp":200920876,"id":499,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/links.js","layer":"ssr"},"startTime":1767362891734,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10023,"timestamp":200934655,"id":502,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/error-once.js","layer":"ssr"},"startTime":1767362891748,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":11929,"timestamp":200934513,"id":501,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-instance.js","layer":"ssr"},"startTime":1767362891748,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3838,"timestamp":200953707,"id":504,"parentId":498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767362891767,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4104,"timestamp":200953778,"id":505,"parentId":455,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"ssr"},"startTime":1767362891767,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10388,"timestamp":200953592,"id":503,"parentId":495,"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":1767362891767,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4370,"timestamp":200960935,"id":506,"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/external-link.js","layer":"ssr"},"startTime":1767362891774,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4501,"timestamp":200961106,"id":507,"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/play.js","layer":"ssr"},"startTime":1767362891775,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4684,"timestamp":200961217,"id":508,"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/rotate-ccw.js","layer":"ssr"},"startTime":1767362891775,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5010,"timestamp":200961318,"id":509,"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/square.js","layer":"ssr"},"startTime":1767362891775,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7206,"timestamp":200961431,"id":510,"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/zap.js","layer":"ssr"},"startTime":1767362891775,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7432,"timestamp":200961525,"id":511,"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/package.js","layer":"ssr"},"startTime":1767362891775,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4712,"timestamp":200969428,"id":512,"parentId":504,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"ssr"},"startTime":1767362891783,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2090,"timestamp":200977206,"id":513,"parentId":470,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"ssr"},"startTime":1767362891791,"traceId":"252c25b92db7016e"},{"name":"build-module-ts","duration":11360,"timestamp":200980168,"id":514,"parentId":456,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useChatStore.ts","layer":"ssr"},"startTime":1767362891794,"traceId":"252c25b92db7016e"},{"name":"build-module-ts","duration":15942,"timestamp":200980400,"id":515,"parentId":460,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/usePreviewStore.ts","layer":"ssr"},"startTime":1767362891794,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":15757,"timestamp":200982924,"id":516,"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/image-component.js","layer":"ssr"},"startTime":1767362891796,"traceId":"252c25b92db7016e"},{"name":"build-module-ts","duration":6563,"timestamp":201001200,"id":517,"parentId":416,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/index.ts","layer":"ssr"},"startTime":1767362891815,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":2316,"timestamp":201010208,"id":518,"parentId":451,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"ssr"},"startTime":1767362891824,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":13359,"timestamp":201010425,"id":519,"parentId":451,"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":1767362891824,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":14021,"timestamp":201010544,"id":520,"parentId":480,"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":1767362891824,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":14533,"timestamp":201010650,"id":521,"parentId":480,"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":1767362891824,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4951,"timestamp":201026086,"id":523,"parentId":498,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362891839,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7053,"timestamp":201025902,"id":522,"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":1767362891839,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":18313,"timestamp":201026190,"id":524,"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/get-img-props.js","layer":"ssr"},"startTime":1767362891840,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5692,"timestamp":201052953,"id":526,"parentId":503,"tags":{"name":"/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":1767362891866,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6200,"timestamp":201053098,"id":527,"parentId":503,"tags":{"name":"/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":1767362891867,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6442,"timestamp":201053190,"id":528,"parentId":503,"tags":{"name":"/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":1767362891867,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8629,"timestamp":201053358,"id":530,"parentId":505,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/has-base-path.js","layer":"ssr"},"startTime":1767362891867,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9534,"timestamp":201053509,"id":532,"parentId":501,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767362891867,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":11161,"timestamp":201053435,"id":531,"parentId":501,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767362891867,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":14158,"timestamp":201052673,"id":525,"parentId":494,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/StreamingMessage.tsx","layer":"ssr"},"startTime":1767362891866,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":18337,"timestamp":201053271,"id":529,"parentId":499,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362891867,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":29601,"timestamp":201059835,"id":533,"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/side-effect.js","layer":"ssr"},"startTime":1767362891873,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":29896,"timestamp":201059963,"id":534,"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/amp-mode.js","layer":"ssr"},"startTime":1767362891873,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":31914,"timestamp":201060078,"id":535,"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/router/utils/remove-trailing-slash.js","layer":"ssr"},"startTime":1767362891873,"traceId":"252c25b92db7016e"}]
|
|
6
|
-
[{"name":"build-module-tsx","duration":15801,"timestamp":201077302,"id":537,"parentId":495,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ModeToggle.tsx","layer":"ssr"},"startTime":1767362891891,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":18590,"timestamp":201076969,"id":536,"parentId":494,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageItem.tsx","layer":"ssr"},"startTime":1767362891890,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7329,"timestamp":201109547,"id":539,"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/shared/lib/router/utils/path-has-prefix.js","layer":"ssr"},"startTime":1767362891923,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":7904,"timestamp":201109624,"id":540,"parentId":495,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/FilePreview.tsx","layer":"ssr"},"startTime":1767362891923,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8172,"timestamp":201109779,"id":542,"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":1767362891923,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8862,"timestamp":201109729,"id":541,"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/shared/lib/image-loader.js","layer":"ssr"},"startTime":1767362891923,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9496,"timestamp":201109404,"id":538,"parentId":525,"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":1767362891923,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10111,"timestamp":201121429,"id":543,"parentId":537,"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":1767362891935,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":11292,"timestamp":201121554,"id":544,"parentId":536,"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":1767362891935,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3885,"timestamp":201129856,"id":545,"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":1767362891943,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4083,"timestamp":201134115,"id":546,"parentId":540,"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":1767362891948,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2326,"timestamp":201137145,"id":547,"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":1767362891951,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":68547,"timestamp":201140742,"id":549,"parentId":458,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/prism-react-renderer@2.4.1_react@19.2.3/node_modules/prism-react-renderer/dist/index.mjs","layer":"ssr"},"startTime":1767362891954,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":72723,"timestamp":201140563,"id":548,"parentId":524,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362891954,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3305,"timestamp":201214300,"id":550,"parentId":529,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/remove-base-path.js","layer":"ssr"},"startTime":1767362892028,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4991,"timestamp":201214631,"id":554,"parentId":529,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"ssr"},"startTime":1767362892028,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5981,"timestamp":201214581,"id":553,"parentId":532,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362892028,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7809,"timestamp":201214519,"id":552,"parentId":529,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"ssr"},"startTime":1767362892028,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8219,"timestamp":201214771,"id":557,"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/client/components/router-reducer/reducers/server-patch-reducer.js","layer":"ssr"},"startTime":1767362892028,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":18195,"timestamp":201214676,"id":555,"parentId":532,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767362892028,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":19149,"timestamp":201214451,"id":551,"parentId":529,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-announcer.js","layer":"ssr"},"startTime":1767362892028,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":18099,"timestamp":201217792,"id":558,"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/client/components/router-reducer/reducers/restore-reducer.js","layer":"ssr"},"startTime":1767362892031,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":23611,"timestamp":201214725,"id":556,"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/client/components/router-reducer/reducers/navigate-reducer.js","layer":"ssr"},"startTime":1767362892028,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":15812,"timestamp":201224338,"id":559,"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/client/components/router-reducer/reducers/refresh-reducer.js","layer":"ssr"},"startTime":1767362892038,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3909,"timestamp":201253797,"id":560,"parentId":542,"tags":{"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":1767362892067,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3982,"timestamp":201254108,"id":562,"parentId":538,"tags":{"name":"/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":1767362892068,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4234,"timestamp":201254210,"id":563,"parentId":538,"tags":{"name":"/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":1767362892068,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6134,"timestamp":201254320,"id":564,"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/client/components/router-reducer/reducers/hmr-refresh-reducer.js","layer":"ssr"},"startTime":1767362892068,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8692,"timestamp":201253970,"id":561,"parentId":538,"tags":{"name":"/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":1767362892067,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8973,"timestamp":201254516,"id":566,"parentId":529,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/errors/root-error-boundary.js","layer":"ssr"},"startTime":1767362892068,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13222,"timestamp":201254426,"id":565,"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/client/components/router-reducer/reducers/server-action-reducer.js","layer":"ssr"},"startTime":1767362892068,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":21127,"timestamp":201261214,"id":568,"parentId":538,"tags":{"name":"/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":1767362892075,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":21528,"timestamp":201261091,"id":567,"parentId":538,"tags":{"name":"/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":1767362892075,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":6426,"timestamp":201287073,"id":569,"parentId":525,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MarkdownRenderer.tsx","layer":"ssr"},"startTime":1767362892100,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6327,"timestamp":201287417,"id":571,"parentId":538,"tags":{"name":"/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":1767362892101,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6645,"timestamp":201287317,"id":570,"parentId":538,"tags":{"name":"/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":1767362892101,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6685,"timestamp":201287511,"id":572,"parentId":538,"tags":{"name":"/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":1767362892101,"traceId":"252c25b92db7016e"},{"name":"build-module-ts","duration":6965,"timestamp":201287593,"id":573,"parentId":517,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/project.ts","layer":"ssr"},"startTime":1767362892101,"traceId":"252c25b92db7016e"},{"name":"build-module-ts","duration":6938,"timestamp":201287736,"id":574,"parentId":517,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/preview.ts","layer":"ssr"},"startTime":1767362892101,"traceId":"252c25b92db7016e"},{"name":"build-module-ts","duration":7366,"timestamp":201287881,"id":575,"parentId":517,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/chat.ts","layer":"ssr"},"startTime":1767362892101,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13728,"timestamp":201290298,"id":577,"parentId":543,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/hammer.js","layer":"ssr"},"startTime":1767362892104,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":14907,"timestamp":201290089,"id":576,"parentId":525,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/AskUserQuestionBlock.tsx","layer":"ssr"},"startTime":1767362892104,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":863,"timestamp":201314185,"id":578,"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/server/route-modules/app-page/vendored/contexts/amp-context.js","layer":"ssr"},"startTime":1767362892128,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":890,"timestamp":201314347,"id":579,"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/server/route-modules/app-page/vendored/contexts/head-manager-context.js","layer":"ssr"},"startTime":1767362892128,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6358,"timestamp":201314459,"id":580,"parentId":543,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/message-circle-question.js","layer":"ssr"},"startTime":1767362892128,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4973,"timestamp":201321204,"id":581,"parentId":576,"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":1767362892135,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":810,"timestamp":201326326,"id":582,"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":1767362892140,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1004,"timestamp":201333496,"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":1767362892147,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8108,"timestamp":201333642,"id":584,"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/apply-router-state-patch-to-tree.js","layer":"ssr"},"startTime":1767362892147,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8316,"timestamp":201342369,"id":585,"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/is-navigating-to-new-root-layout.js","layer":"ssr"},"startTime":1767362892156,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7661,"timestamp":201343769,"id":588,"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/should-hard-navigate.js","layer":"ssr"},"startTime":1767362892157,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9683,"timestamp":201343670,"id":587,"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-mutable.js","layer":"ssr"},"startTime":1767362892157,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10315,"timestamp":201343872,"id":589,"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/invalidate-cache-below-flight-segmentpath.js","layer":"ssr"},"startTime":1767362892157,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":11414,"timestamp":201343551,"id":586,"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/apply-flight-data.js","layer":"ssr"},"startTime":1767362892157,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":21781,"timestamp":201343979,"id":590,"parentId":558,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"ssr"},"startTime":1767362892157,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9142,"timestamp":201366299,"id":591,"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/clear-cache-node-data-for-segment-path.js","layer":"ssr"},"startTime":1767362892180,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10982,"timestamp":201366458,"id":592,"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/aliased-prefetch-navigations.js","layer":"ssr"},"startTime":1767362892180,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6426,"timestamp":201378395,"id":594,"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/handle-segment-mismatch.js","layer":"ssr"},"startTime":1767362892192,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7918,"timestamp":201378211,"id":593,"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/fill-lazy-items-till-leaf-with-head.js","layer":"ssr"},"startTime":1767362892192,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7772,"timestamp":201383285,"id":595,"parentId":565,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362892197,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8508,"timestamp":201383402,"id":596,"parentId":565,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362892197,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9311,"timestamp":201383493,"id":597,"parentId":584,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js","layer":"ssr"},"startTime":1767362892197,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13841,"timestamp":201383565,"id":598,"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/errors/graceful-degrade-boundary.js","layer":"ssr"},"startTime":1767362892197,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":672,"timestamp":201402978,"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":1767362892216,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3987,"timestamp":201401628,"id":599,"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/fill-cache-with-new-subtree-data.js","layer":"ssr"},"startTime":1767362892215,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1301,"timestamp":201407530,"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":1767362892221,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":2354,"timestamp":201407888,"id":604,"parentId":576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/label.tsx","layer":"ssr"},"startTime":1767362892221,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":2918,"timestamp":201407671,"id":602,"parentId":576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/checkbox.tsx","layer":"ssr"},"startTime":1767362892221,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":3283,"timestamp":201407779,"id":603,"parentId":576,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/radio-group.tsx","layer":"ssr"},"startTime":1767362892221,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":632,"timestamp":201414932,"id":605,"parentId":569,"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":1767362892228,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":596,"timestamp":201415101,"id":606,"parentId":569,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/index.js","layer":"ssr"},"startTime":1767362892229,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2596,"timestamp":201415883,"id":607,"parentId":602,"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":1767362892229,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2790,"timestamp":201415967,"id":608,"parentId":603,"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":1767362892229,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2137,"timestamp":201419244,"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":1767362892233,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1102,"timestamp":201422654,"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":1767362892236,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2286,"timestamp":201424917,"id":611,"parentId":605,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react-markdown@9.1.0_@types+react@19.2.7_react@19.2.3/node_modules/react-markdown/lib/index.js","layer":"ssr"},"startTime":1767362892238,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1421,"timestamp":201429481,"id":612,"parentId":606,"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":1767362892243,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":13378,"timestamp":201465353,"id":613,"parentId":604,"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":1767362892279,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":11939,"timestamp":201482296,"id":614,"parentId":602,"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":1767362892296,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":16098,"timestamp":201482572,"id":615,"parentId":603,"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":1767362892296,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":599,"timestamp":201543283,"id":616,"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":1767362892357,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":929,"timestamp":201554375,"id":617,"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":1767362892368,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":906,"timestamp":201554603,"id":618,"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":1767362892368,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":665,"timestamp":201563491,"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":1767362892377,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":788,"timestamp":201575176,"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":1767362892389,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":753,"timestamp":201575407,"id":621,"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":1767362892389,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":564,"timestamp":201579846,"id":622,"parentId":611,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/index.js","layer":"ssr"},"startTime":1767362892393,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":582,"timestamp":201582679,"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":1767362892396,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1117,"timestamp":201583818,"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":1767362892397,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":668,"timestamp":201595088,"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":1767362892409,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1136,"timestamp":201637644,"id":626,"parentId":616,"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":1767362892451,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1411,"timestamp":201637890,"id":627,"parentId":617,"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":1767362892451,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7458,"timestamp":201639617,"id":628,"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/lib/index.js","layer":"ssr"},"startTime":1767362892453,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7790,"timestamp":201639826,"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":1767362892453,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5561,"timestamp":201651852,"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":1767362892465,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1648,"timestamp":201659452,"id":631,"parentId":621,"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":1767362892473,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3522,"timestamp":201662839,"id":632,"parentId":622,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.js","layer":"ssr"},"startTime":1767362892476,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3810,"timestamp":201663091,"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":1767362892477,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":1143,"timestamp":201713456,"id":634,"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":1767362892527,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":3088,"timestamp":201713649,"id":635,"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":1767362892527,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":1820,"timestamp":201721453,"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":1767362892535,"traceId":"252c25b92db7016e"}]
|
|
7
|
-
[{"name":"build-module-mjs","duration":1379,"timestamp":201724888,"id":637,"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":1767362892538,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":765,"timestamp":201738976,"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":1767362892552,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1120,"timestamp":201757140,"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":1767362892571,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":679,"timestamp":201768603,"id":640,"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":1767362892582,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":660,"timestamp":201776977,"id":641,"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":1767362892590,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":1678,"timestamp":201785737,"id":642,"parentId":615,"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":1767362892599,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":984,"timestamp":201789249,"id":643,"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":1767362892603,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":923,"timestamp":201793499,"id":644,"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":1767362892607,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":1438,"timestamp":201793708,"id":645,"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":1767362892607,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1030,"timestamp":201799173,"id":646,"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":1767362892613,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":1210,"timestamp":201799373,"id":647,"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":1767362892613,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1268,"timestamp":201809633,"id":648,"parentId":632,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.js","layer":"ssr"},"startTime":1767362892623,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1243,"timestamp":201809868,"id":649,"parentId":632,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.js","layer":"ssr"},"startTime":1767362892623,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1220,"timestamp":201810077,"id":650,"parentId":632,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.js","layer":"ssr"},"startTime":1767362892623,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":861,"timestamp":201817360,"id":651,"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":1767362892631,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":1312,"timestamp":201817501,"id":652,"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":1767362892631,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":5450,"timestamp":201817632,"id":653,"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":1767362892631,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":5498,"timestamp":201820123,"id":654,"parentId":615,"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":1767362892634,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":674,"timestamp":201826769,"id":655,"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":1767362892640,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":877,"timestamp":201826905,"id":656,"parentId":615,"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":1767362892640,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":36,"timestamp":201863711,"id":657,"parentId":649,"tags":{"name":"node:process","layer":null},"startTime":1767362892677,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":10,"timestamp":201863767,"id":658,"parentId":650,"tags":{"name":"node:url","layer":null},"startTime":1767362892677,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":6,"timestamp":201863784,"id":659,"parentId":648,"tags":{"name":"node:path","layer":null},"startTime":1767362892677,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":667,"timestamp":201868319,"id":660,"parentId":627,"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":1767362892682,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1143,"timestamp":201877932,"id":661,"parentId":628,"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":1767362892691,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":596,"timestamp":201882669,"id":662,"parentId":628,"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":1767362892696,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":442,"timestamp":201888798,"id":663,"parentId":628,"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":1767362892702,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":661,"timestamp":201891865,"id":664,"parentId":628,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/index.js","layer":"ssr"},"startTime":1767362892705,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":612,"timestamp":201899476,"id":665,"parentId":628,"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":1767362892713,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":538,"timestamp":201905248,"id":666,"parentId":628,"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":1767362892719,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":537,"timestamp":201905391,"id":667,"parentId":628,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/index.js","layer":"ssr"},"startTime":1767362892719,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":479,"timestamp":201911980,"id":668,"parentId":630,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js","layer":"ssr"},"startTime":1767362892725,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":480,"timestamp":201915488,"id":669,"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":1767362892729,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":355,"timestamp":201918053,"id":670,"parentId":630,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/index.js","layer":"ssr"},"startTime":1767362892731,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":741,"timestamp":201921467,"id":671,"parentId":628,"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":1767362892735,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1607,"timestamp":201926956,"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":1767362892740,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":936,"timestamp":201929799,"id":673,"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":1767362892743,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1464,"timestamp":201936661,"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/footer.js","layer":"ssr"},"startTime":1767362892750,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":953,"timestamp":201945079,"id":675,"parentId":631,"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":1767362892758,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1330,"timestamp":201945343,"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":1767362892759,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1677,"timestamp":201948417,"id":677,"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":1767362892762,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":658,"timestamp":201966511,"id":678,"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":1767362892780,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8228,"timestamp":201969169,"id":679,"parentId":640,"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":1767362892783,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8493,"timestamp":201969374,"id":680,"parentId":640,"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":1767362892783,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1480,"timestamp":201978789,"id":681,"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":1767362892792,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4369,"timestamp":201978981,"id":682,"parentId":641,"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":1767362892792,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5800,"timestamp":201979167,"id":683,"parentId":641,"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":1767362892793,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":620,"timestamp":201990562,"id":684,"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":1767362892804,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":623,"timestamp":201994807,"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":1767362892808,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":551,"timestamp":201995025,"id":686,"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":1767362892808,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":705,"timestamp":201996457,"id":687,"parentId":644,"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":1767362892810,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":977,"timestamp":202000143,"id":688,"parentId":646,"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":1767362892814,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1462,"timestamp":202000348,"id":689,"parentId":646,"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":1767362892814,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1407,"timestamp":202000574,"id":690,"parentId":651,"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":1767362892814,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":794,"timestamp":202002759,"id":691,"parentId":651,"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":1767362892816,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2317,"timestamp":202007116,"id":692,"parentId":655,"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":1767362892821,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2736,"timestamp":202007245,"id":693,"parentId":655,"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":1767362892821,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4284,"timestamp":202069771,"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":1767362892883,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9784,"timestamp":202115213,"id":695,"parentId":660,"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":1767362892929,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3580,"timestamp":202129858,"id":696,"parentId":662,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/estree-util-is-identifier-name@3.0.0/node_modules/estree-util-is-identifier-name/lib/index.js","layer":"ssr"},"startTime":1767362892943,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":932,"timestamp":202149915,"id":697,"parentId":663,"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":1767362892963,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1531,"timestamp":202157798,"id":698,"parentId":664,"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":1767362892971,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2486,"timestamp":202158092,"id":699,"parentId":664,"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":1767362892972,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3116,"timestamp":202162552,"id":700,"parentId":664,"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":1767362892976,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3235,"timestamp":202162749,"id":701,"parentId":664,"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":1767362892976,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3335,"timestamp":202162924,"id":702,"parentId":664,"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":1767362892976,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3398,"timestamp":202163110,"id":703,"parentId":664,"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":1767362892977,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":650,"timestamp":202169154,"id":704,"parentId":664,"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":1767362892983,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":932,"timestamp":202171046,"id":705,"parentId":664,"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":1767362892984,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1020,"timestamp":202171182,"id":706,"parentId":664,"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":1767362892985,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":683,"timestamp":202173835,"id":707,"parentId":664,"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":1767362892987,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":842,"timestamp":202175256,"id":708,"parentId":666,"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":1767362892989,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1440,"timestamp":202175384,"id":709,"parentId":667,"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":1767362892989,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2346,"timestamp":202181541,"id":710,"parentId":673,"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":1767362892995,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2726,"timestamp":202181737,"id":711,"parentId":670,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.js","layer":"ssr"},"startTime":1767362892995,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1369,"timestamp":202186496,"id":712,"parentId":671,"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":1767362893000,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1453,"timestamp":202186633,"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/blockquote.js","layer":"ssr"},"startTime":1767362893000,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1510,"timestamp":202186744,"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/break.js","layer":"ssr"},"startTime":1767362893000,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1028,"timestamp":202189374,"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/code.js","layer":"ssr"},"startTime":1767362893003,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1067,"timestamp":202189512,"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/delete.js","layer":"ssr"},"startTime":1767362893003,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1123,"timestamp":202189616,"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/emphasis.js","layer":"ssr"},"startTime":1767362893003,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1400,"timestamp":202189707,"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/footnote-reference.js","layer":"ssr"},"startTime":1767362893003,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":485,"timestamp":202192069,"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/heading.js","layer":"ssr"},"startTime":1767362893005,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":866,"timestamp":202196022,"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/html.js","layer":"ssr"},"startTime":1767362893009,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":980,"timestamp":202196232,"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-reference.js","layer":"ssr"},"startTime":1767362893010,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":956,"timestamp":202198821,"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/image.js","layer":"ssr"},"startTime":1767362893012,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1073,"timestamp":202198953,"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/inline-code.js","layer":"ssr"},"startTime":1767362893012,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1227,"timestamp":202199071,"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-reference.js","layer":"ssr"},"startTime":1767362893012,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1191,"timestamp":202201044,"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":1767362893014,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1334,"timestamp":202201176,"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":1767362893015,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1534,"timestamp":202201276,"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/link.js","layer":"ssr"},"startTime":1767362893015,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1707,"timestamp":202201367,"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/paragraph.js","layer":"ssr"},"startTime":1767362893015,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":593,"timestamp":202204255,"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/root.js","layer":"ssr"},"startTime":1767362893018,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":592,"timestamp":202205939,"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/strong.js","layer":"ssr"},"startTime":1767362893019,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":750,"timestamp":202206086,"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.js","layer":"ssr"},"startTime":1767362893019,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1230,"timestamp":202207832,"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-row.js","layer":"ssr"},"startTime":1767362893021,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1345,"timestamp":202207961,"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/table-cell.js","layer":"ssr"},"startTime":1767362893021,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1497,"timestamp":202208084,"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/text.js","layer":"ssr"},"startTime":1767362893021,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":778,"timestamp":202209976,"id":735,"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":1767362893023,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1434,"timestamp":202210128,"id":736,"parentId":675,"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":1767362893024,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1238,"timestamp":202213527,"id":737,"parentId":677,"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":1767362893027,"traceId":"252c25b92db7016e"}]
|
|
8
|
-
[{"name":"build-module-js","duration":2354,"timestamp":202217180,"id":738,"parentId":678,"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":1767362893031,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":704,"timestamp":202219984,"id":739,"parentId":684,"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":1767362893033,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":905,"timestamp":202223785,"id":740,"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":1767362893037,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1404,"timestamp":202226682,"id":741,"parentId":686,"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":1767362893040,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1915,"timestamp":202230853,"id":742,"parentId":692,"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":1767362893044,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2236,"timestamp":202230993,"id":743,"parentId":692,"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":1767362893044,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":2323,"timestamp":202245030,"id":744,"parentId":635,"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":1767362893058,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1437,"timestamp":202254730,"id":745,"parentId":674,"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":1767362893068,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":969,"timestamp":202264644,"id":746,"parentId":671,"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":1767362893078,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1617,"timestamp":202291184,"id":747,"parentId":679,"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":1767362893105,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":721,"timestamp":202297549,"id":748,"parentId":682,"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":1767362893111,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1045,"timestamp":202306162,"id":749,"parentId":682,"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":1767362893120,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":807,"timestamp":202309221,"id":750,"parentId":682,"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":1767362893123,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":1073,"timestamp":202330192,"id":751,"parentId":645,"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":1767362893144,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1727,"timestamp":202333767,"id":752,"parentId":698,"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":1767362893147,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1953,"timestamp":202334024,"id":753,"parentId":698,"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":1767362893147,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2009,"timestamp":202334238,"id":754,"parentId":699,"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":1767362893148,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1282,"timestamp":202339936,"id":755,"parentId":689,"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":1767362893153,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":1543,"timestamp":202340163,"id":756,"parentId":642,"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":1767362893154,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1680,"timestamp":202340345,"id":757,"parentId":689,"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":1767362893154,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":1927,"timestamp":202342813,"id":758,"parentId":652,"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":1767362893156,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":11731,"timestamp":202347210,"id":759,"parentId":654,"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":1767362893161,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":919,"timestamp":202374307,"id":760,"parentId":700,"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":1767362893188,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1492,"timestamp":202377604,"id":761,"parentId":695,"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":1767362893191,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1907,"timestamp":202377832,"id":762,"parentId":705,"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":1767362893191,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2079,"timestamp":202378030,"id":763,"parentId":705,"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":1767362893191,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2171,"timestamp":202378210,"id":764,"parentId":707,"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":1767362893192,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1095,"timestamp":202382860,"id":765,"parentId":721,"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":1767362893196,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":848,"timestamp":202387994,"id":766,"parentId":695,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/index.js","layer":"ssr"},"startTime":1767362893201,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":612,"timestamp":202397156,"id":767,"parentId":736,"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":1767362893211,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":627,"timestamp":202401029,"id":768,"parentId":654,"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":1767362893214,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":959,"timestamp":202405908,"id":769,"parentId":695,"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":1767362893219,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":782,"timestamp":202413455,"id":770,"parentId":654,"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":1767362893227,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1018,"timestamp":202416476,"id":771,"parentId":695,"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":1767362893230,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":673,"timestamp":202422982,"id":772,"parentId":695,"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":1767362893236,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":654,"timestamp":202423848,"id":773,"parentId":695,"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":1767362893237,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1243,"timestamp":202442305,"id":774,"parentId":734,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.js","layer":"ssr"},"startTime":1767362893256,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":608,"timestamp":202450991,"id":775,"parentId":736,"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":1767362893264,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":829,"timestamp":202462209,"id":776,"parentId":738,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js","layer":"ssr"},"startTime":1767362893276,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":611,"timestamp":202469948,"id":777,"parentId":738,"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":1767362893283,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1811,"timestamp":202479184,"id":778,"parentId":674,"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":1767362893293,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8173,"timestamp":202479467,"id":779,"parentId":748,"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":1767362893293,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7016,"timestamp":202502101,"id":780,"parentId":748,"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":1767362893316,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7272,"timestamp":202502392,"id":781,"parentId":748,"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":1767362893316,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5962,"timestamp":202517152,"id":782,"parentId":740,"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":1767362893331,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6266,"timestamp":202517418,"id":783,"parentId":748,"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":1767362893331,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6878,"timestamp":202517650,"id":784,"parentId":748,"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":1767362893331,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7526,"timestamp":202517864,"id":785,"parentId":748,"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":1767362893331,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9344,"timestamp":202518122,"id":786,"parentId":748,"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":1767362893332,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10122,"timestamp":202518415,"id":787,"parentId":748,"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":1767362893332,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2074,"timestamp":202530324,"id":788,"parentId":748,"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":1767362893344,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1988,"timestamp":202537247,"id":789,"parentId":748,"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":1767362893351,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5115,"timestamp":202537493,"id":790,"parentId":748,"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":1767362893351,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2174,"timestamp":202548923,"id":791,"parentId":748,"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":1767362893362,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3661,"timestamp":202549274,"id":792,"parentId":748,"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":1767362893363,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5179,"timestamp":202555157,"id":793,"parentId":741,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.js","layer":"ssr"},"startTime":1767362893369,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9861,"timestamp":202555449,"id":794,"parentId":748,"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":1767362893369,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13646,"timestamp":202555716,"id":795,"parentId":748,"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":1767362893369,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":17279,"timestamp":202556037,"id":796,"parentId":748,"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":1767362893369,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":17742,"timestamp":202556286,"id":797,"parentId":748,"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":1767362893370,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":18032,"timestamp":202556529,"id":798,"parentId":748,"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":1767362893370,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1754,"timestamp":202593767,"id":799,"parentId":748,"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":1767362893407,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2220,"timestamp":202602470,"id":800,"parentId":748,"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":1767362893416,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3016,"timestamp":202602662,"id":801,"parentId":748,"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":1767362893416,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1094,"timestamp":202606641,"id":802,"parentId":748,"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":1767362893420,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":638,"timestamp":202615861,"id":803,"parentId":745,"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":1767362893429,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":897,"timestamp":202622638,"id":804,"parentId":761,"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":1767362893436,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5480,"timestamp":202632224,"id":805,"parentId":766,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/compile.js","layer":"ssr"},"startTime":1767362893446,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5760,"timestamp":202632435,"id":806,"parentId":766,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.js","layer":"ssr"},"startTime":1767362893446,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5836,"timestamp":202632608,"id":807,"parentId":766,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.js","layer":"ssr"},"startTime":1767362893446,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6511,"timestamp":202632772,"id":808,"parentId":766,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.js","layer":"ssr"},"startTime":1767362893446,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5525,"timestamp":202643867,"id":809,"parentId":746,"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":1767362893457,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":829,"timestamp":202656374,"id":810,"parentId":773,"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":1767362893470,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1492,"timestamp":202664723,"id":811,"parentId":775,"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":1767362893478,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1571,"timestamp":202670724,"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":1767362893484,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2441,"timestamp":202670921,"id":813,"parentId":777,"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":1767362893484,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2725,"timestamp":202675239,"id":814,"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":1767362893489,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3543,"timestamp":202675449,"id":815,"parentId":782,"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":1767362893489,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1595,"timestamp":202680170,"id":816,"parentId":782,"tags":{"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":1767362893494,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3080,"timestamp":202737311,"id":817,"parentId":772,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/character-entities@2.0.2/node_modules/character-entities/index.js","layer":"ssr"},"startTime":1767362893551,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1360,"timestamp":202761966,"id":818,"parentId":806,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.js","layer":"ssr"},"startTime":1767362893575,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2690,"timestamp":202762151,"id":819,"parentId":806,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.js","layer":"ssr"},"startTime":1767362893576,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1267,"timestamp":202767784,"id":820,"parentId":790,"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":1767362893581,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1686,"timestamp":202767914,"id":821,"parentId":806,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.js","layer":"ssr"},"startTime":1767362893581,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2415,"timestamp":202770168,"id":822,"parentId":790,"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":1767362893584,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4059,"timestamp":202770359,"id":823,"parentId":806,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.js","layer":"ssr"},"startTime":1767362893584,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4398,"timestamp":202770537,"id":824,"parentId":806,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.js","layer":"ssr"},"startTime":1767362893584,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8552,"timestamp":202770713,"id":825,"parentId":806,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.js","layer":"ssr"},"startTime":1767362893584,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":945,"timestamp":202802805,"id":826,"parentId":790,"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":1767362893616,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":877,"timestamp":202810023,"id":827,"parentId":790,"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":1767362893623,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1916,"timestamp":202817677,"id":828,"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":1767362893631,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1544,"timestamp":202828289,"id":829,"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":1767362893642,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1795,"timestamp":202828529,"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":1767362893642,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2049,"timestamp":202828695,"id":831,"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":1767362893642,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1607,"timestamp":202832293,"id":832,"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":1767362893646,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1721,"timestamp":202832490,"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/blockquote.js","layer":"ssr"},"startTime":1767362893646,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1927,"timestamp":202832654,"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/break.js","layer":"ssr"},"startTime":1767362893646,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":856,"timestamp":202837168,"id":835,"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":1767362893651,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1381,"timestamp":202839802,"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/code.js","layer":"ssr"},"startTime":1767362893653,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1562,"timestamp":202840029,"id":837,"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":1767362893653,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1742,"timestamp":202840207,"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/emphasis.js","layer":"ssr"},"startTime":1767362893654,"traceId":"252c25b92db7016e"}]
|
|
9
|
-
[{"name":"build-module-js","duration":1610,"timestamp":202843823,"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/heading.js","layer":"ssr"},"startTime":1767362893657,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1700,"timestamp":202843953,"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/html.js","layer":"ssr"},"startTime":1767362893657,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2142,"timestamp":202847304,"id":841,"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":1767362893661,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2589,"timestamp":202847496,"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/image.js","layer":"ssr"},"startTime":1767362893661,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3015,"timestamp":202847665,"id":843,"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":1767362893661,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3605,"timestamp":202847829,"id":844,"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":1767362893661,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3847,"timestamp":202848024,"id":845,"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":1767362893661,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":738,"timestamp":202853554,"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/association.js","layer":"ssr"},"startTime":1767362893667,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":610,"timestamp":202855643,"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/compile-pattern.js","layer":"ssr"},"startTime":1767362893669,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1675,"timestamp":202858257,"id":848,"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":1767362893672,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2011,"timestamp":202858473,"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/container-flow.js","layer":"ssr"},"startTime":1767362893672,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4580,"timestamp":202864591,"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/indent-lines.js","layer":"ssr"},"startTime":1767362893678,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5515,"timestamp":202864814,"id":851,"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":1767362893678,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5791,"timestamp":202864980,"id":852,"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":1767362893678,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6368,"timestamp":202865154,"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":1767362893679,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6769,"timestamp":202865304,"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":1767362893679,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1256,"timestamp":202873449,"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/paragraph.js","layer":"ssr"},"startTime":1767362893687,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1339,"timestamp":202873648,"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/root.js","layer":"ssr"},"startTime":1767362893687,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1068,"timestamp":202876208,"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":1767362893690,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":926,"timestamp":202882296,"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":1767362893696,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1013,"timestamp":202882517,"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":1767362893696,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1595,"timestamp":202909700,"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":1767362893723,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1822,"timestamp":202909950,"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":1767362893723,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1967,"timestamp":202910146,"id":862,"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/pattern-in-scope.js","layer":"ssr"},"startTime":1767362893724,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1590,"timestamp":202913312,"id":863,"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-fence.js","layer":"ssr"},"startTime":1767362893727,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1651,"timestamp":202913504,"id":864,"parentId":837,"tags":{"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":1767362893727,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1694,"timestamp":202913677,"id":865,"parentId":838,"tags":{"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":1767362893727,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1720,"timestamp":202913836,"id":866,"parentId":838,"tags":{"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":1767362893727,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":574,"timestamp":202921750,"id":867,"parentId":838,"tags":{"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":1767362893735,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":835,"timestamp":202922814,"id":868,"parentId":844,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js","layer":"ssr"},"startTime":1767362893736,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1483,"timestamp":202922944,"id":869,"parentId":828,"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":1767362893736,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1658,"timestamp":202930736,"id":870,"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":1767362893744,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1790,"timestamp":202930947,"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-other.js","layer":"ssr"},"startTime":1767362893744,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1806,"timestamp":202931148,"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":1767362893745,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1787,"timestamp":202931405,"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-rule.js","layer":"ssr"},"startTime":1767362893745,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":822,"timestamp":202934553,"id":874,"parentId":813,"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":1767362893748,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1395,"timestamp":202938583,"id":875,"parentId":815,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js","layer":"ssr"},"startTime":1767362893752,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1509,"timestamp":202938801,"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":1767362893752,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1603,"timestamp":202938975,"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":1767362893752,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":667,"timestamp":202946605,"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":1767362893760,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":644,"timestamp":202963178,"id":879,"parentId":836,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.js","layer":"ssr"},"startTime":1767362893777,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":374,"timestamp":202964252,"id":880,"parentId":856,"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":1767362893778,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":551,"timestamp":202965870,"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":1767362893779,"traceId":"252c25b92db7016e"},{"name":"make","duration":5494473,"timestamp":197481872,"id":22,"parentId":20,"tags":{},"startTime":1767362888295,"traceId":"252c25b92db7016e"},{"name":"get-entries","duration":576,"timestamp":202978189,"id":883,"parentId":882,"tags":{},"startTime":1767362893792,"traceId":"252c25b92db7016e"},{"name":"node-file-trace-plugin","duration":92165,"timestamp":202982211,"id":884,"parentId":882,"tags":{"traceEntryCount":"10"},"startTime":1767362893796,"traceId":"252c25b92db7016e"},{"name":"collect-traced-files","duration":448,"timestamp":203074390,"id":885,"parentId":882,"tags":{},"startTime":1767362893888,"traceId":"252c25b92db7016e"},{"name":"finish-modules","duration":97011,"timestamp":202977833,"id":882,"parentId":21,"tags":{},"startTime":1767362893791,"traceId":"252c25b92db7016e"},{"name":"chunk-graph","duration":28720,"timestamp":203133575,"id":887,"parentId":886,"tags":{},"startTime":1767362893947,"traceId":"252c25b92db7016e"},{"name":"optimize-modules","duration":58,"timestamp":203162500,"id":889,"parentId":886,"tags":{},"startTime":1767362893976,"traceId":"252c25b92db7016e"},{"name":"optimize-chunks","duration":24063,"timestamp":203162696,"id":890,"parentId":886,"tags":{},"startTime":1767362893976,"traceId":"252c25b92db7016e"},{"name":"optimize-tree","duration":122,"timestamp":203186847,"id":891,"parentId":886,"tags":{},"startTime":1767362894000,"traceId":"252c25b92db7016e"},{"name":"optimize-chunk-modules","duration":24513,"timestamp":203187109,"id":892,"parentId":886,"tags":{},"startTime":1767362894001,"traceId":"252c25b92db7016e"},{"name":"optimize","duration":49320,"timestamp":203162407,"id":888,"parentId":886,"tags":{},"startTime":1767362893976,"traceId":"252c25b92db7016e"},{"name":"module-hash","duration":30609,"timestamp":203237373,"id":893,"parentId":886,"tags":{},"startTime":1767362894051,"traceId":"252c25b92db7016e"},{"name":"code-generation","duration":503591,"timestamp":203268087,"id":894,"parentId":886,"tags":{},"startTime":1767362894082,"traceId":"252c25b92db7016e"},{"name":"hash","duration":9236,"timestamp":203777639,"id":895,"parentId":886,"tags":{},"startTime":1767362894591,"traceId":"252c25b92db7016e"},{"name":"code-generation-jobs","duration":568,"timestamp":203786871,"id":896,"parentId":886,"tags":{},"startTime":1767362894600,"traceId":"252c25b92db7016e"},{"name":"module-assets","duration":427,"timestamp":203787390,"id":897,"parentId":886,"tags":{},"startTime":1767362894601,"traceId":"252c25b92db7016e"},{"name":"create-chunk-assets","duration":9234,"timestamp":203787834,"id":898,"parentId":886,"tags":{},"startTime":1767362894601,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":148679,"timestamp":203827234,"id":901,"parentId":899,"tags":{"name":"../pages/_app.js","cache":"MISS"},"startTime":1767362894641,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":156506,"timestamp":203819484,"id":900,"parentId":899,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1767362894633,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":143811,"timestamp":203832281,"id":903,"parentId":899,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1767362894646,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":87769,"timestamp":203888364,"id":906,"parentId":899,"tags":{"name":"../pages/_document.js","cache":"MISS"},"startTime":1767362894702,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":87670,"timestamp":203888497,"id":907,"parentId":899,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1767362894702,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":89837,"timestamp":203886388,"id":905,"parentId":899,"tags":{"name":"../app/settings/page.js","cache":"MISS"},"startTime":1767362894700,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":242374,"timestamp":203827490,"id":902,"parentId":899,"tags":{"name":"../pages/_error.js","cache":"MISS"},"startTime":1767362894641,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":188470,"timestamp":203920078,"id":909,"parentId":899,"tags":{"name":"811.js","cache":"MISS"},"startTime":1767362894733,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":178510,"timestamp":203935382,"id":911,"parentId":899,"tags":{"name":"392.js","cache":"MISS"},"startTime":1767362894749,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":210230,"timestamp":203931685,"id":910,"parentId":899,"tags":{"name":"799.js","cache":"MISS"},"startTime":1767362894745,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":334484,"timestamp":203888966,"id":908,"parentId":899,"tags":{"name":"673.js","cache":"MISS"},"startTime":1767362894702,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":426531,"timestamp":203835372,"id":904,"parentId":899,"tags":{"name":"../app/project/[id]/page.js","cache":"MISS"},"startTime":1767362894649,"traceId":"252c25b92db7016e"},{"name":"minify-webpack-plugin-optimize","duration":462244,"timestamp":203799684,"id":899,"parentId":20,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1767362894613,"traceId":"252c25b92db7016e"},{"name":"css-minimizer-plugin","duration":209,"timestamp":204262295,"id":912,"parentId":20,"tags":{},"startTime":1767362895076,"traceId":"252c25b92db7016e"},{"name":"create-trace-assets","duration":2068,"timestamp":204262778,"id":913,"parentId":21,"tags":{},"startTime":1767362895076,"traceId":"252c25b92db7016e"},{"name":"seal","duration":1172387,"timestamp":203105571,"id":886,"parentId":20,"tags":{},"startTime":1767362893919,"traceId":"252c25b92db7016e"},{"name":"webpack-compilation","duration":6834569,"timestamp":197460642,"id":20,"parentId":17,"tags":{"name":"server"},"startTime":1767362888274,"traceId":"252c25b92db7016e"},{"name":"emit","duration":12849,"timestamp":204295809,"id":914,"parentId":17,"tags":{},"startTime":1767362895109,"traceId":"252c25b92db7016e"},{"name":"webpack-close","duration":554355,"timestamp":204310000,"id":915,"parentId":17,"tags":{"name":"server"},"startTime":1767362895123,"traceId":"252c25b92db7016e"},{"name":"webpack-generate-error-stats","duration":3612,"timestamp":204864438,"id":916,"parentId":915,"tags":{},"startTime":1767362895678,"traceId":"252c25b92db7016e"},{"name":"run-webpack-compiler","duration":7656201,"timestamp":197212273,"id":17,"parentId":16,"tags":{},"startTime":1767362888026,"traceId":"252c25b92db7016e"},{"name":"format-webpack-messages","duration":107,"timestamp":204868482,"id":917,"parentId":16,"tags":{},"startTime":1767362895682,"traceId":"252c25b92db7016e"},{"name":"worker-main-server","duration":7657035,"timestamp":197211748,"id":16,"parentId":1,"tags":{},"startTime":1767362888025,"traceId":"252c25b92db7016e"},{"name":"create-entrypoints","duration":22101,"timestamp":205705166,"id":921,"parentId":919,"tags":{},"startTime":1767362896519,"traceId":"252c25b92db7016e"},{"name":"generate-webpack-config","duration":129080,"timestamp":205727515,"id":922,"parentId":920,"tags":{},"startTime":1767362896541,"traceId":"252c25b92db7016e"},{"name":"make","duration":1169,"timestamp":206003159,"id":924,"parentId":923,"tags":{},"startTime":1767362896817,"traceId":"252c25b92db7016e"},{"name":"chunk-graph","duration":694,"timestamp":206007927,"id":926,"parentId":925,"tags":{},"startTime":1767362896821,"traceId":"252c25b92db7016e"},{"name":"optimize-modules","duration":44,"timestamp":206008789,"id":928,"parentId":925,"tags":{},"startTime":1767362896822,"traceId":"252c25b92db7016e"},{"name":"optimize-chunks","duration":957,"timestamp":206008939,"id":929,"parentId":925,"tags":{},"startTime":1767362896822,"traceId":"252c25b92db7016e"},{"name":"optimize-tree","duration":153,"timestamp":206009986,"id":930,"parentId":925,"tags":{},"startTime":1767362896823,"traceId":"252c25b92db7016e"},{"name":"optimize-chunk-modules","duration":551,"timestamp":206010366,"id":931,"parentId":925,"tags":{},"startTime":1767362896824,"traceId":"252c25b92db7016e"},{"name":"optimize","duration":2333,"timestamp":206008710,"id":927,"parentId":925,"tags":{},"startTime":1767362896822,"traceId":"252c25b92db7016e"},{"name":"module-hash","duration":104,"timestamp":206012359,"id":932,"parentId":925,"tags":{},"startTime":1767362896826,"traceId":"252c25b92db7016e"},{"name":"code-generation","duration":222,"timestamp":206012518,"id":933,"parentId":925,"tags":{},"startTime":1767362896826,"traceId":"252c25b92db7016e"},{"name":"hash","duration":534,"timestamp":206013070,"id":934,"parentId":925,"tags":{},"startTime":1767362896826,"traceId":"252c25b92db7016e"},{"name":"code-generation-jobs","duration":232,"timestamp":206013597,"id":935,"parentId":925,"tags":{},"startTime":1767362896827,"traceId":"252c25b92db7016e"},{"name":"module-assets","duration":151,"timestamp":206013770,"id":936,"parentId":925,"tags":{},"startTime":1767362896827,"traceId":"252c25b92db7016e"},{"name":"create-chunk-assets","duration":316,"timestamp":206013944,"id":937,"parentId":925,"tags":{},"startTime":1767362896827,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":1191,"timestamp":206027389,"id":939,"parentId":938,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"MISS"},"startTime":1767362896841,"traceId":"252c25b92db7016e"},{"name":"minify-webpack-plugin-optimize","duration":2622,"timestamp":206025969,"id":938,"parentId":923,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1767362896839,"traceId":"252c25b92db7016e"},{"name":"css-minimizer-plugin","duration":118,"timestamp":206028681,"id":940,"parentId":923,"tags":{},"startTime":1767362896842,"traceId":"252c25b92db7016e"}]
|
|
10
|
-
[{"name":"seal","duration":25383,"timestamp":206007072,"id":925,"parentId":923,"tags":{},"startTime":1767362896820,"traceId":"252c25b92db7016e"},{"name":"webpack-compilation","duration":41062,"timestamp":205991827,"id":923,"parentId":920,"tags":{"name":"edge-server"},"startTime":1767362896805,"traceId":"252c25b92db7016e"},{"name":"emit","duration":2737,"timestamp":206033300,"id":941,"parentId":920,"tags":{},"startTime":1767362896847,"traceId":"252c25b92db7016e"},{"name":"webpack-close","duration":10163,"timestamp":206036916,"id":942,"parentId":920,"tags":{"name":"edge-server"},"startTime":1767362896850,"traceId":"252c25b92db7016e"},{"name":"webpack-generate-error-stats","duration":2630,"timestamp":206047131,"id":943,"parentId":942,"tags":{},"startTime":1767362896861,"traceId":"252c25b92db7016e"},{"name":"run-webpack-compiler","duration":344737,"timestamp":205705156,"id":920,"parentId":919,"tags":{},"startTime":1767362896519,"traceId":"252c25b92db7016e"},{"name":"format-webpack-messages","duration":82,"timestamp":206049899,"id":944,"parentId":919,"tags":{},"startTime":1767362896863,"traceId":"252c25b92db7016e"},{"name":"worker-main-edge-server","duration":345482,"timestamp":205704656,"id":919,"parentId":1,"tags":{},"startTime":1767362896518,"traceId":"252c25b92db7016e"},{"name":"create-entrypoints","duration":17419,"timestamp":206830461,"id":947,"parentId":945,"tags":{},"startTime":1767362897644,"traceId":"252c25b92db7016e"},{"name":"generate-webpack-config","duration":129247,"timestamp":206848051,"id":948,"parentId":946,"tags":{},"startTime":1767362897661,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":12627,"timestamp":207186937,"id":962,"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-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":1767362898000,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":1635,"timestamp":207199724,"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%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":1767362898013,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":636,"timestamp":207201391,"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%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1767362898015,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":544,"timestamp":207202183,"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%2Fproject%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1767362898016,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":461,"timestamp":207202755,"id":966,"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-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":1767362898016,"traceId":"252c25b92db7016e"},{"name":"next-client-pages-loader","duration":375,"timestamp":207204934,"id":968,"parentId":967,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1767362898018,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":9302,"timestamp":207203295,"id":967,"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":1767362898017,"traceId":"252c25b92db7016e"},{"name":"next-client-pages-loader","duration":55,"timestamp":207212799,"id":970,"parentId":969,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1767362898026,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":953,"timestamp":207212692,"id":969,"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":1767362898026,"traceId":"252c25b92db7016e"},{"name":"next-client-pages-loader","duration":78,"timestamp":207213827,"id":972,"parentId":971,"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":1767362898027,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":875,"timestamp":207213730,"id":971,"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-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":1767362898027,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":20223,"timestamp":207243551,"id":975,"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/client/app-next.js","layer":"app-pages-browser"},"startTime":1767362898057,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":28145,"timestamp":207239281,"id":973,"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/next.js","layer":"pages-dir-browser"},"startTime":1767362898053,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":38842,"timestamp":207243216,"id":974,"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":1767362898057,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5345,"timestamp":207294683,"id":976,"parentId":971,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362898108,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7497,"timestamp":207303932,"id":977,"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/components/client-page.js","layer":"app-pages-browser"},"startTime":1767362898117,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8714,"timestamp":207304144,"id":978,"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/components/client-segment.js","layer":"app-pages-browser"},"startTime":1767362898118,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9371,"timestamp":207304411,"id":980,"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/components/render-from-template-context.js","layer":"app-pages-browser"},"startTime":1767362898118,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":34756,"timestamp":207304282,"id":979,"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/components/layout-router.js","layer":"app-pages-browser"},"startTime":1767362898118,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9435,"timestamp":207341131,"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/components/builtin/global-error.js","layer":"app-pages-browser"},"startTime":1767362898155,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12065,"timestamp":207341552,"id":984,"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/app-webpack.js","layer":"app-pages-browser"},"startTime":1767362898155,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13830,"timestamp":207341742,"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/webpack.js","layer":"pages-dir-browser"},"startTime":1767362898155,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":16248,"timestamp":207341847,"id":986,"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/with-router.js","layer":"pages-dir-browser"},"startTime":1767362898155,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":31410,"timestamp":207341444,"id":983,"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/app-index.js","layer":"app-pages-browser"},"startTime":1767362898155,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":34548,"timestamp":207341325,"id":982,"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/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1767362898155,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":11273,"timestamp":207391391,"id":988,"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/components/http-access-fallback/error-boundary.js","layer":"app-pages-browser"},"startTime":1767362898205,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2037,"timestamp":207404889,"id":990,"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/require-instrumentation-client.js","layer":"pages-dir-browser"},"startTime":1767362898218,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3671,"timestamp":207405232,"id":991,"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/is-error.js","layer":"pages-dir-browser"},"startTime":1767362898219,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8382,"timestamp":207404687,"id":989,"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/lib/require-instrumentation-client.js","layer":"app-pages-browser"},"startTime":1767362898218,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":54607,"timestamp":207391230,"id":987,"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/index.js","layer":"pages-dir-browser"},"startTime":1767362898205,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":45544,"timestamp":207405282,"id":992,"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/components/metadata/async-metadata.js","layer":"app-pages-browser"},"startTime":1767362898219,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9483,"timestamp":207506860,"id":994,"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/pages/_app.js","layer":"pages-dir-browser"},"startTime":1767362898320,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12952,"timestamp":207506967,"id":995,"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/dist/pages/_error.js","layer":"pages-dir-browser"},"startTime":1767362898320,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12959,"timestamp":207509996,"id":996,"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/shared/lib/router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1767362898323,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":17757,"timestamp":207506462,"id":993,"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/lib/framework/boundary-components.js","layer":"app-pages-browser"},"startTime":1767362898320,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7492,"timestamp":207541750,"id":999,"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/components/http-access-fallback/error-fallback.js","layer":"app-pages-browser"},"startTime":1767362898355,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8089,"timestamp":207541872,"id":1000,"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/shared/lib/invariant-error.js","layer":"app-pages-browser"},"startTime":1767362898355,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9026,"timestamp":207541963,"id":1001,"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/shared/lib/app-router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1767362898355,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10174,"timestamp":207541462,"id":998,"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/lib/metadata/generate/icon-mark.js","layer":"app-pages-browser"},"startTime":1767362898355,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":18676,"timestamp":207544611,"id":1004,"parentId":963,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/DevErrorRecovery.tsx","layer":"app-pages-browser"},"startTime":1767362898358,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":74469,"timestamp":207539586,"id":997,"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/shared/lib/router/router.js","layer":"pages-dir-browser"},"startTime":1767362898353,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":74554,"timestamp":207545770,"id":1005,"parentId":964,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/page.tsx","layer":"app-pages-browser"},"startTime":1767362898359,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":78846,"timestamp":207546075,"id":1006,"parentId":966,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/settings/page.tsx","layer":"app-pages-browser"},"startTime":1767362898359,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":84074,"timestamp":207542079,"id":1002,"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/app-router-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1767362898355,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":89921,"timestamp":207544394,"id":1003,"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/app-router.js","layer":"app-pages-browser"},"startTime":1767362898358,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":90777,"timestamp":207546366,"id":1007,"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/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1767362898360,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9827,"timestamp":207694168,"id":1008,"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/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1767362898508,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":11975,"timestamp":207694353,"id":1009,"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/components/match-segments.js","layer":"app-pages-browser"},"startTime":1767362898508,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":13229,"timestamp":207694463,"id":1010,"parentId":965,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/project/[id]/page.tsx","layer":"app-pages-browser"},"startTime":1767362898508,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":16362,"timestamp":207694675,"id":1011,"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/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1767362898508,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":29294,"timestamp":207694803,"id":1012,"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/components/use-action-queue.js","layer":"app-pages-browser"},"startTime":1767362898508,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":32846,"timestamp":207694895,"id":1013,"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/components/bfcache.js","layer":"app-pages-browser"},"startTime":1767362898508,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":17534,"timestamp":207712724,"id":1014,"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/client/request/search-params.browser.js","layer":"app-pages-browser"},"startTime":1767362898526,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":18009,"timestamp":207712859,"id":1015,"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/client/request/params.browser.js","layer":"app-pages-browser"},"startTime":1767362898526,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":18508,"timestamp":207712972,"id":1016,"parentId":983,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-globals.js","layer":"app-pages-browser"},"startTime":1767362898526,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":19231,"timestamp":207713264,"id":1018,"parentId":983,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-find-source-map-url.js","layer":"app-pages-browser"},"startTime":1767362898527,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":20633,"timestamp":207713122,"id":1017,"parentId":983,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1767362898527,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1461,"timestamp":207739323,"id":1020,"parentId":985,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/deployment-id.js","layer":"pages-dir-browser"},"startTime":1767362898553,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5333,"timestamp":207739069,"id":1019,"parentId":984,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/deployment-id.js","layer":"app-pages-browser"},"startTime":1767362898552,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7919,"timestamp":207739384,"id":1021,"parentId":983,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-build-id.js","layer":"app-pages-browser"},"startTime":1767362898553,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3291,"timestamp":207749407,"id":1022,"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/set-attributes-from-props.js","layer":"app-pages-browser"},"startTime":1767362898563,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4089,"timestamp":207749542,"id":1023,"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/encode-uri-path.js","layer":"app-pages-browser"},"startTime":1767362898563,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4506,"timestamp":207749734,"id":1025,"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/head-manager-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1767362898563,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5055,"timestamp":207749645,"id":1024,"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/head-manager-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1767362898563,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6418,"timestamp":207751119,"id":1027,"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/components/handle-isr-error.js","layer":"app-pages-browser"},"startTime":1767362898565,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7136,"timestamp":207752818,"id":1028,"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/components/router-reducer/router-reducer-types.js","layer":"app-pages-browser"},"startTime":1767362898566,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":14493,"timestamp":207749792,"id":1026,"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/components/app-router-instance.js","layer":"app-pages-browser"},"startTime":1767362898563,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8853,"timestamp":207758300,"id":1030,"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/components/router-reducer/create-router-cache-key.js","layer":"app-pages-browser"},"startTime":1767362898572,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12863,"timestamp":207758183,"id":1029,"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/components/router-reducer/fetch-server-response.js","layer":"app-pages-browser"},"startTime":1767362898572,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3800,"timestamp":207785399,"id":1032,"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/router/utils/disable-smooth-scroll.js","layer":"app-pages-browser"},"startTime":1767362898599,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6161,"timestamp":207785230,"id":1031,"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/components/router-reducer/create-initial-router-state.js","layer":"app-pages-browser"},"startTime":1767362898599,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8785,"timestamp":207785504,"id":1033,"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/router/utils/app-paths.js","layer":"app-pages-browser"},"startTime":1767362898599,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9638,"timestamp":207787426,"id":1034,"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/router/utils/disable-smooth-scroll.js","layer":"pages-dir-browser"},"startTime":1767362898601,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7164,"timestamp":207806978,"id":1035,"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/components/router-reducer/reducers/has-interception-route-in-current-tree.js","layer":"app-pages-browser"},"startTime":1767362898620,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9453,"timestamp":207807160,"id":1036,"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/navigation-untracked.js","layer":"app-pages-browser"},"startTime":1767362898621,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10723,"timestamp":207807300,"id":1037,"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/react-client-callbacks/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1767362898621,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13688,"timestamp":207807411,"id":1038,"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/react-client-callbacks/error-boundary-callbacks.js","layer":"app-pages-browser"},"startTime":1767362898621,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":14991,"timestamp":207807511,"id":1039,"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/react-client-callbacks/on-recoverable-error.js","layer":"pages-dir-browser"},"startTime":1767362898621,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":21786,"timestamp":207807757,"id":1041,"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/http-access-fallback/http-access-fallback.js","layer":"app-pages-browser"},"startTime":1767362898621,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":24539,"timestamp":207807593,"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/head-manager.js","layer":"pages-dir-browser"},"startTime":1767362898621,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":24688,"timestamp":207808083,"id":1044,"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/shared/lib/is-plain-object.js","layer":"pages-dir-browser"},"startTime":1767362898621,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":28844,"timestamp":207807963,"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/route-announcer.js","layer":"pages-dir-browser"},"startTime":1767362898621,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":33582,"timestamp":207807866,"id":1042,"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/page-loader.js","layer":"pages-dir-browser"},"startTime":1767362898621,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5551,"timestamp":207843605,"id":1046,"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/runtime-config.external.js","layer":"pages-dir-browser"},"startTime":1767362898657,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6630,"timestamp":207843473,"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/mitt.js","layer":"pages-dir-browser"},"startTime":1767362898657,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8629,"timestamp":207843825,"id":1049,"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/router/utils/is-dynamic.js","layer":"pages-dir-browser"},"startTime":1767362898657,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13624,"timestamp":207843687,"id":1047,"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.js","layer":"pages-dir-browser"},"startTime":1767362898657,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":15062,"timestamp":207843755,"id":1048,"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/router/utils/querystring.js","layer":"pages-dir-browser"},"startTime":1767362898657,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":17929,"timestamp":207843888,"id":1050,"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/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1767362898657,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":819,"timestamp":207862388,"id":1053,"parentId":990,"tags":{"layer":null},"startTime":1767362898676,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7685,"timestamp":207862274,"id":1052,"parentId":987,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"pages-dir-browser"},"startTime":1767362898676,"traceId":"252c25b92db7016e"}]
|
|
11
|
-
[{"name":"build-module-js","duration":6892,"timestamp":207863497,"id":1057,"parentId":986,"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":1767362898677,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13849,"timestamp":207862126,"id":1051,"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/remove-base-path.js","layer":"pages-dir-browser"},"startTime":1767362898676,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13256,"timestamp":207863232,"id":1054,"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/image-config-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1767362898677,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":14014,"timestamp":207863347,"id":1055,"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/has-base-path.js","layer":"pages-dir-browser"},"startTime":1767362898677,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":14521,"timestamp":207863547,"id":1058,"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/hooks-client-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1767362898677,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":16422,"timestamp":207863425,"id":1056,"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/router/adapters.js","layer":"pages-dir-browser"},"startTime":1767362898677,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":364,"timestamp":207881317,"id":1061,"parentId":974,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/react@19.2.3/node_modules/react/index.js","layer":"pages-dir-browser"},"startTime":1767362898695,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":19776,"timestamp":207863624,"id":1059,"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/is-next-router-error.js","layer":"pages-dir-browser"},"startTime":1767362898677,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":24165,"timestamp":207863691,"id":1060,"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/script.js","layer":"pages-dir-browser"},"startTime":1767362898677,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5633,"timestamp":207900484,"id":1062,"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/hooks-client-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1767362898714,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6619,"timestamp":207900647,"id":1063,"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-base-path.js","layer":"app-pages-browser"},"startTime":1767362898714,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1278,"timestamp":207908082,"id":1066,"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/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1767362898721,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4600,"timestamp":207907799,"id":1064,"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/has-base-path.js","layer":"app-pages-browser"},"startTime":1767362898721,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4415,"timestamp":207916453,"id":1068,"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/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1767362898730,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4664,"timestamp":207916746,"id":1070,"parentId":987,"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":1767362898730,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1402,"timestamp":207920505,"id":1073,"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/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1767362898734,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8357,"timestamp":207916505,"id":1069,"parentId":1016,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1767362898730,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":19443,"timestamp":207907960,"id":1065,"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/tracing/tracer.js","layer":"pages-dir-browser"},"startTime":1767362898721,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12566,"timestamp":207916345,"id":1067,"parentId":1007,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/is-next-router-error.js","layer":"app-pages-browser"},"startTime":1767362898730,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4047,"timestamp":207936918,"id":1074,"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-dom/index.js","layer":"app-pages-browser"},"startTime":1767362898750,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4865,"timestamp":207936993,"id":1075,"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/compiled/react-server-dom-webpack/client.browser.js","layer":"app-pages-browser"},"startTime":1767362898750,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4278,"timestamp":207938544,"id":1083,"parentId":974,"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":1767362898752,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7230,"timestamp":207937268,"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/lib/framework/boundary-constants.js","layer":"app-pages-browser"},"startTime":1767362898751,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5591,"timestamp":207939276,"id":1084,"parentId":979,"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":1767362898753,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1651,"timestamp":207946404,"id":1087,"parentId":987,"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":1767362898760,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4256,"timestamp":207946167,"id":1086,"parentId":980,"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":1767362898760,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5059,"timestamp":207946458,"id":1088,"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/lib/is-error.js","layer":"app-pages-browser"},"startTime":1767362898760,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":15508,"timestamp":207937065,"id":1076,"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/portal/index.js","layer":"pages-dir-browser"},"startTime":1767362898750,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":18268,"timestamp":207937177,"id":1077,"parentId":995,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/head.js","layer":"pages-dir-browser"},"startTime":1767362898751,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":17703,"timestamp":207938221,"id":1081,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1767362898752,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":27234,"timestamp":207937492,"id":1079,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/route-loader.js","layer":"pages-dir-browser"},"startTime":1767362898751,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":19065,"timestamp":207946070,"id":1085,"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/utils/warn-once.js","layer":"pages-dir-browser"},"startTime":1767362898759,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":19290,"timestamp":207946625,"id":1089,"parentId":1040,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/set-attributes-from-props.js","layer":"pages-dir-browser"},"startTime":1767362898760,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":19725,"timestamp":207946707,"id":1090,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":"pages-dir-browser"},"startTime":1767362898760,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":20119,"timestamp":207946776,"id":1091,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"pages-dir-browser"},"startTime":1767362898760,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6183,"timestamp":207976959,"id":1092,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/detect-domain-locale.js","layer":"pages-dir-browser"},"startTime":1767362898790,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":60365,"timestamp":207986344,"id":1107,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/is-api-route.js","layer":"pages-dir-browser"},"startTime":1767362898800,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":72512,"timestamp":207983569,"id":1094,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":"pages-dir-browser"},"startTime":1767362898797,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":73137,"timestamp":207983649,"id":1095,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":"pages-dir-browser"},"startTime":1767362898797,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":73879,"timestamp":207983728,"id":1096,"parentId":1059,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js","layer":"pages-dir-browser"},"startTime":1767362898797,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":74373,"timestamp":207983945,"id":1099,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/remove-locale.js","layer":"pages-dir-browser"},"startTime":1767362898797,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":76363,"timestamp":207983801,"id":1097,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"pages-dir-browser"},"startTime":1767362898797,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":76864,"timestamp":207984036,"id":1100,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/add-locale.js","layer":"pages-dir-browser"},"startTime":1767362898797,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":77330,"timestamp":207984094,"id":1101,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"pages-dir-browser"},"startTime":1767362898798,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":77839,"timestamp":207984141,"id":1102,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/add-base-path.js","layer":"pages-dir-browser"},"startTime":1767362898798,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":78368,"timestamp":207984186,"id":1103,"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":"app-pages-browser"},"startTime":1767362898798,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":80180,"timestamp":207983424,"id":1093,"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/styles/access-error-styles.js","layer":"app-pages-browser"},"startTime":1767362898797,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":80781,"timestamp":207983871,"id":1098,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"pages-dir-browser"},"startTime":1767362898797,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":81810,"timestamp":207984245,"id":1104,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/resolve-href.js","layer":"pages-dir-browser"},"startTime":1767362898798,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":24475,"timestamp":208051662,"id":1112,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1767362898865,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":25316,"timestamp":208051820,"id":1113,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":"pages-dir-browser"},"startTime":1767362898865,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":25867,"timestamp":208051923,"id":1114,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":"pages-dir-browser"},"startTime":1767362898865,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":24995,"timestamp":208053465,"id":1116,"parentId":1088,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1767362898867,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5016,"timestamp":208087354,"id":1124,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/constants.js","layer":"pages-dir-browser"},"startTime":1767362898901,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":14316,"timestamp":208086736,"id":1118,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"pages-dir-browser"},"startTime":1767362898900,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":14775,"timestamp":208087030,"id":1120,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"pages-dir-browser"},"startTime":1767362898900,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":16709,"timestamp":208087211,"id":1122,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/bloom-filter.js","layer":"pages-dir-browser"},"startTime":1767362898901,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":20956,"timestamp":208087287,"id":1123,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"pages-dir-browser"},"startTime":1767362898901,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":23518,"timestamp":208087415,"id":1125,"parentId":1079,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":"pages-dir-browser"},"startTime":1767362898901,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":24181,"timestamp":208087561,"id":1127,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js","layer":"app-pages-browser"},"startTime":1767362898901,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":26126,"timestamp":208087483,"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/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1767362898901,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":26821,"timestamp":208087721,"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/client/components/router-reducer/reducers/find-head-in-cache.js","layer":"app-pages-browser"},"startTime":1767362898901,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":29213,"timestamp":208086888,"id":1119,"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":"app-pages-browser"},"startTime":1767362898900,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":29403,"timestamp":208087127,"id":1121,"parentId":997,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"pages-dir-browser"},"startTime":1767362898901,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":31018,"timestamp":208087637,"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/client/components/router-reducer/compute-changed-path.js","layer":"app-pages-browser"},"startTime":1767362898901,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":26418,"timestamp":208099165,"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/client/components/nav-failure-handler.js","layer":"app-pages-browser"},"startTime":1767362898913,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":28783,"timestamp":208099355,"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/components/redirect-error.js","layer":"app-pages-browser"},"startTime":1767362898913,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":31117,"timestamp":208099287,"id":1131,"parentId":1003,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1767362898913,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":32836,"timestamp":208099416,"id":1133,"parentId":1059,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-error.js","layer":"pages-dir-browser"},"startTime":1767362898913,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":728725,"timestamp":207938328,"id":1082,"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/api/navigation.js","layer":"app-pages-browser"},"startTime":1767362898752,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":551175,"timestamp":208120228,"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/components/links.js","layer":"app-pages-browser"},"startTime":1767362898934,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12138,"timestamp":208664629,"id":1137,"parentId":1011,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1767362899478,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":22995,"timestamp":208664773,"id":1139,"parentId":1014,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/request/search-params.browser.prod.js","layer":"app-pages-browser"},"startTime":1767362899478,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":24773,"timestamp":208664710,"id":1138,"parentId":1012,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/is-thenable.js","layer":"app-pages-browser"},"startTime":1767362899478,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":26043,"timestamp":208664504,"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/components/errors/root-error-boundary.js","layer":"app-pages-browser"},"startTime":1767362899478,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":15895,"timestamp":208680665,"id":1140,"parentId":1015,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/request/params.browser.prod.js","layer":"app-pages-browser"},"startTime":1767362899494,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":17162,"timestamp":208680802,"id":1141,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/Header.tsx","layer":"app-pages-browser"},"startTime":1767362899494,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":20812,"timestamp":208680972,"id":1142,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectList.tsx","layer":"app-pages-browser"},"startTime":1767362899494,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":26881,"timestamp":208681146,"id":1143,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectModal.tsx","layer":"app-pages-browser"},"startTime":1767362899495,"traceId":"252c25b92db7016e"},{"name":"postcss-process","duration":774255,"timestamp":208396370,"id":1135,"parentId":1117,"tags":{},"startTime":1767362899210,"traceId":"252c25b92db7016e"},{"name":"postcss-loader","duration":1117039,"timestamp":208053733,"id":1117,"parentId":1115,"tags":{},"startTime":1767362898867,"traceId":"252c25b92db7016e"},{"name":"css-loader","duration":40746,"timestamp":209171095,"id":1144,"parentId":1115,"tags":{"astUsed":"true"},"startTime":1767362899985,"traceId":"252c25b92db7016e"},{"name":"build-module-ts","duration":6503,"timestamp":209228479,"id":1145,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useProjectStore.ts","layer":"app-pages-browser"},"startTime":1767362900042,"traceId":"252c25b92db7016e"},{"name":"font-loader","duration":1191693,"timestamp":208045168,"id":1111,"parentId":1110,"tags":{},"startTime":1767362898859,"traceId":"252c25b92db7016e"},{"name":"postcss","duration":1525,"timestamp":209237230,"id":1146,"parentId":1110,"tags":{},"startTime":1767362900051,"traceId":"252c25b92db7016e"},{"name":"next-font-loader","duration":1193721,"timestamp":208045113,"id":1110,"parentId":1106,"tags":{},"startTime":1767362898859,"traceId":"252c25b92db7016e"},{"name":"css-loader","duration":10976,"timestamp":209238793,"id":1147,"parentId":1106,"tags":{"astUsed":"true"},"startTime":1767362900052,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":1264062,"timestamp":207986276,"id":1106,"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/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":1767362898800,"traceId":"252c25b92db7016e"},{"name":"font-loader","duration":1229623,"timestamp":208022122,"id":1109,"parentId":1108,"tags":{},"startTime":1767362898836,"traceId":"252c25b92db7016e"},{"name":"postcss","duration":434,"timestamp":209251790,"id":1148,"parentId":1108,"tags":{},"startTime":1767362900065,"traceId":"252c25b92db7016e"},{"name":"next-font-loader","duration":1265762,"timestamp":207986562,"id":1108,"parentId":1105,"tags":{},"startTime":1767362898800,"traceId":"252c25b92db7016e"},{"name":"css-loader","duration":1511,"timestamp":209252303,"id":1149,"parentId":1105,"tags":{"astUsed":"true"},"startTime":1767362900066,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":1269933,"timestamp":207984290,"id":1105,"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/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":1767362898798,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":5830,"timestamp":209255116,"id":1151,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/input.tsx","layer":"app-pages-browser"},"startTime":1767362900069,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":7040,"timestamp":209254928,"id":1150,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/button.tsx","layer":"app-pages-browser"},"startTime":1767362900068,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8401,"timestamp":209255302,"id":1153,"parentId":1026,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"app-pages-browser"},"startTime":1767362900069,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":16669,"timestamp":209255240,"id":1152,"parentId":1026,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/segment-cache.js","layer":"app-pages-browser"},"startTime":1767362900069,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":17930,"timestamp":209255357,"id":1154,"parentId":1026,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"app-pages-browser"},"startTime":1767362900069,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":18919,"timestamp":209255411,"id":1155,"parentId":1030,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1767362900069,"traceId":"252c25b92db7016e"},{"name":"build-module-ts","duration":25931,"timestamp":209255466,"id":1156,"parentId":1006,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/api.ts","layer":"app-pages-browser"},"startTime":1767362900069,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6512,"timestamp":209287942,"id":1157,"parentId":1029,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1767362900101,"traceId":"252c25b92db7016e"}]
|
|
12
|
-
[{"name":"build-module-js","duration":9584,"timestamp":209288131,"id":1158,"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/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1767362900102,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":15932,"timestamp":209290894,"id":1159,"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/route-params.js","layer":"app-pages-browser"},"startTime":1767362900104,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":17060,"timestamp":209291036,"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/client/components/router-reducer/set-cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1767362900104,"traceId":"252c25b92db7016e"},{"name":"build-module-ts","duration":18352,"timestamp":209291254,"id":1162,"parentId":1005,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/index.ts","layer":"app-pages-browser"},"startTime":1767362900105,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":24952,"timestamp":209291447,"id":1163,"parentId":1010,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/workspace/WorkspaceLayout.tsx","layer":"app-pages-browser"},"startTime":1767362900105,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":30776,"timestamp":209291148,"id":1161,"parentId":1031,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js","layer":"app-pages-browser"},"startTime":1767362900105,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":30859,"timestamp":209303372,"id":1165,"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":1767362900117,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":33643,"timestamp":209303233,"id":1164,"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":1767362900117,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3214,"timestamp":209344701,"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/page-path/ensure-leading-slash.js","layer":"app-pages-browser"},"startTime":1767362900158,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4510,"timestamp":209344885,"id":1168,"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/router/utils/interception-routes.js","layer":"app-pages-browser"},"startTime":1767362900158,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8932,"timestamp":209344827,"id":1167,"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/constants.js","layer":"pages-dir-browser"},"startTime":1767362900158,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9291,"timestamp":209345082,"id":1171,"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/react-client-callbacks/report-global-error.js","layer":"app-pages-browser"},"startTime":1767362900158,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9753,"timestamp":209345137,"id":1172,"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/react-client-callbacks/report-global-error.js","layer":"pages-dir-browser"},"startTime":1767362900159,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10216,"timestamp":209345186,"id":1173,"parentId":1054,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/image-config.js","layer":"pages-dir-browser"},"startTime":1767362900159,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10757,"timestamp":209345226,"id":1174,"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/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"app-pages-browser"},"startTime":1767362900159,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":11329,"timestamp":209345273,"id":1175,"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/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"pages-dir-browser"},"startTime":1767362900159,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":11772,"timestamp":209349664,"id":1177,"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":"app-pages-browser"},"startTime":1767362900163,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":11975,"timestamp":209349792,"id":1178,"parentId":1056,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":"pages-dir-browser"},"startTime":1767362900163,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":17274,"timestamp":209344995,"id":1170,"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/router/utils/get-asset-path-from-route.js","layer":"pages-dir-browser"},"startTime":1767362900158,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":18565,"timestamp":209344941,"id":1169,"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/interception-routes.js","layer":"pages-dir-browser"},"startTime":1767362900158,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":14434,"timestamp":209349558,"id":1176,"parentId":1055,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"pages-dir-browser"},"startTime":1767362900163,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9023,"timestamp":209357112,"id":1179,"parentId":1060,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/request-idle-callback.js","layer":"pages-dir-browser"},"startTime":1767362900171,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2533,"timestamp":209372706,"id":1181,"parentId":1169,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"pages-dir-browser"},"startTime":1767362900186,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3982,"timestamp":209372570,"id":1180,"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/router/utils/parse-path.js","layer":"app-pages-browser"},"startTime":1767362900186,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":740,"timestamp":209380079,"id":1182,"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-jsx-runtime.production.js","layer":"app-pages-browser"},"startTime":1767362900193,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7407,"timestamp":209380149,"id":1183,"parentId":1068,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react/cjs/react.production.js","layer":"app-pages-browser"},"startTime":1767362900194,"traceId":"252c25b92db7016e"},{"name":"add-entry","duration":2259978,"timestamp":207131674,"id":957,"parentId":950,"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":1767362897945,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1649,"timestamp":209391445,"id":1186,"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-dom/cjs/react-dom.production.js","layer":"app-pages-browser"},"startTime":1767362900205,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3957,"timestamp":209391477,"id":1187,"parentId":1057,"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":1767362900205,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12050,"timestamp":209391505,"id":1188,"parentId":1061,"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":1767362900205,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":190502,"timestamp":209406828,"id":1189,"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/compiled/react-dom/cjs/react-dom-client.production.js","layer":"app-pages-browser"},"startTime":1767362900220,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":210658,"timestamp":209391282,"id":1184,"parentId":1181,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/segment.js","layer":"pages-dir-browser"},"startTime":1767362900205,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":211122,"timestamp":209391385,"id":1185,"parentId":1181,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"pages-dir-browser"},"startTime":1767362900205,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8294,"timestamp":209606750,"id":1192,"parentId":1075,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.production.js","layer":"app-pages-browser"},"startTime":1767362900420,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":442,"timestamp":209617980,"id":1197,"parentId":1060,"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":1767362900431,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":14151,"timestamp":209606559,"id":1190,"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/client/trusted-types.js","layer":"pages-dir-browser"},"startTime":1767362900420,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":16061,"timestamp":209606675,"id":1191,"parentId":1077,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/side-effect.js","layer":"pages-dir-browser"},"startTime":1767362900420,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5488,"timestamp":209617658,"id":1193,"parentId":1077,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":"pages-dir-browser"},"startTime":1767362900431,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5717,"timestamp":209617752,"id":1194,"parentId":1077,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/amp-mode.js","layer":"pages-dir-browser"},"startTime":1767362900431,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9281,"timestamp":209617817,"id":1195,"parentId":1056,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"pages-dir-browser"},"startTime":1767362900431,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4814,"timestamp":209624175,"id":1198,"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/route-match-utils.js","layer":"pages-dir-browser"},"startTime":1767362900438,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":139588,"timestamp":209634771,"id":1204,"parentId":1070,"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":1767362900448,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":146977,"timestamp":209632487,"id":1199,"parentId":1100,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"pages-dir-browser"},"startTime":1767362900446,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":148128,"timestamp":209632589,"id":1200,"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/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1767362900446,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":148455,"timestamp":209632668,"id":1201,"parentId":1102,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"pages-dir-browser"},"startTime":1767362900446,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":148779,"timestamp":209632721,"id":1202,"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/shared/lib/router/utils/add-path-prefix.js","layer":"app-pages-browser"},"startTime":1767362900446,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":154089,"timestamp":209634837,"id":1205,"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/escape-regexp.js","layer":"pages-dir-browser"},"startTime":1767362900448,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":154309,"timestamp":209634929,"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/page-path/normalize-path-sep.js","layer":"pages-dir-browser"},"startTime":1767362900448,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":155216,"timestamp":209635053,"id":1207,"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/get-dynamic-param.js","layer":"pages-dir-browser"},"startTime":1767362900448,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":158049,"timestamp":209635222,"id":1209,"parentId":1112,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":"pages-dir-browser"},"startTime":1767362900449,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":158412,"timestamp":209635142,"id":1208,"parentId":1112,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":"pages-dir-browser"},"startTime":1767362900449,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4412,"timestamp":209794535,"id":1210,"parentId":1113,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":"pages-dir-browser"},"startTime":1767362900608,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3393,"timestamp":209797693,"id":1211,"parentId":1200,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"app-pages-browser"},"startTime":1767362900611,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4168,"timestamp":209797809,"id":1212,"parentId":1118,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"pages-dir-browser"},"startTime":1767362900611,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4992,"timestamp":209797870,"id":1213,"parentId":1119,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/html-bots.js","layer":"app-pages-browser"},"startTime":1767362900611,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5523,"timestamp":209797935,"id":1214,"parentId":1132,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362900611,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6270,"timestamp":209797992,"id":1215,"parentId":1133,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/redirect-status-code.js","layer":"pages-dir-browser"},"startTime":1767362900611,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6379,"timestamp":209799745,"id":1216,"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/server-inserted-html.shared-runtime.js","layer":"app-pages-browser"},"startTime":1767362900613,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7350,"timestamp":209799866,"id":1217,"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/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1767362900613,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7885,"timestamp":209799981,"id":1218,"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/client/components/unrecognized-action-error.js","layer":"app-pages-browser"},"startTime":1767362900613,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9050,"timestamp":209800065,"id":1219,"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/client/components/router-reducer/reducers/get-segment-value.js","layer":"app-pages-browser"},"startTime":1767362900613,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9562,"timestamp":209800122,"id":1220,"parentId":1139,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/reflect-utils.js","layer":"app-pages-browser"},"startTime":1767362900614,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10438,"timestamp":209800180,"id":1221,"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/client/components/errors/graceful-degrade-boundary.js","layer":"app-pages-browser"},"startTime":1767362900614,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":12551,"timestamp":209819191,"id":1222,"parentId":1141,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/layout/LanguageSwitcher.tsx","layer":"app-pages-browser"},"startTime":1767362900633,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":13720,"timestamp":209819465,"id":1223,"parentId":1142,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/ProjectCard.tsx","layer":"app-pages-browser"},"startTime":1767362900633,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":14068,"timestamp":209819661,"id":1224,"parentId":1142,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/project/CreateProjectCard.tsx","layer":"app-pages-browser"},"startTime":1767362900633,"traceId":"252c25b92db7016e"},{"name":"build-module-css","duration":1792851,"timestamp":208052038,"id":1115,"parentId":1080,"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":1767362898865,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":4428,"timestamp":209843228,"id":1225,"parentId":1143,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/dialog.tsx","layer":"app-pages-browser"},"startTime":1767362900657,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1436,"timestamp":209852807,"id":1226,"parentId":1106,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js","layer":null},"startTime":1767362900666,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":1949631,"timestamp":207920244,"id":1072,"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/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":1767362898734,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":1954057,"timestamp":207916803,"id":1071,"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/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":1767362898730,"traceId":"252c25b92db7016e"},{"name":"build-module-css","duration":1940756,"timestamp":207937587,"id":1080,"parentId":963,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/app/globals.css","layer":"app-pages-browser"},"startTime":1767362898751,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":26319,"timestamp":209853064,"id":1228,"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":1767362900666,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":27246,"timestamp":209853235,"id":1230,"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":1767362900667,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":28317,"timestamp":209853307,"id":1231,"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":1767362900667,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":34569,"timestamp":209852922,"id":1227,"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":1767362900666,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":35104,"timestamp":209853156,"id":1229,"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":1767362900667,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":280905,"timestamp":209617870,"id":1196,"parentId":1141,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/api/image.js","layer":"app-pages-browser"},"startTime":1767362900431,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7915,"timestamp":209892219,"id":1232,"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":1767362900706,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":111,"timestamp":209903142,"id":1233,"parentId":1072,"tags":{},"startTime":1767362900717,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":23,"timestamp":209903315,"id":1234,"parentId":1071,"tags":{},"startTime":1767362900717,"traceId":"252c25b92db7016e"},{"name":"build-module","duration":23,"timestamp":209903346,"id":1235,"parentId":1080,"tags":{},"startTime":1767362900717,"traceId":"252c25b92db7016e"},{"name":"build-module-json","duration":985,"timestamp":209903564,"id":1238,"parentId":1162,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/en.json","layer":"app-pages-browser"},"startTime":1767362900717,"traceId":"252c25b92db7016e"},{"name":"build-module-json","duration":321,"timestamp":209904882,"id":1239,"parentId":1162,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/i18n/translations/ko.json","layer":"app-pages-browser"},"startTime":1767362900718,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10530,"timestamp":209903495,"id":1237,"parentId":1160,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js","layer":"app-pages-browser"},"startTime":1767362900717,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9786,"timestamp":209904933,"id":1240,"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/client/components/router-reducer/apply-flight-data.js","layer":"app-pages-browser"},"startTime":1767362900718,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9937,"timestamp":209905028,"id":1241,"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/modern-browserslist-target.js","layer":"pages-dir-browser"},"startTime":1767362900718,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":15908,"timestamp":209903382,"id":1236,"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":1767362900717,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":301132,"timestamp":209632774,"id":1203,"parentId":1141,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/app-dir/link.js","layer":"app-pages-browser"},"startTime":1767362900446,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13118,"timestamp":209922681,"id":1242,"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/shared/lib/segment-cache/segment-value-encoding.js","layer":"app-pages-browser"},"startTime":1767362900736,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":92085,"timestamp":209922957,"id":1244,"parentId":1010,"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":1767362900736,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":92090,"timestamp":209923199,"id":1247,"parentId":1223,"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":1767362900737,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":92426,"timestamp":209923139,"id":1246,"parentId":1163,"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":1767362900737,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":93898,"timestamp":209922839,"id":1243,"parentId":1006,"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":1767362900736,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":93974,"timestamp":209923065,"id":1245,"parentId":1141,"tags":{"name":"__barrel_optimize__?names=ArrowLeft,Settings!=!/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/lucide-react.js","layer":"app-pages-browser"},"startTime":1767362900736,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":94008,"timestamp":209923258,"id":1248,"parentId":1224,"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":1767362900737,"traceId":"252c25b92db7016e"},{"name":"build-module-ts","duration":4595,"timestamp":210013154,"id":1250,"parentId":1151,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/lib/utils.ts","layer":"app-pages-browser"},"startTime":1767362900827,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":5768,"timestamp":210012922,"id":1249,"parentId":1223,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/card.tsx","layer":"app-pages-browser"},"startTime":1767362900826,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6451,"timestamp":210021776,"id":1251,"parentId":1203,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils.js","layer":"app-pages-browser"},"startTime":1767362900835,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6813,"timestamp":210021972,"id":1253,"parentId":1203,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"app-pages-browser"},"startTime":1767362900835,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7913,"timestamp":210021894,"id":1252,"parentId":1203,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"app-pages-browser"},"startTime":1767362900835,"traceId":"252c25b92db7016e"}]
|
|
13
|
-
[{"name":"build-module-mjs","duration":7513,"timestamp":210030237,"id":1254,"parentId":1162,"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":1767362900844,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":7778,"timestamp":210030460,"id":1255,"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/index.mjs","layer":"app-pages-browser"},"startTime":1767362900844,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6235,"timestamp":210043747,"id":1256,"parentId":1252,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"app-pages-browser"},"startTime":1767362900857,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":7016,"timestamp":210043877,"id":1257,"parentId":1163,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ChatPanel.tsx","layer":"app-pages-browser"},"startTime":1767362900857,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2789,"timestamp":210051796,"id":1258,"parentId":1197,"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":1767362900865,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1934,"timestamp":210061823,"id":1259,"parentId":1198,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/lib/route-pattern-normalizer.js","layer":"pages-dir-browser"},"startTime":1767362900875,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":4020,"timestamp":210062328,"id":1263,"parentId":1150,"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":1767362900876,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":8591,"timestamp":210061899,"id":1260,"parentId":1163,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileExplorer.tsx","layer":"app-pages-browser"},"startTime":1767362900875,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":15449,"timestamp":210062089,"id":1261,"parentId":1163,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/file/FileViewer.tsx","layer":"app-pages-browser"},"startTime":1767362900876,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":21508,"timestamp":210062215,"id":1262,"parentId":1163,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/preview/PreviewPanel.tsx","layer":"app-pages-browser"},"startTime":1767362900876,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":17458,"timestamp":210071035,"id":1264,"parentId":1195,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"pages-dir-browser"},"startTime":1767362900884,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12430,"timestamp":210090147,"id":1265,"parentId":1257,"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":1767362900904,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9485,"timestamp":210104513,"id":1266,"parentId":1217,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362900918,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10289,"timestamp":210104668,"id":1267,"parentId":1217,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362900918,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10886,"timestamp":210104763,"id":1268,"parentId":1217,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362900918,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12414,"timestamp":210104853,"id":1269,"parentId":1217,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362900918,"traceId":"252c25b92db7016e"},{"name":"build-module-ts","duration":12408,"timestamp":210105154,"id":1272,"parentId":1143,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/index.ts","layer":"app-pages-browser"},"startTime":1767362900919,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":25648,"timestamp":210105052,"id":1271,"parentId":1261,"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":1767362900918,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":26723,"timestamp":210104932,"id":1270,"parentId":1260,"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":1767362900918,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":14497,"timestamp":210118716,"id":1273,"parentId":1257,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageList.tsx","layer":"app-pages-browser"},"startTime":1767362900932,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":16734,"timestamp":210118941,"id":1274,"parentId":1257,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageInput.tsx","layer":"app-pages-browser"},"startTime":1767362900932,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":22825,"timestamp":210119139,"id":1275,"parentId":1262,"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":1767362900933,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1048,"timestamp":210144210,"id":1276,"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/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1767362900958,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7944,"timestamp":210146989,"id":1278,"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":1767362900960,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12025,"timestamp":210147099,"id":1279,"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":1767362900961,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12628,"timestamp":210147158,"id":1280,"parentId":1231,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767362900961,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13132,"timestamp":210147457,"id":1283,"parentId":1227,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"app-pages-browser"},"startTime":1767362900961,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":14303,"timestamp":210147366,"id":1282,"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":1767362900961,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":22500,"timestamp":210146880,"id":1277,"parentId":1274,"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":1767362900960,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":23051,"timestamp":210147266,"id":1281,"parentId":1227,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js","layer":"app-pages-browser"},"startTime":1767362900961,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":17336,"timestamp":210181294,"id":1284,"parentId":1227,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"app-pages-browser"},"startTime":1767362900995,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6551,"timestamp":210202501,"id":1291,"parentId":1198,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/path-to-regexp/index.js","layer":"pages-dir-browser"},"startTime":1767362901016,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":11717,"timestamp":210199941,"id":1285,"parentId":1227,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js","layer":"app-pages-browser"},"startTime":1767362901013,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":16962,"timestamp":210201549,"id":1286,"parentId":1273,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MessageItem.tsx","layer":"app-pages-browser"},"startTime":1767362901015,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":19067,"timestamp":210201963,"id":1288,"parentId":1274,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/ModeToggle.tsx","layer":"app-pages-browser"},"startTime":1767362901015,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":19650,"timestamp":210202196,"id":1289,"parentId":1274,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/FilePreview.tsx","layer":"app-pages-browser"},"startTime":1767362901016,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":22951,"timestamp":210202548,"id":1292,"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/shared/lib/image-external.js","layer":"app-pages-browser"},"startTime":1767362901016,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":23440,"timestamp":210202632,"id":1293,"parentId":1237,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362901016,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":25821,"timestamp":210202710,"id":1294,"parentId":1240,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767362901016,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":29784,"timestamp":210201770,"id":1287,"parentId":1273,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/StreamingMessage.tsx","layer":"app-pages-browser"},"startTime":1767362901015,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":30987,"timestamp":210202401,"id":1290,"parentId":1227,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/components/router-reducer/aliased-prefetch-navigations.js","layer":"app-pages-browser"},"startTime":1767362901016,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6410,"timestamp":210237203,"id":1297,"parentId":1203,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/client/use-merged-ref.js","layer":"app-pages-browser"},"startTime":1767362901051,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7140,"timestamp":210237304,"id":1298,"parentId":1203,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/shared/lib/utils/error-once.js","layer":"app-pages-browser"},"startTime":1767362901051,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8233,"timestamp":210236857,"id":1295,"parentId":1236,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362901050,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8941,"timestamp":210237049,"id":1296,"parentId":1236,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362901050,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":309,"timestamp":210248935,"id":1302,"parentId":1204,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/index.js","layer":"pages-dir-browser"},"startTime":1767362901062,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":4202,"timestamp":210258633,"id":1304,"parentId":1255,"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":1767362901072,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":15354,"timestamp":210248681,"id":1299,"parentId":1286,"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":1767362901062,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":15505,"timestamp":210248809,"id":1300,"parentId":1288,"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":1767362901062,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":15690,"timestamp":210248872,"id":1301,"parentId":1289,"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":1767362901062,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7507,"timestamp":210258410,"id":1303,"parentId":1287,"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":1767362901072,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":1036,"timestamp":210270418,"id":1305,"parentId":1255,"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":1767362901084,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":7198,"timestamp":210272777,"id":1306,"parentId":1286,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/MarkdownRenderer.tsx","layer":"app-pages-browser"},"startTime":1767362901086,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7521,"timestamp":210272918,"id":1307,"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/circle-alert.js","layer":"app-pages-browser"},"startTime":1767362901086,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":7764,"timestamp":210272989,"id":1308,"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/globe.js","layer":"app-pages-browser"},"startTime":1767362901086,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":11191,"timestamp":210273178,"id":1310,"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/smartphone.js","layer":"app-pages-browser"},"startTime":1767362901087,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":11373,"timestamp":210273237,"id":1311,"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/trash-2.js","layer":"app-pages-browser"},"startTime":1767362901087,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":11538,"timestamp":210273290,"id":1312,"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-tree.js","layer":"app-pages-browser"},"startTime":1767362901087,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":11716,"timestamp":210273339,"id":1313,"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/x.js","layer":"app-pages-browser"},"startTime":1767362901087,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9724,"timestamp":210275902,"id":1315,"parentId":1243,"tags":{"name":"/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":1767362901089,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12775,"timestamp":210273115,"id":1309,"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/server.js","layer":"app-pages-browser"},"startTime":1767362901087,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":11250,"timestamp":210275695,"id":1314,"parentId":1287,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/chat/AskUserQuestionBlock.tsx","layer":"app-pages-browser"},"startTime":1767362901089,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2583,"timestamp":210288131,"id":1316,"parentId":1243,"tags":{"name":"/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":1767362901102,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3586,"timestamp":210291978,"id":1318,"parentId":1243,"tags":{"name":"/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":1767362901105,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3711,"timestamp":210292077,"id":1319,"parentId":1248,"tags":{"name":"/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":1767362901105,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3887,"timestamp":210292144,"id":1320,"parentId":1248,"tags":{"name":"/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":1767362901106,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4047,"timestamp":210292197,"id":1321,"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/settings.js","layer":"app-pages-browser"},"startTime":1767362901106,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4197,"timestamp":210292247,"id":1322,"parentId":1265,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/message-square-plus.js","layer":"app-pages-browser"},"startTime":1767362901106,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4582,"timestamp":210292301,"id":1323,"parentId":1268,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362901106,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4963,"timestamp":210292350,"id":1324,"parentId":1271,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/copy.js","layer":"app-pages-browser"},"startTime":1767362901106,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5148,"timestamp":210292400,"id":1325,"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/arrow-left.js","layer":"app-pages-browser"},"startTime":1767362901106,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6994,"timestamp":210291796,"id":1317,"parentId":1314,"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":1767362901105,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1789,"timestamp":210299467,"id":1326,"parentId":1270,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-down.js","layer":"app-pages-browser"},"startTime":1767362901113,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2559,"timestamp":210301370,"id":1327,"parentId":1270,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-right.js","layer":"app-pages-browser"},"startTime":1767362901115,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2315,"timestamp":210302460,"id":1329,"parentId":1270,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/file.js","layer":"app-pages-browser"},"startTime":1767362901116,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2470,"timestamp":210302526,"id":1330,"parentId":1270,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/refresh-cw.js","layer":"app-pages-browser"},"startTime":1767362901116,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2661,"timestamp":210302581,"id":1331,"parentId":1275,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/external-link.js","layer":"app-pages-browser"},"startTime":1767362901116,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2826,"timestamp":210302632,"id":1332,"parentId":1275,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/package.js","layer":"app-pages-browser"},"startTime":1767362901116,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2969,"timestamp":210302688,"id":1333,"parentId":1275,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/rotate-ccw.js","layer":"app-pages-browser"},"startTime":1767362901116,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3104,"timestamp":210302738,"id":1334,"parentId":1275,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/play.js","layer":"app-pages-browser"},"startTime":1767362901116,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4685,"timestamp":210302790,"id":1335,"parentId":1275,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/square.js","layer":"app-pages-browser"},"startTime":1767362901116,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5318,"timestamp":210302370,"id":1328,"parentId":1270,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder.js","layer":"app-pages-browser"},"startTime":1767362901116,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1974,"timestamp":210306484,"id":1336,"parentId":1275,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/zap.js","layer":"app-pages-browser"},"startTime":1767362901120,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":981,"timestamp":210308979,"id":1337,"parentId":1230,"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":1767362901122,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1081,"timestamp":210309132,"id":1338,"parentId":1230,"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":1767362901123,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2911,"timestamp":210309298,"id":1340,"parentId":1276,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@15.5.9_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/next/dist/compiled/scheduler/cjs/scheduler.production.js","layer":"app-pages-browser"},"startTime":1767362901123,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4237,"timestamp":210309241,"id":1339,"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":1767362901123,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1213,"timestamp":210314555,"id":1341,"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":1767362901128,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2268,"timestamp":210314649,"id":1342,"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":1767362901128,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":4177,"timestamp":210317948,"id":1344,"parentId":1314,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/radio-group.tsx","layer":"app-pages-browser"},"startTime":1767362901131,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":4560,"timestamp":210318161,"id":1345,"parentId":1314,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/checkbox.tsx","layer":"app-pages-browser"},"startTime":1767362901132,"traceId":"252c25b92db7016e"},{"name":"build-module-tsx","duration":7021,"timestamp":210319066,"id":1346,"parentId":1314,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/components/ui/label.tsx","layer":"app-pages-browser"},"startTime":1767362901132,"traceId":"252c25b92db7016e"},{"name":"build-module-ts","duration":13267,"timestamp":210315928,"id":1343,"parentId":1257,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/useChatStore.ts","layer":"app-pages-browser"},"startTime":1767362901129,"traceId":"252c25b92db7016e"},{"name":"build-module-ts","duration":10139,"timestamp":210319421,"id":1348,"parentId":1272,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/project.ts","layer":"app-pages-browser"},"startTime":1767362901133,"traceId":"252c25b92db7016e"},{"name":"build-module-ts","duration":10936,"timestamp":210319253,"id":1347,"parentId":1262,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/apps/web/src/stores/usePreviewStore.ts","layer":"app-pages-browser"},"startTime":1767362901133,"traceId":"252c25b92db7016e"},{"name":"build-module-ts","duration":10572,"timestamp":210319756,"id":1350,"parentId":1272,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/preview.ts","layer":"app-pages-browser"},"startTime":1767362901133,"traceId":"252c25b92db7016e"},{"name":"build-module-ts","duration":10973,"timestamp":210319590,"id":1349,"parentId":1272,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/packages/shared/src/types/chat.ts","layer":"app-pages-browser"},"startTime":1767362901133,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":4031,"timestamp":210337306,"id":1354,"parentId":1250,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs","layer":"app-pages-browser"},"startTime":1767362901151,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":15674,"timestamp":210337411,"id":1355,"parentId":1250,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/tailwind-merge@2.6.0/node_modules/tailwind-merge/dist/bundle-mjs.mjs","layer":"app-pages-browser"},"startTime":1767362901151,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":23298,"timestamp":210337250,"id":1353,"parentId":1292,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_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":1767362901151,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":35844,"timestamp":210337055,"id":1351,"parentId":1344,"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":1767362901150,"traceId":"252c25b92db7016e"}]
|
|
14
|
-
[{"name":"build-module-js","duration":36103,"timestamp":210337185,"id":1352,"parentId":1345,"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":1767362901151,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13752,"timestamp":210365123,"id":1356,"parentId":1292,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362901179,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3646,"timestamp":210389144,"id":1358,"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/image-config.js","layer":"app-pages-browser"},"startTime":1767362901203,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4076,"timestamp":210389216,"id":1359,"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/image-config-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1767362901203,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4395,"timestamp":210389272,"id":1360,"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/router-context.shared-runtime.js","layer":"app-pages-browser"},"startTime":1767362901203,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6290,"timestamp":210389325,"id":1361,"parentId":1294,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/next@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":1767362901203,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6744,"timestamp":210389385,"id":1362,"parentId":1299,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/bot.js","layer":"app-pages-browser"},"startTime":1767362901203,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9439,"timestamp":210388975,"id":1357,"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/head.js","layer":"app-pages-browser"},"startTime":1767362901202,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12733,"timestamp":210390691,"id":1364,"parentId":1299,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/pen-line.js","layer":"app-pages-browser"},"startTime":1767362901204,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":12880,"timestamp":210390781,"id":1365,"parentId":1299,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/file-text.js","layer":"app-pages-browser"},"startTime":1767362901204,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13012,"timestamp":210390876,"id":1366,"parentId":1299,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/folder-search.js","layer":"app-pages-browser"},"startTime":1767362901204,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13028,"timestamp":210391090,"id":1368,"parentId":1299,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/search.js","layer":"app-pages-browser"},"startTime":1767362901205,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13141,"timestamp":210391192,"id":1369,"parentId":1299,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/terminal.js","layer":"app-pages-browser"},"startTime":1767362901205,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9970,"timestamp":210394625,"id":1370,"parentId":1300,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/hammer.js","layer":"app-pages-browser"},"startTime":1767362901208,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":14263,"timestamp":210390965,"id":1367,"parentId":1299,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/list-todo.js","layer":"app-pages-browser"},"startTime":1767362901204,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":14868,"timestamp":210390583,"id":1363,"parentId":1299,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/circle-check.js","layer":"app-pages-browser"},"startTime":1767362901204,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":62575,"timestamp":210408987,"id":1376,"parentId":1261,"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":1767362901222,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":67938,"timestamp":210407493,"id":1371,"parentId":1357,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362901221,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":68309,"timestamp":210407623,"id":1372,"parentId":1357,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362901221,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":68647,"timestamp":210407723,"id":1373,"parentId":1357,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362901221,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":69133,"timestamp":210407780,"id":1374,"parentId":1300,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/message-circle-question.js","layer":"app-pages-browser"},"startTime":1767362901221,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":71319,"timestamp":210407837,"id":1375,"parentId":1307,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/lucide-react@0.460.0_react@19.2.3/node_modules/lucide-react/dist/esm/createLucideIcon.js","layer":"app-pages-browser"},"startTime":1767362901221,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2486,"timestamp":210482361,"id":1377,"parentId":1302,"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":1767362901296,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2508,"timestamp":210487671,"id":1379,"parentId":1306,"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":1767362901301,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4566,"timestamp":210487524,"id":1378,"parentId":1292,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362901301,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":612,"timestamp":210495906,"id":1382,"parentId":1306,"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":1767362901309,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2053,"timestamp":210495728,"id":1380,"parentId":1351,"tags":{"name":"/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":1767362901309,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2708,"timestamp":210495844,"id":1381,"parentId":1356,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.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":1767362901309,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1897,"timestamp":210498810,"id":1383,"parentId":1375,"tags":{"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":1767362901312,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3664,"timestamp":210501368,"id":1384,"parentId":1375,"tags":{"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":1767362901315,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":599,"timestamp":210509694,"id":1386,"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/build/polyfills/process.js","layer":"pages-dir-browser"},"startTime":1767362901323,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1153,"timestamp":210509557,"id":1385,"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":1767362901323,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1448,"timestamp":210509730,"id":1387,"parentId":1379,"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":1767362901323,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":7021,"timestamp":210511673,"id":1388,"parentId":1344,"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":1767362901325,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":7696,"timestamp":210514427,"id":1389,"parentId":1345,"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":1767362901328,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2446,"timestamp":210523509,"id":1390,"parentId":1383,"tags":{"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":1767362901337,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3599,"timestamp":210528647,"id":1392,"parentId":1382,"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":1767362901342,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":8472,"timestamp":210524788,"id":1391,"parentId":1346,"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":1767362901338,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1662,"timestamp":210567784,"id":1393,"parentId":1386,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767362901381,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2632,"timestamp":210567857,"id":1394,"parentId":1385,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/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":1767362901381,"traceId":"252c25b92db7016e"},{"name":"add-entry","duration":3443610,"timestamp":207131463,"id":954,"parentId":950,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1767362897945,"traceId":"252c25b92db7016e"},{"name":"add-entry","duration":3443449,"timestamp":207131640,"id":956,"parentId":950,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1767362897945,"traceId":"252c25b92db7016e"},{"name":"add-entry","duration":3443499,"timestamp":207131599,"id":955,"parentId":950,"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":1767362897945,"traceId":"252c25b92db7016e"},{"name":"add-entry","duration":3444494,"timestamp":207130621,"id":951,"parentId":950,"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":1767362897944,"traceId":"252c25b92db7016e"},{"name":"add-entry","duration":3443429,"timestamp":207131714,"id":958,"parentId":950,"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":1767362897945,"traceId":"252c25b92db7016e"},{"name":"add-entry","duration":3443410,"timestamp":207131737,"id":959,"parentId":950,"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":1767362897945,"traceId":"252c25b92db7016e"},{"name":"add-entry","duration":3443161,"timestamp":207131990,"id":961,"parentId":950,"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":1767362897945,"traceId":"252c25b92db7016e"},{"name":"add-entry","duration":3443808,"timestamp":207131365,"id":952,"parentId":950,"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":1767362897945,"traceId":"252c25b92db7016e"},{"name":"add-entry","duration":3443835,"timestamp":207131422,"id":953,"parentId":950,"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":1767362897945,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1154,"timestamp":210574782,"id":1395,"parentId":1387,"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":1767362901388,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":616,"timestamp":210581528,"id":1396,"parentId":1387,"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":1767362901395,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":614,"timestamp":210591154,"id":1397,"parentId":1392,"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":1767362901405,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":888,"timestamp":210600835,"id":1398,"parentId":1392,"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":1767362901414,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":832,"timestamp":210601077,"id":1399,"parentId":1392,"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":1767362901414,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":814,"timestamp":210613761,"id":1400,"parentId":1392,"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":1767362901427,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":500,"timestamp":210627086,"id":1401,"parentId":1392,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/unified@11.0.5/node_modules/unified/index.js","layer":"app-pages-browser"},"startTime":1767362901441,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":693,"timestamp":210630337,"id":1402,"parentId":1392,"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":1767362901444,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":557,"timestamp":210633714,"id":1403,"parentId":1392,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/index.js","layer":"app-pages-browser"},"startTime":1767362901447,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3799,"timestamp":210638721,"id":1404,"parentId":1392,"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":1767362901452,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":1661,"timestamp":210644603,"id":1405,"parentId":1388,"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":1767362901458,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":1143,"timestamp":210651687,"id":1406,"parentId":1388,"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":1767362901465,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":3263,"timestamp":210667022,"id":1408,"parentId":1388,"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":1767362901480,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":10425,"timestamp":210663660,"id":1407,"parentId":1388,"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":1767362901477,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":1207,"timestamp":210684484,"id":1409,"parentId":1388,"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":1767362901498,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":1299,"timestamp":210692526,"id":1410,"parentId":1388,"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":1767362901506,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":652,"timestamp":210701856,"id":1411,"parentId":1388,"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":1767362901515,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":7252,"timestamp":210706116,"id":1412,"parentId":1388,"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":1767362901520,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":765,"timestamp":210714714,"id":1413,"parentId":1388,"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":1767362901528,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":2230,"timestamp":210724634,"id":1414,"parentId":1388,"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":1767362901538,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":871,"timestamp":210727902,"id":1415,"parentId":1396,"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":1767362901541,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":1335,"timestamp":210738472,"id":1416,"parentId":1391,"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":1767362901552,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":13699,"timestamp":210755267,"id":1417,"parentId":1397,"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":1767362901569,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1476,"timestamp":210771228,"id":1418,"parentId":1398,"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":1767362901585,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1118,"timestamp":210775043,"id":1419,"parentId":1399,"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":1767362901588,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1450,"timestamp":210775256,"id":1420,"parentId":1400,"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":1767362901589,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1314,"timestamp":210783483,"id":1421,"parentId":1395,"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":1767362901597,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":482,"timestamp":210788547,"id":1422,"parentId":1395,"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":1767362901602,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":444,"timestamp":210792975,"id":1423,"parentId":1395,"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":1767362901606,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":423,"timestamp":210795768,"id":1424,"parentId":1395,"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":1767362901609,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":590,"timestamp":210800521,"id":1425,"parentId":1395,"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":1767362901614,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":566,"timestamp":210804900,"id":1426,"parentId":1395,"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":1767362901618,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3988,"timestamp":210816779,"id":1427,"parentId":1395,"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":1767362901630,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":9933,"timestamp":210817053,"id":1428,"parentId":1401,"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":1767362901630,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":10464,"timestamp":210817258,"id":1429,"parentId":1402,"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":1767362901631,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3239,"timestamp":210837327,"id":1430,"parentId":1403,"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":1767362901651,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":522,"timestamp":210847937,"id":1431,"parentId":1400,"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":1767362901661,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":2599,"timestamp":210852660,"id":1432,"parentId":1406,"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":1767362901666,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":1282,"timestamp":210871079,"id":1433,"parentId":1408,"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":1767362901684,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":880,"timestamp":210880921,"id":1434,"parentId":1408,"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":1767362901694,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":1198,"timestamp":210893689,"id":1436,"parentId":1407,"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":1767362901707,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":24255,"timestamp":210886519,"id":1435,"parentId":1407,"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":1767362901700,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":1037,"timestamp":210921951,"id":1437,"parentId":1407,"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":1767362901735,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4835,"timestamp":210932421,"id":1438,"parentId":1422,"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":1767362901746,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5174,"timestamp":210932683,"id":1439,"parentId":1422,"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":1767362901746,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":571,"timestamp":210942115,"id":1440,"parentId":1415,"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":1767362901756,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":551,"timestamp":210948287,"id":1441,"parentId":1415,"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":1767362901762,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":582,"timestamp":210949831,"id":1442,"parentId":1415,"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":1767362901763,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":493,"timestamp":210952853,"id":1443,"parentId":1415,"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":1767362901766,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":506,"timestamp":210957874,"id":1444,"parentId":1415,"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":1767362901771,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5416,"timestamp":210966094,"id":1445,"parentId":1423,"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":1767362901780,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2608,"timestamp":210972868,"id":1446,"parentId":1423,"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":1767362901786,"traceId":"252c25b92db7016e"}]
|
|
15
|
-
[{"name":"build-module-js","duration":943,"timestamp":210978286,"id":1447,"parentId":1424,"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":1767362901792,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2184,"timestamp":210978503,"id":1448,"parentId":1424,"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":1767362901792,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1259,"timestamp":210997511,"id":1449,"parentId":1417,"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":1767362901811,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":737,"timestamp":211007096,"id":1450,"parentId":1417,"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":1767362901821,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":588,"timestamp":211010682,"id":1451,"parentId":1417,"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":1767362901824,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":972,"timestamp":211014430,"id":1452,"parentId":1417,"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":1767362901828,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":754,"timestamp":211017804,"id":1453,"parentId":1417,"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":1767362901831,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":526,"timestamp":211021194,"id":1454,"parentId":1417,"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":1767362901835,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":400,"timestamp":211027487,"id":1455,"parentId":1417,"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":1767362901841,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1362,"timestamp":211028681,"id":1456,"parentId":1425,"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":1767362901842,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3727,"timestamp":211028816,"id":1457,"parentId":1425,"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":1767362901842,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1036,"timestamp":211034369,"id":1458,"parentId":1428,"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":1767362901848,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1462,"timestamp":211038216,"id":1459,"parentId":1430,"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":1767362901852,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3746,"timestamp":211038413,"id":1460,"parentId":1430,"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":1767362901852,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4317,"timestamp":211038585,"id":1461,"parentId":1430,"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":1767362901852,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4750,"timestamp":211038756,"id":1462,"parentId":1426,"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":1767362901852,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":675,"timestamp":211047231,"id":1463,"parentId":1417,"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":1767362901861,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":407,"timestamp":211049868,"id":1464,"parentId":1419,"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":1767362901863,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1024,"timestamp":211050736,"id":1465,"parentId":1427,"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":1767362901864,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1705,"timestamp":211050920,"id":1466,"parentId":1427,"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":1767362901864,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1150,"timestamp":211062066,"id":1467,"parentId":1421,"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":1767362901875,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3009,"timestamp":211063942,"id":1468,"parentId":1431,"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":1767362901877,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4247,"timestamp":211064172,"id":1469,"parentId":1431,"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":1767362901878,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4839,"timestamp":211064343,"id":1470,"parentId":1431,"tags":{"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":1767362901878,"traceId":"252c25b92db7016e"},{"name":"build-module-mjs","duration":3492,"timestamp":211080503,"id":1471,"parentId":1416,"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":1767362901894,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":654,"timestamp":211091619,"id":1472,"parentId":1428,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js","layer":"app-pages-browser"},"startTime":1767362901905,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":835,"timestamp":211094092,"id":1473,"parentId":1428,"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":1767362901908,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":606,"timestamp":211098171,"id":1474,"parentId":1428,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/trough@2.2.0/node_modules/trough/index.js","layer":"app-pages-browser"},"startTime":1767362901912,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":397,"timestamp":211102175,"id":1475,"parentId":1429,"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":1767362901916,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1002,"timestamp":211104677,"id":1476,"parentId":1428,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js","layer":"app-pages-browser"},"startTime":1767362901918,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6287,"timestamp":211107932,"id":1477,"parentId":1440,"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":1767362901921,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1405,"timestamp":211115297,"id":1478,"parentId":1441,"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":1767362901929,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1144,"timestamp":211117664,"id":1479,"parentId":1442,"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":1767362901931,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2142,"timestamp":211123594,"id":1480,"parentId":1443,"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":1767362901937,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1335,"timestamp":211126539,"id":1481,"parentId":1435,"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":1767362901940,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1455,"timestamp":211126764,"id":1482,"parentId":1435,"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":1767362901940,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":640,"timestamp":211130354,"id":1483,"parentId":1435,"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":1767362901944,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1552,"timestamp":211134166,"id":1484,"parentId":1444,"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":1767362901948,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1698,"timestamp":211144767,"id":1485,"parentId":1438,"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":1767362901958,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1537,"timestamp":211149068,"id":1486,"parentId":1439,"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":1767362901962,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1860,"timestamp":211153913,"id":1487,"parentId":1450,"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":1767362901967,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":707,"timestamp":211157173,"id":1488,"parentId":1451,"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":1767362901971,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2552,"timestamp":211166164,"id":1489,"parentId":1452,"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":1767362901980,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3686,"timestamp":211166409,"id":1490,"parentId":1452,"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":1767362901980,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3857,"timestamp":211166602,"id":1491,"parentId":1452,"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":1767362901980,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5486,"timestamp":211166773,"id":1492,"parentId":1452,"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":1767362901980,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":5570,"timestamp":211166984,"id":1493,"parentId":1452,"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":1767362901980,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":755,"timestamp":211176596,"id":1494,"parentId":1452,"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":1767362901990,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1242,"timestamp":211178693,"id":1495,"parentId":1452,"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":1767362901992,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1986,"timestamp":211178898,"id":1496,"parentId":1452,"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":1767362901992,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2027,"timestamp":211179103,"id":1497,"parentId":1452,"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":1767362901993,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1164,"timestamp":211182275,"id":1498,"parentId":1452,"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":1767362901996,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1156,"timestamp":211188556,"id":1499,"parentId":1445,"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":1767362902002,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":854,"timestamp":211200633,"id":1500,"parentId":1445,"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":1767362902014,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":557,"timestamp":211203841,"id":1501,"parentId":1445,"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":1767362902017,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":836,"timestamp":211205074,"id":1502,"parentId":1457,"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":1767362902018,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":731,"timestamp":211206922,"id":1503,"parentId":1457,"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":1767362902020,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":959,"timestamp":211207084,"id":1504,"parentId":1454,"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":1767362902020,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":590,"timestamp":211208570,"id":1505,"parentId":1448,"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":1767362902022,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1227,"timestamp":211211509,"id":1506,"parentId":1461,"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":1767362902025,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1368,"timestamp":211211707,"id":1507,"parentId":1448,"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":1767362902025,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2227,"timestamp":211211871,"id":1508,"parentId":1455,"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":1767362902025,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1327,"timestamp":211218073,"id":1509,"parentId":1463,"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":1767362902031,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2684,"timestamp":211220354,"id":1510,"parentId":1468,"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":1767362902034,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2689,"timestamp":211220544,"id":1511,"parentId":1470,"tags":{"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":1767362902034,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2694,"timestamp":211220711,"id":1512,"parentId":1470,"tags":{"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":1767362902034,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3087,"timestamp":211220868,"id":1513,"parentId":1470,"tags":{"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":1767362902034,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1019,"timestamp":211225175,"id":1514,"parentId":1470,"tags":{"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":1767362902039,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1065,"timestamp":211225305,"id":1515,"parentId":1470,"tags":{"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":1767362902039,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":751,"timestamp":211226961,"id":1516,"parentId":1470,"tags":{"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":1767362902040,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1019,"timestamp":211227109,"id":1517,"parentId":1470,"tags":{"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":1767362902041,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1097,"timestamp":211227221,"id":1518,"parentId":1470,"tags":{"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":1767362902041,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":696,"timestamp":211229639,"id":1519,"parentId":1470,"tags":{"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":1767362902043,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1697,"timestamp":211231543,"id":1520,"parentId":1470,"tags":{"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":1767362902045,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1843,"timestamp":211231740,"id":1521,"parentId":1470,"tags":{"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":1767362902045,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2079,"timestamp":211231910,"id":1522,"parentId":1470,"tags":{"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":1767362902045,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2240,"timestamp":211232096,"id":1523,"parentId":1470,"tags":{"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":1767362902046,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":984,"timestamp":211237948,"id":1524,"parentId":1470,"tags":{"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":1767362902051,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1277,"timestamp":211238113,"id":1525,"parentId":1470,"tags":{"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":1767362902052,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":708,"timestamp":211240267,"id":1526,"parentId":1470,"tags":{"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":1767362902054,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":838,"timestamp":211240398,"id":1527,"parentId":1470,"tags":{"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":1767362902054,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":985,"timestamp":211240496,"id":1528,"parentId":1470,"tags":{"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":1767362902054,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":832,"timestamp":211243110,"id":1529,"parentId":1470,"tags":{"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":1767362902057,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2271,"timestamp":211244485,"id":1530,"parentId":1470,"tags":{"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":1767362902058,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2370,"timestamp":211244681,"id":1531,"parentId":1470,"tags":{"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":1767362902058,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2499,"timestamp":211244854,"id":1532,"parentId":1470,"tags":{"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":1767362902058,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2231,"timestamp":211245362,"id":1533,"parentId":1470,"tags":{"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":1767362902059,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":6050,"timestamp":211250230,"id":1534,"parentId":1464,"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":1767362902064,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1446,"timestamp":211267942,"id":1535,"parentId":1474,"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":1767362902081,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":996,"timestamp":211271447,"id":1536,"parentId":1463,"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":1767362902085,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2331,"timestamp":211274476,"id":1537,"parentId":1475,"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":1767362902088,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1142,"timestamp":211289043,"id":1538,"parentId":1481,"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":1767362902102,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1458,"timestamp":211289310,"id":1539,"parentId":1469,"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":1767362902103,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":843,"timestamp":211291511,"id":1540,"parentId":1481,"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":1767362902105,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":884,"timestamp":211291644,"id":1541,"parentId":1482,"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":1767362902105,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":957,"timestamp":211291749,"id":1542,"parentId":1483,"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":1767362902105,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":965,"timestamp":211303398,"id":1543,"parentId":1489,"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":1767362902117,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1262,"timestamp":211306198,"id":1544,"parentId":1490,"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":1767362902120,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1426,"timestamp":211306414,"id":1545,"parentId":1489,"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":1767362902120,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":773,"timestamp":211308733,"id":1546,"parentId":1492,"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":1767362902122,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":485,"timestamp":211309962,"id":1547,"parentId":1477,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js","layer":"app-pages-browser"},"startTime":1767362902123,"traceId":"252c25b92db7016e"}]
|
|
16
|
-
[{"name":"build-module-js","duration":551,"timestamp":211312856,"id":1548,"parentId":1477,"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":1767362902126,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1157,"timestamp":211314707,"id":1549,"parentId":1496,"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":1767362902128,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1357,"timestamp":211314900,"id":1550,"parentId":1496,"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":1767362902128,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1513,"timestamp":211318132,"id":1551,"parentId":1480,"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":1767362902132,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":940,"timestamp":211321726,"id":1552,"parentId":1498,"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":1767362902135,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":967,"timestamp":211321933,"id":1553,"parentId":1480,"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":1767362902135,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2732,"timestamp":211325817,"id":1554,"parentId":1499,"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":1767362902139,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3389,"timestamp":211326032,"id":1555,"parentId":1499,"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":1767362902139,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3602,"timestamp":211326209,"id":1556,"parentId":1499,"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":1767362902140,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4088,"timestamp":211326377,"id":1557,"parentId":1499,"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":1767362902140,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4286,"timestamp":211326552,"id":1558,"parentId":1499,"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":1767362902140,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1731,"timestamp":211331906,"id":1559,"parentId":1499,"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":1767362902145,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2910,"timestamp":211332139,"id":1560,"parentId":1499,"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":1767362902146,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1446,"timestamp":211338364,"id":1561,"parentId":1499,"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":1767362902152,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2271,"timestamp":211341515,"id":1562,"parentId":1499,"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":1767362902155,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3026,"timestamp":211341730,"id":1563,"parentId":1499,"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":1767362902155,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3178,"timestamp":211348521,"id":1564,"parentId":1499,"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":1767362902162,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3423,"timestamp":211348735,"id":1565,"parentId":1499,"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":1767362902162,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4441,"timestamp":211348931,"id":1566,"parentId":1499,"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":1767362902162,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":8124,"timestamp":211349156,"id":1567,"parentId":1499,"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":1767362902163,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":11039,"timestamp":211349343,"id":1568,"parentId":1499,"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":1767362902163,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4006,"timestamp":211363647,"id":1569,"parentId":1499,"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":1767362902177,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4301,"timestamp":211363875,"id":1570,"parentId":1499,"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":1767362902177,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1307,"timestamp":211372207,"id":1571,"parentId":1499,"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":1767362902186,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3033,"timestamp":211372424,"id":1572,"parentId":1499,"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":1767362902186,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3272,"timestamp":211372594,"id":1573,"parentId":1499,"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":1767362902186,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1938,"timestamp":211378801,"id":1574,"parentId":1499,"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":1767362902192,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2281,"timestamp":211378996,"id":1575,"parentId":1499,"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":1767362902192,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":542,"timestamp":211383910,"id":1576,"parentId":1519,"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":1767362902197,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":451,"timestamp":211385348,"id":1577,"parentId":1486,"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":1767362902199,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":870,"timestamp":211395262,"id":1578,"parentId":1537,"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":1767362902209,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":870,"timestamp":211395491,"id":1579,"parentId":1508,"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":1767362902209,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":938,"timestamp":211397331,"id":1580,"parentId":1532,"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":1767362902211,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1137,"timestamp":211402550,"id":1581,"parentId":1539,"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":1767362902216,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1942,"timestamp":211402694,"id":1582,"parentId":1539,"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":1767362902216,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":507,"timestamp":211406420,"id":1583,"parentId":1534,"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":1767362902220,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":571,"timestamp":211407870,"id":1584,"parentId":1534,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/index.js","layer":"app-pages-browser"},"startTime":1767362902221,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":664,"timestamp":211409620,"id":1585,"parentId":1534,"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":1767362902223,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":487,"timestamp":211410770,"id":1586,"parentId":1534,"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":1767362902224,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":490,"timestamp":211414249,"id":1587,"parentId":1534,"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":1767362902228,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1454,"timestamp":211417161,"id":1588,"parentId":1537,"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":1767362902231,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2459,"timestamp":211417361,"id":1589,"parentId":1548,"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":1767362902231,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1938,"timestamp":211423610,"id":1590,"parentId":1536,"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":1767362902237,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2488,"timestamp":211427611,"id":1591,"parentId":1553,"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":1767362902241,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2817,"timestamp":211427820,"id":1592,"parentId":1553,"tags":{"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":1767362902241,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1392,"timestamp":211445888,"id":1593,"parentId":1563,"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":1767362902259,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1168,"timestamp":211453541,"id":1594,"parentId":1564,"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":1767362902267,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":857,"timestamp":211457031,"id":1595,"parentId":1564,"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":1767362902270,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":678,"timestamp":211459306,"id":1596,"parentId":1564,"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":1767362902273,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":532,"timestamp":211462069,"id":1597,"parentId":1564,"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":1767362902275,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":745,"timestamp":211464369,"id":1598,"parentId":1567,"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":1767362902278,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":895,"timestamp":211464513,"id":1599,"parentId":1579,"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":1767362902278,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":535,"timestamp":211465859,"id":1600,"parentId":1581,"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":1767362902279,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1026,"timestamp":211468770,"id":1601,"parentId":1583,"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":1767362902282,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3105,"timestamp":211468971,"id":1602,"parentId":1584,"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":1767362902282,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1193,"timestamp":211473402,"id":1603,"parentId":1584,"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":1767362902287,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1251,"timestamp":211473529,"id":1604,"parentId":1584,"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":1767362902287,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1775,"timestamp":211473636,"id":1605,"parentId":1584,"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":1767362902287,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1227,"timestamp":211476338,"id":1606,"parentId":1591,"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":1767362902290,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1420,"timestamp":211476476,"id":1607,"parentId":1591,"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":1767362902290,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2247,"timestamp":211476577,"id":1608,"parentId":1588,"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":1767362902290,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":978,"timestamp":211483087,"id":1609,"parentId":1591,"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":1767362902297,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1124,"timestamp":211483222,"id":1610,"parentId":1592,"tags":{"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":1767362902297,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1432,"timestamp":211483329,"id":1611,"parentId":1592,"tags":{"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":1767362902297,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2294,"timestamp":211489965,"id":1612,"parentId":1592,"tags":{"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":1767362902303,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2694,"timestamp":211490202,"id":1613,"parentId":1592,"tags":{"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":1767362902304,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3177,"timestamp":211490386,"id":1614,"parentId":1592,"tags":{"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":1767362902304,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3600,"timestamp":211490555,"id":1615,"parentId":1592,"tags":{"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":1767362902304,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1307,"timestamp":211495481,"id":1616,"parentId":1592,"tags":{"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":1767362902309,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1519,"timestamp":211495625,"id":1617,"parentId":1592,"tags":{"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":1767362902309,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1865,"timestamp":211495725,"id":1618,"parentId":1592,"tags":{"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":1767362902309,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1452,"timestamp":211500198,"id":1619,"parentId":1592,"tags":{"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":1767362902314,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1824,"timestamp":211500399,"id":1620,"parentId":1592,"tags":{"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":1767362902314,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1955,"timestamp":211500589,"id":1621,"parentId":1592,"tags":{"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":1767362902314,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1419,"timestamp":211503727,"id":1622,"parentId":1592,"tags":{"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":1767362902317,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1708,"timestamp":211503857,"id":1623,"parentId":1592,"tags":{"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":1767362902317,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1809,"timestamp":211503964,"id":1624,"parentId":1592,"tags":{"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":1767362902317,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1842,"timestamp":211504097,"id":1625,"parentId":1592,"tags":{"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":1767362902318,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":756,"timestamp":211510867,"id":1626,"parentId":1592,"tags":{"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":1767362902324,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":879,"timestamp":211511027,"id":1627,"parentId":1592,"tags":{"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":1767362902324,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1277,"timestamp":211511142,"id":1628,"parentId":1592,"tags":{"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":1767362902325,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1176,"timestamp":211514194,"id":1629,"parentId":1591,"tags":{"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":1767362902328,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1347,"timestamp":211514387,"id":1630,"parentId":1591,"tags":{"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":1767362902328,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1883,"timestamp":211516862,"id":1631,"parentId":1591,"tags":{"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":1767362902330,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2955,"timestamp":211517074,"id":1632,"parentId":1591,"tags":{"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":1767362902330,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3602,"timestamp":211517248,"id":1633,"parentId":1591,"tags":{"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":1767362902331,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3829,"timestamp":211517420,"id":1634,"parentId":1591,"tags":{"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":1767362902331,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":941,"timestamp":211528227,"id":1635,"parentId":1591,"tags":{"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":1767362902342,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":728,"timestamp":211535647,"id":1636,"parentId":1589,"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":1767362902349,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1383,"timestamp":211535793,"id":1637,"parentId":1593,"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":1767362902349,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1540,"timestamp":211539683,"id":1638,"parentId":1603,"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":1767362902353,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3302,"timestamp":211539808,"id":1639,"parentId":1603,"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":1767362902353,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3533,"timestamp":211539921,"id":1640,"parentId":1607,"tags":{"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":1767362902353,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":3831,"timestamp":211540049,"id":1641,"parentId":1607,"tags":{"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":1767362902353,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":4193,"timestamp":211540151,"id":1642,"parentId":1591,"tags":{"name":"/home/runner/work/ClaudeShip/ClaudeShip/node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js","layer":"app-pages-browser"},"startTime":1767362902354,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1122,"timestamp":211545928,"id":1643,"parentId":1603,"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":1767362902359,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2594,"timestamp":211547821,"id":1644,"parentId":1603,"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":1767362902361,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2824,"timestamp":211548059,"id":1645,"parentId":1603,"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":1767362902361,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":2139,"timestamp":211552621,"id":1646,"parentId":1603,"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":1767362902366,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1064,"timestamp":211556278,"id":1647,"parentId":1611,"tags":{"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":1767362902370,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1147,"timestamp":211556477,"id":1648,"parentId":1612,"tags":{"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":1767362902370,"traceId":"252c25b92db7016e"}]
|
|
17
|
-
[{"name":"build-module-js","duration":1202,"timestamp":211558129,"id":1649,"parentId":1613,"tags":{"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":1767362902372,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1459,"timestamp":211558327,"id":1650,"parentId":1613,"tags":{"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":1767362902372,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1438,"timestamp":211558509,"id":1651,"parentId":1613,"tags":{"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":1767362902372,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":519,"timestamp":211560465,"id":1652,"parentId":1615,"tags":{"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":1767362902374,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1223,"timestamp":211566241,"id":1653,"parentId":1620,"tags":{"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":1767362902380,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1337,"timestamp":211566379,"id":1654,"parentId":1622,"tags":{"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":1767362902380,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1585,"timestamp":211566483,"id":1655,"parentId":1622,"tags":{"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":1767362902380,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":1746,"timestamp":211566575,"id":1656,"parentId":1622,"tags":{"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":1767362902380,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":895,"timestamp":211568911,"id":1657,"parentId":1622,"tags":{"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":1767362902382,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":857,"timestamp":211569137,"id":1658,"parentId":1623,"tags":{"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":1767362902383,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":734,"timestamp":211571802,"id":1659,"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-rule-repetition.js","layer":"app-pages-browser"},"startTime":1767362902385,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":597,"timestamp":211572120,"id":1660,"parentId":1628,"tags":{"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":1767362902386,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":871,"timestamp":211582191,"id":1661,"parentId":1612,"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":1767362902396,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":563,"timestamp":211585244,"id":1662,"parentId":1624,"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":1767362902399,"traceId":"252c25b92db7016e"},{"name":"build-module-js","duration":775,"timestamp":211588946,"id":1663,"parentId":1662,"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":1767362902402,"traceId":"252c25b92db7016e"},{"name":"add-entry","duration":4459996,"timestamp":207131910,"id":960,"parentId":950,"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":1767362897945,"traceId":"252c25b92db7016e"},{"name":"make","duration":4462395,"timestamp":207129876,"id":950,"parentId":949,"tags":{},"startTime":1767362897943,"traceId":"252c25b92db7016e"},{"name":"chunk-graph","duration":19775,"timestamp":211662783,"id":1665,"parentId":1664,"tags":{},"startTime":1767362902476,"traceId":"252c25b92db7016e"},{"name":"optimize-modules","duration":45,"timestamp":211682752,"id":1667,"parentId":1664,"tags":{},"startTime":1767362902496,"traceId":"252c25b92db7016e"},{"name":"optimize-chunks","duration":19312,"timestamp":211685483,"id":1669,"parentId":1664,"tags":{},"startTime":1767362902499,"traceId":"252c25b92db7016e"},{"name":"optimize-tree","duration":228,"timestamp":211704927,"id":1670,"parentId":1664,"tags":{},"startTime":1767362902518,"traceId":"252c25b92db7016e"},{"name":"optimize-chunk-modules","duration":52517,"timestamp":211705302,"id":1671,"parentId":1664,"tags":{},"startTime":1767362902519,"traceId":"252c25b92db7016e"},{"name":"optimize","duration":75290,"timestamp":211682668,"id":1666,"parentId":1664,"tags":{},"startTime":1767362902496,"traceId":"252c25b92db7016e"},{"name":"module-hash","duration":36078,"timestamp":211785231,"id":1672,"parentId":1664,"tags":{},"startTime":1767362902599,"traceId":"252c25b92db7016e"},{"name":"code-generation","duration":317067,"timestamp":211821395,"id":1673,"parentId":1664,"tags":{},"startTime":1767362902635,"traceId":"252c25b92db7016e"},{"name":"hash","duration":13842,"timestamp":212144290,"id":1674,"parentId":1664,"tags":{},"startTime":1767362902958,"traceId":"252c25b92db7016e"},{"name":"code-generation-jobs","duration":677,"timestamp":212158126,"id":1675,"parentId":1664,"tags":{},"startTime":1767362902972,"traceId":"252c25b92db7016e"},{"name":"module-assets","duration":891,"timestamp":212158731,"id":1676,"parentId":1664,"tags":{},"startTime":1767362902972,"traceId":"252c25b92db7016e"},{"name":"create-chunk-assets","duration":23596,"timestamp":212159641,"id":1677,"parentId":1664,"tags":{},"startTime":1767362902973,"traceId":"252c25b92db7016e"},{"name":"NextJsBuildManifest-generateClientManifest","duration":5302,"timestamp":212212861,"id":1679,"parentId":949,"tags":{},"startTime":1767362903026,"traceId":"252c25b92db7016e"},{"name":"NextJsBuildManifest-createassets","duration":9798,"timestamp":212208382,"id":1678,"parentId":949,"tags":{},"startTime":1767362903022,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":102853,"timestamp":212298599,"id":1682,"parentId":1680,"tags":{"name":"static/chunks/main-app-3ee073768a1a6456.js","cache":"MISS"},"startTime":1767362903112,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":102659,"timestamp":212298862,"id":1683,"parentId":1680,"tags":{"name":"static/chunks/pages/_app-56f4e2c3e0cd5b77.js","cache":"MISS"},"startTime":1767362903112,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":102519,"timestamp":212299038,"id":1684,"parentId":1680,"tags":{"name":"static/chunks/pages/_error-6444830a044a065f.js","cache":"MISS"},"startTime":1767362903112,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":102412,"timestamp":212299181,"id":1685,"parentId":1680,"tags":{"name":"static/chunks/app/_not-found/page-1314fe1ff92ee0aa.js","cache":"MISS"},"startTime":1767362903113,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":102172,"timestamp":212299457,"id":1686,"parentId":1680,"tags":{"name":"static/chunks/app/layout-1baeb8f9d4de0f96.js","cache":"MISS"},"startTime":1767362903113,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":88865,"timestamp":212312817,"id":1689,"parentId":1680,"tags":{"name":"static/chunks/app/settings/page-7dfce1ebb560c31a.js","cache":"MISS"},"startTime":1767362903126,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":88149,"timestamp":212313565,"id":1690,"parentId":1680,"tags":{"name":"static/chunks/webpack-9b8a6c078d6e8803.js","cache":"MISS"},"startTime":1767362903127,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":109212,"timestamp":212299710,"id":1687,"parentId":1680,"tags":{"name":"static/chunks/app/page-b406bf35293fd85c.js","cache":"MISS"},"startTime":1767362903113,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":129922,"timestamp":212304258,"id":1688,"parentId":1680,"tags":{"name":"static/chunks/app/project/[id]/page-18d573e088c4ff04.js","cache":"MISS"},"startTime":1767362903118,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":153534,"timestamp":212324850,"id":1693,"parentId":1680,"tags":{"name":"static/chunks/992-bf52afd3d0de90b0.js","cache":"MISS"},"startTime":1767362903138,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":212686,"timestamp":212277767,"id":1681,"parentId":1680,"tags":{"name":"static/chunks/main-ff9852398b1f3782.js","cache":"MISS"},"startTime":1767362903091,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":357143,"timestamp":212345583,"id":1695,"parentId":1680,"tags":{"name":"static/chunks/498-05477d3729b4e23d.js","cache":"MISS"},"startTime":1767362903159,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":338547,"timestamp":212364276,"id":1696,"parentId":1680,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1767362903178,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":338388,"timestamp":212364467,"id":1697,"parentId":1680,"tags":{"name":"static/zw4FcukMOho6_dzgpEdNW/_ssgManifest.js","cache":"MISS"},"startTime":1767362903178,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":338383,"timestamp":212364532,"id":1698,"parentId":1680,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1767362903178,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":344518,"timestamp":212364587,"id":1699,"parentId":1680,"tags":{"name":"static/zw4FcukMOho6_dzgpEdNW/_buildManifest.js","cache":"MISS"},"startTime":1767362903178,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":344503,"timestamp":212364641,"id":1700,"parentId":1680,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1767362903178,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":415377,"timestamp":212313780,"id":1691,"parentId":1680,"tags":{"name":"static/chunks/framework-63d70eb4e76697e6.js","cache":"MISS"},"startTime":1767362903127,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":440363,"timestamp":212319207,"id":1692,"parentId":1680,"tags":{"name":"static/chunks/c476d598-52de8ab10fae5dac.js","cache":"MISS"},"startTime":1767362903133,"traceId":"252c25b92db7016e"},{"name":"minify-js","duration":454387,"timestamp":212327802,"id":1694,"parentId":1680,"tags":{"name":"static/chunks/298-31aeff1c11d099c1.js","cache":"MISS"},"startTime":1767362903141,"traceId":"252c25b92db7016e"},{"name":"minify-webpack-plugin-optimize","duration":561601,"timestamp":212220610,"id":1680,"parentId":949,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1767362903034,"traceId":"252c25b92db7016e"},{"name":"minify-css","duration":373811,"timestamp":212782666,"id":1702,"parentId":1701,"tags":{"file":"static/css/42e3bf1695e2c3fc.css","cache":"MISS"},"startTime":1767362903596,"traceId":"252c25b92db7016e"},{"name":"css-minimizer-plugin","duration":374042,"timestamp":212782453,"id":1701,"parentId":949,"tags":{},"startTime":1767362903596,"traceId":"252c25b92db7016e"},{"name":"seal","duration":1536323,"timestamp":211633608,"id":1664,"parentId":949,"tags":{},"startTime":1767362902447,"traceId":"252c25b92db7016e"},{"name":"webpack-compilation","duration":6049981,"timestamp":207120336,"id":949,"parentId":946,"tags":{"name":"client"},"startTime":1767362897934,"traceId":"252c25b92db7016e"},{"name":"emit","duration":10552,"timestamp":213170643,"id":1703,"parentId":946,"tags":{},"startTime":1767362903984,"traceId":"252c25b92db7016e"},{"name":"webpack-close","duration":580158,"timestamp":213182712,"id":1704,"parentId":946,"tags":{"name":"client"},"startTime":1767362903996,"traceId":"252c25b92db7016e"},{"name":"webpack-generate-error-stats","duration":3831,"timestamp":213762966,"id":1705,"parentId":1704,"tags":{},"startTime":1767362904576,"traceId":"252c25b92db7016e"},{"name":"run-webpack-compiler","duration":6936735,"timestamp":206830453,"id":946,"parentId":945,"tags":{},"startTime":1767362897644,"traceId":"252c25b92db7016e"},{"name":"format-webpack-messages","duration":130,"timestamp":213767199,"id":1706,"parentId":945,"tags":{},"startTime":1767362904581,"traceId":"252c25b92db7016e"},{"name":"worker-main-client","duration":6937593,"timestamp":206829953,"id":945,"parentId":1,"tags":{},"startTime":1767362897643,"traceId":"252c25b92db7016e"},{"name":"verify-and-lint","duration":4055256,"timestamp":213843243,"id":1710,"parentId":1,"tags":{},"startTime":1767362904657,"traceId":"252c25b92db7016e"},{"name":"verify-typescript-setup","duration":7702294,"timestamp":213838621,"id":1709,"parentId":1,"tags":{},"startTime":1767362904652,"traceId":"252c25b92db7016e"},{"name":"check-static-error-page","duration":17038,"timestamp":221569554,"id":1713,"parentId":1712,"tags":{},"startTime":1767362912383,"traceId":"252c25b92db7016e"},{"name":"check-page","duration":1999,"timestamp":221651399,"id":1714,"parentId":1712,"tags":{"page":"/_app"},"startTime":1767362912465,"traceId":"252c25b92db7016e"},{"name":"check-page","duration":774,"timestamp":221652650,"id":1716,"parentId":1712,"tags":{"page":"/_document"},"startTime":1767362912466,"traceId":"252c25b92db7016e"},{"name":"check-page","duration":1892,"timestamp":221652525,"id":1715,"parentId":1712,"tags":{"page":"/_error"},"startTime":1767362912466,"traceId":"252c25b92db7016e"},{"name":"is-page-static","duration":363351,"timestamp":221669688,"id":1722,"parentId":1718,"tags":{},"startTime":1767362912483,"traceId":"252c25b92db7016e"},{"name":"check-page","duration":380226,"timestamp":221652888,"id":1718,"parentId":1712,"tags":{"page":"/"},"startTime":1767362912466,"traceId":"252c25b92db7016e"},{"name":"is-page-static","duration":380684,"timestamp":221655924,"id":1721,"parentId":1717,"tags":{},"startTime":1767362912469,"traceId":"252c25b92db7016e"},{"name":"check-page","duration":383962,"timestamp":221652702,"id":1717,"parentId":1712,"tags":{"page":"/_not-found"},"startTime":1767362912466,"traceId":"252c25b92db7016e"},{"name":"is-page-static","duration":367783,"timestamp":221669814,"id":1724,"parentId":1720,"tags":{},"startTime":1767362912483,"traceId":"252c25b92db7016e"},{"name":"check-page","duration":384569,"timestamp":221653069,"id":1720,"parentId":1712,"tags":{"page":"/settings"},"startTime":1767362912466,"traceId":"252c25b92db7016e"},{"name":"is-page-static","duration":399062,"timestamp":221669763,"id":1723,"parentId":1719,"tags":{},"startTime":1767362912483,"traceId":"252c25b92db7016e"},{"name":"check-page","duration":415905,"timestamp":221652967,"id":1719,"parentId":1712,"tags":{"page":"/project/[id]"},"startTime":1767362912466,"traceId":"252c25b92db7016e"},{"name":"static-check","duration":500235,"timestamp":221568657,"id":1712,"parentId":1,"tags":{},"startTime":1767362912382,"traceId":"252c25b92db7016e"},{"name":"generate-required-server-files","duration":360,"timestamp":222069028,"id":1726,"parentId":1,"tags":{},"startTime":1767362912882,"traceId":"252c25b92db7016e"},{"name":"write-routes-manifest","duration":4306,"timestamp":222079193,"id":1728,"parentId":1,"tags":{},"startTime":1767362912893,"traceId":"252c25b92db7016e"},{"name":"load-dotenv","duration":30,"timestamp":222153374,"id":1731,"parentId":1730,"tags":{},"startTime":1767362912967,"traceId":"252c25b92db7016e"},{"name":"run-export-path-map","duration":555,"timestamp":223341093,"id":1732,"parentId":1730,"tags":{},"startTime":1767362914155,"traceId":"252c25b92db7016e"},{"name":"next-export","duration":1910776,"timestamp":222152523,"id":1730,"parentId":1,"tags":{},"startTime":1767362912966,"traceId":"252c25b92db7016e"},{"name":"move-exported-app-not-found-","duration":8847,"timestamp":224064787,"id":1733,"parentId":1729,"tags":{},"startTime":1767362914878,"traceId":"252c25b92db7016e"},{"name":"move-exported-page","duration":43568,"timestamp":224073782,"id":1734,"parentId":1729,"tags":{},"startTime":1767362914887,"traceId":"252c25b92db7016e"},{"name":"static-generation","duration":2390269,"timestamp":222148849,"id":1729,"parentId":1,"tags":{},"startTime":1767362912962,"traceId":"252c25b92db7016e"},{"name":"write-routes-manifest","duration":69903,"timestamp":224539317,"id":1735,"parentId":1,"tags":{},"startTime":1767362915353,"traceId":"252c25b92db7016e"},{"name":"node-file-trace-build","duration":9462049,"timestamp":222070760,"id":1727,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1767362912884,"traceId":"252c25b92db7016e"},{"name":"apply-include-excludes","duration":701,"timestamp":231532830,"id":1736,"parentId":1,"tags":{},"startTime":1767362922346,"traceId":"252c25b92db7016e"},{"name":"print-tree-view","duration":2782,"timestamp":231533670,"id":1737,"parentId":1,"tags":{},"startTime":1767362922347,"traceId":"252c25b92db7016e"},{"name":"telemetry-flush","duration":47,"timestamp":231536464,"id":1738,"parentId":1,"tags":{},"startTime":1767362922350,"traceId":"252c25b92db7016e"},{"name":"next-build","duration":35911520,"timestamp":195624996,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.5.9","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1767362886438,"traceId":"252c25b92db7016e"}]
|
|
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"}]
|