commandmate 0.14.1 → 0.16.0
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/.env.example +7 -0
- package/.next/BUILD_ID +1 -1
- package/.next/app-build-manifest.json +418 -354
- package/.next/app-path-routes-manifest.json +42 -34
- package/.next/build-manifest.json +5 -5
- package/.next/prerender-manifest.json +9 -9
- package/.next/react-loadable-manifest.json +22 -24
- package/.next/required-server-files.json +1 -1
- package/.next/routes-manifest.json +15 -0
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/api/app/update/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/app/update-check/route.js +1 -1
- package/.next/server/app/api/app/update-check/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/conversation/route.js +1 -1
- package/.next/server/app/api/assistant/conversation/route.js.nft.json +1 -1
- package/.next/server/app/api/assistant/conversation/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/current-output/route.js +1 -1
- package/.next/server/app/api/assistant/current-output/route.js.nft.json +1 -1
- package/.next/server/app/api/assistant/current-output/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/messages/route.js +1 -1
- package/.next/server/app/api/assistant/messages/route.js.nft.json +1 -1
- package/.next/server/app/api/assistant/messages/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/session/route.js +1 -1
- package/.next/server/app/api/assistant/session/route.js.nft.json +1 -1
- package/.next/server/app/api/assistant/session/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/start/route.js +1 -1
- package/.next/server/app/api/assistant/start/route.js.nft.json +1 -1
- package/.next/server/app/api/assistant/start/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/terminal/route.js +1 -1
- package/.next/server/app/api/assistant/terminal/route.js.nft.json +1 -1
- package/.next/server/app/api/assistant/terminal/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/assistant/tools/route.js +1 -1
- package/.next/server/app/api/assistant/tools/route.js.nft.json +1 -1
- package/.next/server/app/api/assistant/tools/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/auth/login/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/auth/status/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/daily-summary/route.js +1 -1
- package/.next/server/app/api/daily-summary/route.js.nft.json +1 -1
- package/.next/server/app/api/daily-summary/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/daily-summary/status/route.js +1 -1
- package/.next/server/app/api/daily-summary/status/route.js.nft.json +1 -1
- package/.next/server/app/api/daily-summary/status/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/external-apps/[id]/health/route.js +1 -1
- package/.next/server/app/api/external-apps/[id]/health/route.js.nft.json +1 -1
- package/.next/server/app/api/external-apps/[id]/health/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/external-apps/[id]/route.js +1 -1
- package/.next/server/app/api/external-apps/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/external-apps/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/external-apps/route.js +1 -1
- package/.next/server/app/api/external-apps/route.js.nft.json +1 -1
- package/.next/server/app/api/external-apps/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/fs/browse/route.js +7 -0
- package/.next/server/app/api/fs/browse/route.js.nft.json +1 -0
- package/.next/server/app/api/fs/browse/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/fs/recent-paths/route.js +7 -0
- package/.next/server/app/api/fs/recent-paths/route.js.nft.json +1 -0
- package/.next/server/app/api/fs/recent-paths/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/hooks/claude-done/route.js +1 -1
- package/.next/server/app/api/hooks/claude-done/route.js.nft.json +1 -1
- package/.next/server/app/api/hooks/claude-done/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/ollama/models/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/push/subscriptions/route.js +1 -1
- package/.next/server/app/api/push/subscriptions/route.js.nft.json +1 -1
- package/.next/server/app/api/push/subscriptions/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/push/vapid/route.js +1 -1
- package/.next/server/app/api/push/vapid/route.js.nft.json +1 -1
- package/.next/server/app/api/push/vapid/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/[id]/route.js +1 -1
- package/.next/server/app/api/repositories/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/[id]/todos/[todoId]/route.js +1 -1
- package/.next/server/app/api/repositories/[id]/todos/[todoId]/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/[id]/todos/[todoId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/[id]/todos/route.js +1 -1
- package/.next/server/app/api/repositories/[id]/todos/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/[id]/todos/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/clone/[jobId]/route.js +1 -1
- package/.next/server/app/api/repositories/clone/[jobId]/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/clone/[jobId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/clone/route.js +1 -1
- package/.next/server/app/api/repositories/clone/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/clone/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/excluded/route.js +1 -1
- package/.next/server/app/api/repositories/excluded/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/excluded/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/restore/route.js +1 -1
- package/.next/server/app/api/repositories/restore/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/restore/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/route.js +1 -1
- package/.next/server/app/api/repositories/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/scan/route.js +1 -1
- package/.next/server/app/api/repositories/scan/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/scan/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/sync/route.js +1 -1
- package/.next/server/app/api/repositories/sync/route.js.nft.json +1 -1
- package/.next/server/app/api/repositories/sync/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/repositories/validate-path/route.js +1 -0
- package/.next/server/app/api/repositories/validate-path/route.js.nft.json +1 -0
- package/.next/server/app/api/repositories/validate-path/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/sidebar/group-order/route.js +2 -2
- package/.next/server/app/api/sidebar/group-order/route.js.nft.json +1 -1
- package/.next/server/app/api/sidebar/group-order/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/[id]/route.js +1 -1
- package/.next/server/app/api/skills/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/skills/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/installations/route.js +23 -0
- package/.next/server/app/api/skills/installations/route.js.nft.json +1 -0
- package/.next/server/app/api/skills/installations/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/skills/operations/route.js +13 -0
- package/.next/server/app/api/skills/operations/route.js.nft.json +1 -0
- package/.next/server/app/api/skills/operations/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/skills/reindex/route.js +23 -0
- package/.next/server/app/api/skills/reindex/route.js.nft.json +1 -0
- package/.next/server/app/api/skills/reindex/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/skills/route.js +1 -1
- package/.next/server/app/api/skills/route.js.nft.json +1 -1
- package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/slash-commands/route.js +1 -1
- package/.next/server/app/api/slash-commands/route.js.nft.json +1 -1
- package/.next/server/app/api/slash-commands/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/templates/[id]/route.js +1 -1
- package/.next/server/app/api/templates/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/templates/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/templates/route.js +1 -1
- package/.next/server/app/api/templates/route.js.nft.json +1 -1
- package/.next/server/app/api/templates/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/todos/route.js +1 -1
- package/.next/server/app/api/todos/route.js.nft.json +1 -1
- package/.next/server/app/api/todos/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/auto-yes/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/auto-yes/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/auto-yes/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/capture/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/capture/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/capture/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/cli-tool/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/cli-tool/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/cli-tool/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/cmate/schedules/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/cmate/schedules/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/cmate/schedules/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/current-output/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/current-output/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/current-output/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/execution-logs/[logId]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/execution-logs/[logId]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/execution-logs/[logId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/execution-logs/route.js +2 -2
- package/.next/server/app/api/worktrees/[id]/execution-logs/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/execution-logs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/files/[...path]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/files/[...path]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/files/[...path]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/create/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/create/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/create/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/delete/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/delete/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branch/delete/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branches/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branches/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/branches/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/checkout/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/checkout/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/checkout/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/commit/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/commit/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/commit/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/diff/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/diff/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/diff/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/fetch/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/fetch/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/fetch/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/log/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/log/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/log/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/pull/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/pull/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/pull/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/push/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/push/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/push/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/reset/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/reset/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/reset/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/revert/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/revert/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/revert/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/show/[commitHash]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/show/[commitHash]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/show/[commitHash]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stage/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stage/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stage/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/staged/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/staged/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/staged/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/[index]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/[index]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/[index]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/apply/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/apply/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/apply/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/pop/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/pop/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/pop/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/push/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/push/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/push/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/stash/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/status/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/status/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/status/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/unstage/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/unstage/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/unstage/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/working-diff/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/git/working-diff/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/git/working-diff/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/interrupt/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/interrupt/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/interrupt/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/kill-session/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/kill-session/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/kill-session/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/[filename]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/logs/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/marp-render/route.js +2 -2
- package/.next/server/app/api/worktrees/[id]/marp-render/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/marp-render/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/memos/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/messages/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/messages/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/messages/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/prompt-response/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/prompt-response/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/prompt-response/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/respond/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/respond/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/respond/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/[scheduleId]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/[scheduleId]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/[scheduleId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/active/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/active/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/active/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/route.js +2 -2
- package/.next/server/app/api/worktrees/[id]/schedules/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/schedules/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/search/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/search/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/search/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/send/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/send/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/send/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.js +18 -0
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.js.nft.json +1 -0
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/install/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/install/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/install/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/plan/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/plan/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/plan/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/skills/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/slash-commands/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/slash-commands/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/slash-commands/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/special-keys/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/special-keys/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/special-keys/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/start-polling/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/start-polling/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/start-polling/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/terminal/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/terminal/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/terminal/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/timers/history/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/timers/history/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/timers/history/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/timers/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/timers/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/timers/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/[todoId]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/[todoId]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/[todoId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/todos/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/[...path]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/[...path]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/[...path]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/tree/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/upload/[...path]/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/upload/[...path]/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/upload/[...path]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/[id]/viewed/route.js +1 -1
- package/.next/server/app/api/worktrees/[id]/viewed/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/[id]/viewed/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/worktrees/route.js +1 -1
- package/.next/server/app/api/worktrees/route.js.nft.json +1 -1
- package/.next/server/app/api/worktrees/route_client-reference-manifest.js +1 -1
- package/.next/server/app/chat/page.js +1 -1
- package/.next/server/app/chat/page.js.nft.json +1 -1
- package/.next/server/app/chat/page_client-reference-manifest.js +1 -1
- package/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
- package/.next/server/app/more/page.js +1 -1
- package/.next/server/app/more/page_client-reference-manifest.js +1 -1
- package/.next/server/app/offline/page_client-reference-manifest.js +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/proxy/[...path]/route.js +1 -1
- package/.next/server/app/proxy/[...path]/route.js.nft.json +1 -1
- package/.next/server/app/proxy/[...path]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/repositories/page.js +2 -2
- package/.next/server/app/repositories/page_client-reference-manifest.js +1 -1
- package/.next/server/app/review/page_client-reference-manifest.js +1 -1
- package/.next/server/app/sessions/page_client-reference-manifest.js +1 -1
- package/.next/server/app/skills/[skillId]/page.js +2 -2
- package/.next/server/app/skills/[skillId]/page.js.nft.json +1 -1
- package/.next/server/app/skills/[skillId]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/skills/installed/page.js +2 -0
- package/.next/server/app/skills/installed/page.js.nft.json +1 -0
- package/.next/server/app/skills/installed/page_client-reference-manifest.js +1 -0
- package/.next/server/app/skills/page.js +2 -2
- package/.next/server/app/skills/page.js.nft.json +1 -1
- package/.next/server/app/skills/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/files/[...path]/page.js +1 -1
- package/.next/server/app/worktrees/[id]/files/[...path]/page.js.nft.json +1 -1
- package/.next/server/app/worktrees/[id]/files/[...path]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/page.js +9 -9
- package/.next/server/app/worktrees/[id]/page.js.nft.json +1 -1
- package/.next/server/app/worktrees/[id]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/worktrees/[id]/terminal/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +42 -34
- package/.next/server/chunks/1117.js +1 -1
- package/.next/server/chunks/1185.js +1 -0
- package/.next/server/chunks/1239.js +1 -0
- package/.next/server/chunks/1355.js +1 -0
- package/.next/server/chunks/2119.js +1 -1
- package/.next/server/chunks/22.js +1 -1
- package/.next/server/chunks/2328.js +1 -1
- package/.next/server/chunks/2445.js +1 -1
- package/.next/server/chunks/2710.js +2 -0
- package/.next/server/chunks/28.js +35 -0
- package/.next/server/chunks/3042.js +1 -2
- package/.next/server/chunks/3543.js +1 -1
- package/.next/server/chunks/3722.js +1 -1
- package/.next/server/chunks/3736.js +1 -1
- package/.next/server/chunks/3753.js +1 -1
- package/.next/server/chunks/3945.js +1 -1
- package/.next/server/chunks/4390.js +1 -0
- package/.next/server/chunks/4440.js +2 -0
- package/.next/server/chunks/4444.js +1 -1
- package/.next/server/chunks/4548.js +1 -0
- package/.next/server/chunks/5064.js +1 -1
- package/.next/server/chunks/5326.js +1 -1
- package/.next/server/chunks/5381.js +1 -1
- package/.next/server/chunks/5456.js +1 -1
- package/.next/server/chunks/5737.js +1 -0
- package/.next/server/chunks/5793.js +1 -0
- package/.next/server/chunks/5959.js +2 -2
- package/.next/server/chunks/6065.js +1 -1
- package/.next/server/chunks/6130.js +1 -1
- package/.next/server/chunks/646.js +2 -2
- package/.next/server/chunks/7593.js +1 -0
- package/.next/server/chunks/8356.js +1 -1
- package/.next/server/chunks/8681.js +1 -1
- package/.next/server/chunks/8807.js +66 -3
- package/.next/server/chunks/9051.js +1 -0
- package/.next/server/chunks/9123.js +1 -1
- package/.next/server/chunks/9687.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-manifest.json +5 -5
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.json +1 -1
- package/.next/server/src/middleware.js.map +1 -1
- package/.next/static/AKqbAyuzbFfg05qpbCI_K/_buildManifest.js +1 -0
- package/.next/static/chunks/1191-b7dfdfe86b1d31d1.js +1 -0
- package/.next/static/chunks/2751-7fabd91275b14ca3.js +1 -0
- package/.next/static/chunks/{4459.03172449db395039.js → 4459.a94b52985a76509a.js} +1 -1
- package/.next/static/chunks/{4560-04e5aebcab96bfa1.js → 4560-8ffb0bb19f2ba998.js} +1 -1
- package/.next/static/chunks/530.e31cc754677fed0f.js +1 -0
- package/.next/static/chunks/5542-b6457f305d724a6b.js +1 -0
- package/.next/static/chunks/{6488-74d2f443e43c07b7.js → 6488-c2a968ec806975c2.js} +1 -1
- package/.next/static/chunks/{7485.43871aedf3dbb980.js → 7485.442b21101fca7257.js} +1 -1
- package/.next/static/chunks/8562-6e2ab32452f4fa5b.js +1 -0
- package/.next/static/chunks/8566-a6a7c70558927410.js +1 -0
- package/.next/static/chunks/9263.5259f73f89220d64.js +1 -0
- package/.next/static/chunks/9599-d29d2f8eeaf7c249.js +1 -0
- package/.next/static/chunks/app/api/app/update/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/app/update-check/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/assistant/conversation/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/assistant/current-output/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/assistant/messages/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/assistant/session/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/assistant/start/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/assistant/terminal/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/assistant/tools/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/auth/login/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/auth/status/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/daily-summary/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/daily-summary/status/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/external-apps/[id]/health/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/external-apps/[id]/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/external-apps/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/fs/browse/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/fs/recent-paths/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/hooks/claude-done/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/ollama/models/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/push/subscriptions/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/push/vapid/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/repositories/[id]/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/repositories/[id]/todos/[todoId]/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/repositories/[id]/todos/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/repositories/clone/[jobId]/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/repositories/clone/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/repositories/excluded/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/repositories/restore/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/repositories/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/repositories/scan/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/repositories/sync/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/repositories/validate-path/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/sidebar/group-order/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/skills/[id]/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/skills/installations/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/skills/operations/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/skills/reindex/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/skills/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/slash-commands/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/templates/[id]/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/templates/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/todos/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/auto-yes/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/capture/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/cli-tool/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/cmate/schedules/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/current-output/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/files/[...path]/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/branch/create/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/branch/delete/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/branches/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/checkout/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/commit/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/diff/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/fetch/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/log/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/pull/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/push/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/reset/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/revert/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stage/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/staged/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/apply/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/pop/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/push/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/status/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/unstage/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/git/working-diff/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/interrupt/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/kill-session/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/logs/[filename]/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/logs/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/marp-render/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/memos/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/messages/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/prompt-response/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/respond/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/active/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/search/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/send/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/skills/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/slash-commands/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/special-keys/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/start-polling/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/terminal/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/timers/history/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/timers/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/todos/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/tree/[...path]/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/tree/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/upload/[...path]/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/[id]/viewed/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/api/worktrees/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/chat/page-83a2238ab453afaa.js +1 -0
- package/.next/static/chunks/app/manifest.webmanifest/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/more/{page-082d4ae496f9a36e.js → page-1619018cac999bbc.js} +1 -1
- package/.next/static/chunks/app/proxy/[...path]/route-55e398bd20e2d7a9.js +1 -0
- package/.next/static/chunks/app/repositories/page-3c4fb889da48ce24.js +1 -0
- package/.next/static/chunks/app/skills/[skillId]/page-6008b904225ebb25.js +1 -0
- package/.next/static/chunks/app/skills/installed/page-6641f95e6a6e5f9d.js +1 -0
- package/.next/static/chunks/app/skills/page-184f8e23e31a3667.js +1 -0
- package/.next/static/chunks/app/worktrees/[id]/files/[...path]/{page-6a45f3744da50d95.js → page-6041d3c3db326317.js} +1 -1
- package/.next/static/chunks/app/worktrees/[id]/page-59a63a2c013ec1eb.js +1 -0
- package/.next/static/chunks/webpack-180bebdee221b6f4.js +1 -0
- package/.next/static/css/d3453a6876553d32.css +1 -0
- package/.next/trace +11 -11
- package/.next/types/app/api/fs/browse/route.ts +347 -0
- package/.next/types/app/api/fs/recent-paths/route.ts +347 -0
- package/.next/types/app/api/repositories/validate-path/route.ts +347 -0
- package/.next/types/app/api/skills/installations/route.ts +347 -0
- package/.next/types/app/api/skills/operations/route.ts +347 -0
- package/.next/types/app/api/skills/reindex/route.ts +347 -0
- package/.next/types/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.ts +347 -0
- package/.next/types/app/skills/installed/page.ts +84 -0
- package/.next/types/routes.d.ts +10 -2
- package/.next/types/validator.ts +72 -0
- package/dist/cli/commands/init.d.ts.map +1 -1
- package/dist/cli/commands/init.js +15 -0
- package/dist/cli/commands/skill.d.ts +2 -1
- package/dist/cli/commands/skill.d.ts.map +1 -1
- package/dist/cli/commands/skill.js +136 -2
- package/dist/cli/types/api-responses.d.ts +40 -0
- package/dist/cli/types/api-responses.d.ts.map +1 -1
- package/dist/cli/types/index.d.ts +12 -0
- package/dist/cli/types/index.d.ts.map +1 -1
- package/dist/cli/utils/env-setup.d.ts +8 -0
- package/dist/cli/utils/env-setup.d.ts.map +1 -1
- package/dist/cli/utils/env-setup.js +23 -0
- package/dist/server/src/lib/db/migrations/index.js +2 -0
- package/dist/server/src/lib/db/migrations/runner.js +1 -1
- package/dist/server/src/lib/db/migrations/v48-skill-operations-audit-index.js +117 -0
- package/dist/server/src/lib/git/git-exec.js +48 -1
- package/dist/server/src/lib/selected-agents-validator.js +3 -2
- package/dist/server/src/lib/skills/compatibility-matrix.js +256 -0
- package/dist/server/src/lib/skills/compatibility.js +132 -11
- package/dist/server/src/lib/skills/operation-audit.js +85 -15
- package/dist/server/src/lib/skills/operation-journal.js +14 -1
- package/dist/server/src/types/markdown-editor.js +13 -1
- package/package.json +1 -1
- package/.next/server/chunks/1808.js +0 -1
- package/.next/server/chunks/186.js +0 -1
- package/.next/server/chunks/5226.js +0 -28
- package/.next/server/chunks/5306.js +0 -2
- package/.next/server/chunks/7013.js +0 -1
- package/.next/server/chunks/9067.js +0 -1
- package/.next/server/chunks/9192.js +0 -1
- package/.next/static/1WyelLMRgPnhvA2HmhZmm/_buildManifest.js +0 -1
- package/.next/static/chunks/1668-e703b8b55775844b.js +0 -1
- package/.next/static/chunks/2069-c55de93eb6403961.js +0 -1
- package/.next/static/chunks/3418-7e47651340d940b0.js +0 -1
- package/.next/static/chunks/4027-000402aee1e3520b.js +0 -1
- package/.next/static/chunks/530.e377b0f1a7a89620.js +0 -1
- package/.next/static/chunks/6007-de36119357dcd418.js +0 -1
- package/.next/static/chunks/6497-ea466b22a6c1ae89.js +0 -1
- package/.next/static/chunks/8361.4bf062be2d2962f4.js +0 -1
- package/.next/static/chunks/8566-9da32e46c9d3fd54.js +0 -1
- package/.next/static/chunks/934-a37509667baa86ee.js +0 -1
- package/.next/static/chunks/app/api/app/update/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/app/update-check/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/assistant/conversation/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/assistant/current-output/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/assistant/messages/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/assistant/session/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/assistant/start/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/assistant/terminal/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/assistant/tools/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/auth/login/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/auth/logout/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/auth/status/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/daily-summary/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/daily-summary/status/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/external-apps/[id]/health/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/external-apps/[id]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/external-apps/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/hooks/claude-done/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/ollama/models/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/push/subscriptions/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/push/vapid/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/repositories/[id]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/repositories/[id]/todos/[todoId]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/repositories/[id]/todos/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/repositories/clone/[jobId]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/repositories/clone/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/repositories/excluded/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/repositories/restore/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/repositories/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/repositories/scan/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/repositories/sync/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/sidebar/group-order/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/skills/[id]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/skills/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/slash-commands/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/templates/[id]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/templates/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/todos/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/auto-yes/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/capture/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/cli-tool/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/cmate/schedules/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/current-output/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/files/[...path]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/branch/create/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/branch/delete/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/branches/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/checkout/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/commit/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/diff/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/fetch/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/log/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/pull/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/push/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/reset/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/revert/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stage/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/staged/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/apply/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/pop/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/push/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/stash/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/status/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/unstage/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/git/working-diff/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/interrupt/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/kill-session/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/logs/[filename]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/logs/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/marp-render/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/memos/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/messages/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/prompt-response/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/respond/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/active/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/schedules/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/search/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/send/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/skills/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/slash-commands/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/special-keys/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/start-polling/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/terminal/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/timers/history/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/timers/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/todos/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/tree/[...path]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/tree/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/upload/[...path]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/[id]/viewed/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/api/worktrees/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/chat/page-623f5cb9040de639.js +0 -1
- package/.next/static/chunks/app/manifest.webmanifest/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/proxy/[...path]/route-56dad0523d3c4a92.js +0 -1
- package/.next/static/chunks/app/repositories/page-70d4b997492884b8.js +0 -1
- package/.next/static/chunks/app/skills/[skillId]/page-68ed5e9186efe56d.js +0 -1
- package/.next/static/chunks/app/skills/page-46242c428ee8bccf.js +0 -1
- package/.next/static/chunks/app/worktrees/[id]/page-983a80ece6289026.js +0 -1
- package/.next/static/chunks/webpack-e655374fed175528.js +0 -1
- package/.next/static/css/b4bdb1f3457fe9a7.css +0 -1
- /package/.next/static/{1WyelLMRgPnhvA2HmhZmm → AKqbAyuzbFfg05qpbCI_K}/_ssgManifest.js +0 -0
package/.next/trace
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
[{"name":"generate-buildid","duration":202,"timestamp":621562600,"id":4,"parentId":1,"tags":{},"startTime":1784902830349,"traceId":"1b3c19198546de15"},{"name":"load-custom-routes","duration":1628,"timestamp":621562887,"id":5,"parentId":1,"tags":{},"startTime":1784902830349,"traceId":"1b3c19198546de15"},{"name":"create-dist-dir","duration":19651,"timestamp":621656159,"id":6,"parentId":1,"tags":{},"startTime":1784902830443,"traceId":"1b3c19198546de15"},{"name":"create-pages-mapping","duration":216,"timestamp":621716232,"id":7,"parentId":1,"tags":{},"startTime":1784902830503,"traceId":"1b3c19198546de15"},{"name":"collect-app-files","duration":5621,"timestamp":621716493,"id":8,"parentId":1,"tags":{},"startTime":1784902830503,"traceId":"1b3c19198546de15"},{"name":"create-app-mapping","duration":5248,"timestamp":621722136,"id":9,"parentId":1,"tags":{},"startTime":1784902830509,"traceId":"1b3c19198546de15"},{"name":"create-app-layouts","duration":100,"timestamp":621727412,"id":10,"parentId":1,"tags":{},"startTime":1784902830514,"traceId":"1b3c19198546de15"},{"name":"collect-default-files","duration":6155,"timestamp":621729387,"id":12,"parentId":1,"tags":{},"startTime":1784902830516,"traceId":"1b3c19198546de15"},{"name":"generate-route-types","duration":22499,"timestamp":621728561,"id":11,"parentId":1,"tags":{},"startTime":1784902830515,"traceId":"1b3c19198546de15"},{"name":"public-dir-conflict-check","duration":483,"timestamp":621751120,"id":13,"parentId":1,"tags":{},"startTime":1784902830538,"traceId":"1b3c19198546de15"},{"name":"generate-routes-manifest","duration":3134,"timestamp":621751763,"id":14,"parentId":1,"tags":{},"startTime":1784902830538,"traceId":"1b3c19198546de15"},{"name":"create-entrypoints","duration":59620,"timestamp":621762174,"id":17,"parentId":1,"tags":{},"startTime":1784902830549,"traceId":"1b3c19198546de15"},{"name":"generate-webpack-config","duration":252677,"timestamp":621821835,"id":18,"parentId":16,"tags":{},"startTime":1784902830608,"traceId":"1b3c19198546de15"},{"name":"next-trace-entrypoint-plugin","duration":1855,"timestamp":622168745,"id":20,"parentId":19,"tags":{},"startTime":1784902830955,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":1467251,"timestamp":622177883,"id":110,"parentId":21,"tags":{"request":"next/dist/pages/_app"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991427,"timestamp":622177818,"id":88,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991448,"timestamp":622177821,"id":89,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Factive%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Factive%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Factive%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Factive%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991450,"timestamp":622177824,"id":90,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2F%5BscheduleId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2F%5BscheduleId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2F%5BscheduleId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2F%5BscheduleId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991451,"timestamp":622177826,"id":91,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991452,"timestamp":622177829,"id":92,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991452,"timestamp":622177832,"id":93,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fspecial-keys%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fspecial-keys%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fspecial-keys%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fspecial-keys%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991453,"timestamp":622177835,"id":94,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991454,"timestamp":622177838,"id":95,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991539,"timestamp":622177840,"id":96,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991540,"timestamp":622177845,"id":97,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991543,"timestamp":622177848,"id":98,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Fhistory%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Fhistory%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Fhistory%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Fhistory%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991545,"timestamp":622177850,"id":99,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991546,"timestamp":622177853,"id":100,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991546,"timestamp":622177855,"id":101,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991547,"timestamp":622177858,"id":102,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991547,"timestamp":622177861,"id":103,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991547,"timestamp":622177863,"id":104,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991521,"timestamp":622177892,"id":113,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fapp%2Fupdate-check%2Froute&name=app%2Fapi%2Fapp%2Fupdate-check%2Froute&pagePath=private-next-app-dir%2Fapi%2Fapp%2Fupdate-check%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fapp%2Fupdate-check%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991521,"timestamp":622177895,"id":114,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Fstatus%2Froute&name=app%2Fapi%2Fauth%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991521,"timestamp":622177898,"id":115,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdaily-summary%2Fstatus%2Froute&name=app%2Fapi%2Fdaily-summary%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdaily-summary%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdaily-summary%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991521,"timestamp":622177901,"id":116,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&name=app%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991521,"timestamp":622177904,"id":117,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2Froute&name=app%2Fapi%2Fexternal-apps%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991519,"timestamp":622177909,"id":119,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991518,"timestamp":622177912,"id":120,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush%2Fsubscriptions%2Froute&name=app%2Fapi%2Fpush%2Fsubscriptions%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush%2Fsubscriptions%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush%2Fsubscriptions%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991518,"timestamp":622177915,"id":121,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsidebar%2Fgroup-order%2Froute&name=app%2Fapi%2Fsidebar%2Fgroup-order%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsidebar%2Fgroup-order%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsidebar%2Fgroup-order%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991517,"timestamp":622177918,"id":122,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Froute&name=app%2Fapi%2Fskills%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991518,"timestamp":622177921,"id":123,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fskills%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991518,"timestamp":622177923,"id":124,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftodos%2Froute&name=app%2Fapi%2Ftodos%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftodos%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftodos%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991515,"timestamp":622177929,"id":126,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991510,"timestamp":622177938,"id":129,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991507,"timestamp":622177943,"id":131,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2Froute&name=app%2Fapi%2Fworktrees%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991504,"timestamp":622177949,"id":133,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fproxy%2F%5B...path%5D%2Froute&name=app%2Fproxy%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fproxy%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fproxy%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2992054,"timestamp":622177408,"id":30,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Flogin%2Froute&name=app%2Fapi%2Fauth%2Flogin%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Flogin%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth%2Flogin%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991912,"timestamp":622177553,"id":31,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Flogout%2Froute&name=app%2Fapi%2Fauth%2Flogout%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Flogout%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth%2Flogout%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991869,"timestamp":622177599,"id":33,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Follama%2Fmodels%2Froute&name=app%2Fapi%2Follama%2Fmodels%2Froute&pagePath=private-next-app-dir%2Fapi%2Follama%2Fmodels%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Follama%2Fmodels%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991796,"timestamp":622177675,"id":56,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fcreate%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fcreate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fcreate%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fcreate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991796,"timestamp":622177678,"id":57,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fdelete%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fdelete%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fdelete%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fdelete%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991793,"timestamp":622177684,"id":59,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranches%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranches%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranches%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranches%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991787,"timestamp":622177693,"id":62,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Ffetch%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Ffetch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Ffetch%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Ffetch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991617,"timestamp":622177866,"id":105,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ficon.png%2Froute&name=app%2Ficon.png%2Froute&pagePath=private-next-app-dir%2Ficon.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Ficon.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991615,"timestamp":622177872,"id":106,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ficon1.png%2Froute&name=app%2Ficon1.png%2Froute&pagePath=private-next-app-dir%2Ficon1.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Ficon1.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991615,"timestamp":622177874,"id":107,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fmanifest.webmanifest%2Froute&name=app%2Fmanifest.webmanifest%2Froute&pagePath=private-next-app-dir%2Fmanifest.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fmanifest&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991614,"timestamp":622177877,"id":108,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapple-icon.png%2Froute&name=app%2Fapple-icon.png%2Froute&pagePath=private-next-app-dir%2Fapple-icon.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapple-icon.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991614,"timestamp":622177880,"id":109,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ficon2.png%2Froute&name=app%2Ficon2.png%2Froute&pagePath=private-next-app-dir%2Ficon2.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Ficon2.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991786,"timestamp":622177710,"id":67,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Frevert%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Frevert%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Frevert%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Frevert%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991778,"timestamp":622177722,"id":71,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2F%5Bindex%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2F%5Bindex%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2F%5Bindex%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2F%5Bindex%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991778,"timestamp":622177725,"id":72,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpush%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpush%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpush%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpush%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991776,"timestamp":622177729,"id":73,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fapply%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fapply%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fapply%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fapply%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991776,"timestamp":622177732,"id":74,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpop%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpop%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpop%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpop%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2991774,"timestamp":622177738,"id":76,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2996051,"timestamp":622177934,"id":128,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall-plan%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall-plan%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall-plan%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall-plan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":2996083,"timestamp":622177946,"id":132,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3106061,"timestamp":622177932,"id":127,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fplan%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fplan%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fplan%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fplan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3106100,"timestamp":622177941,"id":130,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Finstall%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Finstall%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Finstall%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Finstall%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3140190,"timestamp":622177392,"id":29,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Ftools%2Froute&name=app%2Fapi%2Fassistant%2Ftools%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Ftools%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Ftools%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3139666,"timestamp":622177952,"id":134,"parentId":21,"tags":{"request":"next/dist/pages/_document"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3161086,"timestamp":622177889,"id":112,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fapp%2Fupdate%2Froute&name=app%2Fapi%2Fapp%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fapp%2Fupdate%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fapp%2Fupdate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3165555,"timestamp":622177886,"id":111,"parentId":21,"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":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3193378,"timestamp":622177926,"id":125,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3216189,"timestamp":622177639,"id":45,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fslash-commands%2Froute&name=app%2Fapi%2Fslash-commands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fslash-commands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fslash-commands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3250240,"timestamp":622177906,"id":118,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush%2Fvapid%2Froute&name=app%2Fapi%2Fpush%2Fvapid%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush%2Fvapid%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush%2Fvapid%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3256901,"timestamp":622176922,"id":22,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%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":1784902830963,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3255886,"timestamp":622177955,"id":135,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fchat%2Fpage&name=app%2Fchat%2Fpage&pagePath=private-next-app-dir%2Fchat%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fchat%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3255902,"timestamp":622177957,"id":136,"parentId":21,"tags":{"request":"next-app-loader?page=%2Flogin%2Fpage&name=app%2Flogin%2Fpage&pagePath=private-next-app-dir%2Flogin%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Flogin%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3255904,"timestamp":622177960,"id":137,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fmore%2Fpage&name=app%2Fmore%2Fpage&pagePath=private-next-app-dir%2Fmore%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fmore%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3255906,"timestamp":622177963,"id":138,"parentId":21,"tags":{"request":"next-app-loader?page=%2Foffline%2Fpage&name=app%2Foffline%2Fpage&pagePath=private-next-app-dir%2Foffline%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Foffline%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3255909,"timestamp":622177966,"id":139,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3255911,"timestamp":622177969,"id":140,"parentId":21,"tags":{"request":"next-app-loader?page=%2Frepositories%2Fpage&name=app%2Frepositories%2Fpage&pagePath=private-next-app-dir%2Frepositories%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Frepositories%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3255914,"timestamp":622177972,"id":141,"parentId":21,"tags":{"request":"next-app-loader?page=%2Freview%2Fpage&name=app%2Freview%2Fpage&pagePath=private-next-app-dir%2Freview%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Freview%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3255916,"timestamp":622177974,"id":142,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fsessions%2Fpage&name=app%2Fsessions%2Fpage&pagePath=private-next-app-dir%2Fsessions%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fsessions%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3255918,"timestamp":622177977,"id":143,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fskills%2F%5BskillId%5D%2Fpage&name=app%2Fskills%2F%5BskillId%5D%2Fpage&pagePath=private-next-app-dir%2Fskills%2F%5BskillId%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fskills%2F%5BskillId%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3255920,"timestamp":622177979,"id":144,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fskills%2Fpage&name=app%2Fskills%2Fpage&pagePath=private-next-app-dir%2Fskills%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fskills%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3255921,"timestamp":622177982,"id":145,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3255923,"timestamp":622177985,"id":146,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3255926,"timestamp":622177988,"id":147,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279042,"timestamp":622177590,"id":32,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdaily-summary%2Froute&name=app%2Fapi%2Fdaily-summary%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdaily-summary%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdaily-summary%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279315,"timestamp":622177331,"id":24,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fconversation%2Froute&name=app%2Fapi%2Fassistant%2Fconversation%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fconversation%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fconversation%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279031,"timestamp":622177620,"id":39,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fclone%2Froute&name=app%2Fapi%2Frepositories%2Fclone%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fclone%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fclone%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279031,"timestamp":622177623,"id":40,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fexcluded%2Froute&name=app%2Fapi%2Frepositories%2Fexcluded%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fexcluded%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fexcluded%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279054,"timestamp":622177603,"id":34,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fhooks%2Fclaude-done%2Froute&name=app%2Fapi%2Fhooks%2Fclaude-done%2Froute&pagePath=private-next-app-dir%2Fapi%2Fhooks%2Fclaude-done%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fhooks%2Fclaude-done%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279043,"timestamp":622177617,"id":38,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&name=app%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279358,"timestamp":622177304,"id":23,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fcurrent-output%2Froute&name=app%2Fapi%2Fassistant%2Fcurrent-output%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fcurrent-output%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fcurrent-output%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279308,"timestamp":622177357,"id":26,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fterminal%2Froute&name=app%2Fapi%2Fassistant%2Fterminal%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fterminal%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fterminal%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279301,"timestamp":622177368,"id":27,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fstart%2Froute&name=app%2Fapi%2Fassistant%2Fstart%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fstart%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fstart%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279064,"timestamp":622177607,"id":35,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2F%5Bid%5D%2Froute&name=app%2Fapi%2Frepositories%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279329,"timestamp":622177345,"id":25,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fmessages%2Froute&name=app%2Fapi%2Fassistant%2Fmessages%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fmessages%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fmessages%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"}]
|
|
2
|
-
[{"name":"add-entry","duration":3279485,"timestamp":622177378,"id":28,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fsession%2Froute&name=app%2Fapi%2Fassistant%2Fsession%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fsession%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fsession%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279255,"timestamp":622177613,"id":37,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2Froute&name=app%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279261,"timestamp":622177610,"id":36,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&name=app%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279243,"timestamp":622177630,"id":42,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Froute&name=app%2Fapi%2Frepositories%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279250,"timestamp":622177627,"id":41,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Frestore%2Froute&name=app%2Fapi%2Frepositories%2Frestore%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Frestore%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Frestore%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279245,"timestamp":622177633,"id":43,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fscan%2Froute&name=app%2Fapi%2Frepositories%2Fscan%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fscan%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fscan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279244,"timestamp":622177636,"id":44,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fsync%2Froute&name=app%2Fapi%2Frepositories%2Fsync%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fsync%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fsync%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279238,"timestamp":622177646,"id":47,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftemplates%2Froute&name=app%2Fapi%2Ftemplates%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftemplates%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftemplates%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279244,"timestamp":622177642,"id":46,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftemplates%2F%5Bid%5D%2Froute&name=app%2Fapi%2Ftemplates%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftemplates%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftemplates%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279243,"timestamp":622177649,"id":48,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279242,"timestamp":622177652,"id":49,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279239,"timestamp":622177658,"id":51,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279245,"timestamp":622177655,"id":50,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcmate%2Fschedules%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcmate%2Fschedules%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcmate%2Fschedules%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcmate%2Fschedules%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279241,"timestamp":622177662,"id":52,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279233,"timestamp":622177672,"id":55,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279243,"timestamp":622177665,"id":53,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2F%5BlogId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2F%5BlogId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2F%5BlogId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2F%5BlogId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279242,"timestamp":622177668,"id":54,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279231,"timestamp":622177681,"id":58,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcheckout%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcheckout%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcheckout%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcheckout%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279228,"timestamp":622177687,"id":60,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcommit%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcommit%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcommit%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcommit%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279227,"timestamp":622177690,"id":61,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fdiff%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fdiff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fdiff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fdiff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279224,"timestamp":622177696,"id":63,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpull%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpull%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpull%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpull%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279222,"timestamp":622177701,"id":64,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpush%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpush%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpush%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpush%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279221,"timestamp":622177704,"id":65,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Flog%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Flog%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Flog%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Flog%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279221,"timestamp":622177707,"id":66,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Freset%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Freset%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Freset%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Freset%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279217,"timestamp":622177713,"id":68,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fshow%2F%5BcommitHash%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fshow%2F%5BcommitHash%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fshow%2F%5BcommitHash%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fshow%2F%5BcommitHash%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279214,"timestamp":622177719,"id":70,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstage%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstage%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstage%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstage%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279220,"timestamp":622177716,"id":69,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstaged%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstaged%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstaged%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstaged%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279123,"timestamp":622177815,"id":87,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279206,"timestamp":622177735,"id":75,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstatus%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279200,"timestamp":622177744,"id":78,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fworking-diff%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fworking-diff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fworking-diff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fworking-diff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279200,"timestamp":622177747,"id":79,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279209,"timestamp":622177741,"id":77,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Funstage%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Funstage%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Funstage%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Funstage%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279202,"timestamp":622177750,"id":80,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279201,"timestamp":622177753,"id":81,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmarp-render%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmarp-render%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmarp-render%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmarp-render%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279197,"timestamp":622177759,"id":83,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279202,"timestamp":622177756,"id":82,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279155,"timestamp":622177806,"id":85,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279164,"timestamp":622177799,"id":84,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":3279153,"timestamp":622177811,"id":86,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1784902830964,"traceId":"1b3c19198546de15"},{"name":"make","duration":5707334,"timestamp":622176641,"id":21,"parentId":19,"tags":{},"startTime":1784902830963,"traceId":"1b3c19198546de15"},{"name":"get-entries","duration":4606,"timestamp":627885351,"id":835,"parentId":834,"tags":{},"startTime":1784902836672,"traceId":"1b3c19198546de15"},{"name":"node-file-trace-plugin","duration":1057412,"timestamp":627907102,"id":836,"parentId":834,"tags":{"traceEntryCount":"248"},"startTime":1784902836694,"traceId":"1b3c19198546de15"},{"name":"collect-traced-files","duration":78799,"timestamp":628964532,"id":837,"parentId":834,"tags":{},"startTime":1784902837751,"traceId":"1b3c19198546de15"},{"name":"finish-modules","duration":1158187,"timestamp":627885164,"id":834,"parentId":20,"tags":{},"startTime":1784902836672,"traceId":"1b3c19198546de15"},{"name":"chunk-graph","duration":126432,"timestamp":629394982,"id":839,"parentId":838,"tags":{},"startTime":1784902838181,"traceId":"1b3c19198546de15"},{"name":"optimize-modules","duration":21,"timestamp":629521545,"id":841,"parentId":838,"tags":{},"startTime":1784902838308,"traceId":"1b3c19198546de15"},{"name":"optimize-chunks","duration":144761,"timestamp":629521629,"id":842,"parentId":838,"tags":{},"startTime":1784902838308,"traceId":"1b3c19198546de15"},{"name":"optimize-tree","duration":144,"timestamp":629666496,"id":843,"parentId":838,"tags":{},"startTime":1784902838453,"traceId":"1b3c19198546de15"},{"name":"optimize-chunk-modules","duration":160032,"timestamp":629666726,"id":844,"parentId":838,"tags":{},"startTime":1784902838453,"traceId":"1b3c19198546de15"},{"name":"optimize","duration":305378,"timestamp":629521490,"id":840,"parentId":838,"tags":{},"startTime":1784902838308,"traceId":"1b3c19198546de15"},{"name":"module-hash","duration":123161,"timestamp":629914908,"id":845,"parentId":838,"tags":{},"startTime":1784902838701,"traceId":"1b3c19198546de15"},{"name":"code-generation","duration":19058,"timestamp":630038174,"id":846,"parentId":838,"tags":{},"startTime":1784902838825,"traceId":"1b3c19198546de15"},{"name":"hash","duration":22315,"timestamp":630070109,"id":847,"parentId":838,"tags":{},"startTime":1784902838857,"traceId":"1b3c19198546de15"},{"name":"code-generation-jobs","duration":378,"timestamp":630092420,"id":848,"parentId":838,"tags":{},"startTime":1784902838879,"traceId":"1b3c19198546de15"},{"name":"module-assets","duration":2256,"timestamp":630092660,"id":849,"parentId":838,"tags":{},"startTime":1784902838879,"traceId":"1b3c19198546de15"},{"name":"create-chunk-assets","duration":36692,"timestamp":630094942,"id":850,"parentId":838,"tags":{},"startTime":1784902838881,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":1007,"timestamp":630153771,"id":852,"parentId":851,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1784902838940,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":851,"timestamp":630153941,"id":853,"parentId":851,"tags":{"name":"../app/api/assistant/current-output/route.js","cache":"HIT"},"startTime":1784902838940,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":841,"timestamp":630153953,"id":854,"parentId":851,"tags":{"name":"../app/api/assistant/conversation/route.js","cache":"HIT"},"startTime":1784902838940,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":834,"timestamp":630153961,"id":855,"parentId":851,"tags":{"name":"../app/api/assistant/messages/route.js","cache":"HIT"},"startTime":1784902838940,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":829,"timestamp":630153967,"id":856,"parentId":851,"tags":{"name":"../app/api/assistant/terminal/route.js","cache":"HIT"},"startTime":1784902838940,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":825,"timestamp":630153972,"id":857,"parentId":851,"tags":{"name":"../app/api/assistant/start/route.js","cache":"HIT"},"startTime":1784902838940,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":819,"timestamp":630153978,"id":858,"parentId":851,"tags":{"name":"../app/api/assistant/session/route.js","cache":"HIT"},"startTime":1784902838940,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":815,"timestamp":630153984,"id":859,"parentId":851,"tags":{"name":"../app/api/assistant/tools/route.js","cache":"HIT"},"startTime":1784902838940,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":809,"timestamp":630153990,"id":860,"parentId":851,"tags":{"name":"../app/api/auth/login/route.js","cache":"HIT"},"startTime":1784902838940,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":735,"timestamp":630154066,"id":861,"parentId":851,"tags":{"name":"../app/api/auth/logout/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":718,"timestamp":630154083,"id":862,"parentId":851,"tags":{"name":"../app/api/daily-summary/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":707,"timestamp":630154095,"id":863,"parentId":851,"tags":{"name":"../app/api/ollama/models/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":704,"timestamp":630154099,"id":864,"parentId":851,"tags":{"name":"../app/api/hooks/claude-done/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":701,"timestamp":630154103,"id":865,"parentId":851,"tags":{"name":"../app/api/repositories/[id]/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":695,"timestamp":630154110,"id":866,"parentId":851,"tags":{"name":"../app/api/repositories/[id]/todos/[todoId]/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":691,"timestamp":630154114,"id":867,"parentId":851,"tags":{"name":"../app/api/repositories/[id]/todos/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":687,"timestamp":630154119,"id":868,"parentId":851,"tags":{"name":"../app/api/repositories/clone/[jobId]/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":683,"timestamp":630154124,"id":869,"parentId":851,"tags":{"name":"../app/api/repositories/clone/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":679,"timestamp":630154129,"id":870,"parentId":851,"tags":{"name":"../app/api/repositories/excluded/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":675,"timestamp":630154134,"id":871,"parentId":851,"tags":{"name":"../app/api/repositories/restore/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":671,"timestamp":630154138,"id":872,"parentId":851,"tags":{"name":"../app/api/repositories/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":669,"timestamp":630154142,"id":873,"parentId":851,"tags":{"name":"../app/api/repositories/scan/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":664,"timestamp":630154147,"id":874,"parentId":851,"tags":{"name":"../app/api/repositories/sync/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":662,"timestamp":630154151,"id":875,"parentId":851,"tags":{"name":"../app/api/slash-commands/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":658,"timestamp":630154155,"id":876,"parentId":851,"tags":{"name":"../app/api/templates/[id]/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":655,"timestamp":630154159,"id":877,"parentId":851,"tags":{"name":"../app/api/templates/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":652,"timestamp":630154163,"id":878,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/auto-yes/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":630,"timestamp":630154187,"id":879,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/cli-tool/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":628,"timestamp":630154191,"id":880,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/cmate/schedules/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":625,"timestamp":630154194,"id":881,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/capture/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":621,"timestamp":630154199,"id":882,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/current-output/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":616,"timestamp":630154205,"id":883,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/execution-logs/[logId]/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":613,"timestamp":630154208,"id":884,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/files/[...path]/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":611,"timestamp":630154212,"id":885,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/execution-logs/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":608,"timestamp":630154216,"id":886,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/branch/create/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":604,"timestamp":630154220,"id":887,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/branch/delete/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":601,"timestamp":630154224,"id":888,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/checkout/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":598,"timestamp":630154229,"id":889,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/branches/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":594,"timestamp":630154233,"id":890,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/commit/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":590,"timestamp":630154238,"id":891,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/diff/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":587,"timestamp":630154242,"id":892,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/fetch/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":584,"timestamp":630154245,"id":893,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/pull/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":582,"timestamp":630154249,"id":894,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/push/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":577,"timestamp":630154254,"id":895,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/log/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":565,"timestamp":630154267,"id":896,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/reset/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"}]
|
|
3
|
-
[{"name":"minify-js","duration":823,"timestamp":630154270,"id":897,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/revert/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":824,"timestamp":630154273,"id":898,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/show/[commitHash]/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":823,"timestamp":630154277,"id":899,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/staged/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":822,"timestamp":630154280,"id":900,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/stage/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":821,"timestamp":630154283,"id":901,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/stash/[index]/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":819,"timestamp":630154286,"id":902,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/stash/push/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":817,"timestamp":630154289,"id":903,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/stash/apply/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":815,"timestamp":630154293,"id":904,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/stash/pop/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":813,"timestamp":630154296,"id":905,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/status/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":812,"timestamp":630154299,"id":906,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/stash/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":810,"timestamp":630154302,"id":907,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/unstage/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":807,"timestamp":630154306,"id":908,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/git/working-diff/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":805,"timestamp":630154309,"id":909,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/interrupt/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":803,"timestamp":630154313,"id":910,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/kill-session/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":802,"timestamp":630154316,"id":911,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/marp-render/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":800,"timestamp":630154319,"id":912,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/memos/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":798,"timestamp":630154322,"id":913,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/messages/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":797,"timestamp":630154325,"id":914,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/memos/[memoId]/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":795,"timestamp":630154328,"id":915,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/prompt-response/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":793,"timestamp":630154331,"id":916,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/respond/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":791,"timestamp":630154335,"id":917,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":789,"timestamp":630154338,"id":918,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/schedules/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":788,"timestamp":630154341,"id":919,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/schedules/active/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":786,"timestamp":630154344,"id":920,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/schedules/[scheduleId]/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":784,"timestamp":630154347,"id":921,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/search/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":782,"timestamp":630154350,"id":922,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/send/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":780,"timestamp":630154354,"id":923,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/special-keys/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":778,"timestamp":630154357,"id":924,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/start-polling/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":776,"timestamp":630154361,"id":925,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/slash-commands/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":774,"timestamp":630154364,"id":926,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/terminal/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":773,"timestamp":630154367,"id":927,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/timers/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":771,"timestamp":630154370,"id":928,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/timers/history/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":769,"timestamp":630154373,"id":929,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/todos/[todoId]/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":768,"timestamp":630154376,"id":930,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/todos/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":767,"timestamp":630154379,"id":931,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/upload/[...path]/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":765,"timestamp":630154382,"id":932,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/tree/[...path]/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":763,"timestamp":630154385,"id":933,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/tree/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":762,"timestamp":630154388,"id":934,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/viewed/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":760,"timestamp":630154391,"id":935,"parentId":851,"tags":{"name":"../app/icon.png/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":759,"timestamp":630154394,"id":936,"parentId":851,"tags":{"name":"../app/icon1.png/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":757,"timestamp":630154397,"id":937,"parentId":851,"tags":{"name":"../app/manifest.webmanifest/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":755,"timestamp":630154401,"id":938,"parentId":851,"tags":{"name":"../app/apple-icon.png/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":753,"timestamp":630154404,"id":939,"parentId":851,"tags":{"name":"../app/icon2.png/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":752,"timestamp":630154408,"id":940,"parentId":851,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":749,"timestamp":630154412,"id":941,"parentId":851,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":748,"timestamp":630154414,"id":942,"parentId":851,"tags":{"name":"../app/api/app/update/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":747,"timestamp":630154417,"id":943,"parentId":851,"tags":{"name":"../app/api/app/update-check/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":746,"timestamp":630154420,"id":944,"parentId":851,"tags":{"name":"../app/api/auth/status/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":744,"timestamp":630154424,"id":945,"parentId":851,"tags":{"name":"../app/api/daily-summary/status/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":742,"timestamp":630154427,"id":946,"parentId":851,"tags":{"name":"../app/api/external-apps/[id]/health/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":741,"timestamp":630154430,"id":947,"parentId":851,"tags":{"name":"../app/api/external-apps/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":739,"timestamp":630154433,"id":948,"parentId":851,"tags":{"name":"../app/api/push/vapid/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":737,"timestamp":630154436,"id":949,"parentId":851,"tags":{"name":"../app/api/external-apps/[id]/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":736,"timestamp":630154440,"id":950,"parentId":851,"tags":{"name":"../app/api/push/subscriptions/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":734,"timestamp":630154443,"id":951,"parentId":851,"tags":{"name":"../app/api/sidebar/group-order/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":733,"timestamp":630154445,"id":952,"parentId":851,"tags":{"name":"../app/api/skills/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":731,"timestamp":630154449,"id":953,"parentId":851,"tags":{"name":"../app/api/skills/[id]/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":730,"timestamp":630154452,"id":954,"parentId":851,"tags":{"name":"../app/api/todos/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":726,"timestamp":630154457,"id":955,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/logs/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":725,"timestamp":630154460,"id":956,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/logs/[filename]/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":723,"timestamp":630154463,"id":957,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/plan/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":722,"timestamp":630154466,"id":958,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":721,"timestamp":630154469,"id":959,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/skills/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":719,"timestamp":630154473,"id":960,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/install/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":718,"timestamp":630154476,"id":961,"parentId":851,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":716,"timestamp":630154479,"id":962,"parentId":851,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":714,"timestamp":630154482,"id":963,"parentId":851,"tags":{"name":"../app/proxy/[...path]/route.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":712,"timestamp":630154485,"id":964,"parentId":851,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":706,"timestamp":630154493,"id":965,"parentId":851,"tags":{"name":"../app/chat/page.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":703,"timestamp":630154496,"id":966,"parentId":851,"tags":{"name":"../app/login/page.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":701,"timestamp":630154499,"id":967,"parentId":851,"tags":{"name":"../app/more/page.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":699,"timestamp":630154502,"id":968,"parentId":851,"tags":{"name":"../app/offline/page.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":697,"timestamp":630154505,"id":969,"parentId":851,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":695,"timestamp":630154508,"id":970,"parentId":851,"tags":{"name":"../app/repositories/page.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":693,"timestamp":630154511,"id":971,"parentId":851,"tags":{"name":"../app/review/page.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":691,"timestamp":630154514,"id":972,"parentId":851,"tags":{"name":"../app/sessions/page.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":689,"timestamp":630154516,"id":973,"parentId":851,"tags":{"name":"../app/skills/[skillId]/page.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":687,"timestamp":630154520,"id":974,"parentId":851,"tags":{"name":"../app/skills/page.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":684,"timestamp":630154523,"id":975,"parentId":851,"tags":{"name":"../app/worktrees/[id]/page.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":682,"timestamp":630154525,"id":976,"parentId":851,"tags":{"name":"../app/worktrees/[id]/files/[...path]/page.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":680,"timestamp":630154529,"id":977,"parentId":851,"tags":{"name":"../app/worktrees/[id]/terminal/page.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":678,"timestamp":630154532,"id":978,"parentId":851,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":676,"timestamp":630154535,"id":979,"parentId":851,"tags":{"name":"3543.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":673,"timestamp":630154538,"id":980,"parentId":851,"tags":{"name":"3945.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":663,"timestamp":630154550,"id":981,"parentId":851,"tags":{"name":"2119.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":660,"timestamp":630154553,"id":982,"parentId":851,"tags":{"name":"2445.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":658,"timestamp":630154556,"id":983,"parentId":851,"tags":{"name":"4248.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":656,"timestamp":630154559,"id":984,"parentId":851,"tags":{"name":"2534.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":653,"timestamp":630154562,"id":985,"parentId":851,"tags":{"name":"2980.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":651,"timestamp":630154565,"id":986,"parentId":851,"tags":{"name":"450.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":649,"timestamp":630154568,"id":987,"parentId":851,"tags":{"name":"2816.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":647,"timestamp":630154571,"id":988,"parentId":851,"tags":{"name":"7685.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":645,"timestamp":630154574,"id":989,"parentId":851,"tags":{"name":"3440.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":643,"timestamp":630154577,"id":990,"parentId":851,"tags":{"name":"1162.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":641,"timestamp":630154579,"id":991,"parentId":851,"tags":{"name":"5571.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":639,"timestamp":630154582,"id":992,"parentId":851,"tags":{"name":"6285.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":636,"timestamp":630154586,"id":993,"parentId":851,"tags":{"name":"8098.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":634,"timestamp":630154589,"id":994,"parentId":851,"tags":{"name":"2560.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":630,"timestamp":630154594,"id":995,"parentId":851,"tags":{"name":"1825.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":628,"timestamp":630154596,"id":996,"parentId":851,"tags":{"name":"6159.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":626,"timestamp":630154599,"id":997,"parentId":851,"tags":{"name":"3346.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"}]
|
|
4
|
-
[{"name":"minify-js","duration":712,"timestamp":630154602,"id":998,"parentId":851,"tags":{"name":"9328.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":710,"timestamp":630154606,"id":999,"parentId":851,"tags":{"name":"1262.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":708,"timestamp":630154609,"id":1000,"parentId":851,"tags":{"name":"6072.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":706,"timestamp":630154612,"id":1001,"parentId":851,"tags":{"name":"9358.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":703,"timestamp":630154616,"id":1002,"parentId":851,"tags":{"name":"1296.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":700,"timestamp":630154619,"id":1003,"parentId":851,"tags":{"name":"3722.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":698,"timestamp":630154622,"id":1004,"parentId":851,"tags":{"name":"8356.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":696,"timestamp":630154625,"id":1005,"parentId":851,"tags":{"name":"7941.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":694,"timestamp":630154628,"id":1006,"parentId":851,"tags":{"name":"9211.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":692,"timestamp":630154630,"id":1007,"parentId":851,"tags":{"name":"5064.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":690,"timestamp":630154633,"id":1008,"parentId":851,"tags":{"name":"22.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":688,"timestamp":630154637,"id":1009,"parentId":851,"tags":{"name":"1331.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":685,"timestamp":630154640,"id":1010,"parentId":851,"tags":{"name":"1692.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":683,"timestamp":630154643,"id":1011,"parentId":851,"tags":{"name":"1356.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":681,"timestamp":630154646,"id":1012,"parentId":851,"tags":{"name":"1634.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":678,"timestamp":630154649,"id":1013,"parentId":851,"tags":{"name":"2064.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":676,"timestamp":630154652,"id":1014,"parentId":851,"tags":{"name":"1366.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":673,"timestamp":630154656,"id":1015,"parentId":851,"tags":{"name":"6015.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":671,"timestamp":630154659,"id":1016,"parentId":851,"tags":{"name":"3708.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":669,"timestamp":630154662,"id":1017,"parentId":851,"tags":{"name":"7587.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":667,"timestamp":630154665,"id":1018,"parentId":851,"tags":{"name":"3736.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":664,"timestamp":630154668,"id":1019,"parentId":851,"tags":{"name":"7013.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":662,"timestamp":630154671,"id":1020,"parentId":851,"tags":{"name":"5326.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":660,"timestamp":630154674,"id":1021,"parentId":851,"tags":{"name":"180.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":658,"timestamp":630154677,"id":1022,"parentId":851,"tags":{"name":"4018.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":656,"timestamp":630154680,"id":1023,"parentId":851,"tags":{"name":"5611.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":654,"timestamp":630154683,"id":1024,"parentId":851,"tags":{"name":"120.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":652,"timestamp":630154686,"id":1025,"parentId":851,"tags":{"name":"9067.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":650,"timestamp":630154688,"id":1026,"parentId":851,"tags":{"name":"3753.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":648,"timestamp":630154691,"id":1027,"parentId":851,"tags":{"name":"8807.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":645,"timestamp":630154694,"id":1028,"parentId":851,"tags":{"name":"406.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":643,"timestamp":630154697,"id":1029,"parentId":851,"tags":{"name":"6283.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":642,"timestamp":630154700,"id":1030,"parentId":851,"tags":{"name":"6065.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":640,"timestamp":630154704,"id":1031,"parentId":851,"tags":{"name":"1719.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":638,"timestamp":630154706,"id":1032,"parentId":851,"tags":{"name":"5959.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":636,"timestamp":630154709,"id":1033,"parentId":851,"tags":{"name":"9192.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":634,"timestamp":630154712,"id":1034,"parentId":851,"tags":{"name":"9123.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":632,"timestamp":630154715,"id":1035,"parentId":851,"tags":{"name":"3451.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":630,"timestamp":630154718,"id":1036,"parentId":851,"tags":{"name":"8681.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":628,"timestamp":630154721,"id":1037,"parentId":851,"tags":{"name":"646.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":626,"timestamp":630154724,"id":1038,"parentId":851,"tags":{"name":"3480.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":623,"timestamp":630154727,"id":1039,"parentId":851,"tags":{"name":"9687.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":621,"timestamp":630154730,"id":1040,"parentId":851,"tags":{"name":"2328.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":619,"timestamp":630154733,"id":1041,"parentId":851,"tags":{"name":"5456.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":617,"timestamp":630154736,"id":1042,"parentId":851,"tags":{"name":"1068.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":616,"timestamp":630154738,"id":1043,"parentId":851,"tags":{"name":"3042.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":614,"timestamp":630154741,"id":1044,"parentId":851,"tags":{"name":"6130.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":612,"timestamp":630154744,"id":1045,"parentId":851,"tags":{"name":"1117.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":610,"timestamp":630154747,"id":1046,"parentId":851,"tags":{"name":"1808.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":608,"timestamp":630154750,"id":1047,"parentId":851,"tags":{"name":"2404.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":605,"timestamp":630154753,"id":1048,"parentId":851,"tags":{"name":"186.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":603,"timestamp":630154756,"id":1049,"parentId":851,"tags":{"name":"5306.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":601,"timestamp":630154759,"id":1050,"parentId":851,"tags":{"name":"5381.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":599,"timestamp":630154762,"id":1051,"parentId":851,"tags":{"name":"233.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":596,"timestamp":630154765,"id":1052,"parentId":851,"tags":{"name":"3270.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":594,"timestamp":630154768,"id":1053,"parentId":851,"tags":{"name":"5226.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":591,"timestamp":630154772,"id":1054,"parentId":851,"tags":{"name":"4444.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":589,"timestamp":630154775,"id":1055,"parentId":851,"tags":{"name":"8584.js","cache":"HIT"},"startTime":1784902838941,"traceId":"1b3c19198546de15"},{"name":"minify-webpack-plugin-optimize","duration":20298,"timestamp":630135121,"id":851,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1784902838922,"traceId":"1b3c19198546de15"},{"name":"css-minimizer-plugin","duration":179,"timestamp":630155592,"id":1056,"parentId":19,"tags":{},"startTime":1784902838942,"traceId":"1b3c19198546de15"},{"name":"create-trace-assets","duration":48949,"timestamp":630155980,"id":1057,"parentId":20,"tags":{},"startTime":1784902838942,"traceId":"1b3c19198546de15"},{"name":"seal","duration":1041207,"timestamp":629214386,"id":838,"parentId":19,"tags":{},"startTime":1784902838001,"traceId":"1b3c19198546de15"},{"name":"webpack-compilation","duration":8180371,"timestamp":622167092,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1784902830954,"traceId":"1b3c19198546de15"},{"name":"emit","duration":48679,"timestamp":630348049,"id":1058,"parentId":16,"tags":{},"startTime":1784902839135,"traceId":"1b3c19198546de15"},{"name":"webpack-close","duration":726,"timestamp":630402534,"id":1059,"parentId":16,"tags":{"name":"server"},"startTime":1784902839189,"traceId":"1b3c19198546de15"},{"name":"webpack-generate-error-stats","duration":2515,"timestamp":630403310,"id":1060,"parentId":1059,"tags":{},"startTime":1784902839190,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":82939,"timestamp":630415381,"id":1063,"parentId":1062,"tags":{"request":"next-middleware-loader?absolutePagePath=private-next-root-dir%2Fsrc%2Fmiddleware.ts&page=%2Fsrc%2Fmiddleware&rootDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate&matchers=W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLygoPyFfbmV4dFxcL3xmYXZpY29uXFwuaWNvfC4qXFwuKD86c3ZnfHBuZ3xqcGd8anBlZ3xnaWZ8d2VicHxpY28pJCkuKikpKFxcLmpzb258XFwucnNjfFxcLnNlZ21lbnRzXFwvLitcXC5zZWdtZW50XFwucnNjKT9bXFwvI1xcP10%2FJCIsIm9yaWdpbmFsU291cmNlIjoiLygoPyFfbmV4dC98ZmF2aWNvblxcLmljb3wuKlxcLig%2FOnN2Z3xwbmd8anBnfGpwZWd8Z2lmfHdlYnB8aWNvKSQpLiopIn1d&preferredRegion=&middlewareConfig=eyJtYXRjaGVycyI6W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLygoPyFfbmV4dFxcL3xmYXZpY29uXFwuaWNvfC4qXFwuKD86c3ZnfHBuZ3xqcGd8anBlZ3xnaWZ8d2VicHxpY28pJCkuKikpKFxcLmpzb258XFwucnNjfFxcLnNlZ21lbnRzXFwvLitcXC5zZWdtZW50XFwucnNjKT9bXFwvI1xcP10%2FJCIsIm9yaWdpbmFsU291cmNlIjoiLygoPyFfbmV4dC98ZmF2aWNvblxcLmljb3wuKlxcLig%2FOnN2Z3xwbmd8anBnfGpwZWd8Z2lmfHdlYnB8aWNvKSQpLiopIn1dfQ%3D%3D!"},"startTime":1784902839202,"traceId":"1b3c19198546de15"},{"name":"make","duration":83331,"timestamp":630415322,"id":1062,"parentId":1061,"tags":{},"startTime":1784902839202,"traceId":"1b3c19198546de15"},{"name":"chunk-graph","duration":1150,"timestamp":630505758,"id":1065,"parentId":1064,"tags":{},"startTime":1784902839292,"traceId":"1b3c19198546de15"},{"name":"optimize-modules","duration":19,"timestamp":630507029,"id":1067,"parentId":1064,"tags":{},"startTime":1784902839294,"traceId":"1b3c19198546de15"},{"name":"optimize-chunks","duration":912,"timestamp":630507182,"id":1068,"parentId":1064,"tags":{},"startTime":1784902839294,"traceId":"1b3c19198546de15"},{"name":"optimize-tree","duration":15,"timestamp":630508173,"id":1069,"parentId":1064,"tags":{},"startTime":1784902839295,"traceId":"1b3c19198546de15"},{"name":"optimize-chunk-modules","duration":3744,"timestamp":630508280,"id":1070,"parentId":1064,"tags":{},"startTime":1784902839295,"traceId":"1b3c19198546de15"},{"name":"optimize","duration":5158,"timestamp":630506936,"id":1066,"parentId":1064,"tags":{},"startTime":1784902839293,"traceId":"1b3c19198546de15"},{"name":"module-hash","duration":5810,"timestamp":630512882,"id":1071,"parentId":1064,"tags":{},"startTime":1784902839299,"traceId":"1b3c19198546de15"},{"name":"code-generation","duration":226,"timestamp":630518725,"id":1072,"parentId":1064,"tags":{},"startTime":1784902839305,"traceId":"1b3c19198546de15"},{"name":"hash","duration":2028,"timestamp":630520636,"id":1073,"parentId":1064,"tags":{},"startTime":1784902839307,"traceId":"1b3c19198546de15"},{"name":"code-generation-jobs","duration":141,"timestamp":630522662,"id":1074,"parentId":1064,"tags":{},"startTime":1784902839309,"traceId":"1b3c19198546de15"},{"name":"module-assets","duration":65,"timestamp":630522785,"id":1075,"parentId":1064,"tags":{},"startTime":1784902839309,"traceId":"1b3c19198546de15"},{"name":"create-chunk-assets","duration":275,"timestamp":630522858,"id":1076,"parentId":1064,"tags":{},"startTime":1784902839309,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":82,"timestamp":630526971,"id":1078,"parentId":1077,"tags":{"name":"src/middleware.js","cache":"HIT"},"startTime":1784902839313,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":62,"timestamp":630526996,"id":1079,"parentId":1077,"tags":{"name":"edge-runtime-webpack.js","cache":"HIT"},"startTime":1784902839313,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27,"timestamp":630527033,"id":1080,"parentId":1077,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1784902839314,"traceId":"1b3c19198546de15"},{"name":"minify-webpack-plugin-optimize","duration":480,"timestamp":630526584,"id":1077,"parentId":1061,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1784902839313,"traceId":"1b3c19198546de15"},{"name":"css-minimizer-plugin","duration":8,"timestamp":630527122,"id":1081,"parentId":1061,"tags":{},"startTime":1784902839314,"traceId":"1b3c19198546de15"},{"name":"seal","duration":29279,"timestamp":630504049,"id":1064,"parentId":1061,"tags":{},"startTime":1784902839291,"traceId":"1b3c19198546de15"},{"name":"webpack-compilation","duration":119923,"timestamp":630413585,"id":1061,"parentId":16,"tags":{"name":"edge-server"},"startTime":1784902839200,"traceId":"1b3c19198546de15"},{"name":"emit","duration":2574,"timestamp":630533573,"id":1082,"parentId":16,"tags":{},"startTime":1784902839320,"traceId":"1b3c19198546de15"},{"name":"webpack-close","duration":194,"timestamp":630536470,"id":1083,"parentId":16,"tags":{"name":"edge-server"},"startTime":1784902839323,"traceId":"1b3c19198546de15"},{"name":"webpack-generate-error-stats","duration":633,"timestamp":630536670,"id":1084,"parentId":1083,"tags":{},"startTime":1784902839323,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694636,"timestamp":630547855,"id":1098,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694656,"timestamp":630547858,"id":1099,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694658,"timestamp":630547861,"id":1100,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694660,"timestamp":630547864,"id":1101,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694659,"timestamp":630547868,"id":1102,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694661,"timestamp":630547871,"id":1103,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694662,"timestamp":630547874,"id":1104,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694662,"timestamp":630547877,"id":1105,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694663,"timestamp":630547879,"id":1106,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694670,"timestamp":630547882,"id":1107,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694671,"timestamp":630547885,"id":1108,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"}]
|
|
5
|
-
[{"name":"add-entry","duration":694912,"timestamp":630547887,"id":1109,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694914,"timestamp":630547891,"id":1110,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694915,"timestamp":630547894,"id":1111,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694916,"timestamp":630547896,"id":1112,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694917,"timestamp":630547899,"id":1113,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694918,"timestamp":630547902,"id":1114,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694918,"timestamp":630547905,"id":1115,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694920,"timestamp":630547908,"id":1116,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694921,"timestamp":630547911,"id":1117,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694920,"timestamp":630547915,"id":1118,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694921,"timestamp":630547918,"id":1119,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694921,"timestamp":630547921,"id":1120,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694922,"timestamp":630547924,"id":1121,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694922,"timestamp":630547927,"id":1122,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694965,"timestamp":630547930,"id":1123,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694966,"timestamp":630547933,"id":1124,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694966,"timestamp":630547937,"id":1125,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694965,"timestamp":630547941,"id":1126,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694966,"timestamp":630547944,"id":1127,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694966,"timestamp":630547947,"id":1128,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694967,"timestamp":630547950,"id":1129,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694968,"timestamp":630547952,"id":1130,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694968,"timestamp":630547955,"id":1131,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694969,"timestamp":630547958,"id":1132,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694969,"timestamp":630547960,"id":1133,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694962,"timestamp":630547971,"id":1134,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694962,"timestamp":630547974,"id":1135,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694963,"timestamp":630547976,"id":1136,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694964,"timestamp":630547979,"id":1137,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694965,"timestamp":630547981,"id":1138,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694966,"timestamp":630547984,"id":1139,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694967,"timestamp":630547986,"id":1140,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694969,"timestamp":630547989,"id":1141,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694969,"timestamp":630547991,"id":1142,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694971,"timestamp":630547993,"id":1143,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694972,"timestamp":630547996,"id":1144,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694972,"timestamp":630547999,"id":1145,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694937,"timestamp":630548037,"id":1146,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694937,"timestamp":630548041,"id":1147,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694937,"timestamp":630548044,"id":1148,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694938,"timestamp":630548047,"id":1149,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694939,"timestamp":630548049,"id":1150,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694939,"timestamp":630548051,"id":1151,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694939,"timestamp":630548055,"id":1152,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694938,"timestamp":630548059,"id":1153,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694960,"timestamp":630548061,"id":1154,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694961,"timestamp":630548064,"id":1155,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694962,"timestamp":630548066,"id":1156,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694964,"timestamp":630548069,"id":1157,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694964,"timestamp":630548071,"id":1158,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694965,"timestamp":630548074,"id":1159,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694966,"timestamp":630548076,"id":1160,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694967,"timestamp":630548079,"id":1161,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694967,"timestamp":630548081,"id":1162,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694968,"timestamp":630548084,"id":1163,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694969,"timestamp":630548086,"id":1164,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694970,"timestamp":630548089,"id":1165,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694970,"timestamp":630548091,"id":1166,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694970,"timestamp":630548094,"id":1167,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694971,"timestamp":630548096,"id":1168,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694972,"timestamp":630548099,"id":1169,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694972,"timestamp":630548101,"id":1170,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694974,"timestamp":630548104,"id":1171,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694975,"timestamp":630548106,"id":1172,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694976,"timestamp":630548109,"id":1173,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694976,"timestamp":630548111,"id":1174,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694977,"timestamp":630548113,"id":1175,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694978,"timestamp":630548116,"id":1176,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694978,"timestamp":630548118,"id":1177,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694979,"timestamp":630548121,"id":1178,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694980,"timestamp":630548123,"id":1179,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694981,"timestamp":630548126,"id":1180,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694982,"timestamp":630548128,"id":1181,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694982,"timestamp":630548131,"id":1182,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694982,"timestamp":630548133,"id":1183,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694983,"timestamp":630548136,"id":1184,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694983,"timestamp":630548138,"id":1185,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694983,"timestamp":630548141,"id":1186,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694984,"timestamp":630548144,"id":1187,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694984,"timestamp":630548146,"id":1188,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694984,"timestamp":630548149,"id":1189,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694984,"timestamp":630548151,"id":1190,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694986,"timestamp":630548153,"id":1191,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694987,"timestamp":630548156,"id":1192,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694987,"timestamp":630548158,"id":1193,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694988,"timestamp":630548161,"id":1194,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694988,"timestamp":630548163,"id":1195,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694989,"timestamp":630548166,"id":1196,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694990,"timestamp":630548168,"id":1197,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694990,"timestamp":630548171,"id":1198,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694991,"timestamp":630548173,"id":1199,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694991,"timestamp":630548176,"id":1200,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694991,"timestamp":630548178,"id":1201,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":694991,"timestamp":630548181,"id":1202,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":784750,"timestamp":630547820,"id":1090,"parentId":1086,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":818962,"timestamp":630547835,"id":1094,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fglobal-error.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":823082,"timestamp":630547848,"id":1096,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Ferror.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":879798,"timestamp":630547823,"id":1091,"parentId":1086,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":879811,"timestamp":630547831,"id":1093,"parentId":1086,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":879823,"timestamp":630547827,"id":1092,"parentId":1086,"tags":{"request":"/home/runner/work/CommandMate/CommandMate/node_modules/next/dist/client/router.js"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":879908,"timestamp":630547750,"id":1087,"parentId":1086,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1784902839334,"traceId":"1b3c19198546de15"}]
|
|
6
|
-
[{"name":"add-entry","duration":880054,"timestamp":630547815,"id":1089,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%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%2FCommandMate%2FCommandMate%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%2FCommandMate%2FCommandMate%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%2FCommandMate%2FCommandMate%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%2FCommandMate%2FCommandMate%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%2FCommandMate%2FCommandMate%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%2FCommandMate%2FCommandMate%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%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":880082,"timestamp":630547799,"id":1088,"parentId":1086,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":1027416,"timestamp":630548196,"id":1208,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fcomponents%2Fpwa%2FOfflineReconnectButton.tsx%22%2C%22ids%22%3A%5B%22OfflineReconnectButton%22%5D%7D&server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":1027396,"timestamp":630548235,"id":1221,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":1027798,"timestamp":630547840,"id":1095,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22node_modules%2Fgeist%2Fdist%2Fsans.js%5C%22%2C%5C%22import%5C%22%3A%5C%22%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22src%5C%22%3A%5C%22.%2Ffonts%2Fgeist-sans%2FGeist-Variable.woff2%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22weight%5C%22%3A%5C%22100%20900%5C%22%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%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22node_modules%2Fgeist%2Fdist%2Fmono.js%5C%22%2C%5C%22import%5C%22%3A%5C%22%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22src%5C%22%3A%5C%22.%2Ffonts%2Fgeist-mono%2FGeistMono-Variable.woff2%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22adjustFontFallback%5C%22%3Afalse%2C%5C%22fallback%5C%22%3A%5B%5C%22ui-monospace%5C%22%2C%5C%22SFMono-Regular%5C%22%2C%5C%22Roboto%20Mono%5C%22%2C%5C%22Menlo%5C%22%2C%5C%22Monaco%5C%22%2C%5C%22Liberation%20Mono%5C%22%2C%5C%22DejaVu%20Sans%20Mono%5C%22%2C%5C%22Courier%20New%5C%22%2C%5C%22monospace%5C%22%5D%2C%5C%22weight%5C%22%3A%5C%22100%20900%5C%22%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%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fcomponents%2Fproviders%2FAppProviders.tsx%22%2C%22ids%22%3A%5B%22AppProviders%22%5D%7D&server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":1137447,"timestamp":630547852,"id":1097,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":1137136,"timestamp":630548183,"id":1203,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":1137133,"timestamp":630548190,"id":1206,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":1137126,"timestamp":630548201,"id":1210,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":1137123,"timestamp":630548207,"id":1212,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":1137121,"timestamp":630548212,"id":1214,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":1137109,"timestamp":630548227,"id":1218,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":1228043,"timestamp":630548198,"id":1209,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":1228060,"timestamp":630548204,"id":1211,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Frepositories%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":1228046,"timestamp":630548225,"id":1217,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fskills%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":1335015,"timestamp":630548188,"id":1205,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Flogin%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":1335011,"timestamp":630548215,"id":1215,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fsessions%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":1335038,"timestamp":630548193,"id":1207,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fmore%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":1335026,"timestamp":630548210,"id":1213,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Freview%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":1335006,"timestamp":630548233,"id":1220,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":1335070,"timestamp":630548185,"id":1204,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fchat%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":1721400,"timestamp":630548220,"id":1216,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fskills%2F%5BskillId%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"add-entry","duration":1721411,"timestamp":630548230,"id":1219,"parentId":1086,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1784902839335,"traceId":"1b3c19198546de15"},{"name":"make","duration":1722251,"timestamp":630547501,"id":1086,"parentId":1085,"tags":{},"startTime":1784902839334,"traceId":"1b3c19198546de15"},{"name":"chunk-graph","duration":70993,"timestamp":632456074,"id":1223,"parentId":1222,"tags":{},"startTime":1784902841243,"traceId":"1b3c19198546de15"},{"name":"optimize-modules","duration":9,"timestamp":632527132,"id":1225,"parentId":1222,"tags":{},"startTime":1784902841314,"traceId":"1b3c19198546de15"},{"name":"optimize-chunks","duration":73481,"timestamp":632536095,"id":1227,"parentId":1222,"tags":{},"startTime":1784902841323,"traceId":"1b3c19198546de15"},{"name":"optimize-tree","duration":13,"timestamp":632609631,"id":1228,"parentId":1222,"tags":{},"startTime":1784902841396,"traceId":"1b3c19198546de15"},{"name":"optimize-chunk-modules","duration":125979,"timestamp":632609676,"id":1229,"parentId":1222,"tags":{},"startTime":1784902841396,"traceId":"1b3c19198546de15"},{"name":"optimize","duration":208597,"timestamp":632527110,"id":1224,"parentId":1222,"tags":{},"startTime":1784902841314,"traceId":"1b3c19198546de15"},{"name":"module-hash","duration":70046,"timestamp":632802069,"id":1230,"parentId":1222,"tags":{},"startTime":1784902841589,"traceId":"1b3c19198546de15"},{"name":"code-generation","duration":205919,"timestamp":632872173,"id":1231,"parentId":1222,"tags":{},"startTime":1784902841659,"traceId":"1b3c19198546de15"},{"name":"hash","duration":14034,"timestamp":633085989,"id":1232,"parentId":1222,"tags":{},"startTime":1784902841872,"traceId":"1b3c19198546de15"},{"name":"code-generation-jobs","duration":680,"timestamp":633100022,"id":1233,"parentId":1222,"tags":{},"startTime":1784902841887,"traceId":"1b3c19198546de15"},{"name":"module-assets","duration":1750,"timestamp":633100616,"id":1234,"parentId":1222,"tags":{},"startTime":1784902841887,"traceId":"1b3c19198546de15"},{"name":"create-chunk-assets","duration":15385,"timestamp":633102381,"id":1235,"parentId":1222,"tags":{},"startTime":1784902841889,"traceId":"1b3c19198546de15"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1370,"timestamp":633121369,"id":1237,"parentId":1085,"tags":{},"startTime":1784902841908,"traceId":"1b3c19198546de15"},{"name":"NextJsBuildManifest-createassets","duration":2213,"timestamp":633120542,"id":1236,"parentId":1085,"tags":{},"startTime":1784902841907,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37163,"timestamp":633144631,"id":1239,"parentId":1238,"tags":{"name":"static/chunks/main-539493b63abb15fd.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37133,"timestamp":633144676,"id":1240,"parentId":1238,"tags":{"name":"static/chunks/main-app-8d01cdae10986111.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37128,"timestamp":633144683,"id":1241,"parentId":1238,"tags":{"name":"static/chunks/app/_not-found/page-304751f8b3dbbabf.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37123,"timestamp":633144688,"id":1242,"parentId":1238,"tags":{"name":"static/chunks/pages/_app-4600827deac7eb97.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37119,"timestamp":633144694,"id":1243,"parentId":1238,"tags":{"name":"static/chunks/pages/_error-aaa1b9f547e6bfb4.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37115,"timestamp":633144699,"id":1244,"parentId":1238,"tags":{"name":"static/chunks/app/global-error-1bdeafce45758cfe.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37112,"timestamp":633144704,"id":1245,"parentId":1238,"tags":{"name":"static/chunks/app/layout-fd81ae3bfe2c6c68.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37107,"timestamp":633144710,"id":1246,"parentId":1238,"tags":{"name":"static/chunks/app/error-357b44d3eeda292f.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37104,"timestamp":633144714,"id":1247,"parentId":1238,"tags":{"name":"static/chunks/app/loading-a7635442ff41828d.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37098,"timestamp":633144720,"id":1248,"parentId":1238,"tags":{"name":"static/chunks/app/api/assistant/current-output/route-c9ef5b072dc47c18.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37095,"timestamp":633144725,"id":1249,"parentId":1238,"tags":{"name":"static/chunks/app/api/assistant/conversation/route-1e2621f2dbb75d05.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37091,"timestamp":633144730,"id":1250,"parentId":1238,"tags":{"name":"static/chunks/app/api/assistant/messages/route-dae63e66df036545.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37085,"timestamp":633144737,"id":1251,"parentId":1238,"tags":{"name":"static/chunks/app/api/assistant/terminal/route-80032f31aa9508fd.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37080,"timestamp":633144742,"id":1252,"parentId":1238,"tags":{"name":"static/chunks/app/api/assistant/start/route-acbbe56130e0f4ad.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37076,"timestamp":633144747,"id":1253,"parentId":1238,"tags":{"name":"static/chunks/app/api/assistant/session/route-17d938a09a722515.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37069,"timestamp":633144755,"id":1254,"parentId":1238,"tags":{"name":"static/chunks/app/api/assistant/tools/route-aaba2319ee3bafe8.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37066,"timestamp":633144759,"id":1255,"parentId":1238,"tags":{"name":"static/chunks/app/api/auth/login/route-0c69b859c1dab071.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37061,"timestamp":633144765,"id":1256,"parentId":1238,"tags":{"name":"static/chunks/app/api/auth/logout/route-825d0e1e5c3db7f8.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37057,"timestamp":633144770,"id":1257,"parentId":1238,"tags":{"name":"static/chunks/app/api/daily-summary/route-a843743eba240eab.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37053,"timestamp":633144774,"id":1258,"parentId":1238,"tags":{"name":"static/chunks/app/api/ollama/models/route-9176ea596dad9940.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37048,"timestamp":633144780,"id":1259,"parentId":1238,"tags":{"name":"static/chunks/app/api/hooks/claude-done/route-428db15378a24356.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37045,"timestamp":633144784,"id":1260,"parentId":1238,"tags":{"name":"static/chunks/app/api/repositories/[id]/route-0d35ffdb7d2013e4.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37041,"timestamp":633144788,"id":1261,"parentId":1238,"tags":{"name":"static/chunks/app/api/repositories/[id]/todos/[todoId]/route-478e851366ab1ec6.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37036,"timestamp":633144795,"id":1262,"parentId":1238,"tags":{"name":"static/chunks/app/api/repositories/[id]/todos/route-e5cf17de887a9d88.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37031,"timestamp":633144801,"id":1263,"parentId":1238,"tags":{"name":"static/chunks/app/api/repositories/clone/[jobId]/route-92bbbb184645b2ce.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37026,"timestamp":633144806,"id":1264,"parentId":1238,"tags":{"name":"static/chunks/app/api/repositories/clone/route-38d9abb5d6283dfa.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37023,"timestamp":633144810,"id":1265,"parentId":1238,"tags":{"name":"static/chunks/app/api/repositories/excluded/route-81a966e69f076af0.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37019,"timestamp":633144815,"id":1266,"parentId":1238,"tags":{"name":"static/chunks/app/api/repositories/restore/route-489333475a67d0f5.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37014,"timestamp":633144821,"id":1267,"parentId":1238,"tags":{"name":"static/chunks/app/api/repositories/route-8c1e9968dac768e9.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37010,"timestamp":633144826,"id":1268,"parentId":1238,"tags":{"name":"static/chunks/app/api/repositories/scan/route-6c8119d8da025381.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37006,"timestamp":633144831,"id":1269,"parentId":1238,"tags":{"name":"static/chunks/app/api/repositories/sync/route-0dc59cf50680f881.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37001,"timestamp":633144837,"id":1270,"parentId":1238,"tags":{"name":"static/chunks/app/api/slash-commands/route-bbcfe147d65f8341.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36998,"timestamp":633144841,"id":1271,"parentId":1238,"tags":{"name":"static/chunks/app/api/templates/[id]/route-51f2bd9b86676164.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36992,"timestamp":633144848,"id":1272,"parentId":1238,"tags":{"name":"static/chunks/app/api/templates/route-4a560014c4787c12.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36989,"timestamp":633144852,"id":1273,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/auto-yes/route-435430eae0e3d998.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36985,"timestamp":633144856,"id":1274,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cli-tool/route-2f10764557ec44eb.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36980,"timestamp":633144862,"id":1275,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cmate/schedules/route-4ccea50684621cd0.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36976,"timestamp":633144867,"id":1276,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/capture/route-bb82202ead0ceb80.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36973,"timestamp":633144871,"id":1277,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/current-output/route-325c2e3c4de9c41e.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36969,"timestamp":633144876,"id":1278,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-86023782ab4f1d9c.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36965,"timestamp":633144880,"id":1279,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/files/[...path]/route-aea9b7d70297300a.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36961,"timestamp":633144886,"id":1280,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/execution-logs/route-1267c69fcc801b8e.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36958,"timestamp":633144890,"id":1281,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branch/create/route-dfb9b737c8e4e7f0.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36954,"timestamp":633144894,"id":1282,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branch/delete/route-509299176e43a378.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36950,"timestamp":633144900,"id":1283,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/checkout/route-94fedfbf9cfdc96b.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36947,"timestamp":633144904,"id":1284,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branches/route-964dbc45870c8991.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36945,"timestamp":633144908,"id":1285,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/commit/route-9249b353566f2aec.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36941,"timestamp":633144913,"id":1286,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/diff/route-2cf1dd773e419e55.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36937,"timestamp":633144917,"id":1287,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/fetch/route-4d9dc70a3935015e.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36932,"timestamp":633144923,"id":1288,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/pull/route-d3a34ec3e77cf1f6.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36929,"timestamp":633144927,"id":1289,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/push/route-6c770f5b5da6364c.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36925,"timestamp":633144932,"id":1290,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/log/route-e022f9566b0f47c6.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36920,"timestamp":633144937,"id":1291,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/reset/route-fb00c5b861367676.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36917,"timestamp":633144941,"id":1292,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/revert/route-efb9aefc79d15678.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36915,"timestamp":633144945,"id":1293,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-0f7f6db5872fcd9e.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36911,"timestamp":633144950,"id":1294,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/staged/route-545f58cf517d6ae2.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36907,"timestamp":633144954,"id":1295,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stage/route-e95e43668033dd77.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36902,"timestamp":633144960,"id":1296,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-03d79b99ae0901ce.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36899,"timestamp":633144964,"id":1297,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/push/route-e6125691a01a2b1e.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36896,"timestamp":633144968,"id":1298,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/apply/route-77797be5d7e9d56e.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36891,"timestamp":633144974,"id":1299,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/pop/route-63a0ee9011317b0f.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36888,"timestamp":633144977,"id":1300,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/status/route-63278b83f960e5e3.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36885,"timestamp":633144981,"id":1301,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/route-213f64dc295e4094.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"}]
|
|
7
|
-
[{"name":"minify-js","duration":37167,"timestamp":633144989,"id":1302,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/unstage/route-6163c28348fde4cc.js","cache":"HIT"},"startTime":1784902841931,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37127,"timestamp":633145032,"id":1303,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/working-diff/route-125397cd27d231c6.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37124,"timestamp":633145036,"id":1304,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/interrupt/route-cd37fb79ee471168.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37122,"timestamp":633145040,"id":1305,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/kill-session/route-6cb9ed9187634a81.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37118,"timestamp":633145045,"id":1306,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/marp-render/route-82cd11fe8ca9813e.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37115,"timestamp":633145049,"id":1307,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/memos/route-ab4e0898c18bb682.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37111,"timestamp":633145054,"id":1308,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/messages/route-c55c941ebe0cf7e0.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37108,"timestamp":633145058,"id":1309,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-1a0d4fd42a32fe3c.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37104,"timestamp":633145062,"id":1310,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/prompt-response/route-09d249b3263bc587.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37100,"timestamp":633145067,"id":1311,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/respond/route-a317b1d2a8f1736e.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37097,"timestamp":633145071,"id":1312,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/route-5d90220a764e65e8.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37094,"timestamp":633145075,"id":1313,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/route-3857bc138856c4d5.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37089,"timestamp":633145081,"id":1314,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/active/route-d457a9c1f3c35b0e.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37086,"timestamp":633145084,"id":1315,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-a5faa5d6898fdccf.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37082,"timestamp":633145090,"id":1316,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/search/route-e16757375b3b1425.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37079,"timestamp":633145094,"id":1317,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/send/route-b1269f0e0ea83f9d.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37075,"timestamp":633145098,"id":1318,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/special-keys/route-709cc77457b751cf.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37071,"timestamp":633145103,"id":1319,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/start-polling/route-d48336071ae1c94a.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37068,"timestamp":633145107,"id":1320,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/slash-commands/route-233b7d1dec51a9a0.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37065,"timestamp":633145111,"id":1321,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/terminal/route-08f48232e57ede55.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37060,"timestamp":633145116,"id":1322,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/timers/route-9ab1eb2171aae21b.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37056,"timestamp":633145121,"id":1323,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/timers/history/route-0bde8e5c74e7aeb8.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37052,"timestamp":633145126,"id":1324,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-520bfdb7402a7672.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37051,"timestamp":633145130,"id":1325,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/todos/route-d9f645b5f9813762.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37048,"timestamp":633145134,"id":1326,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/upload/[...path]/route-b354ac790519dc0b.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37042,"timestamp":633145140,"id":1327,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tree/[...path]/route-88ce8416c870b4ce.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37039,"timestamp":633145144,"id":1328,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tree/route-bd636a6831c1d660.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37036,"timestamp":633145148,"id":1329,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/viewed/route-e91b41ecc49fa888.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37031,"timestamp":633145154,"id":1330,"parentId":1238,"tags":{"name":"static/chunks/app/manifest.webmanifest/route-0fd448ce4ee93704.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37027,"timestamp":633145158,"id":1331,"parentId":1238,"tags":{"name":"static/chunks/app/api/app/update/route-a648e42153e99fcd.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37023,"timestamp":633145164,"id":1332,"parentId":1238,"tags":{"name":"static/chunks/app/api/app/update-check/route-b315a0efa7cf3a50.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37020,"timestamp":633145168,"id":1333,"parentId":1238,"tags":{"name":"static/chunks/app/api/auth/status/route-2a745b065d592c94.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37016,"timestamp":633145172,"id":1334,"parentId":1238,"tags":{"name":"static/chunks/app/api/daily-summary/status/route-1a8f4f0dfc2399f9.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37012,"timestamp":633145177,"id":1335,"parentId":1238,"tags":{"name":"static/chunks/app/api/external-apps/[id]/health/route-d98e55000a4aa739.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37009,"timestamp":633145181,"id":1336,"parentId":1238,"tags":{"name":"static/chunks/app/api/external-apps/route-ad145191ec73b61b.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37006,"timestamp":633145185,"id":1337,"parentId":1238,"tags":{"name":"static/chunks/app/api/push/vapid/route-312f35572b5c6172.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":37001,"timestamp":633145190,"id":1338,"parentId":1238,"tags":{"name":"static/chunks/app/api/external-apps/[id]/route-7c3c211974a3931d.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36997,"timestamp":633145196,"id":1339,"parentId":1238,"tags":{"name":"static/chunks/app/api/push/subscriptions/route-304414ed9d1a37d4.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36992,"timestamp":633145202,"id":1340,"parentId":1238,"tags":{"name":"static/chunks/app/api/sidebar/group-order/route-ca997ea9c4d289bd.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36989,"timestamp":633145206,"id":1341,"parentId":1238,"tags":{"name":"static/chunks/app/api/skills/route-82c339313dd7a229.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36986,"timestamp":633145210,"id":1342,"parentId":1238,"tags":{"name":"static/chunks/app/api/skills/[id]/route-2d9c708eb9bf134b.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36981,"timestamp":633145215,"id":1343,"parentId":1238,"tags":{"name":"static/chunks/app/api/todos/route-d1ab08f531f18de1.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36978,"timestamp":633145219,"id":1344,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/logs/route-117ab173207ade29.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36975,"timestamp":633145223,"id":1345,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/logs/[filename]/route-f36573e6b1b0227e.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36970,"timestamp":633145229,"id":1346,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-85fe3388edc22804.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36967,"timestamp":633145233,"id":1347,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-59470dca42a531ae.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36963,"timestamp":633145238,"id":1348,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/route-1771517ad8e73296.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36960,"timestamp":633145242,"id":1349,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-8a8593a22d6e98d6.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36956,"timestamp":633145246,"id":1350,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/route-3b31933ed19bfed5.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36951,"timestamp":633145252,"id":1351,"parentId":1238,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-3f27ff63fbd66545.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36948,"timestamp":633145257,"id":1352,"parentId":1238,"tags":{"name":"static/chunks/app/proxy/[...path]/route-bef6119ed98db04f.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":36944,"timestamp":633145262,"id":1353,"parentId":1238,"tags":{"name":"static/chunks/app/chat/loading-d434ee28efc4542b.js","cache":"HIT"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":30097,"timestamp":633152110,"id":1355,"parentId":1238,"tags":{"name":"static/chunks/app/login/page-14bf0fb8e359496e.js","cache":"HIT"},"startTime":1784902841939,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":30072,"timestamp":633152135,"id":1356,"parentId":1238,"tags":{"name":"static/chunks/app/more/loading-fd3a6ecce972c7ab.js","cache":"HIT"},"startTime":1784902841939,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":30062,"timestamp":633152146,"id":1357,"parentId":1238,"tags":{"name":"static/chunks/app/more/page-7a527a52da9a4c67.js","cache":"HIT"},"startTime":1784902841939,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":30054,"timestamp":633152155,"id":1358,"parentId":1238,"tags":{"name":"static/chunks/app/offline/page-77c371ae7576a81c.js","cache":"HIT"},"startTime":1784902841939,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":30047,"timestamp":633152163,"id":1359,"parentId":1238,"tags":{"name":"static/chunks/app/page-43408cabd8dafa07.js","cache":"HIT"},"startTime":1784902841939,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":30040,"timestamp":633152171,"id":1360,"parentId":1238,"tags":{"name":"static/chunks/app/repositories/loading-8fe44aade831ffaf.js","cache":"HIT"},"startTime":1784902841939,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":30033,"timestamp":633152178,"id":1361,"parentId":1238,"tags":{"name":"static/chunks/app/repositories/page-c864aa82dcca3b05.js","cache":"HIT"},"startTime":1784902841939,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":30027,"timestamp":633152186,"id":1362,"parentId":1238,"tags":{"name":"static/chunks/app/review/loading-8c56140c074acf04.js","cache":"HIT"},"startTime":1784902841939,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":30019,"timestamp":633152194,"id":1363,"parentId":1238,"tags":{"name":"static/chunks/app/review/page-b5101c643cd3497d.js","cache":"HIT"},"startTime":1784902841939,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":29852,"timestamp":633152362,"id":1364,"parentId":1238,"tags":{"name":"static/chunks/app/sessions/loading-330c917c3178d72e.js","cache":"HIT"},"startTime":1784902841939,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":29842,"timestamp":633152373,"id":1365,"parentId":1238,"tags":{"name":"static/chunks/app/sessions/page-caace15c04da83a3.js","cache":"HIT"},"startTime":1784902841939,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":29836,"timestamp":633152381,"id":1366,"parentId":1238,"tags":{"name":"static/chunks/app/skills/[skillId]/page-6c618c94c8690982.js","cache":"HIT"},"startTime":1784902841939,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":29827,"timestamp":633152391,"id":1367,"parentId":1238,"tags":{"name":"static/chunks/app/skills/page-d61cdc8d109a32f2.js","cache":"HIT"},"startTime":1784902841939,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":29811,"timestamp":633152408,"id":1368,"parentId":1238,"tags":{"name":"static/chunks/app/worktrees/[id]/loading-dc4de5720f6ab5ff.js","cache":"HIT"},"startTime":1784902841939,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":29788,"timestamp":633152432,"id":1369,"parentId":1238,"tags":{"name":"static/chunks/app/worktrees/[id]/page-7cf62900aa2473a8.js","cache":"HIT"},"startTime":1784902841939,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":28133,"timestamp":633154088,"id":1371,"parentId":1238,"tags":{"name":"static/chunks/app/worktrees/[id]/terminal/page-32fd0d6525b3207e.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27813,"timestamp":633154409,"id":1373,"parentId":1238,"tags":{"name":"static/chunks/7229.4a2efc6e219f706c.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27802,"timestamp":633154420,"id":1374,"parentId":1238,"tags":{"name":"static/chunks/8361.a3d2e023e22825df.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27798,"timestamp":633154425,"id":1375,"parentId":1238,"tags":{"name":"static/chunks/530.fe500fbb26e3369d.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27794,"timestamp":633154431,"id":1376,"parentId":1238,"tags":{"name":"static/chunks/953.b7910b645a96bc50.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27789,"timestamp":633154437,"id":1377,"parentId":1238,"tags":{"name":"static/chunks/6271.4eb06e67ad0ab3ea.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27785,"timestamp":633154442,"id":1378,"parentId":1238,"tags":{"name":"static/chunks/4378.9660630b193ad93a.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27781,"timestamp":633154446,"id":1379,"parentId":1238,"tags":{"name":"static/chunks/4943.65fe9b5a42528e95.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27776,"timestamp":633154453,"id":1380,"parentId":1238,"tags":{"name":"static/chunks/8923.fee092ea3f1183f4.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27771,"timestamp":633154459,"id":1381,"parentId":1238,"tags":{"name":"static/chunks/4937.dccf0357fecc5723.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27765,"timestamp":633154465,"id":1382,"parentId":1238,"tags":{"name":"static/chunks/4489.0d368cde1fb3357b.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27761,"timestamp":633154470,"id":1383,"parentId":1238,"tags":{"name":"static/chunks/5142.367bd3be117eed79.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27757,"timestamp":633154475,"id":1384,"parentId":1238,"tags":{"name":"static/chunks/2935.2ebbb100e3d43c64.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27753,"timestamp":633154480,"id":1385,"parentId":1238,"tags":{"name":"static/chunks/7732.341d025efb77d613.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27749,"timestamp":633154486,"id":1386,"parentId":1238,"tags":{"name":"static/chunks/2918.07ccdcb387059c26.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27745,"timestamp":633154490,"id":1387,"parentId":1238,"tags":{"name":"static/chunks/3862.537a6082bef9f803.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27739,"timestamp":633154497,"id":1388,"parentId":1238,"tags":{"name":"static/chunks/8706.a191055071758495.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27736,"timestamp":633154501,"id":1389,"parentId":1238,"tags":{"name":"static/chunks/4384.18b73d21bb82bbb3.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27731,"timestamp":633154507,"id":1390,"parentId":1238,"tags":{"name":"static/chunks/7528.6f2689bf02ee7e39.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27726,"timestamp":633154513,"id":1391,"parentId":1238,"tags":{"name":"static/chunks/7095.1a931e6913f28393.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27723,"timestamp":633154517,"id":1392,"parentId":1238,"tags":{"name":"static/chunks/6596.bb65008aa0ac68d6.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27717,"timestamp":633154524,"id":1393,"parentId":1238,"tags":{"name":"static/chunks/2311.498eabd1cf6b053c.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27711,"timestamp":633154531,"id":1394,"parentId":1238,"tags":{"name":"static/chunks/2156.9b99294d52c96d16.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27707,"timestamp":633154536,"id":1395,"parentId":1238,"tags":{"name":"static/chunks/2601.a828eccc4459dca1.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27703,"timestamp":633154541,"id":1396,"parentId":1238,"tags":{"name":"static/chunks/5694.201d0e2a5d98a3d6.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27699,"timestamp":633154546,"id":1397,"parentId":1238,"tags":{"name":"static/chunks/2789.211fa0f02c57b80f.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27694,"timestamp":633154552,"id":1398,"parentId":1238,"tags":{"name":"static/chunks/8871.d9339ecb3eb1391d.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27689,"timestamp":633154558,"id":1399,"parentId":1238,"tags":{"name":"static/chunks/7318.13546d24a16d19c8.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27686,"timestamp":633154562,"id":1400,"parentId":1238,"tags":{"name":"static/chunks/5222.70661c975007e6b1.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27682,"timestamp":633154567,"id":1401,"parentId":1238,"tags":{"name":"static/chunks/70.711e53c7c9f310df.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27677,"timestamp":633154572,"id":1402,"parentId":1238,"tags":{"name":"static/chunks/7295.98f5a5b75283c24e.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27674,"timestamp":633154577,"id":1403,"parentId":1238,"tags":{"name":"static/chunks/8339.0eec7dc6c4205f28.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27670,"timestamp":633154582,"id":1404,"parentId":1238,"tags":{"name":"static/chunks/5146.080c4cbbd65deea4.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27666,"timestamp":633154586,"id":1405,"parentId":1238,"tags":{"name":"static/chunks/282.5ed107c9ab46fa5f.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"}]
|
|
8
|
-
[{"name":"minify-js","duration":27745,"timestamp":633154592,"id":1406,"parentId":1238,"tags":{"name":"static/chunks/1345.6321ea113d5bede1.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27742,"timestamp":633154597,"id":1407,"parentId":1238,"tags":{"name":"static/chunks/5202.c595eef02cbf17a3.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27739,"timestamp":633154602,"id":1408,"parentId":1238,"tags":{"name":"static/chunks/9775.7f5ac34a0ad29393.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27735,"timestamp":633154607,"id":1409,"parentId":1238,"tags":{"name":"static/chunks/7968.4ca6adf1b5e72a04.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27731,"timestamp":633154612,"id":1410,"parentId":1238,"tags":{"name":"static/chunks/3389.491645b95208b655.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27726,"timestamp":633154617,"id":1411,"parentId":1238,"tags":{"name":"static/chunks/1394.8e56f315b770b4ef.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27723,"timestamp":633154621,"id":1412,"parentId":1238,"tags":{"name":"static/chunks/577.c5f69dfebe2d4d32.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27720,"timestamp":633154626,"id":1413,"parentId":1238,"tags":{"name":"static/chunks/2466.2d67cac2e3573f2a.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27716,"timestamp":633154630,"id":1414,"parentId":1238,"tags":{"name":"static/chunks/framework-38fa8b5af7d90358.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27712,"timestamp":633154636,"id":1415,"parentId":1238,"tags":{"name":"static/chunks/90542734.d8eec2a0f0f4cbd2.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27709,"timestamp":633154640,"id":1416,"parentId":1238,"tags":{"name":"static/chunks/2ff9d716.e3d80ce219276621.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27704,"timestamp":633154645,"id":1417,"parentId":1238,"tags":{"name":"static/chunks/af7f6608.5e51d05bf66c954d.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27700,"timestamp":633154650,"id":1418,"parentId":1238,"tags":{"name":"static/chunks/d3ac728e.46277dd0271c22bd.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27696,"timestamp":633154655,"id":1419,"parentId":1238,"tags":{"name":"static/chunks/4bd1b696-eafe90463fb5173f.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27692,"timestamp":633154660,"id":1420,"parentId":1238,"tags":{"name":"static/chunks/30d07d85.eda90ffd1f72af84.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27688,"timestamp":633154665,"id":1421,"parentId":1238,"tags":{"name":"static/chunks/6809-415f78b07093e43d.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27684,"timestamp":633154670,"id":1422,"parentId":1238,"tags":{"name":"static/chunks/4909-29e7375ee477be0e.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27680,"timestamp":633154675,"id":1423,"parentId":1238,"tags":{"name":"static/chunks/2770-96ce4dfdaebf3b95.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27676,"timestamp":633154679,"id":1424,"parentId":1238,"tags":{"name":"static/chunks/4459.c0cfa6778ee9c2f7.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27672,"timestamp":633154685,"id":1425,"parentId":1238,"tags":{"name":"static/chunks/790-16669d080a2d540f.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27668,"timestamp":633154690,"id":1426,"parentId":1238,"tags":{"name":"static/chunks/4974-c7c06dde4c577c2d.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":27664,"timestamp":633154695,"id":1427,"parentId":1238,"tags":{"name":"static/chunks/4290.179b03a83a774748.js","cache":"HIT"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":10093,"timestamp":633172267,"id":1429,"parentId":1238,"tags":{"name":"static/chunks/2069-288e4eaee983e666.js","cache":"HIT"},"startTime":1784902841959,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":9985,"timestamp":633172377,"id":1430,"parentId":1238,"tags":{"name":"static/chunks/9948-1179ea549ed77972.js","cache":"HIT"},"startTime":1784902841959,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":9981,"timestamp":633172382,"id":1431,"parentId":1238,"tags":{"name":"static/chunks/9856.0b6ad271de065950.js","cache":"HIT"},"startTime":1784902841959,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":9979,"timestamp":633172386,"id":1432,"parentId":1238,"tags":{"name":"static/chunks/934-5c9f81838fe05d8d.js","cache":"HIT"},"startTime":1784902841959,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":9977,"timestamp":633172389,"id":1433,"parentId":1238,"tags":{"name":"static/chunks/6007-86becd488239165a.js","cache":"HIT"},"startTime":1784902841959,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":9974,"timestamp":633172393,"id":1434,"parentId":1238,"tags":{"name":"static/chunks/5951.af60d0ca20c7b9c0.js","cache":"HIT"},"startTime":1784902841959,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":9972,"timestamp":633172397,"id":1435,"parentId":1238,"tags":{"name":"static/chunks/6690.e4c27364805e5969.js","cache":"HIT"},"startTime":1784902841959,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":9970,"timestamp":633172400,"id":1436,"parentId":1238,"tags":{"name":"static/chunks/9076.a8e4846115ded724.js","cache":"HIT"},"startTime":1784902841959,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":9968,"timestamp":633172403,"id":1437,"parentId":1238,"tags":{"name":"static/chunks/7485.a2baa08622f7a65d.js","cache":"HIT"},"startTime":1784902841959,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":1189,"timestamp":633181183,"id":1439,"parentId":1238,"tags":{"name":"static/chunks/1255-103d6a472a5aff51.js","cache":"HIT"},"startTime":1784902841968,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":1174,"timestamp":633181199,"id":1440,"parentId":1238,"tags":{"name":"static/chunks/6402-cf1352625ee26472.js","cache":"HIT"},"startTime":1784902841968,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":1170,"timestamp":633181204,"id":1441,"parentId":1238,"tags":{"name":"static/chunks/744-74e835043214c7a1.js","cache":"HIT"},"startTime":1784902841968,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":1166,"timestamp":633181208,"id":1442,"parentId":1238,"tags":{"name":"static/chunks/6488-6a9f1adaa003b022.js","cache":"HIT"},"startTime":1784902841968,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":1162,"timestamp":633181213,"id":1443,"parentId":1238,"tags":{"name":"static/chunks/4560-612d554ab55a7556.js","cache":"HIT"},"startTime":1784902841968,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":1159,"timestamp":633181217,"id":1444,"parentId":1238,"tags":{"name":"static/chunks/3418-c79ea60007bc7366.js","cache":"HIT"},"startTime":1784902841968,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":1156,"timestamp":633181221,"id":1445,"parentId":1238,"tags":{"name":"static/chunks/1668-2c0f4e4739850734.js","cache":"HIT"},"startTime":1784902841968,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":592,"timestamp":633181786,"id":1451,"parentId":1238,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1784902841968,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":41725,"timestamp":633154102,"id":1372,"parentId":1238,"tags":{"name":"static/chunks/webpack-0a6e6fcf3b384dec.js","cache":"MISS"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":43450,"timestamp":633152439,"id":1370,"parentId":1238,"tags":{"name":"static/chunks/app/worktrees/[id]/files/[...path]/page-95c918bceaedb841.js","cache":"MISS"},"startTime":1784902841939,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":51546,"timestamp":633145267,"id":1354,"parentId":1238,"tags":{"name":"static/chunks/app/chat/page-3a05de6ff3cd3737.js","cache":"MISS"},"startTime":1784902841932,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":15360,"timestamp":633181667,"id":1447,"parentId":1238,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1784902841968,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":15400,"timestamp":633181704,"id":1448,"parentId":1238,"tags":{"name":"static/1WyelLMRgPnhvA2HmhZmm/_ssgManifest.js","cache":"MISS"},"startTime":1784902841968,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":15572,"timestamp":633181731,"id":1449,"parentId":1238,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1784902841968,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":19322,"timestamp":633181759,"id":1450,"parentId":1238,"tags":{"name":"static/1WyelLMRgPnhvA2HmhZmm/_buildManifest.js","cache":"MISS"},"startTime":1784902841968,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":19908,"timestamp":633181224,"id":1446,"parentId":1238,"tags":{"name":"static/chunks/4027-3d60593610ce9493.js","cache":"MISS"},"startTime":1784902841968,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":186880,"timestamp":633154700,"id":1428,"parentId":1238,"tags":{"name":"static/chunks/8566-a736fa458e34c5a0.js","cache":"MISS"},"startTime":1784902841941,"traceId":"1b3c19198546de15"},{"name":"minify-js","duration":194820,"timestamp":633172407,"id":1438,"parentId":1238,"tags":{"name":"static/chunks/6497-49fcadddf3973087.js","cache":"MISS"},"startTime":1784902841959,"traceId":"1b3c19198546de15"},{"name":"minify-webpack-plugin-optimize","duration":239693,"timestamp":633127558,"id":1238,"parentId":1085,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1784902841914,"traceId":"1b3c19198546de15"},{"name":"minify-css","duration":185,"timestamp":633367555,"id":1453,"parentId":1452,"tags":{"file":"static/css/08db0ee30be10391.css","cache":"HIT"},"startTime":1784902842154,"traceId":"1b3c19198546de15"},{"name":"minify-css","duration":131,"timestamp":633367612,"id":1454,"parentId":1452,"tags":{"file":"static/css/a26070ae14fac156.css","cache":"HIT"},"startTime":1784902842154,"traceId":"1b3c19198546de15"},{"name":"minify-css","duration":128,"timestamp":633367617,"id":1455,"parentId":1452,"tags":{"file":"static/css/11b25db9b78774b4.css","cache":"HIT"},"startTime":1784902842154,"traceId":"1b3c19198546de15"},{"name":"minify-css","duration":125,"timestamp":633367621,"id":1456,"parentId":1452,"tags":{"file":"static/css/1731038b3698a0cf.css","cache":"HIT"},"startTime":1784902842154,"traceId":"1b3c19198546de15"},{"name":"css-minimizer-plugin","duration":288,"timestamp":633367460,"id":1452,"parentId":1085,"tags":{},"startTime":1784902842154,"traceId":"1b3c19198546de15"},{"name":"seal","duration":1069613,"timestamp":632359671,"id":1222,"parentId":1085,"tags":{},"startTime":1784902841146,"traceId":"1b3c19198546de15"},{"name":"webpack-compilation","duration":2884285,"timestamp":630545093,"id":1085,"parentId":16,"tags":{"name":"client"},"startTime":1784902839332,"traceId":"1b3c19198546de15"},{"name":"emit","duration":36173,"timestamp":633429426,"id":1457,"parentId":16,"tags":{},"startTime":1784902842216,"traceId":"1b3c19198546de15"},{"name":"webpack-close","duration":1113704,"timestamp":633468751,"id":1458,"parentId":16,"tags":{"name":"client"},"startTime":1784902842255,"traceId":"1b3c19198546de15"},{"name":"webpack-generate-error-stats","duration":824,"timestamp":634582479,"id":1459,"parentId":1458,"tags":{},"startTime":1784902843369,"traceId":"1b3c19198546de15"},{"name":"run-webpack-compiler","duration":12821406,"timestamp":621762170,"id":16,"parentId":1,"tags":{},"startTime":1784902830549,"traceId":"1b3c19198546de15"},{"name":"format-webpack-messages","duration":93,"timestamp":634583582,"id":1460,"parentId":1,"tags":{},"startTime":1784902843370,"traceId":"1b3c19198546de15"},{"name":"verify-typescript-setup","duration":24978744,"timestamp":634587352,"id":1462,"parentId":1,"tags":{},"startTime":1784902843374,"traceId":"1b3c19198546de15"},{"name":"check-static-error-page","duration":30576,"timestamp":659610697,"id":1465,"parentId":1464,"tags":{},"startTime":1784902868397,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":41266,"timestamp":659916455,"id":1466,"parentId":1464,"tags":{"page":"/_app"},"startTime":1784902868703,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":40256,"timestamp":659917484,"id":1468,"parentId":1464,"tags":{"page":"/_document"},"startTime":1784902868704,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":49075,"timestamp":659917408,"id":1467,"parentId":1464,"tags":{"page":"/_error"},"startTime":1784902868704,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":63157,"timestamp":659973144,"id":1593,"parentId":1588,"tags":{},"startTime":1784902868760,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":80323,"timestamp":659956060,"id":1588,"parentId":1464,"tags":{"page":"/icon.png"},"startTime":1784902868743,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":72798,"timestamp":659973258,"id":1595,"parentId":1591,"tags":{},"startTime":1784902868760,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":89629,"timestamp":659956473,"id":1591,"parentId":1464,"tags":{"page":"/icon2.png"},"startTime":1784902868743,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":95337,"timestamp":659973224,"id":1594,"parentId":1589,"tags":{},"startTime":1784902868760,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":112412,"timestamp":659956192,"id":1589,"parentId":1464,"tags":{"page":"/icon1.png"},"startTime":1784902868743,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":121377,"timestamp":659973290,"id":1596,"parentId":1472,"tags":{},"startTime":1784902868760,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":175415,"timestamp":659919303,"id":1472,"parentId":1464,"tags":{"page":"/api/assistant/conversation"},"startTime":1784902868706,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":135261,"timestamp":659973799,"id":1598,"parentId":1470,"tags":{},"startTime":1784902868760,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":190771,"timestamp":659918348,"id":1470,"parentId":1464,"tags":{"page":"/api/app/update-check"},"startTime":1784902868705,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":136042,"timestamp":659973320,"id":1597,"parentId":1469,"tags":{},"startTime":1784902868760,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":191775,"timestamp":659917610,"id":1469,"parentId":1464,"tags":{"page":"/_not-found"},"startTime":1784902868704,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":137490,"timestamp":659973943,"id":1599,"parentId":1471,"tags":{},"startTime":1784902868760,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":192610,"timestamp":659918843,"id":1471,"parentId":1464,"tags":{"page":"/api/app/update"},"startTime":1784902868705,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":141278,"timestamp":659974031,"id":1601,"parentId":1474,"tags":{},"startTime":1784902868761,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":195123,"timestamp":659920210,"id":1474,"parentId":1464,"tags":{"page":"/api/assistant/messages"},"startTime":1784902868707,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":145031,"timestamp":659974075,"id":1602,"parentId":1475,"tags":{},"startTime":1784902868761,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":198518,"timestamp":659920614,"id":1475,"parentId":1464,"tags":{"page":"/api/assistant/session"},"startTime":1784902868707,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":149126,"timestamp":659974108,"id":1603,"parentId":1476,"tags":{},"startTime":1784902868761,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":202263,"timestamp":659920997,"id":1476,"parentId":1464,"tags":{"page":"/api/assistant/start"},"startTime":1784902868707,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":153765,"timestamp":659974128,"id":1604,"parentId":1477,"tags":{},"startTime":1784902868761,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":206517,"timestamp":659921405,"id":1477,"parentId":1464,"tags":{"page":"/api/assistant/terminal"},"startTime":1784902868708,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":157570,"timestamp":659974140,"id":1605,"parentId":1478,"tags":{},"startTime":1784902868761,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":209949,"timestamp":659921787,"id":1478,"parentId":1464,"tags":{"page":"/api/assistant/tools"},"startTime":1784902868708,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":161014,"timestamp":659974157,"id":1606,"parentId":1479,"tags":{},"startTime":1784902868761,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":212105,"timestamp":659923089,"id":1479,"parentId":1464,"tags":{"page":"/api/auth/login"},"startTime":1784902868710,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":164363,"timestamp":659974169,"id":1607,"parentId":1480,"tags":{},"startTime":1784902868761,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":215091,"timestamp":659923467,"id":1480,"parentId":1464,"tags":{"page":"/api/auth/logout"},"startTime":1784902868710,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":167169,"timestamp":659974257,"id":1608,"parentId":1481,"tags":{},"startTime":1784902868761,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":217626,"timestamp":659923820,"id":1481,"parentId":1464,"tags":{"page":"/api/auth/status"},"startTime":1784902868710,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":173767,"timestamp":659973976,"id":1600,"parentId":1473,"tags":{},"startTime":1784902868760,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":228022,"timestamp":659919748,"id":1473,"parentId":1464,"tags":{"page":"/api/assistant/current-output"},"startTime":1784902868706,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":174669,"timestamp":659974294,"id":1609,"parentId":1482,"tags":{},"startTime":1784902868761,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":224777,"timestamp":659924211,"id":1482,"parentId":1464,"tags":{"page":"/api/daily-summary"},"startTime":1784902868711,"traceId":"1b3c19198546de15"}]
|
|
9
|
-
[{"name":"is-page-static","duration":176788,"timestamp":659974472,"id":1611,"parentId":1483,"tags":{},"startTime":1784902868761,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":226726,"timestamp":659924551,"id":1483,"parentId":1464,"tags":{"page":"/api/daily-summary/status"},"startTime":1784902868711,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":181192,"timestamp":659974387,"id":1610,"parentId":1484,"tags":{},"startTime":1784902868761,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":230769,"timestamp":659924842,"id":1484,"parentId":1464,"tags":{"page":"/api/external-apps/[id]/health"},"startTime":1784902868711,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":181700,"timestamp":659974581,"id":1612,"parentId":1485,"tags":{},"startTime":1784902868761,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":231094,"timestamp":659925207,"id":1485,"parentId":1464,"tags":{"page":"/api/external-apps/[id]"},"startTime":1784902868712,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":183876,"timestamp":659974694,"id":1614,"parentId":1487,"tags":{},"startTime":1784902868761,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":232606,"timestamp":659925988,"id":1487,"parentId":1464,"tags":{"page":"/api/hooks/claude-done"},"startTime":1784902868712,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":184771,"timestamp":659974669,"id":1613,"parentId":1486,"tags":{},"startTime":1784902868761,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":233880,"timestamp":659925577,"id":1486,"parentId":1464,"tags":{"page":"/api/external-apps"},"startTime":1784902868712,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":186074,"timestamp":659974709,"id":1615,"parentId":1488,"tags":{},"startTime":1784902868761,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":234403,"timestamp":659926401,"id":1488,"parentId":1464,"tags":{"page":"/api/ollama/models"},"startTime":1784902868713,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":188277,"timestamp":659974817,"id":1616,"parentId":1489,"tags":{},"startTime":1784902868761,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":236349,"timestamp":659926765,"id":1489,"parentId":1464,"tags":{"page":"/api/push/subscriptions"},"startTime":1784902868713,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":188262,"timestamp":659974904,"id":1617,"parentId":1490,"tags":{},"startTime":1784902868761,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":236027,"timestamp":659927151,"id":1490,"parentId":1464,"tags":{"page":"/api/push/vapid"},"startTime":1784902868714,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":191149,"timestamp":659974952,"id":1619,"parentId":1492,"tags":{},"startTime":1784902868761,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":238306,"timestamp":659927821,"id":1492,"parentId":1464,"tags":{"page":"/api/repositories/[id]/todos/[todoId]"},"startTime":1784902868714,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":192396,"timestamp":659974931,"id":1618,"parentId":1491,"tags":{},"startTime":1784902868761,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":239856,"timestamp":659927490,"id":1491,"parentId":1464,"tags":{"page":"/api/repositories/[id]"},"startTime":1784902868714,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":193735,"timestamp":659974971,"id":1620,"parentId":1493,"tags":{},"startTime":1784902868761,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":237481,"timestamp":659931247,"id":1493,"parentId":1464,"tags":{"page":"/api/repositories/[id]/todos"},"startTime":1784902868718,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":200975,"timestamp":659975042,"id":1622,"parentId":1495,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":244126,"timestamp":659931922,"id":1495,"parentId":1464,"tags":{"page":"/api/repositories/clone"},"startTime":1784902868718,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":203588,"timestamp":659975059,"id":1623,"parentId":1496,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":246401,"timestamp":659932277,"id":1496,"parentId":1464,"tags":{"page":"/api/repositories/excluded"},"startTime":1784902868719,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":204851,"timestamp":659974991,"id":1621,"parentId":1494,"tags":{},"startTime":1784902868761,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":248268,"timestamp":659931594,"id":1494,"parentId":1464,"tags":{"page":"/api/repositories/clone/[jobId]"},"startTime":1784902868718,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":206843,"timestamp":659975091,"id":1624,"parentId":1498,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":249035,"timestamp":659932919,"id":1498,"parentId":1464,"tags":{"page":"/api/repositories"},"startTime":1784902868719,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":208346,"timestamp":659975111,"id":1625,"parentId":1497,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":250855,"timestamp":659932631,"id":1497,"parentId":1464,"tags":{"page":"/api/repositories/restore"},"startTime":1784902868719,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":210137,"timestamp":659975137,"id":1626,"parentId":1499,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":252068,"timestamp":659933227,"id":1499,"parentId":1464,"tags":{"page":"/api/repositories/scan"},"startTime":1784902868720,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":212080,"timestamp":659975158,"id":1627,"parentId":1500,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":253753,"timestamp":659933506,"id":1500,"parentId":1464,"tags":{"page":"/api/repositories/sync"},"startTime":1784902868720,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":216263,"timestamp":659975268,"id":1628,"parentId":1502,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":257489,"timestamp":659934061,"id":1502,"parentId":1464,"tags":{"page":"/api/skills/[id]"},"startTime":1784902868721,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":217052,"timestamp":659975449,"id":1629,"parentId":1501,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":258742,"timestamp":659933778,"id":1501,"parentId":1464,"tags":{"page":"/api/sidebar/group-order"},"startTime":1784902868720,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":223025,"timestamp":659975577,"id":1631,"parentId":1503,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":264300,"timestamp":659934325,"id":1503,"parentId":1464,"tags":{"page":"/api/skills"},"startTime":1784902868721,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":226006,"timestamp":659975603,"id":1632,"parentId":1505,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":266764,"timestamp":659934868,"id":1505,"parentId":1464,"tags":{"page":"/api/templates/[id]"},"startTime":1784902868721,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":228287,"timestamp":659975621,"id":1633,"parentId":1506,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":268753,"timestamp":659935177,"id":1506,"parentId":1464,"tags":{"page":"/api/templates"},"startTime":1784902868722,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":230528,"timestamp":659975711,"id":1634,"parentId":1507,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":270816,"timestamp":659935444,"id":1507,"parentId":1464,"tags":{"page":"/api/todos"},"startTime":1784902868722,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":233484,"timestamp":659975756,"id":1635,"parentId":1508,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":273572,"timestamp":659935691,"id":1508,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/auto-yes"},"startTime":1784902868722,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":235494,"timestamp":659975478,"id":1630,"parentId":1504,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":276415,"timestamp":659934581,"id":1504,"parentId":1464,"tags":{"page":"/api/slash-commands"},"startTime":1784902868721,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":236157,"timestamp":659975778,"id":1636,"parentId":1509,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":276010,"timestamp":659935947,"id":1509,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/capture"},"startTime":1784902868722,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":239296,"timestamp":659975818,"id":1638,"parentId":1511,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":278602,"timestamp":659936538,"id":1511,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/cmate/schedules"},"startTime":1784902868723,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":239419,"timestamp":659975794,"id":1637,"parentId":1510,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":278976,"timestamp":659936253,"id":1510,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/cli-tool"},"startTime":1784902868723,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":244249,"timestamp":659975835,"id":1639,"parentId":1512,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":283308,"timestamp":659936807,"id":1512,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/current-output"},"startTime":1784902868723,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":244361,"timestamp":659975849,"id":1640,"parentId":1513,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":283114,"timestamp":659937112,"id":1513,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/execution-logs/[logId]"},"startTime":1784902868724,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":247025,"timestamp":659975864,"id":1641,"parentId":1514,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":285524,"timestamp":659937388,"id":1514,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/execution-logs"},"startTime":1784902868724,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":250948,"timestamp":659975929,"id":1642,"parentId":1515,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":289272,"timestamp":659937671,"id":1515,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/files/[...path]"},"startTime":1784902868724,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":252840,"timestamp":659975946,"id":1643,"parentId":1516,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":290863,"timestamp":659937950,"id":1516,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/branch/create"},"startTime":1784902868724,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":254873,"timestamp":659975960,"id":1644,"parentId":1517,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":292603,"timestamp":659938253,"id":1517,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/branch/delete"},"startTime":1784902868725,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":256402,"timestamp":659975975,"id":1645,"parentId":1518,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":293863,"timestamp":659938536,"id":1518,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/branches"},"startTime":1784902868725,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":257786,"timestamp":659975992,"id":1646,"parentId":1519,"tags":{},"startTime":1784902868762,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":294983,"timestamp":659938815,"id":1519,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/checkout"},"startTime":1784902868725,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":261054,"timestamp":659976034,"id":1647,"parentId":1520,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":297995,"timestamp":659939121,"id":1520,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/commit"},"startTime":1784902868726,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":262389,"timestamp":659976051,"id":1648,"parentId":1522,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":298785,"timestamp":659939678,"id":1522,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/fetch"},"startTime":1784902868726,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":263708,"timestamp":659976066,"id":1649,"parentId":1521,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":300395,"timestamp":659939401,"id":1521,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/diff"},"startTime":1784902868726,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":266990,"timestamp":659976080,"id":1650,"parentId":1523,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":303142,"timestamp":659939955,"id":1523,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/log"},"startTime":1784902868726,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":267637,"timestamp":659976098,"id":1651,"parentId":1524,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":303504,"timestamp":659940254,"id":1524,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/pull"},"startTime":1784902868727,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":270939,"timestamp":659976116,"id":1652,"parentId":1525,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":306544,"timestamp":659940534,"id":1525,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/push"},"startTime":1784902868727,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":271262,"timestamp":659976150,"id":1654,"parentId":1527,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":306335,"timestamp":659941097,"id":1527,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/revert"},"startTime":1784902868728,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":272823,"timestamp":659976136,"id":1653,"parentId":1526,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":308194,"timestamp":659940797,"id":1526,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/reset"},"startTime":1784902868727,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":274027,"timestamp":659976165,"id":1655,"parentId":1528,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":308834,"timestamp":659941380,"id":1528,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/show/[commitHash]"},"startTime":1784902868728,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":276246,"timestamp":659976180,"id":1656,"parentId":1529,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":310792,"timestamp":659941656,"id":1529,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/stage"},"startTime":1784902868728,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":276519,"timestamp":659976196,"id":1657,"parentId":1531,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":310503,"timestamp":659942243,"id":1531,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/stash/[index]"},"startTime":1784902868729,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":278988,"timestamp":659976226,"id":1659,"parentId":1533,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":312434,"timestamp":659942802,"id":1533,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/stash/pop"},"startTime":1784902868729,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":279536,"timestamp":659976211,"id":1658,"parentId":1532,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":313246,"timestamp":659942520,"id":1532,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/stash/apply"},"startTime":1784902868729,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":281684,"timestamp":659976239,"id":1660,"parentId":1530,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"}]
|
|
10
|
-
[{"name":"check-page","duration":316373,"timestamp":659941935,"id":1530,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/staged"},"startTime":1784902868728,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":282955,"timestamp":659976253,"id":1661,"parentId":1534,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":316115,"timestamp":659943113,"id":1534,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/stash/push"},"startTime":1784902868730,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":284374,"timestamp":659976266,"id":1662,"parentId":1535,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":317266,"timestamp":659943394,"id":1535,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/stash"},"startTime":1784902868730,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":287517,"timestamp":659976281,"id":1663,"parentId":1536,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":320153,"timestamp":659943666,"id":1536,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/status"},"startTime":1784902868730,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":287611,"timestamp":659976295,"id":1664,"parentId":1537,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":319978,"timestamp":659943943,"id":1537,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/unstage"},"startTime":1784902868730,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":290081,"timestamp":659976312,"id":1665,"parentId":1538,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":322180,"timestamp":659944242,"id":1538,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/git/working-diff"},"startTime":1784902868731,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":290230,"timestamp":659976334,"id":1666,"parentId":1539,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":322064,"timestamp":659944515,"id":1539,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/interrupt"},"startTime":1784902868731,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":292971,"timestamp":659976475,"id":1668,"parentId":1541,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":324423,"timestamp":659945048,"id":1541,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/logs/[filename]"},"startTime":1784902868732,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":293549,"timestamp":659976362,"id":1667,"parentId":1540,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":325156,"timestamp":659944773,"id":1540,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/kill-session"},"startTime":1784902868731,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":295544,"timestamp":659976567,"id":1669,"parentId":1542,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":326821,"timestamp":659945311,"id":1542,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/logs"},"startTime":1784902868732,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":298981,"timestamp":659976610,"id":1671,"parentId":1544,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":329814,"timestamp":659945803,"id":1544,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/memos/[memoId]"},"startTime":1784902868732,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":301641,"timestamp":659976639,"id":1672,"parentId":1545,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":332203,"timestamp":659946097,"id":1545,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/memos"},"startTime":1784902868733,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":304282,"timestamp":659976659,"id":1673,"parentId":1546,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":334587,"timestamp":659946377,"id":1546,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/messages"},"startTime":1784902868733,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":306838,"timestamp":659976687,"id":1674,"parentId":1547,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":336909,"timestamp":659946638,"id":1547,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/prompt-response"},"startTime":1784902868733,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":309445,"timestamp":659976710,"id":1675,"parentId":1548,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":339272,"timestamp":659946905,"id":1548,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/respond"},"startTime":1784902868733,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":316178,"timestamp":659972787,"id":1592,"parentId":1587,"tags":{},"startTime":1784902868759,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":333080,"timestamp":659955910,"id":1587,"parentId":1464,"tags":{"page":"/apple-icon.png"},"startTime":1784902868742,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":313726,"timestamp":659976748,"id":1676,"parentId":1549,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":343295,"timestamp":659947202,"id":1549,"parentId":1464,"tags":{"page":"/api/worktrees/[id]"},"startTime":1784902868734,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":320397,"timestamp":659976783,"id":1678,"parentId":1551,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":349443,"timestamp":659947762,"id":1551,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/schedules/active"},"startTime":1784902868734,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":330571,"timestamp":659976805,"id":1679,"parentId":1552,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":359348,"timestamp":659948066,"id":1552,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/schedules"},"startTime":1784902868735,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":333429,"timestamp":659976828,"id":1680,"parentId":1553,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":361935,"timestamp":659948344,"id":1553,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/search"},"startTime":1784902868735,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":336018,"timestamp":659976870,"id":1681,"parentId":1554,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":364293,"timestamp":659948621,"id":1554,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/send"},"startTime":1784902868735,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":344588,"timestamp":659977101,"id":1682,"parentId":1555,"tags":{},"startTime":1784902868764,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":372816,"timestamp":659948901,"id":1555,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/install"},"startTime":1784902868735,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":346473,"timestamp":659976772,"id":1677,"parentId":1550,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":375786,"timestamp":659947481,"id":1550,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/schedules/[scheduleId]"},"startTime":1784902868734,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":347533,"timestamp":659977232,"id":1683,"parentId":1556,"tags":{},"startTime":1784902868764,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":375579,"timestamp":659949208,"id":1556,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/plan"},"startTime":1784902868736,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":352613,"timestamp":659977435,"id":1685,"parentId":1559,"tags":{},"startTime":1784902868764,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":379996,"timestamp":659950082,"id":1559,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/skills"},"startTime":1784902868737,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":354082,"timestamp":659977620,"id":1686,"parentId":1558,"tags":{},"startTime":1784902868764,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":381947,"timestamp":659949779,"id":1558,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/uninstall"},"startTime":1784902868736,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":357397,"timestamp":659977666,"id":1687,"parentId":1560,"tags":{},"startTime":1784902868764,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":384754,"timestamp":659950335,"id":1560,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/slash-commands"},"startTime":1784902868737,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":359482,"timestamp":659977688,"id":1688,"parentId":1561,"tags":{},"startTime":1784902868764,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":386621,"timestamp":659950571,"id":1561,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/special-keys"},"startTime":1784902868737,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":361822,"timestamp":659977704,"id":1689,"parentId":1562,"tags":{},"startTime":1784902868764,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":388722,"timestamp":659950826,"id":1562,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/start-polling"},"startTime":1784902868737,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":363311,"timestamp":659977335,"id":1684,"parentId":1557,"tags":{},"startTime":1784902868764,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":391174,"timestamp":659949493,"id":1557,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/uninstall-plan"},"startTime":1784902868736,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":364314,"timestamp":659977720,"id":1690,"parentId":1564,"tags":{},"startTime":1784902868764,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":390694,"timestamp":659951363,"id":1564,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/timers/history"},"startTime":1784902868738,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":366834,"timestamp":659977774,"id":1692,"parentId":1565,"tags":{},"startTime":1784902868764,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":393009,"timestamp":659951619,"id":1565,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/timers"},"startTime":1784902868738,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":366984,"timestamp":659977743,"id":1691,"parentId":1566,"tags":{},"startTime":1784902868764,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":392888,"timestamp":659951866,"id":1566,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/todos/[todoId]"},"startTime":1784902868738,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":369173,"timestamp":659977799,"id":1693,"parentId":1563,"tags":{},"startTime":1784902868764,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":395885,"timestamp":659951108,"id":1563,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/terminal"},"startTime":1784902868738,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":371064,"timestamp":659977822,"id":1694,"parentId":1567,"tags":{},"startTime":1784902868764,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":396755,"timestamp":659952152,"id":1567,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/todos"},"startTime":1784902868739,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":371805,"timestamp":659977841,"id":1695,"parentId":1568,"tags":{},"startTime":1784902868764,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":397253,"timestamp":659952418,"id":1568,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/tree/[...path]"},"startTime":1784902868739,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":375107,"timestamp":659977856,"id":1696,"parentId":1569,"tags":{},"startTime":1784902868764,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":400304,"timestamp":659952681,"id":1569,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/tree"},"startTime":1784902868739,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":378165,"timestamp":659977883,"id":1697,"parentId":1570,"tags":{},"startTime":1784902868764,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":403144,"timestamp":659952933,"id":1570,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/upload/[...path]"},"startTime":1784902868739,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":378246,"timestamp":659978023,"id":1699,"parentId":1572,"tags":{},"startTime":1784902868765,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":402810,"timestamp":659953475,"id":1572,"parentId":1464,"tags":{"page":"/api/worktrees"},"startTime":1784902868740,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":378443,"timestamp":659977897,"id":1698,"parentId":1571,"tags":{},"startTime":1784902868764,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":403132,"timestamp":659953220,"id":1571,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/viewed"},"startTime":1784902868740,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":375920,"timestamp":659983867,"id":1701,"parentId":1590,"tags":{},"startTime":1784902868770,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":403474,"timestamp":659956336,"id":1590,"parentId":1464,"tags":{"page":"/manifest.webmanifest"},"startTime":1784902868743,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":381417,"timestamp":659978451,"id":1700,"parentId":1578,"tags":{},"startTime":1784902868765,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":405246,"timestamp":659954633,"id":1578,"parentId":1464,"tags":{"page":"/proxy/[...path]"},"startTime":1784902868741,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":400805,"timestamp":659992785,"id":1703,"parentId":1574,"tags":{},"startTime":1784902868779,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":439653,"timestamp":659953982,"id":1574,"parentId":1464,"tags":{"page":"/login"},"startTime":1784902868740,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":409216,"timestamp":659992878,"id":1704,"parentId":1575,"tags":{},"startTime":1784902868779,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":447930,"timestamp":659954192,"id":1575,"parentId":1464,"tags":{"page":"/more"},"startTime":1784902868741,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":412137,"timestamp":659992958,"id":1705,"parentId":1576,"tags":{},"startTime":1784902868779,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":450769,"timestamp":659954348,"id":1576,"parentId":1464,"tags":{"page":"/offline"},"startTime":1784902868741,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":419636,"timestamp":659993070,"id":1706,"parentId":1577,"tags":{},"startTime":1784902868780,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":458241,"timestamp":659954493,"id":1577,"parentId":1464,"tags":{"page":"/"},"startTime":1784902868741,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":422550,"timestamp":659993174,"id":1707,"parentId":1579,"tags":{},"startTime":1784902868780,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":460978,"timestamp":659954768,"id":1579,"parentId":1464,"tags":{"page":"/repositories"},"startTime":1784902868741,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":425517,"timestamp":659993256,"id":1708,"parentId":1580,"tags":{},"startTime":1784902868780,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":463886,"timestamp":659954907,"id":1580,"parentId":1464,"tags":{"page":"/review"},"startTime":1784902868741,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":428408,"timestamp":659993336,"id":1709,"parentId":1581,"tags":{},"startTime":1784902868780,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":466693,"timestamp":659955077,"id":1581,"parentId":1464,"tags":{"page":"/sessions"},"startTime":1784902868742,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":434302,"timestamp":659992681,"id":1702,"parentId":1573,"tags":{},"startTime":1784902868779,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":473306,"timestamp":659953720,"id":1573,"parentId":1464,"tags":{"page":"/chat"},"startTime":1784902868740,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":438692,"timestamp":659993476,"id":1711,"parentId":1583,"tags":{},"startTime":1784902868780,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":476827,"timestamp":659955365,"id":1583,"parentId":1464,"tags":{"page":"/skills"},"startTime":1784902868742,"traceId":"1b3c19198546de15"}]
|
|
11
|
-
[{"name":"is-page-static","duration":444592,"timestamp":659993568,"id":1712,"parentId":1584,"tags":{},"startTime":1784902868780,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":482694,"timestamp":659955497,"id":1584,"parentId":1464,"tags":{"page":"/worktrees/[id]/files/[...path]"},"startTime":1784902868742,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":448124,"timestamp":659993407,"id":1710,"parentId":1582,"tags":{},"startTime":1784902868780,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":486331,"timestamp":659955223,"id":1582,"parentId":1464,"tags":{"page":"/skills/[skillId]"},"startTime":1784902868742,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":451179,"timestamp":659993726,"id":1714,"parentId":1586,"tags":{},"startTime":1784902868780,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":489153,"timestamp":659955775,"id":1586,"parentId":1464,"tags":{"page":"/worktrees/[id]/terminal"},"startTime":1784902868742,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":482484,"timestamp":659993650,"id":1713,"parentId":1585,"tags":{},"startTime":1784902868780,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":520543,"timestamp":659955631,"id":1585,"parentId":1464,"tags":{"page":"/worktrees/[id]"},"startTime":1784902868742,"traceId":"1b3c19198546de15"},{"name":"is-page-static","duration":550346,"timestamp":659976591,"id":1670,"parentId":1543,"tags":{},"startTime":1784902868763,"traceId":"1b3c19198546de15"},{"name":"check-page","duration":581418,"timestamp":659945572,"id":1543,"parentId":1464,"tags":{"page":"/api/worktrees/[id]/marp-render"},"startTime":1784902868732,"traceId":"1b3c19198546de15"},{"name":"static-check","duration":920358,"timestamp":659606691,"id":1464,"parentId":1,"tags":{},"startTime":1784902868393,"traceId":"1b3c19198546de15"},{"name":"generate-required-server-files","duration":428,"timestamp":660527319,"id":1716,"parentId":1,"tags":{},"startTime":1784902869314,"traceId":"1b3c19198546de15"},{"name":"write-routes-manifest","duration":15367,"timestamp":660536675,"id":1718,"parentId":1,"tags":{},"startTime":1784902869323,"traceId":"1b3c19198546de15"},{"name":"load-dotenv","duration":119,"timestamp":661995254,"id":1721,"parentId":1720,"tags":{},"startTime":1784902870782,"traceId":"1b3c19198546de15"},{"name":"run-export-path-map","duration":485,"timestamp":663414482,"id":1722,"parentId":1720,"tags":{},"startTime":1784902872201,"traceId":"1b3c19198546de15"},{"name":"next-export","duration":3098494,"timestamp":661994389,"id":1720,"parentId":1,"tags":{},"startTime":1784902870781,"traceId":"1b3c19198546de15"},{"name":"move-exported-app-not-found-","duration":87,"timestamp":665094854,"id":1723,"parentId":1719,"tags":{},"startTime":1784902873881,"traceId":"1b3c19198546de15"},{"name":"move-exported-page","duration":85802,"timestamp":665095074,"id":1724,"parentId":1719,"tags":{},"startTime":1784902873882,"traceId":"1b3c19198546de15"},{"name":"static-generation","duration":3685982,"timestamp":661990828,"id":1719,"parentId":1,"tags":{},"startTime":1784902870777,"traceId":"1b3c19198546de15"},{"name":"write-routes-manifest","duration":104214,"timestamp":665677657,"id":1725,"parentId":1,"tags":{},"startTime":1784902874464,"traceId":"1b3c19198546de15"},{"name":"node-file-trace-build","duration":17684053,"timestamp":660531232,"id":1717,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1784902869318,"traceId":"1b3c19198546de15"},{"name":"apply-include-excludes","duration":1182,"timestamp":678215308,"id":1726,"parentId":1,"tags":{},"startTime":1784902887002,"traceId":"1b3c19198546de15"},{"name":"print-tree-view","duration":9998,"timestamp":678216732,"id":1727,"parentId":1,"tags":{},"startTime":1784902887003,"traceId":"1b3c19198546de15"},{"name":"telemetry-flush","duration":52,"timestamp":678226743,"id":1728,"parentId":1,"tags":{},"startTime":1784902887013,"traceId":"1b3c19198546de15"},{"name":"next-build","duration":56772611,"timestamp":621454191,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.5.20","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1784902830241,"traceId":"1b3c19198546de15"}]
|
|
1
|
+
[{"name":"generate-buildid","duration":165,"timestamp":539824566,"id":4,"parentId":1,"tags":{},"startTime":1785335255678,"traceId":"95310bdcee82f00d"},{"name":"load-custom-routes","duration":1264,"timestamp":539824798,"id":5,"parentId":1,"tags":{},"startTime":1785335255678,"traceId":"95310bdcee82f00d"},{"name":"create-dist-dir","duration":15103,"timestamp":539890533,"id":6,"parentId":1,"tags":{},"startTime":1785335255744,"traceId":"95310bdcee82f00d"},{"name":"create-pages-mapping","duration":183,"timestamp":539930894,"id":7,"parentId":1,"tags":{},"startTime":1785335255784,"traceId":"95310bdcee82f00d"},{"name":"collect-app-files","duration":4329,"timestamp":539931106,"id":8,"parentId":1,"tags":{},"startTime":1785335255785,"traceId":"95310bdcee82f00d"},{"name":"create-app-mapping","duration":12269,"timestamp":539935451,"id":9,"parentId":1,"tags":{},"startTime":1785335255789,"traceId":"95310bdcee82f00d"},{"name":"create-app-layouts","duration":80,"timestamp":539947742,"id":10,"parentId":1,"tags":{},"startTime":1785335255801,"traceId":"95310bdcee82f00d"},{"name":"collect-default-files","duration":3847,"timestamp":539949340,"id":12,"parentId":1,"tags":{},"startTime":1785335255803,"traceId":"95310bdcee82f00d"},{"name":"generate-route-types","duration":20223,"timestamp":539948698,"id":11,"parentId":1,"tags":{},"startTime":1785335255802,"traceId":"95310bdcee82f00d"},{"name":"public-dir-conflict-check","duration":348,"timestamp":539968968,"id":13,"parentId":1,"tags":{},"startTime":1785335255822,"traceId":"95310bdcee82f00d"},{"name":"generate-routes-manifest","duration":2352,"timestamp":539969444,"id":14,"parentId":1,"tags":{},"startTime":1785335255823,"traceId":"95310bdcee82f00d"},{"name":"create-entrypoints","duration":50296,"timestamp":539977407,"id":17,"parentId":1,"tags":{},"startTime":1785335255831,"traceId":"95310bdcee82f00d"},{"name":"generate-webpack-config","duration":212179,"timestamp":540027737,"id":18,"parentId":16,"tags":{},"startTime":1785335255881,"traceId":"95310bdcee82f00d"},{"name":"next-trace-entrypoint-plugin","duration":1447,"timestamp":540312218,"id":20,"parentId":19,"tags":{},"startTime":1785335256166,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":1190496,"timestamp":540319330,"id":109,"parentId":21,"tags":{"request":"next/dist/pages/_app"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":1874051,"timestamp":540319376,"id":129,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftodos%2Froute&name=app%2Fapi%2Ftodos%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftodos%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftodos%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2064050,"timestamp":540319362,"id":123,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsidebar%2Fgroup-order%2Froute&name=app%2Fapi%2Fsidebar%2Fgroup-order%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsidebar%2Fgroup-order%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsidebar%2Fgroup-order%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2251698,"timestamp":540319393,"id":136,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2265440,"timestamp":540319383,"id":132,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2F%5Bfilename%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2266200,"timestamp":540319365,"id":124,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fvalidate-path%2Froute&name=app%2Fapi%2Frepositories%2Fvalidate-path%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fvalidate-path%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fvalidate-path%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2276442,"timestamp":540319378,"id":130,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Foperations%2Froute&name=app%2Fapi%2Fskills%2Foperations%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Foperations%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Foperations%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2331070,"timestamp":540319401,"id":139,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fproxy%2F%5B...path%5D%2Froute&name=app%2Fproxy%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fproxy%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fproxy%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2399276,"timestamp":540319374,"id":128,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Freindex%2Froute&name=app%2Fapi%2Fskills%2Freindex%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Freindex%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Freindex%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411988,"timestamp":540319194,"id":70,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstage%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstage%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstage%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstage%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411997,"timestamp":540319197,"id":71,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2F%5Bindex%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2F%5Bindex%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2F%5Bindex%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2F%5Bindex%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2412000,"timestamp":540319199,"id":72,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fapply%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fapply%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fapply%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fapply%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2412002,"timestamp":540319202,"id":73,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpop%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpop%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpop%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpop%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2412002,"timestamp":540319204,"id":74,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpush%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpush%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpush%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Fpush%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2412002,"timestamp":540319207,"id":75,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstash%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2412002,"timestamp":540319209,"id":76,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstatus%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2412002,"timestamp":540319212,"id":77,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Funstage%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Funstage%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Funstage%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Funstage%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2412001,"timestamp":540319214,"id":78,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fworking-diff%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fworking-diff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fworking-diff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fworking-diff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2412000,"timestamp":540319217,"id":79,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Finterrupt%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2412000,"timestamp":540319220,"id":80,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fkill-session%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411997,"timestamp":540319225,"id":82,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2F%5BmemoId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411996,"timestamp":540319228,"id":83,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmessages%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411996,"timestamp":540319230,"id":84,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmemos%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411951,"timestamp":540319277,"id":87,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Factive%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Factive%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Factive%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Factive%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411949,"timestamp":540319282,"id":89,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2F%5BscheduleId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2F%5BscheduleId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2F%5BscheduleId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2F%5BscheduleId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411950,"timestamp":540319284,"id":90,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fschedules%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411945,"timestamp":540319291,"id":93,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fslash-commands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411945,"timestamp":540319293,"id":94,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fspecial-keys%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fspecial-keys%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fspecial-keys%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fspecial-keys%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411942,"timestamp":540319299,"id":96,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fterminal%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411941,"timestamp":540319302,"id":97,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Fhistory%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Fhistory%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Fhistory%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Fhistory%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411942,"timestamp":540319304,"id":98,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftimers%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411942,"timestamp":540319306,"id":99,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411942,"timestamp":540319309,"id":100,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftodos%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411943,"timestamp":540319311,"id":101,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411943,"timestamp":540319313,"id":102,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ftree%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411942,"timestamp":540319315,"id":103,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fviewed%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411942,"timestamp":540319317,"id":104,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fupload%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411925,"timestamp":540319337,"id":112,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fapp%2Fupdate-check%2Froute&name=app%2Fapi%2Fapp%2Fupdate-check%2Froute&pagePath=private-next-app-dir%2Fapi%2Fapp%2Fupdate-check%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fapp%2Fupdate-check%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411923,"timestamp":540319341,"id":114,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Fstatus%2Froute&name=app%2Fapi%2Fauth%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411923,"timestamp":540319343,"id":115,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdaily-summary%2Fstatus%2Froute&name=app%2Fapi%2Fdaily-summary%2Fstatus%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdaily-summary%2Fstatus%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdaily-summary%2Fstatus%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411923,"timestamp":540319346,"id":116,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&name=app%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Fhealth%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411923,"timestamp":540319348,"id":117,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2Froute&name=app%2Fapi%2Fexternal-apps%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411923,"timestamp":540319350,"id":118,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffs%2Frecent-paths%2Froute&name=app%2Fapi%2Ffs%2Frecent-paths%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffs%2Frecent-paths%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffs%2Frecent-paths%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411922,"timestamp":540319353,"id":119,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffs%2Fbrowse%2Froute&name=app%2Fapi%2Ffs%2Fbrowse%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffs%2Fbrowse%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffs%2Fbrowse%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411922,"timestamp":540319355,"id":120,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fexternal-apps%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2411920,"timestamp":540319360,"id":122,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush%2Fsubscriptions%2Froute&name=app%2Fapi%2Fpush%2Fsubscriptions%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush%2Fsubscriptions%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush%2Fsubscriptions%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2424915,"timestamp":540319288,"id":92,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsend%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2424931,"timestamp":540319286,"id":91,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fsearch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2468816,"timestamp":540319371,"id":127,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Froute&name=app%2Fapi%2Fskills%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2468840,"timestamp":540319367,"id":125,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Finstallations%2Froute&name=app%2Fapi%2Fskills%2Finstallations%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Finstallations%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Finstallations%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2468843,"timestamp":540319369,"id":126,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fskills%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2491101,"timestamp":540318926,"id":30,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Flogin%2Froute&name=app%2Fapi%2Fauth%2Flogin%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Flogin%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth%2Flogin%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490983,"timestamp":540319062,"id":31,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Flogout%2Froute&name=app%2Fapi%2Fauth%2Flogout%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Flogout%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth%2Flogout%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490949,"timestamp":540319100,"id":34,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Follama%2Fmodels%2Froute&name=app%2Fapi%2Follama%2Fmodels%2Froute&pagePath=private-next-app-dir%2Fapi%2Follama%2Fmodels%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Follama%2Fmodels%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490895,"timestamp":540319159,"id":56,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fcreate%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fcreate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fcreate%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fcreate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490896,"timestamp":540319161,"id":57,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fdelete%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fdelete%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fdelete%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranch%2Fdelete%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490895,"timestamp":540319166,"id":59,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranches%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranches%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranches%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fbranches%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490892,"timestamp":540319173,"id":62,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Ffetch%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Ffetch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Ffetch%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Ffetch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490884,"timestamp":540319184,"id":66,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Frevert%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Frevert%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Frevert%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Frevert%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490753,"timestamp":540319319,"id":105,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapple-icon.png%2Froute&name=app%2Fapple-icon.png%2Froute&pagePath=private-next-app-dir%2Fapple-icon.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapple-icon.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490752,"timestamp":540319324,"id":106,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ficon.png%2Froute&name=app%2Ficon.png%2Froute&pagePath=private-next-app-dir%2Ficon.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Ficon.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490753,"timestamp":540319326,"id":107,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ficon1.png%2Froute&name=app%2Ficon1.png%2Froute&pagePath=private-next-app-dir%2Ficon1.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Ficon1.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490754,"timestamp":540319328,"id":108,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fmanifest.webmanifest%2Froute&name=app%2Fmanifest.webmanifest%2Froute&pagePath=private-next-app-dir%2Fmanifest.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fmanifest&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2490752,"timestamp":540319333,"id":110,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ficon2.png%2Froute&name=app%2Ficon2.png%2Froute&pagePath=private-next-app-dir%2Ficon2.png&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Ficon2.png&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2493319,"timestamp":540319386,"id":133,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fgit-workflow%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fgit-workflow%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fgit-workflow%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fgit-workflow%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2494443,"timestamp":540319388,"id":134,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall-plan%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall-plan%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall-plan%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall-plan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2494440,"timestamp":540319404,"id":140,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Funinstall%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2515449,"timestamp":540319263,"id":85,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fprompt-response%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2515454,"timestamp":540319273,"id":86,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Frespond%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2515437,"timestamp":540319297,"id":95,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fstart-polling%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2578803,"timestamp":540319391,"id":135,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fplan%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fplan%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fplan%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Fplan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2578814,"timestamp":540319399,"id":138,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Finstall%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Finstall%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Finstall%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fskills%2F%5BskillId%5D%2Finstall%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2583677,"timestamp":540319406,"id":141,"parentId":21,"tags":{"request":"next/dist/pages/_document"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2591745,"timestamp":540319279,"id":88,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2591639,"timestamp":540319396,"id":137,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2Froute&name=app%2Fapi%2Fworktrees%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2592142,"timestamp":540318899,"id":28,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Ftools%2Froute&name=app%2Fapi%2Fassistant%2Ftools%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Ftools%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Ftools%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2597019,"timestamp":540319339,"id":113,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fapp%2Fupdate%2Froute&name=app%2Fapi%2Fapp%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fapp%2Fupdate%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fapp%2Fupdate%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2607001,"timestamp":540319335,"id":111,"parentId":21,"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":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2624452,"timestamp":540319381,"id":131,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Flogs%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2639510,"timestamp":540319132,"id":46,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fslash-commands%2Froute&name=app%2Fapi%2Fslash-commands%2Froute&pagePath=private-next-app-dir%2Fapi%2Fslash-commands%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fslash-commands%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2650808,"timestamp":540319222,"id":81,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmarp-render%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmarp-render%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmarp-render%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fmarp-render%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2681806,"timestamp":540319357,"id":121,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fpush%2Fvapid%2Froute&name=app%2Fapi%2Fpush%2Fvapid%2Froute&pagePath=private-next-app-dir%2Fapi%2Fpush%2Fvapid%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fpush%2Fvapid%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2683240,"timestamp":540318554,"id":22,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%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":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682395,"timestamp":540319409,"id":142,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fchat%2Fpage&name=app%2Fchat%2Fpage&pagePath=private-next-app-dir%2Fchat%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fchat%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682397,"timestamp":540319411,"id":143,"parentId":21,"tags":{"request":"next-app-loader?page=%2Foffline%2Fpage&name=app%2Foffline%2Fpage&pagePath=private-next-app-dir%2Foffline%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Foffline%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682399,"timestamp":540319414,"id":144,"parentId":21,"tags":{"request":"next-app-loader?page=%2Flogin%2Fpage&name=app%2Flogin%2Fpage&pagePath=private-next-app-dir%2Flogin%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Flogin%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682400,"timestamp":540319416,"id":145,"parentId":21,"tags":{"request":"next-app-loader?page=%2Frepositories%2Fpage&name=app%2Frepositories%2Fpage&pagePath=private-next-app-dir%2Frepositories%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Frepositories%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"}]
|
|
2
|
+
[{"name":"add-entry","duration":2682548,"timestamp":540319419,"id":146,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682551,"timestamp":540319421,"id":147,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fmore%2Fpage&name=app%2Fmore%2Fpage&pagePath=private-next-app-dir%2Fmore%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fmore%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682552,"timestamp":540319423,"id":148,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fskills%2F%5BskillId%5D%2Fpage&name=app%2Fskills%2F%5BskillId%5D%2Fpage&pagePath=private-next-app-dir%2Fskills%2F%5BskillId%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fskills%2F%5BskillId%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682552,"timestamp":540319426,"id":149,"parentId":21,"tags":{"request":"next-app-loader?page=%2Freview%2Fpage&name=app%2Freview%2Fpage&pagePath=private-next-app-dir%2Freview%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Freview%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682553,"timestamp":540319430,"id":150,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fsessions%2Fpage&name=app%2Fsessions%2Fpage&pagePath=private-next-app-dir%2Fsessions%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fsessions%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682551,"timestamp":540319435,"id":151,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fskills%2Finstalled%2Fpage&name=app%2Fskills%2Finstalled%2Fpage&pagePath=private-next-app-dir%2Fskills%2Finstalled%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fskills%2Finstalled%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682552,"timestamp":540319437,"id":152,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fskills%2Fpage&name=app%2Fskills%2Fpage&pagePath=private-next-app-dir%2Fskills%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fskills%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682554,"timestamp":540319439,"id":153,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682555,"timestamp":540319441,"id":154,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2682555,"timestamp":540319443,"id":155,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&name=app%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&pagePath=private-next-app-dir%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage.tsx&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699746,"timestamp":540319091,"id":32,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdaily-summary%2Froute&name=app%2Fapi%2Fdaily-summary%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdaily-summary%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fdaily-summary%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2700004,"timestamp":540318843,"id":23,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fconversation%2Froute&name=app%2Fapi%2Fassistant%2Fconversation%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fconversation%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fconversation%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699753,"timestamp":540319097,"id":33,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fhooks%2Fclaude-done%2Froute&name=app%2Fapi%2Fhooks%2Fclaude-done%2Froute&pagePath=private-next-app-dir%2Fapi%2Fhooks%2Fclaude-done%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fhooks%2Fclaude-done%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699751,"timestamp":540319103,"id":35,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2F%5Bid%5D%2Froute&name=app%2Fapi%2Frepositories%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699743,"timestamp":540319113,"id":39,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fclone%2Froute&name=app%2Fapi%2Frepositories%2Fclone%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fclone%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fclone%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699751,"timestamp":540319108,"id":37,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&name=app%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fclone%2F%5BjobId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699751,"timestamp":540319110,"id":38,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2Froute&name=app%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699762,"timestamp":540319105,"id":36,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&name=app%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2F%5Bid%5D%2Ftodos%2F%5BtodoId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699957,"timestamp":540318913,"id":29,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fterminal%2Froute&name=app%2Fapi%2Fassistant%2Fterminal%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fterminal%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fterminal%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2700008,"timestamp":540318864,"id":24,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fmessages%2Froute&name=app%2Fapi%2Fassistant%2Fmessages%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fmessages%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fmessages%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699999,"timestamp":540318875,"id":25,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fcurrent-output%2Froute&name=app%2Fapi%2Fassistant%2Fcurrent-output%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fcurrent-output%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fcurrent-output%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699992,"timestamp":540318884,"id":26,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fsession%2Froute&name=app%2Fapi%2Fassistant%2Fsession%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fsession%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fsession%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699986,"timestamp":540318892,"id":27,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fassistant%2Fstart%2Froute&name=app%2Fapi%2Fassistant%2Fstart%2Froute&pagePath=private-next-app-dir%2Fapi%2Fassistant%2Fstart%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fassistant%2Fstart%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699758,"timestamp":540319122,"id":42,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Froute&name=app%2Fapi%2Frepositories%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699766,"timestamp":540319116,"id":40,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fexcluded%2Froute&name=app%2Fapi%2Frepositories%2Fexcluded%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fexcluded%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fexcluded%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699765,"timestamp":540319119,"id":41,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Frestore%2Froute&name=app%2Fapi%2Frepositories%2Frestore%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Frestore%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Frestore%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699762,"timestamp":540319124,"id":43,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fsync%2Froute&name=app%2Fapi%2Frepositories%2Fsync%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fsync%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fsync%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699761,"timestamp":540319127,"id":44,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Frepositories%2Fscan%2Froute&name=app%2Fapi%2Frepositories%2Fscan%2Froute&pagePath=private-next-app-dir%2Fapi%2Frepositories%2Fscan%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Frepositories%2Fscan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699756,"timestamp":540319135,"id":47,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftemplates%2Froute&name=app%2Fapi%2Ftemplates%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftemplates%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftemplates%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699763,"timestamp":540319130,"id":45,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftemplates%2F%5Bid%5D%2Froute&name=app%2Fapi%2Ftemplates%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftemplates%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftemplates%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699757,"timestamp":540319137,"id":48,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fauto-yes%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699757,"timestamp":540319140,"id":49,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcapture%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699751,"timestamp":540319147,"id":52,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcurrent-output%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699760,"timestamp":540319142,"id":50,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcli-tool%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699751,"timestamp":540319153,"id":54,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699756,"timestamp":540319150,"id":53,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2F%5BlogId%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2F%5BlogId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2F%5BlogId%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fexecution-logs%2F%5BlogId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699763,"timestamp":540319145,"id":51,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcmate%2Fschedules%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcmate%2Fschedules%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcmate%2Fschedules%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fcmate%2Fschedules%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699753,"timestamp":540319156,"id":55,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699748,"timestamp":540319164,"id":58,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcheckout%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcheckout%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcheckout%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcheckout%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699746,"timestamp":540319168,"id":60,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fdiff%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fdiff%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fdiff%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fdiff%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699746,"timestamp":540319170,"id":61,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcommit%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcommit%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcommit%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fcommit%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699743,"timestamp":540319175,"id":63,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Flog%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Flog%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Flog%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Flog%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699742,"timestamp":540319179,"id":64,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpush%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpush%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpush%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpush%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699741,"timestamp":540319181,"id":65,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpull%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpull%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpull%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fpull%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699736,"timestamp":540319189,"id":68,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Freset%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Freset%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Freset%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Freset%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699740,"timestamp":540319186,"id":67,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fshow%2F%5BcommitHash%5D%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fshow%2F%5BcommitHash%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fshow%2F%5BcommitHash%5D%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fshow%2F%5BcommitHash%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":2699737,"timestamp":540319191,"id":69,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstaged%2Froute&name=app%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstaged%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstaged%2Froute.ts&appDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworktrees%2F%5Bid%5D%2Fgit%2Fstaged%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1785335256173,"traceId":"95310bdcee82f00d"},{"name":"make","duration":4653856,"timestamp":540318342,"id":21,"parentId":19,"tags":{},"startTime":1785335256172,"traceId":"95310bdcee82f00d"},{"name":"get-entries","duration":3926,"timestamp":544973295,"id":889,"parentId":888,"tags":{},"startTime":1785335260827,"traceId":"95310bdcee82f00d"},{"name":"node-file-trace-plugin","duration":3477983,"timestamp":544990378,"id":890,"parentId":888,"tags":{"traceEntryCount":"264"},"startTime":1785335260844,"traceId":"95310bdcee82f00d"},{"name":"collect-traced-files","duration":59495,"timestamp":548468377,"id":891,"parentId":888,"tags":{},"startTime":1785335264322,"traceId":"95310bdcee82f00d"},{"name":"finish-modules","duration":3554740,"timestamp":544973146,"id":888,"parentId":20,"tags":{},"startTime":1785335260827,"traceId":"95310bdcee82f00d"},{"name":"chunk-graph","duration":108114,"timestamp":548808277,"id":893,"parentId":892,"tags":{},"startTime":1785335264662,"traceId":"95310bdcee82f00d"},{"name":"optimize-modules","duration":17,"timestamp":548916502,"id":895,"parentId":892,"tags":{},"startTime":1785335264770,"traceId":"95310bdcee82f00d"},{"name":"optimize-chunks","duration":111394,"timestamp":548916571,"id":896,"parentId":892,"tags":{},"startTime":1785335264770,"traceId":"95310bdcee82f00d"},{"name":"optimize-tree","duration":120,"timestamp":549028085,"id":897,"parentId":892,"tags":{},"startTime":1785335264881,"traceId":"95310bdcee82f00d"},{"name":"optimize-chunk-modules","duration":140876,"timestamp":549028283,"id":898,"parentId":892,"tags":{},"startTime":1785335264882,"traceId":"95310bdcee82f00d"},{"name":"optimize","duration":252788,"timestamp":548916462,"id":894,"parentId":892,"tags":{},"startTime":1785335264770,"traceId":"95310bdcee82f00d"},{"name":"module-hash","duration":101969,"timestamp":549238098,"id":899,"parentId":892,"tags":{},"startTime":1785335265091,"traceId":"95310bdcee82f00d"},{"name":"code-generation","duration":55643,"timestamp":549340155,"id":900,"parentId":892,"tags":{},"startTime":1785335265194,"traceId":"95310bdcee82f00d"},{"name":"hash","duration":15249,"timestamp":549408059,"id":901,"parentId":892,"tags":{},"startTime":1785335265261,"traceId":"95310bdcee82f00d"},{"name":"code-generation-jobs","duration":312,"timestamp":549423305,"id":902,"parentId":892,"tags":{},"startTime":1785335265277,"traceId":"95310bdcee82f00d"},{"name":"module-assets","duration":2050,"timestamp":549423493,"id":903,"parentId":892,"tags":{},"startTime":1785335265277,"traceId":"95310bdcee82f00d"},{"name":"create-chunk-assets","duration":10096,"timestamp":549425564,"id":904,"parentId":892,"tags":{},"startTime":1785335265279,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21319,"timestamp":549457131,"id":906,"parentId":905,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21214,"timestamp":549457245,"id":907,"parentId":905,"tags":{"name":"../app/api/assistant/conversation/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21208,"timestamp":549457254,"id":908,"parentId":905,"tags":{"name":"../app/api/assistant/messages/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21205,"timestamp":549457259,"id":909,"parentId":905,"tags":{"name":"../app/api/assistant/current-output/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21201,"timestamp":549457264,"id":910,"parentId":905,"tags":{"name":"../app/api/assistant/session/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21198,"timestamp":549457268,"id":911,"parentId":905,"tags":{"name":"../app/api/assistant/start/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21197,"timestamp":549457271,"id":912,"parentId":905,"tags":{"name":"../app/api/assistant/tools/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21192,"timestamp":549457277,"id":913,"parentId":905,"tags":{"name":"../app/api/assistant/terminal/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21190,"timestamp":549457280,"id":914,"parentId":905,"tags":{"name":"../app/api/auth/login/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21149,"timestamp":549457322,"id":915,"parentId":905,"tags":{"name":"../app/api/auth/logout/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21139,"timestamp":549457333,"id":916,"parentId":905,"tags":{"name":"../app/api/daily-summary/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21134,"timestamp":549457339,"id":917,"parentId":905,"tags":{"name":"../app/api/hooks/claude-done/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21130,"timestamp":549457344,"id":918,"parentId":905,"tags":{"name":"../app/api/ollama/models/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21128,"timestamp":549457347,"id":919,"parentId":905,"tags":{"name":"../app/api/repositories/[id]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21125,"timestamp":549457351,"id":920,"parentId":905,"tags":{"name":"../app/api/repositories/[id]/todos/[todoId]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21121,"timestamp":549457356,"id":921,"parentId":905,"tags":{"name":"../app/api/repositories/clone/[jobId]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21120,"timestamp":549457358,"id":922,"parentId":905,"tags":{"name":"../app/api/repositories/[id]/todos/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21117,"timestamp":549457362,"id":923,"parentId":905,"tags":{"name":"../app/api/repositories/clone/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21116,"timestamp":549457365,"id":924,"parentId":905,"tags":{"name":"../app/api/repositories/excluded/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21115,"timestamp":549457367,"id":925,"parentId":905,"tags":{"name":"../app/api/repositories/restore/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21112,"timestamp":549457371,"id":926,"parentId":905,"tags":{"name":"../app/api/repositories/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21110,"timestamp":549457374,"id":927,"parentId":905,"tags":{"name":"../app/api/repositories/sync/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21109,"timestamp":549457376,"id":928,"parentId":905,"tags":{"name":"../app/api/repositories/scan/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21106,"timestamp":549457380,"id":929,"parentId":905,"tags":{"name":"../app/api/templates/[id]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21104,"timestamp":549457383,"id":930,"parentId":905,"tags":{"name":"../app/api/slash-commands/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21101,"timestamp":549457387,"id":931,"parentId":905,"tags":{"name":"../app/api/templates/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21099,"timestamp":549457390,"id":932,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/auto-yes/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21084,"timestamp":549457407,"id":933,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/capture/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21083,"timestamp":549457409,"id":934,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/cli-tool/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21080,"timestamp":549457413,"id":935,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/cmate/schedules/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21077,"timestamp":549457416,"id":936,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/current-output/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21076,"timestamp":549457419,"id":937,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/execution-logs/[logId]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21074,"timestamp":549457421,"id":938,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/execution-logs/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21071,"timestamp":549457425,"id":939,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/files/[...path]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21070,"timestamp":549457427,"id":940,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/branch/create/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21068,"timestamp":549457430,"id":941,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/branch/delete/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21067,"timestamp":549457432,"id":942,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/checkout/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"}]
|
|
3
|
+
[{"name":"minify-js","duration":21266,"timestamp":549457436,"id":943,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/branches/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21266,"timestamp":549457439,"id":944,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/diff/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21264,"timestamp":549457441,"id":945,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/commit/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21263,"timestamp":549457444,"id":946,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/fetch/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21260,"timestamp":549457447,"id":947,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/log/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21259,"timestamp":549457450,"id":948,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/push/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21257,"timestamp":549457453,"id":949,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/pull/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21249,"timestamp":549457462,"id":950,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/revert/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21248,"timestamp":549457465,"id":951,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/show/[commitHash]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21247,"timestamp":549457467,"id":952,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/reset/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21245,"timestamp":549457470,"id":953,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/staged/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21243,"timestamp":549457473,"id":954,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/stage/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21242,"timestamp":549457476,"id":955,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/stash/[index]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21241,"timestamp":549457478,"id":956,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/stash/apply/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21239,"timestamp":549457480,"id":957,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/stash/pop/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21238,"timestamp":549457482,"id":958,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/stash/push/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21237,"timestamp":549457484,"id":959,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/stash/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21236,"timestamp":549457486,"id":960,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/status/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21235,"timestamp":549457489,"id":961,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/unstage/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21233,"timestamp":549457491,"id":962,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/git/working-diff/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21232,"timestamp":549457493,"id":963,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/interrupt/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21231,"timestamp":549457496,"id":964,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/kill-session/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21229,"timestamp":549457498,"id":965,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/marp-render/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21228,"timestamp":549457500,"id":966,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/memos/[memoId]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21227,"timestamp":549457503,"id":967,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/messages/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21226,"timestamp":549457505,"id":968,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/memos/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21224,"timestamp":549457507,"id":969,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/prompt-response/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21223,"timestamp":549457510,"id":970,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/respond/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21221,"timestamp":549457512,"id":971,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/schedules/active/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21220,"timestamp":549457515,"id":972,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21219,"timestamp":549457517,"id":973,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/schedules/[scheduleId]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21217,"timestamp":549457519,"id":974,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/schedules/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21216,"timestamp":549457521,"id":975,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/search/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21215,"timestamp":549457524,"id":976,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/send/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21214,"timestamp":549457526,"id":977,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/slash-commands/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21213,"timestamp":549457528,"id":978,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/special-keys/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21212,"timestamp":549457530,"id":979,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/start-polling/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21211,"timestamp":549457533,"id":980,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/terminal/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21210,"timestamp":549457535,"id":981,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/timers/history/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21209,"timestamp":549457537,"id":982,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/timers/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21207,"timestamp":549457540,"id":983,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/todos/[todoId]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21206,"timestamp":549457542,"id":984,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/todos/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21205,"timestamp":549457544,"id":985,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/tree/[...path]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21204,"timestamp":549457547,"id":986,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/tree/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21203,"timestamp":549457549,"id":987,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/viewed/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21201,"timestamp":549457551,"id":988,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/upload/[...path]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21200,"timestamp":549457554,"id":989,"parentId":905,"tags":{"name":"../app/apple-icon.png/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21198,"timestamp":549457556,"id":990,"parentId":905,"tags":{"name":"../app/icon.png/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21197,"timestamp":549457558,"id":991,"parentId":905,"tags":{"name":"../app/icon1.png/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21196,"timestamp":549457561,"id":992,"parentId":905,"tags":{"name":"../app/manifest.webmanifest/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21194,"timestamp":549457563,"id":993,"parentId":905,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21193,"timestamp":549457565,"id":994,"parentId":905,"tags":{"name":"../app/icon2.png/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21192,"timestamp":549457568,"id":995,"parentId":905,"tags":{"name":"../pages/_error.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21191,"timestamp":549457570,"id":996,"parentId":905,"tags":{"name":"../app/api/app/update-check/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21190,"timestamp":549457572,"id":997,"parentId":905,"tags":{"name":"../app/api/app/update/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21189,"timestamp":549457574,"id":998,"parentId":905,"tags":{"name":"../app/api/auth/status/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21188,"timestamp":549457577,"id":999,"parentId":905,"tags":{"name":"../app/api/daily-summary/status/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21187,"timestamp":549457579,"id":1000,"parentId":905,"tags":{"name":"../app/api/external-apps/[id]/health/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21185,"timestamp":549457582,"id":1001,"parentId":905,"tags":{"name":"../app/api/external-apps/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21183,"timestamp":549457584,"id":1002,"parentId":905,"tags":{"name":"../app/api/fs/recent-paths/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21182,"timestamp":549457586,"id":1003,"parentId":905,"tags":{"name":"../app/api/fs/browse/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21181,"timestamp":549457589,"id":1004,"parentId":905,"tags":{"name":"../app/api/external-apps/[id]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21178,"timestamp":549457592,"id":1005,"parentId":905,"tags":{"name":"../app/api/push/vapid/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21177,"timestamp":549457595,"id":1006,"parentId":905,"tags":{"name":"../app/api/push/subscriptions/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21175,"timestamp":549457597,"id":1007,"parentId":905,"tags":{"name":"../app/api/sidebar/group-order/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21174,"timestamp":549457599,"id":1008,"parentId":905,"tags":{"name":"../app/api/repositories/validate-path/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21172,"timestamp":549457602,"id":1009,"parentId":905,"tags":{"name":"../app/api/skills/installations/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21171,"timestamp":549457604,"id":1010,"parentId":905,"tags":{"name":"../app/api/skills/[id]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21170,"timestamp":549457606,"id":1011,"parentId":905,"tags":{"name":"../app/api/skills/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21169,"timestamp":549457608,"id":1012,"parentId":905,"tags":{"name":"../app/api/skills/reindex/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21167,"timestamp":549457612,"id":1013,"parentId":905,"tags":{"name":"../app/api/todos/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21166,"timestamp":549457614,"id":1014,"parentId":905,"tags":{"name":"../app/api/skills/operations/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21165,"timestamp":549457617,"id":1015,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/logs/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21163,"timestamp":549457619,"id":1016,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/logs/[filename]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21162,"timestamp":549457621,"id":1017,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21160,"timestamp":549457623,"id":1018,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21155,"timestamp":549457629,"id":1019,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/plan/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21154,"timestamp":549457632,"id":1020,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/skills/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21153,"timestamp":549457634,"id":1021,"parentId":905,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21151,"timestamp":549457637,"id":1022,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/install/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21150,"timestamp":549457639,"id":1023,"parentId":905,"tags":{"name":"../app/proxy/[...path]/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21149,"timestamp":549457642,"id":1024,"parentId":905,"tags":{"name":"../app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21147,"timestamp":549457644,"id":1025,"parentId":905,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21146,"timestamp":549457647,"id":1026,"parentId":905,"tags":{"name":"../app/chat/page.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21145,"timestamp":549457649,"id":1027,"parentId":905,"tags":{"name":"../app/offline/page.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21143,"timestamp":549457651,"id":1028,"parentId":905,"tags":{"name":"../app/login/page.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21142,"timestamp":549457653,"id":1029,"parentId":905,"tags":{"name":"../app/repositories/page.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21140,"timestamp":549457655,"id":1030,"parentId":905,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21139,"timestamp":549457658,"id":1031,"parentId":905,"tags":{"name":"../app/more/page.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21138,"timestamp":549457660,"id":1032,"parentId":905,"tags":{"name":"../app/skills/[skillId]/page.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21137,"timestamp":549457662,"id":1033,"parentId":905,"tags":{"name":"../app/review/page.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21135,"timestamp":549457665,"id":1034,"parentId":905,"tags":{"name":"../app/sessions/page.js","cache":"HIT"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":15527,"timestamp":549463274,"id":1036,"parentId":905,"tags":{"name":"../app/skills/page.js","cache":"HIT"},"startTime":1785335265317,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":15516,"timestamp":549463286,"id":1037,"parentId":905,"tags":{"name":"../app/worktrees/[id]/files/[...path]/page.js","cache":"HIT"},"startTime":1785335265317,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":594,"timestamp":549478209,"id":1039,"parentId":905,"tags":{"name":"../app/worktrees/[id]/terminal/page.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":580,"timestamp":549478223,"id":1040,"parentId":905,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":576,"timestamp":549478228,"id":1041,"parentId":905,"tags":{"name":"3543.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":574,"timestamp":549478231,"id":1042,"parentId":905,"tags":{"name":"3945.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":572,"timestamp":549478234,"id":1043,"parentId":905,"tags":{"name":"2119.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":570,"timestamp":549478236,"id":1044,"parentId":905,"tags":{"name":"2445.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":568,"timestamp":549478239,"id":1045,"parentId":905,"tags":{"name":"4248.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"}]
|
|
4
|
+
[{"name":"minify-js","duration":634,"timestamp":549478241,"id":1046,"parentId":905,"tags":{"name":"2534.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":632,"timestamp":549478245,"id":1047,"parentId":905,"tags":{"name":"2980.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":629,"timestamp":549478248,"id":1048,"parentId":905,"tags":{"name":"450.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":627,"timestamp":549478251,"id":1049,"parentId":905,"tags":{"name":"2816.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":625,"timestamp":549478253,"id":1050,"parentId":905,"tags":{"name":"7685.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":623,"timestamp":549478256,"id":1051,"parentId":905,"tags":{"name":"3440.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":621,"timestamp":549478259,"id":1052,"parentId":905,"tags":{"name":"1162.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":619,"timestamp":549478262,"id":1053,"parentId":905,"tags":{"name":"5571.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":616,"timestamp":549478265,"id":1054,"parentId":905,"tags":{"name":"6285.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":614,"timestamp":549478268,"id":1055,"parentId":905,"tags":{"name":"8098.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":611,"timestamp":549478271,"id":1056,"parentId":905,"tags":{"name":"2560.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":609,"timestamp":549478274,"id":1057,"parentId":905,"tags":{"name":"1825.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":607,"timestamp":549478277,"id":1058,"parentId":905,"tags":{"name":"6159.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":605,"timestamp":549478280,"id":1059,"parentId":905,"tags":{"name":"3346.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":602,"timestamp":549478283,"id":1060,"parentId":905,"tags":{"name":"9328.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":601,"timestamp":549478285,"id":1061,"parentId":905,"tags":{"name":"1262.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":597,"timestamp":549478289,"id":1062,"parentId":905,"tags":{"name":"6072.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":595,"timestamp":549478292,"id":1063,"parentId":905,"tags":{"name":"9358.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":593,"timestamp":549478295,"id":1064,"parentId":905,"tags":{"name":"1296.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":590,"timestamp":549478298,"id":1065,"parentId":905,"tags":{"name":"3722.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":589,"timestamp":549478300,"id":1066,"parentId":905,"tags":{"name":"8356.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":587,"timestamp":549478303,"id":1067,"parentId":905,"tags":{"name":"7941.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":585,"timestamp":549478306,"id":1068,"parentId":905,"tags":{"name":"9211.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":583,"timestamp":549478308,"id":1069,"parentId":905,"tags":{"name":"5064.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":581,"timestamp":549478311,"id":1070,"parentId":905,"tags":{"name":"22.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":579,"timestamp":549478314,"id":1071,"parentId":905,"tags":{"name":"1331.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":577,"timestamp":549478317,"id":1072,"parentId":905,"tags":{"name":"1692.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":575,"timestamp":549478319,"id":1073,"parentId":905,"tags":{"name":"1356.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":573,"timestamp":549478322,"id":1074,"parentId":905,"tags":{"name":"1634.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":571,"timestamp":549478324,"id":1075,"parentId":905,"tags":{"name":"2064.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":569,"timestamp":549478328,"id":1076,"parentId":905,"tags":{"name":"1366.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":567,"timestamp":549478330,"id":1077,"parentId":905,"tags":{"name":"6015.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":565,"timestamp":549478332,"id":1078,"parentId":905,"tags":{"name":"3708.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":565,"timestamp":549478335,"id":1079,"parentId":905,"tags":{"name":"7587.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":563,"timestamp":549478337,"id":1080,"parentId":905,"tags":{"name":"1355.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":561,"timestamp":549478340,"id":1081,"parentId":905,"tags":{"name":"5326.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":560,"timestamp":549478342,"id":1082,"parentId":905,"tags":{"name":"180.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":557,"timestamp":549478345,"id":1083,"parentId":905,"tags":{"name":"120.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":555,"timestamp":549478347,"id":1084,"parentId":905,"tags":{"name":"7593.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":553,"timestamp":549478350,"id":1085,"parentId":905,"tags":{"name":"4018.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":551,"timestamp":549478353,"id":1086,"parentId":905,"tags":{"name":"5611.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":549,"timestamp":549478356,"id":1087,"parentId":905,"tags":{"name":"4390.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":547,"timestamp":549478358,"id":1088,"parentId":905,"tags":{"name":"3753.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":545,"timestamp":549478360,"id":1089,"parentId":905,"tags":{"name":"8807.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":543,"timestamp":549478363,"id":1090,"parentId":905,"tags":{"name":"406.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":541,"timestamp":549478366,"id":1091,"parentId":905,"tags":{"name":"6065.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":539,"timestamp":549478369,"id":1092,"parentId":905,"tags":{"name":"6283.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":537,"timestamp":549478372,"id":1093,"parentId":905,"tags":{"name":"1719.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":535,"timestamp":549478374,"id":1094,"parentId":905,"tags":{"name":"3736.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":533,"timestamp":549478377,"id":1095,"parentId":905,"tags":{"name":"5959.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":531,"timestamp":549478379,"id":1096,"parentId":905,"tags":{"name":"1239.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":529,"timestamp":549478382,"id":1097,"parentId":905,"tags":{"name":"9051.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":527,"timestamp":549478384,"id":1098,"parentId":905,"tags":{"name":"9123.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":525,"timestamp":549478387,"id":1099,"parentId":905,"tags":{"name":"3451.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":523,"timestamp":549478390,"id":1100,"parentId":905,"tags":{"name":"2328.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":521,"timestamp":549478393,"id":1101,"parentId":905,"tags":{"name":"8681.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":519,"timestamp":549478395,"id":1102,"parentId":905,"tags":{"name":"646.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":517,"timestamp":549478397,"id":1103,"parentId":905,"tags":{"name":"5456.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":515,"timestamp":549478400,"id":1104,"parentId":905,"tags":{"name":"3480.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":513,"timestamp":549478403,"id":1105,"parentId":905,"tags":{"name":"9687.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":511,"timestamp":549478406,"id":1106,"parentId":905,"tags":{"name":"2710.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":508,"timestamp":549478409,"id":1107,"parentId":905,"tags":{"name":"1068.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":507,"timestamp":549478411,"id":1108,"parentId":905,"tags":{"name":"1185.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":505,"timestamp":549478414,"id":1109,"parentId":905,"tags":{"name":"6130.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":503,"timestamp":549478416,"id":1110,"parentId":905,"tags":{"name":"5737.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":501,"timestamp":549478419,"id":1111,"parentId":905,"tags":{"name":"3042.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":499,"timestamp":549478421,"id":1112,"parentId":905,"tags":{"name":"1117.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":497,"timestamp":549478424,"id":1113,"parentId":905,"tags":{"name":"4440.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":495,"timestamp":549478426,"id":1114,"parentId":905,"tags":{"name":"5793.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":493,"timestamp":549478429,"id":1115,"parentId":905,"tags":{"name":"2404.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":491,"timestamp":549478432,"id":1116,"parentId":905,"tags":{"name":"5381.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":489,"timestamp":549478434,"id":1117,"parentId":905,"tags":{"name":"233.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":487,"timestamp":549478437,"id":1118,"parentId":905,"tags":{"name":"3270.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":486,"timestamp":549478439,"id":1119,"parentId":905,"tags":{"name":"28.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":484,"timestamp":549478441,"id":1120,"parentId":905,"tags":{"name":"4548.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":482,"timestamp":549478444,"id":1121,"parentId":905,"tags":{"name":"4444.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":480,"timestamp":549478447,"id":1122,"parentId":905,"tags":{"name":"8584.js","cache":"HIT"},"startTime":1785335265332,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":32624,"timestamp":549457673,"id":1035,"parentId":905,"tags":{"name":"../app/skills/installed/page.js","cache":"MISS"},"startTime":1785335265311,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":310064,"timestamp":549463290,"id":1038,"parentId":905,"tags":{"name":"../app/worktrees/[id]/page.js","cache":"MISS"},"startTime":1785335265317,"traceId":"95310bdcee82f00d"},{"name":"minify-webpack-plugin-optimize","duration":335259,"timestamp":549438119,"id":905,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1785335265292,"traceId":"95310bdcee82f00d"},{"name":"css-minimizer-plugin","duration":206,"timestamp":549773602,"id":1123,"parentId":19,"tags":{},"startTime":1785335265627,"traceId":"95310bdcee82f00d"},{"name":"create-trace-assets","duration":45640,"timestamp":549774016,"id":1124,"parentId":20,"tags":{},"startTime":1785335265627,"traceId":"95310bdcee82f00d"},{"name":"seal","duration":1197887,"timestamp":548663539,"id":892,"parentId":19,"tags":{},"startTime":1785335264517,"traceId":"95310bdcee82f00d"},{"name":"webpack-compilation","duration":9631580,"timestamp":540310782,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1785335256164,"traceId":"95310bdcee82f00d"},{"name":"emit","duration":44912,"timestamp":549942835,"id":1125,"parentId":16,"tags":{},"startTime":1785335265796,"traceId":"95310bdcee82f00d"},{"name":"webpack-close","duration":2713477,"timestamp":549993444,"id":1126,"parentId":16,"tags":{"name":"server"},"startTime":1785335265847,"traceId":"95310bdcee82f00d"},{"name":"webpack-generate-error-stats","duration":1978,"timestamp":552706984,"id":1127,"parentId":1126,"tags":{},"startTime":1785335268560,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":71858,"timestamp":552716491,"id":1130,"parentId":1129,"tags":{"request":"next-middleware-loader?absolutePagePath=private-next-root-dir%2Fsrc%2Fmiddleware.ts&page=%2Fsrc%2Fmiddleware&rootDir=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate&matchers=W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLygoPyFfbmV4dFxcL3xmYXZpY29uXFwuaWNvfC4qXFwuKD86c3ZnfHBuZ3xqcGd8anBlZ3xnaWZ8d2VicHxpY28pJCkuKikpKFxcLmpzb258XFwucnNjfFxcLnNlZ21lbnRzXFwvLitcXC5zZWdtZW50XFwucnNjKT9bXFwvI1xcP10%2FJCIsIm9yaWdpbmFsU291cmNlIjoiLygoPyFfbmV4dC98ZmF2aWNvblxcLmljb3wuKlxcLig%2FOnN2Z3xwbmd8anBnfGpwZWd8Z2lmfHdlYnB8aWNvKSQpLiopIn1d&preferredRegion=&middlewareConfig=eyJtYXRjaGVycyI6W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLygoPyFfbmV4dFxcL3xmYXZpY29uXFwuaWNvfC4qXFwuKD86c3ZnfHBuZ3xqcGd8anBlZ3xnaWZ8d2VicHxpY28pJCkuKikpKFxcLmpzb258XFwucnNjfFxcLnNlZ21lbnRzXFwvLitcXC5zZWdtZW50XFwucnNjKT9bXFwvI1xcP10%2FJCIsIm9yaWdpbmFsU291cmNlIjoiLygoPyFfbmV4dC98ZmF2aWNvblxcLmljb3wuKlxcLig%2FOnN2Z3xwbmd8anBnfGpwZWd8Z2lmfHdlYnB8aWNvKSQpLiopIn1dfQ%3D%3D!"},"startTime":1785335268570,"traceId":"95310bdcee82f00d"},{"name":"make","duration":72158,"timestamp":552716447,"id":1129,"parentId":1128,"tags":{},"startTime":1785335268570,"traceId":"95310bdcee82f00d"},{"name":"chunk-graph","duration":1054,"timestamp":552796374,"id":1132,"parentId":1131,"tags":{},"startTime":1785335268650,"traceId":"95310bdcee82f00d"},{"name":"optimize-modules","duration":12,"timestamp":552797502,"id":1134,"parentId":1131,"tags":{},"startTime":1785335268651,"traceId":"95310bdcee82f00d"},{"name":"optimize-chunks","duration":807,"timestamp":552797585,"id":1135,"parentId":1131,"tags":{},"startTime":1785335268651,"traceId":"95310bdcee82f00d"},{"name":"optimize-tree","duration":13,"timestamp":552798451,"id":1136,"parentId":1131,"tags":{},"startTime":1785335268652,"traceId":"95310bdcee82f00d"},{"name":"optimize-chunk-modules","duration":3815,"timestamp":552798537,"id":1137,"parentId":1131,"tags":{},"startTime":1785335268652,"traceId":"95310bdcee82f00d"},{"name":"optimize","duration":4963,"timestamp":552797451,"id":1133,"parentId":1131,"tags":{},"startTime":1785335268651,"traceId":"95310bdcee82f00d"},{"name":"module-hash","duration":2193,"timestamp":552803434,"id":1138,"parentId":1131,"tags":{},"startTime":1785335268657,"traceId":"95310bdcee82f00d"},{"name":"code-generation","duration":204,"timestamp":552805650,"id":1139,"parentId":1131,"tags":{},"startTime":1785335268659,"traceId":"95310bdcee82f00d"},{"name":"hash","duration":1687,"timestamp":552807096,"id":1140,"parentId":1131,"tags":{},"startTime":1785335268660,"traceId":"95310bdcee82f00d"},{"name":"code-generation-jobs","duration":119,"timestamp":552808781,"id":1141,"parentId":1131,"tags":{},"startTime":1785335268662,"traceId":"95310bdcee82f00d"},{"name":"module-assets","duration":45,"timestamp":552808885,"id":1142,"parentId":1131,"tags":{},"startTime":1785335268662,"traceId":"95310bdcee82f00d"},{"name":"create-chunk-assets","duration":190,"timestamp":552808937,"id":1143,"parentId":1131,"tags":{},"startTime":1785335268662,"traceId":"95310bdcee82f00d"}]
|
|
5
|
+
[{"name":"minify-js","duration":37,"timestamp":552818809,"id":1145,"parentId":1144,"tags":{"name":"src/middleware.js","cache":"HIT"},"startTime":1785335268672,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":21,"timestamp":552818830,"id":1146,"parentId":1144,"tags":{"name":"edge-runtime-webpack.js","cache":"HIT"},"startTime":1785335268672,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":16,"timestamp":552818836,"id":1147,"parentId":1144,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1785335268672,"traceId":"95310bdcee82f00d"},{"name":"minify-webpack-plugin-optimize","duration":457,"timestamp":552818399,"id":1144,"parentId":1128,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1785335268672,"traceId":"95310bdcee82f00d"},{"name":"css-minimizer-plugin","duration":6,"timestamp":552818900,"id":1148,"parentId":1128,"tags":{},"startTime":1785335268672,"traceId":"95310bdcee82f00d"},{"name":"seal","duration":30329,"timestamp":552794348,"id":1131,"parentId":1128,"tags":{},"startTime":1785335268648,"traceId":"95310bdcee82f00d"},{"name":"webpack-compilation","duration":109675,"timestamp":552715159,"id":1128,"parentId":16,"tags":{"name":"edge-server"},"startTime":1785335268569,"traceId":"95310bdcee82f00d"},{"name":"emit","duration":2025,"timestamp":552824886,"id":1149,"parentId":16,"tags":{},"startTime":1785335268678,"traceId":"95310bdcee82f00d"},{"name":"webpack-close","duration":157,"timestamp":552827271,"id":1150,"parentId":16,"tags":{"name":"edge-server"},"startTime":1785335268681,"traceId":"95310bdcee82f00d"},{"name":"webpack-generate-error-stats","duration":454,"timestamp":552827434,"id":1151,"parentId":1150,"tags":{},"startTime":1785335268681,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520790,"timestamp":552836113,"id":1165,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520806,"timestamp":552836116,"id":1166,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520807,"timestamp":552836118,"id":1167,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520809,"timestamp":552836121,"id":1168,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520809,"timestamp":552836124,"id":1169,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520810,"timestamp":552836126,"id":1170,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520811,"timestamp":552836128,"id":1171,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520811,"timestamp":552836131,"id":1172,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520813,"timestamp":552836133,"id":1173,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520818,"timestamp":552836135,"id":1174,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520819,"timestamp":552836137,"id":1175,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520820,"timestamp":552836139,"id":1176,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520819,"timestamp":552836142,"id":1177,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520820,"timestamp":552836144,"id":1178,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520821,"timestamp":552836146,"id":1179,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520823,"timestamp":552836148,"id":1180,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520823,"timestamp":552836150,"id":1181,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520823,"timestamp":552836152,"id":1182,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520824,"timestamp":552836154,"id":1183,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520824,"timestamp":552836156,"id":1184,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520824,"timestamp":552836159,"id":1185,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520825,"timestamp":552836161,"id":1186,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520825,"timestamp":552836163,"id":1187,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520825,"timestamp":552836166,"id":1188,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520826,"timestamp":552836168,"id":1189,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520826,"timestamp":552836170,"id":1190,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520845,"timestamp":552836172,"id":1191,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520846,"timestamp":552836174,"id":1192,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520839,"timestamp":552836184,"id":1193,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520841,"timestamp":552836186,"id":1194,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520842,"timestamp":552836188,"id":1195,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520842,"timestamp":552836190,"id":1196,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520840,"timestamp":552836195,"id":1197,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520838,"timestamp":552836200,"id":1198,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520838,"timestamp":552836203,"id":1199,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520837,"timestamp":552836207,"id":1200,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520836,"timestamp":552836210,"id":1201,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520835,"timestamp":552836214,"id":1202,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520834,"timestamp":552836217,"id":1203,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520833,"timestamp":552836221,"id":1204,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520832,"timestamp":552836225,"id":1205,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520832,"timestamp":552836228,"id":1206,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520832,"timestamp":552836230,"id":1207,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520831,"timestamp":552836234,"id":1208,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520831,"timestamp":552836237,"id":1209,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520830,"timestamp":552836240,"id":1210,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520829,"timestamp":552836243,"id":1211,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520828,"timestamp":552836246,"id":1212,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520828,"timestamp":552836249,"id":1213,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520827,"timestamp":552836252,"id":1214,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520827,"timestamp":552836255,"id":1215,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520826,"timestamp":552836258,"id":1216,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520826,"timestamp":552836261,"id":1217,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520825,"timestamp":552836265,"id":1218,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520824,"timestamp":552836269,"id":1219,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520822,"timestamp":552836274,"id":1220,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520822,"timestamp":552836277,"id":1221,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520822,"timestamp":552836280,"id":1222,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520821,"timestamp":552836283,"id":1223,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520821,"timestamp":552836286,"id":1224,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520820,"timestamp":552836289,"id":1225,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520819,"timestamp":552836292,"id":1226,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520819,"timestamp":552836295,"id":1227,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520818,"timestamp":552836298,"id":1228,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520818,"timestamp":552836301,"id":1229,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520817,"timestamp":552836304,"id":1230,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520816,"timestamp":552836307,"id":1231,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520790,"timestamp":552836336,"id":1232,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520790,"timestamp":552836338,"id":1233,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520790,"timestamp":552836341,"id":1234,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520790,"timestamp":552836342,"id":1235,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520791,"timestamp":552836345,"id":1236,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520791,"timestamp":552836347,"id":1237,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520792,"timestamp":552836349,"id":1238,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520792,"timestamp":552836351,"id":1239,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520793,"timestamp":552836353,"id":1240,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520793,"timestamp":552836355,"id":1241,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520794,"timestamp":552836357,"id":1242,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520795,"timestamp":552836359,"id":1243,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520795,"timestamp":552836361,"id":1244,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520796,"timestamp":552836363,"id":1245,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520797,"timestamp":552836365,"id":1246,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520797,"timestamp":552836367,"id":1247,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520798,"timestamp":552836369,"id":1248,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520798,"timestamp":552836370,"id":1249,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520797,"timestamp":552836374,"id":1250,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520797,"timestamp":552836376,"id":1251,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520797,"timestamp":552836378,"id":1252,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520798,"timestamp":552836380,"id":1253,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520799,"timestamp":552836382,"id":1254,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":520799,"timestamp":552836384,"id":1255,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"}]
|
|
6
|
+
[{"name":"add-entry","duration":520999,"timestamp":552836387,"id":1256,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521001,"timestamp":552836389,"id":1257,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521002,"timestamp":552836391,"id":1258,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521003,"timestamp":552836393,"id":1259,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521004,"timestamp":552836395,"id":1260,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521004,"timestamp":552836397,"id":1261,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521005,"timestamp":552836399,"id":1262,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521006,"timestamp":552836401,"id":1263,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521007,"timestamp":552836403,"id":1264,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521008,"timestamp":552836405,"id":1265,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521009,"timestamp":552836407,"id":1266,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521010,"timestamp":552836409,"id":1267,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521011,"timestamp":552836411,"id":1268,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521012,"timestamp":552836413,"id":1269,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521013,"timestamp":552836415,"id":1270,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521014,"timestamp":552836417,"id":1271,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521014,"timestamp":552836419,"id":1272,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521014,"timestamp":552836421,"id":1273,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521016,"timestamp":552836424,"id":1274,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521016,"timestamp":552836426,"id":1275,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":521017,"timestamp":552836428,"id":1276,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":603348,"timestamp":552836084,"id":1157,"parentId":1153,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1785335268689,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":631313,"timestamp":552836097,"id":1161,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fglobal-error.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785335268689,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":660438,"timestamp":552836108,"id":1163,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Ferror.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":680013,"timestamp":552836087,"id":1158,"parentId":1153,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1785335268689,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":680023,"timestamp":552836093,"id":1160,"parentId":1153,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1785335268689,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":680034,"timestamp":552836090,"id":1159,"parentId":1153,"tags":{"request":"/home/runner/work/CommandMate/CommandMate/node_modules/next/dist/client/router.js"},"startTime":1785335268689,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":680133,"timestamp":552835999,"id":1154,"parentId":1153,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1785335268689,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":680066,"timestamp":552836080,"id":1156,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%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%2FCommandMate%2FCommandMate%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%2FCommandMate%2FCommandMate%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%2FCommandMate%2FCommandMate%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%2FCommandMate%2FCommandMate%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%2FCommandMate%2FCommandMate%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%2FCommandMate%2FCommandMate%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%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785335268689,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":680088,"timestamp":552836066,"id":1155,"parentId":1153,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1785335268689,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":796547,"timestamp":552836470,"id":1296,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fterminal%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":796603,"timestamp":552836433,"id":1279,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fcomponents%2Fpwa%2FOfflineReconnectButton.tsx%22%2C%22ids%22%3A%5B%22OfflineReconnectButton%22%5D%7D&server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":796943,"timestamp":552836100,"id":1162,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22node_modules%2Fgeist%2Fdist%2Fsans.js%5C%22%2C%5C%22import%5C%22%3A%5C%22%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22src%5C%22%3A%5C%22.%2Ffonts%2Fgeist-sans%2FGeist-Variable.woff2%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-geist-sans%5C%22%2C%5C%22weight%5C%22%3A%5C%22100%20900%5C%22%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%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext%2Ffont%2Flocal%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22node_modules%2Fgeist%2Fdist%2Fmono.js%5C%22%2C%5C%22import%5C%22%3A%5C%22%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22src%5C%22%3A%5C%22.%2Ffonts%2Fgeist-mono%2FGeistMono-Variable.woff2%5C%22%2C%5C%22variable%5C%22%3A%5C%22--font-geist-mono%5C%22%2C%5C%22adjustFontFallback%5C%22%3Afalse%2C%5C%22fallback%5C%22%3A%5B%5C%22ui-monospace%5C%22%2C%5C%22SFMono-Regular%5C%22%2C%5C%22Roboto%20Mono%5C%22%2C%5C%22Menlo%5C%22%2C%5C%22Monaco%5C%22%2C%5C%22Liberation%20Mono%5C%22%2C%5C%22DejaVu%20Sans%20Mono%5C%22%2C%5C%22Courier%20New%5C%22%2C%5C%22monospace%5C%22%5D%2C%5C%22weight%5C%22%3A%5C%22100%20900%5C%22%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%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fcomponents%2Fproviders%2FAppProviders.tsx%22%2C%22ids%22%3A%5B%22AppProviders%22%5D%7D&server=false!"},"startTime":1785335268689,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":883827,"timestamp":552836111,"id":1164,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":883527,"timestamp":552836430,"id":1277,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":883525,"timestamp":552836437,"id":1281,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":883519,"timestamp":552836447,"id":1284,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":883516,"timestamp":552836453,"id":1287,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":883515,"timestamp":552836457,"id":1289,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":883510,"timestamp":552836464,"id":1293,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fproduction%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":949469,"timestamp":552836439,"id":1282,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Frepositories%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":949485,"timestamp":552836443,"id":1283,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":949472,"timestamp":552836460,"id":1291,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fskills%2Finstalled%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":949474,"timestamp":552836462,"id":1292,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fskills%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":1004032,"timestamp":552836435,"id":1280,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Flogin%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":1004036,"timestamp":552836449,"id":1285,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fmore%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":1004035,"timestamp":552836455,"id":1288,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Freview%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":1004035,"timestamp":552836458,"id":1290,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fsessions%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":1004030,"timestamp":552836466,"id":1294,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Ffiles%2F%5B...path%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":1004068,"timestamp":552836431,"id":1278,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fchat%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":1318153,"timestamp":552836451,"id":1286,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fskills%2F%5BskillId%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"add-entry","duration":1318157,"timestamp":552836468,"id":1295,"parentId":1153,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Frunner%2Fwork%2FCommandMate%2FCommandMate%2Fsrc%2Fapp%2Fworktrees%2F%5Bid%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785335268690,"traceId":"95310bdcee82f00d"},{"name":"make","duration":1318916,"timestamp":552835806,"id":1153,"parentId":1152,"tags":{},"startTime":1785335268689,"traceId":"95310bdcee82f00d"},{"name":"chunk-graph","duration":67258,"timestamp":554305619,"id":1298,"parentId":1297,"tags":{},"startTime":1785335270159,"traceId":"95310bdcee82f00d"},{"name":"optimize-modules","duration":7,"timestamp":554372936,"id":1300,"parentId":1297,"tags":{},"startTime":1785335270226,"traceId":"95310bdcee82f00d"},{"name":"optimize-chunks","duration":58636,"timestamp":554380170,"id":1302,"parentId":1297,"tags":{},"startTime":1785335270234,"traceId":"95310bdcee82f00d"},{"name":"optimize-tree","duration":40,"timestamp":554438862,"id":1303,"parentId":1297,"tags":{},"startTime":1785335270292,"traceId":"95310bdcee82f00d"},{"name":"optimize-chunk-modules","duration":90292,"timestamp":554438939,"id":1304,"parentId":1297,"tags":{},"startTime":1785335270292,"traceId":"95310bdcee82f00d"},{"name":"optimize","duration":156359,"timestamp":554372918,"id":1299,"parentId":1297,"tags":{},"startTime":1785335270226,"traceId":"95310bdcee82f00d"},{"name":"module-hash","duration":50050,"timestamp":554587738,"id":1305,"parentId":1297,"tags":{},"startTime":1785335270441,"traceId":"95310bdcee82f00d"},{"name":"code-generation","duration":11924,"timestamp":554637840,"id":1306,"parentId":1297,"tags":{},"startTime":1785335270491,"traceId":"95310bdcee82f00d"},{"name":"hash","duration":9509,"timestamp":554655712,"id":1307,"parentId":1297,"tags":{},"startTime":1785335270509,"traceId":"95310bdcee82f00d"},{"name":"code-generation-jobs","duration":200,"timestamp":554665220,"id":1308,"parentId":1297,"tags":{},"startTime":1785335270519,"traceId":"95310bdcee82f00d"},{"name":"module-assets","duration":1487,"timestamp":554665360,"id":1309,"parentId":1297,"tags":{},"startTime":1785335270519,"traceId":"95310bdcee82f00d"},{"name":"create-chunk-assets","duration":6709,"timestamp":554666861,"id":1310,"parentId":1297,"tags":{},"startTime":1785335270520,"traceId":"95310bdcee82f00d"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1116,"timestamp":554676561,"id":1312,"parentId":1152,"tags":{},"startTime":1785335270530,"traceId":"95310bdcee82f00d"},{"name":"NextJsBuildManifest-createassets","duration":1807,"timestamp":554675880,"id":1311,"parentId":1152,"tags":{},"startTime":1785335270529,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1412,"timestamp":554687924,"id":1314,"parentId":1313,"tags":{"name":"static/chunks/main-539493b63abb15fd.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1396,"timestamp":554687948,"id":1315,"parentId":1313,"tags":{"name":"static/chunks/main-app-8d01cdae10986111.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1392,"timestamp":554687954,"id":1316,"parentId":1313,"tags":{"name":"static/chunks/app/_not-found/page-304751f8b3dbbabf.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1389,"timestamp":554687958,"id":1317,"parentId":1313,"tags":{"name":"static/chunks/pages/_app-4600827deac7eb97.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1386,"timestamp":554687962,"id":1318,"parentId":1313,"tags":{"name":"static/chunks/pages/_error-aaa1b9f547e6bfb4.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1384,"timestamp":554687965,"id":1319,"parentId":1313,"tags":{"name":"static/chunks/app/global-error-1bdeafce45758cfe.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1382,"timestamp":554687969,"id":1320,"parentId":1313,"tags":{"name":"static/chunks/app/layout-fd81ae3bfe2c6c68.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1379,"timestamp":554687973,"id":1321,"parentId":1313,"tags":{"name":"static/chunks/app/error-357b44d3eeda292f.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1377,"timestamp":554687976,"id":1322,"parentId":1313,"tags":{"name":"static/chunks/app/loading-a7635442ff41828d.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1375,"timestamp":554687980,"id":1323,"parentId":1313,"tags":{"name":"static/chunks/app/api/assistant/conversation/route-96710f38205efa2c.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1372,"timestamp":554687984,"id":1324,"parentId":1313,"tags":{"name":"static/chunks/app/api/assistant/messages/route-03f8c582a65b7ca9.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1370,"timestamp":554687988,"id":1325,"parentId":1313,"tags":{"name":"static/chunks/app/api/assistant/current-output/route-73a1e5ed98a87996.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1367,"timestamp":554687992,"id":1326,"parentId":1313,"tags":{"name":"static/chunks/app/api/assistant/session/route-4119011c4178db97.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1363,"timestamp":554687997,"id":1327,"parentId":1313,"tags":{"name":"static/chunks/app/api/assistant/start/route-9407b88c991d1b2e.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1350,"timestamp":554688012,"id":1328,"parentId":1313,"tags":{"name":"static/chunks/app/api/assistant/tools/route-29b95c80a6f8e703.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1346,"timestamp":554688017,"id":1329,"parentId":1313,"tags":{"name":"static/chunks/app/api/assistant/terminal/route-a86298c4057d3779.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1345,"timestamp":554688020,"id":1330,"parentId":1313,"tags":{"name":"static/chunks/app/api/auth/login/route-202498915ada2dd9.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1343,"timestamp":554688023,"id":1331,"parentId":1313,"tags":{"name":"static/chunks/app/api/auth/logout/route-361420a42eac66c8.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1340,"timestamp":554688028,"id":1332,"parentId":1313,"tags":{"name":"static/chunks/app/api/daily-summary/route-e337f6ef227f66c7.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1339,"timestamp":554688031,"id":1333,"parentId":1313,"tags":{"name":"static/chunks/app/api/hooks/claude-done/route-ed6b91d5f68250dc.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1336,"timestamp":554688035,"id":1334,"parentId":1313,"tags":{"name":"static/chunks/app/api/ollama/models/route-7677bc4ba4d7a9ae.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1334,"timestamp":554688038,"id":1335,"parentId":1313,"tags":{"name":"static/chunks/app/api/repositories/[id]/route-3ea7f2f6f231922f.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1332,"timestamp":554688041,"id":1336,"parentId":1313,"tags":{"name":"static/chunks/app/api/repositories/[id]/todos/[todoId]/route-d5a022394131a347.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1330,"timestamp":554688045,"id":1337,"parentId":1313,"tags":{"name":"static/chunks/app/api/repositories/clone/[jobId]/route-13065acdc897d54c.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1328,"timestamp":554688048,"id":1338,"parentId":1313,"tags":{"name":"static/chunks/app/api/repositories/[id]/todos/route-ea2dd9cef3e32d47.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1326,"timestamp":554688052,"id":1339,"parentId":1313,"tags":{"name":"static/chunks/app/api/repositories/clone/route-c9afaf85f576c8b3.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1323,"timestamp":554688056,"id":1340,"parentId":1313,"tags":{"name":"static/chunks/app/api/repositories/excluded/route-6ec4889645e3b835.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1321,"timestamp":554688059,"id":1341,"parentId":1313,"tags":{"name":"static/chunks/app/api/repositories/restore/route-85b4062b6273f850.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1318,"timestamp":554688063,"id":1342,"parentId":1313,"tags":{"name":"static/chunks/app/api/repositories/route-b95b5a955081df72.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1316,"timestamp":554688066,"id":1343,"parentId":1313,"tags":{"name":"static/chunks/app/api/repositories/sync/route-29ee67999e889523.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1313,"timestamp":554688070,"id":1344,"parentId":1313,"tags":{"name":"static/chunks/app/api/repositories/scan/route-4395d7bbbc44f33a.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1310,"timestamp":554688075,"id":1345,"parentId":1313,"tags":{"name":"static/chunks/app/api/templates/[id]/route-db521b7e4014b429.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1308,"timestamp":554688077,"id":1346,"parentId":1313,"tags":{"name":"static/chunks/app/api/slash-commands/route-b10a7b1234542196.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1307,"timestamp":554688080,"id":1347,"parentId":1313,"tags":{"name":"static/chunks/app/api/templates/route-f3a90cc72fbdffcc.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"}]
|
|
7
|
+
[{"name":"minify-js","duration":1529,"timestamp":554688085,"id":1348,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/auto-yes/route-45293b5a097a10a4.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1528,"timestamp":554688089,"id":1349,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/capture/route-abfd92a2ab51e4b7.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1525,"timestamp":554688093,"id":1350,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cli-tool/route-d6095e6e95ad9041.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1523,"timestamp":554688096,"id":1351,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/cmate/schedules/route-2a3f9f1137843018.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1521,"timestamp":554688099,"id":1352,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/current-output/route-b4e6b2e3b2efa016.js","cache":"HIT"},"startTime":1785335270541,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1518,"timestamp":554688103,"id":1353,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-5c5e3bbd6edad06a.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1517,"timestamp":554688107,"id":1354,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/execution-logs/route-c7440cd4bd3bfe23.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1514,"timestamp":554688110,"id":1355,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/files/[...path]/route-7625a668fc66c437.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1511,"timestamp":554688114,"id":1356,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branch/create/route-2b4c47022285724e.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1509,"timestamp":554688117,"id":1357,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branch/delete/route-c3301a43f62e5d77.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1507,"timestamp":554688121,"id":1358,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/checkout/route-b7b07e70a4718d16.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1505,"timestamp":554688124,"id":1359,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/branches/route-f207857a205d1906.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1504,"timestamp":554688127,"id":1360,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/diff/route-ffd920b7e917f9fc.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1501,"timestamp":554688131,"id":1361,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/commit/route-6f94021a101ca796.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1499,"timestamp":554688134,"id":1362,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/fetch/route-115c809d872f1c8d.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1498,"timestamp":554688137,"id":1363,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/log/route-5e439b15f9af702a.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1495,"timestamp":554688141,"id":1364,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/push/route-a2aafcd201fd18b0.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1493,"timestamp":554688144,"id":1365,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/pull/route-6115c0aded31f32f.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1490,"timestamp":554688148,"id":1366,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/revert/route-b5cbfb0f522ecf22.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1489,"timestamp":554688151,"id":1367,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-92fc26b983c75a4a.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1487,"timestamp":554688154,"id":1368,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/reset/route-8e3632cf185457e9.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1484,"timestamp":554688158,"id":1369,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/staged/route-270ec0daabc81f62.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1482,"timestamp":554688161,"id":1370,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stage/route-1e6a7ce8825b8062.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1481,"timestamp":554688164,"id":1371,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-24ce66b4962b947c.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1478,"timestamp":554688168,"id":1372,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/apply/route-e25087ad273e4a3e.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1476,"timestamp":554688171,"id":1373,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/pop/route-20adcb043aedc6f6.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1473,"timestamp":554688175,"id":1374,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/push/route-4f9f367b0c957131.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1471,"timestamp":554688178,"id":1375,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/stash/route-d6ff5ec3c793ee0c.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1469,"timestamp":554688181,"id":1376,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/status/route-c421d9004488b861.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1465,"timestamp":554688186,"id":1377,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/unstage/route-c694939297318975.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1439,"timestamp":554688213,"id":1378,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/git/working-diff/route-5ff3fb2e65d26820.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1435,"timestamp":554688220,"id":1379,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/interrupt/route-ef4b9d08f3e2a8a8.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1430,"timestamp":554688226,"id":1380,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/kill-session/route-73503d088706f2e5.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1427,"timestamp":554688230,"id":1381,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/marp-render/route-71d57035acc448cc.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1422,"timestamp":554688236,"id":1382,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-c81f5208c95ec6c2.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1419,"timestamp":554688241,"id":1383,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/messages/route-786b2389285a919c.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1414,"timestamp":554688246,"id":1384,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/memos/route-e504ea1dbcc767b8.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1411,"timestamp":554688251,"id":1385,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/prompt-response/route-a4d8e758b5d52b2d.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1408,"timestamp":554688255,"id":1386,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/respond/route-9ccbfe9c0e5f2dfc.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1403,"timestamp":554688261,"id":1387,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/active/route-c5efcf93bd35bb0e.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1400,"timestamp":554688266,"id":1388,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/route-d64d2bf1937e3711.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1396,"timestamp":554688270,"id":1389,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-9552d8c73269ca0a.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1392,"timestamp":554688276,"id":1390,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/schedules/route-2af6a8bbe1357ef2.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1388,"timestamp":554688281,"id":1391,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/search/route-06992982bf8f446a.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1385,"timestamp":554688285,"id":1392,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/send/route-513c8471d4480600.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1381,"timestamp":554688291,"id":1393,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/slash-commands/route-9d559f3c46be5ad2.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1377,"timestamp":554688296,"id":1394,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/special-keys/route-fe8c08e4d0f6121b.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1373,"timestamp":554688301,"id":1395,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/start-polling/route-def59e5b266f7b75.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1369,"timestamp":554688307,"id":1396,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/terminal/route-70912e53dbe2c3a0.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1364,"timestamp":554688312,"id":1397,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/timers/history/route-06687a57b406b650.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1359,"timestamp":554688318,"id":1398,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/timers/route-d75e67a048e406c7.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1355,"timestamp":554688324,"id":1399,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-567675b336891222.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1351,"timestamp":554688329,"id":1400,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/todos/route-609dd5e9890cba96.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1346,"timestamp":554688335,"id":1401,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tree/[...path]/route-a9f277d04742d8e6.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1342,"timestamp":554688340,"id":1402,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/tree/route-c9c84ed6e929b516.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1338,"timestamp":554688346,"id":1403,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/viewed/route-4c5ea3f648c752dd.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1333,"timestamp":554688351,"id":1404,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/upload/[...path]/route-fb9a8ec16dd8eee4.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1330,"timestamp":554688356,"id":1405,"parentId":1313,"tags":{"name":"static/chunks/app/manifest.webmanifest/route-90d799d21c04fad7.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1325,"timestamp":554688361,"id":1406,"parentId":1313,"tags":{"name":"static/chunks/app/api/app/update-check/route-10815d6058c865f7.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1321,"timestamp":554688367,"id":1407,"parentId":1313,"tags":{"name":"static/chunks/app/api/app/update/route-3c92ce1871331fc7.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1317,"timestamp":554688372,"id":1408,"parentId":1313,"tags":{"name":"static/chunks/app/api/auth/status/route-84c6959d1889c19a.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1313,"timestamp":554688377,"id":1409,"parentId":1313,"tags":{"name":"static/chunks/app/api/daily-summary/status/route-938b5fbf46ce180f.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1309,"timestamp":554688382,"id":1410,"parentId":1313,"tags":{"name":"static/chunks/app/api/external-apps/[id]/health/route-088e3293da9d53b7.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1302,"timestamp":554688390,"id":1411,"parentId":1313,"tags":{"name":"static/chunks/app/api/external-apps/route-eb5125eaa3e6cbf6.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1297,"timestamp":554688397,"id":1412,"parentId":1313,"tags":{"name":"static/chunks/app/api/fs/recent-paths/route-0fb8dc8c64c29870.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1292,"timestamp":554688402,"id":1413,"parentId":1313,"tags":{"name":"static/chunks/app/api/fs/browse/route-8eeafdda34fcc1da.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1289,"timestamp":554688407,"id":1414,"parentId":1313,"tags":{"name":"static/chunks/app/api/external-apps/[id]/route-29b0821620c48da4.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1284,"timestamp":554688412,"id":1415,"parentId":1313,"tags":{"name":"static/chunks/app/api/push/vapid/route-ec7013c41b3b297f.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1280,"timestamp":554688418,"id":1416,"parentId":1313,"tags":{"name":"static/chunks/app/api/push/subscriptions/route-f00ca1581b692b99.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1276,"timestamp":554688423,"id":1417,"parentId":1313,"tags":{"name":"static/chunks/app/api/sidebar/group-order/route-94a6774ff7a505fb.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1271,"timestamp":554688428,"id":1418,"parentId":1313,"tags":{"name":"static/chunks/app/api/repositories/validate-path/route-26eda34f919156ce.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1268,"timestamp":554688433,"id":1419,"parentId":1313,"tags":{"name":"static/chunks/app/api/skills/installations/route-d67dae6dd1f0e4fd.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1264,"timestamp":554688438,"id":1420,"parentId":1313,"tags":{"name":"static/chunks/app/api/skills/[id]/route-caa8ca350e637b27.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1260,"timestamp":554688444,"id":1421,"parentId":1313,"tags":{"name":"static/chunks/app/api/skills/route-bbe137a6b774465a.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1255,"timestamp":554688449,"id":1422,"parentId":1313,"tags":{"name":"static/chunks/app/api/skills/reindex/route-0eba6222c257e27d.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1251,"timestamp":554688454,"id":1423,"parentId":1313,"tags":{"name":"static/chunks/app/api/todos/route-ea12b090b98c86da.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1247,"timestamp":554688459,"id":1424,"parentId":1313,"tags":{"name":"static/chunks/app/api/skills/operations/route-d19e5f1c56f33fa8.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1243,"timestamp":554688465,"id":1425,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/logs/route-98ca4fd07d4b6cb9.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1239,"timestamp":554688470,"id":1426,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/logs/[filename]/route-b6bef662ab9a386c.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1234,"timestamp":554688476,"id":1427,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route-a3d53bc278870eaf.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1230,"timestamp":554688481,"id":1428,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-db03fd85b51b4123.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1225,"timestamp":554688487,"id":1429,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-3df2870356381d5b.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1221,"timestamp":554688492,"id":1430,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/route-52a8968afff9073e.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1217,"timestamp":554688498,"id":1431,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/route-ad3180cc1f125417.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1212,"timestamp":554688503,"id":1432,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-aaf680649cc43edd.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1208,"timestamp":554688508,"id":1433,"parentId":1313,"tags":{"name":"static/chunks/app/proxy/[...path]/route-b2b68845af478ec0.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1204,"timestamp":554688514,"id":1434,"parentId":1313,"tags":{"name":"static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-ada990205ccdabe2.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1200,"timestamp":554688519,"id":1435,"parentId":1313,"tags":{"name":"static/chunks/app/chat/loading-d434ee28efc4542b.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1196,"timestamp":554688524,"id":1436,"parentId":1313,"tags":{"name":"static/chunks/app/chat/page-d79431dd81cd2e9c.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1192,"timestamp":554688529,"id":1437,"parentId":1313,"tags":{"name":"static/chunks/app/offline/page-77c371ae7576a81c.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1188,"timestamp":554688534,"id":1438,"parentId":1313,"tags":{"name":"static/chunks/app/login/page-14bf0fb8e359496e.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1183,"timestamp":554688540,"id":1439,"parentId":1313,"tags":{"name":"static/chunks/app/repositories/loading-8fe44aade831ffaf.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1179,"timestamp":554688545,"id":1440,"parentId":1313,"tags":{"name":"static/chunks/app/repositories/page-fd523e3f2b982bb0.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1175,"timestamp":554688550,"id":1441,"parentId":1313,"tags":{"name":"static/chunks/app/page-43408cabd8dafa07.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1169,"timestamp":554688558,"id":1442,"parentId":1313,"tags":{"name":"static/chunks/app/more/loading-fd3a6ecce972c7ab.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1160,"timestamp":554688568,"id":1443,"parentId":1313,"tags":{"name":"static/chunks/app/more/page-3673543c07cbe4a3.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1156,"timestamp":554688573,"id":1444,"parentId":1313,"tags":{"name":"static/chunks/app/skills/[skillId]/page-b68dda30afd103a8.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1153,"timestamp":554688577,"id":1445,"parentId":1313,"tags":{"name":"static/chunks/app/review/loading-8c56140c074acf04.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1148,"timestamp":554688583,"id":1446,"parentId":1313,"tags":{"name":"static/chunks/app/review/page-b5101c643cd3497d.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1145,"timestamp":554688588,"id":1447,"parentId":1313,"tags":{"name":"static/chunks/app/sessions/loading-330c917c3178d72e.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1140,"timestamp":554688594,"id":1448,"parentId":1313,"tags":{"name":"static/chunks/app/sessions/page-caace15c04da83a3.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"}]
|
|
8
|
+
[{"name":"minify-js","duration":1243,"timestamp":554688599,"id":1449,"parentId":1313,"tags":{"name":"static/chunks/app/skills/installed/page-8b60b7703f4f243f.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1241,"timestamp":554688604,"id":1450,"parentId":1313,"tags":{"name":"static/chunks/app/skills/page-c5c7b9feed31177d.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1237,"timestamp":554688609,"id":1451,"parentId":1313,"tags":{"name":"static/chunks/app/worktrees/[id]/loading-dc4de5720f6ab5ff.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1233,"timestamp":554688614,"id":1452,"parentId":1313,"tags":{"name":"static/chunks/app/worktrees/[id]/files/[...path]/page-bd2e2026670a72e7.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1229,"timestamp":554688619,"id":1453,"parentId":1313,"tags":{"name":"static/chunks/app/worktrees/[id]/page-0f68e02bd6e97801.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1224,"timestamp":554688625,"id":1454,"parentId":1313,"tags":{"name":"static/chunks/app/worktrees/[id]/terminal/page-32fd0d6525b3207e.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1220,"timestamp":554688630,"id":1455,"parentId":1313,"tags":{"name":"static/chunks/webpack-64ca464c195ee8a5.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1216,"timestamp":554688635,"id":1456,"parentId":1313,"tags":{"name":"static/chunks/7229.4a2efc6e219f706c.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1211,"timestamp":554688641,"id":1457,"parentId":1313,"tags":{"name":"static/chunks/9263.65cc8b9979d4de79.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1207,"timestamp":554688647,"id":1458,"parentId":1313,"tags":{"name":"static/chunks/953.b7910b645a96bc50.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1203,"timestamp":554688652,"id":1459,"parentId":1313,"tags":{"name":"static/chunks/530.ec5c364bca27a2f3.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1199,"timestamp":554688657,"id":1460,"parentId":1313,"tags":{"name":"static/chunks/6271.4eb06e67ad0ab3ea.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1195,"timestamp":554688662,"id":1461,"parentId":1313,"tags":{"name":"static/chunks/4378.9660630b193ad93a.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1190,"timestamp":554688668,"id":1462,"parentId":1313,"tags":{"name":"static/chunks/4943.65fe9b5a42528e95.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1186,"timestamp":554688673,"id":1463,"parentId":1313,"tags":{"name":"static/chunks/8923.fee092ea3f1183f4.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1183,"timestamp":554688678,"id":1464,"parentId":1313,"tags":{"name":"static/chunks/4937.dccf0357fecc5723.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1179,"timestamp":554688683,"id":1465,"parentId":1313,"tags":{"name":"static/chunks/4489.0d368cde1fb3357b.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1175,"timestamp":554688688,"id":1466,"parentId":1313,"tags":{"name":"static/chunks/5142.367bd3be117eed79.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1172,"timestamp":554688692,"id":1467,"parentId":1313,"tags":{"name":"static/chunks/2935.2ebbb100e3d43c64.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1168,"timestamp":554688697,"id":1468,"parentId":1313,"tags":{"name":"static/chunks/7732.341d025efb77d613.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1164,"timestamp":554688702,"id":1469,"parentId":1313,"tags":{"name":"static/chunks/2918.07ccdcb387059c26.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1160,"timestamp":554688708,"id":1470,"parentId":1313,"tags":{"name":"static/chunks/3862.537a6082bef9f803.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1156,"timestamp":554688713,"id":1471,"parentId":1313,"tags":{"name":"static/chunks/8706.a191055071758495.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1151,"timestamp":554688718,"id":1472,"parentId":1313,"tags":{"name":"static/chunks/4384.18b73d21bb82bbb3.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1148,"timestamp":554688723,"id":1473,"parentId":1313,"tags":{"name":"static/chunks/7528.6f2689bf02ee7e39.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1144,"timestamp":554688728,"id":1474,"parentId":1313,"tags":{"name":"static/chunks/7095.1a931e6913f28393.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1140,"timestamp":554688733,"id":1475,"parentId":1313,"tags":{"name":"static/chunks/6596.bb65008aa0ac68d6.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1137,"timestamp":554688738,"id":1476,"parentId":1313,"tags":{"name":"static/chunks/2311.498eabd1cf6b053c.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1133,"timestamp":554688743,"id":1477,"parentId":1313,"tags":{"name":"static/chunks/2156.9b99294d52c96d16.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1129,"timestamp":554688747,"id":1478,"parentId":1313,"tags":{"name":"static/chunks/2601.a828eccc4459dca1.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1126,"timestamp":554688752,"id":1479,"parentId":1313,"tags":{"name":"static/chunks/5694.201d0e2a5d98a3d6.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1122,"timestamp":554688757,"id":1480,"parentId":1313,"tags":{"name":"static/chunks/2789.211fa0f02c57b80f.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1118,"timestamp":554688762,"id":1481,"parentId":1313,"tags":{"name":"static/chunks/8871.d9339ecb3eb1391d.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1114,"timestamp":554688767,"id":1482,"parentId":1313,"tags":{"name":"static/chunks/7318.13546d24a16d19c8.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1110,"timestamp":554688772,"id":1483,"parentId":1313,"tags":{"name":"static/chunks/5222.70661c975007e6b1.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1106,"timestamp":554688777,"id":1484,"parentId":1313,"tags":{"name":"static/chunks/70.711e53c7c9f310df.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1103,"timestamp":554688781,"id":1485,"parentId":1313,"tags":{"name":"static/chunks/7295.98f5a5b75283c24e.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1098,"timestamp":554688787,"id":1486,"parentId":1313,"tags":{"name":"static/chunks/8339.0eec7dc6c4205f28.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1095,"timestamp":554688792,"id":1487,"parentId":1313,"tags":{"name":"static/chunks/5146.080c4cbbd65deea4.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1091,"timestamp":554688796,"id":1488,"parentId":1313,"tags":{"name":"static/chunks/282.5ed107c9ab46fa5f.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1087,"timestamp":554688801,"id":1489,"parentId":1313,"tags":{"name":"static/chunks/1345.6321ea113d5bede1.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1083,"timestamp":554688807,"id":1490,"parentId":1313,"tags":{"name":"static/chunks/5202.c595eef02cbf17a3.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1079,"timestamp":554688812,"id":1491,"parentId":1313,"tags":{"name":"static/chunks/9775.7f5ac34a0ad29393.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1076,"timestamp":554688816,"id":1492,"parentId":1313,"tags":{"name":"static/chunks/7968.4ca6adf1b5e72a04.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1072,"timestamp":554688821,"id":1493,"parentId":1313,"tags":{"name":"static/chunks/3389.491645b95208b655.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1068,"timestamp":554688826,"id":1494,"parentId":1313,"tags":{"name":"static/chunks/1394.8e56f315b770b4ef.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1064,"timestamp":554688831,"id":1495,"parentId":1313,"tags":{"name":"static/chunks/577.c5f69dfebe2d4d32.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1061,"timestamp":554688836,"id":1496,"parentId":1313,"tags":{"name":"static/chunks/2466.2d67cac2e3573f2a.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1057,"timestamp":554688841,"id":1497,"parentId":1313,"tags":{"name":"static/chunks/framework-38fa8b5af7d90358.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1052,"timestamp":554688847,"id":1498,"parentId":1313,"tags":{"name":"static/chunks/90542734.d8eec2a0f0f4cbd2.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1048,"timestamp":554688852,"id":1499,"parentId":1313,"tags":{"name":"static/chunks/2ff9d716.e3d80ce219276621.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1045,"timestamp":554688856,"id":1500,"parentId":1313,"tags":{"name":"static/chunks/af7f6608.5e51d05bf66c954d.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1041,"timestamp":554688862,"id":1501,"parentId":1313,"tags":{"name":"static/chunks/d3ac728e.46277dd0271c22bd.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1038,"timestamp":554688866,"id":1502,"parentId":1313,"tags":{"name":"static/chunks/4bd1b696-eafe90463fb5173f.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1034,"timestamp":554688871,"id":1503,"parentId":1313,"tags":{"name":"static/chunks/30d07d85.eda90ffd1f72af84.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1031,"timestamp":554688875,"id":1504,"parentId":1313,"tags":{"name":"static/chunks/6809-415f78b07093e43d.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1026,"timestamp":554688881,"id":1505,"parentId":1313,"tags":{"name":"static/chunks/4909-29e7375ee477be0e.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1022,"timestamp":554688886,"id":1506,"parentId":1313,"tags":{"name":"static/chunks/2770-96ce4dfdaebf3b95.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1018,"timestamp":554688891,"id":1507,"parentId":1313,"tags":{"name":"static/chunks/790-16669d080a2d540f.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1014,"timestamp":554688896,"id":1508,"parentId":1313,"tags":{"name":"static/chunks/4974-c7c06dde4c577c2d.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1011,"timestamp":554688901,"id":1509,"parentId":1313,"tags":{"name":"static/chunks/4459.4838a33157fb1a62.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1007,"timestamp":554688906,"id":1510,"parentId":1313,"tags":{"name":"static/chunks/4290.179b03a83a774748.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1003,"timestamp":554688911,"id":1511,"parentId":1313,"tags":{"name":"static/chunks/8566-694b23826caefbbc.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":999,"timestamp":554688916,"id":1512,"parentId":1313,"tags":{"name":"static/chunks/9948-1179ea549ed77972.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":995,"timestamp":554688921,"id":1513,"parentId":1313,"tags":{"name":"static/chunks/9856.0b6ad271de065950.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":985,"timestamp":554688932,"id":1514,"parentId":1313,"tags":{"name":"static/chunks/1191-929957caf145015a.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":981,"timestamp":554688938,"id":1515,"parentId":1313,"tags":{"name":"static/chunks/5542-eba6aa0b65c58ba6.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":977,"timestamp":554688943,"id":1516,"parentId":1313,"tags":{"name":"static/chunks/5951.af60d0ca20c7b9c0.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":973,"timestamp":554688948,"id":1517,"parentId":1313,"tags":{"name":"static/chunks/6690.e4c27364805e5969.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":969,"timestamp":554688953,"id":1518,"parentId":1313,"tags":{"name":"static/chunks/9076.a8e4846115ded724.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":965,"timestamp":554688958,"id":1519,"parentId":1313,"tags":{"name":"static/chunks/7485.c9571ab4860a44ed.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":961,"timestamp":554688963,"id":1520,"parentId":1313,"tags":{"name":"static/chunks/9599-be997845bdbb07c0.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":859,"timestamp":554689066,"id":1521,"parentId":1313,"tags":{"name":"static/chunks/1255-103d6a472a5aff51.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":850,"timestamp":554689076,"id":1522,"parentId":1313,"tags":{"name":"static/chunks/6402-cf1352625ee26472.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":846,"timestamp":554689082,"id":1523,"parentId":1313,"tags":{"name":"static/chunks/744-74e835043214c7a1.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":841,"timestamp":554689088,"id":1524,"parentId":1313,"tags":{"name":"static/chunks/6488-468750ed7828fd42.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":837,"timestamp":554689093,"id":1525,"parentId":1313,"tags":{"name":"static/chunks/4560-68f293b42c42c964.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":832,"timestamp":554689099,"id":1526,"parentId":1313,"tags":{"name":"static/chunks/2751-7d792a291a08308c.js","cache":"HIT"},"startTime":1785335270542,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":828,"timestamp":554689104,"id":1527,"parentId":1313,"tags":{"name":"static/chunks/8562-47777bfb8dd0579c.js","cache":"HIT"},"startTime":1785335270543,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":823,"timestamp":554689109,"id":1528,"parentId":1313,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1785335270543,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":649,"timestamp":554689285,"id":1530,"parentId":1313,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1785335270543,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":604,"timestamp":554689331,"id":1532,"parentId":1313,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1785335270543,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":1603,"timestamp":554689117,"id":1529,"parentId":1313,"tags":{"name":"static/AKqbAyuzbFfg05qpbCI_K/_ssgManifest.js","cache":"MISS"},"startTime":1785335270543,"traceId":"95310bdcee82f00d"},{"name":"minify-js","duration":2223,"timestamp":554689293,"id":1531,"parentId":1313,"tags":{"name":"static/AKqbAyuzbFfg05qpbCI_K/_buildManifest.js","cache":"MISS"},"startTime":1785335270543,"traceId":"95310bdcee82f00d"},{"name":"minify-webpack-plugin-optimize","duration":10415,"timestamp":554681107,"id":1313,"parentId":1152,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1785335270535,"traceId":"95310bdcee82f00d"},{"name":"minify-css","duration":123,"timestamp":554691712,"id":1534,"parentId":1533,"tags":{"file":"static/css/08db0ee30be10391.css","cache":"HIT"},"startTime":1785335270545,"traceId":"95310bdcee82f00d"},{"name":"minify-css","duration":82,"timestamp":554691756,"id":1535,"parentId":1533,"tags":{"file":"static/css/a26070ae14fac156.css","cache":"HIT"},"startTime":1785335270545,"traceId":"95310bdcee82f00d"},{"name":"minify-css","duration":78,"timestamp":554691762,"id":1536,"parentId":1533,"tags":{"file":"static/css/11b25db9b78774b4.css","cache":"HIT"},"startTime":1785335270545,"traceId":"95310bdcee82f00d"},{"name":"minify-css","duration":75,"timestamp":554691767,"id":1537,"parentId":1533,"tags":{"file":"static/css/2fe46084dfe7af17.css","cache":"HIT"},"startTime":1785335270545,"traceId":"95310bdcee82f00d"},{"name":"css-minimizer-plugin","duration":213,"timestamp":554691630,"id":1533,"parentId":1152,"tags":{},"startTime":1785335270545,"traceId":"95310bdcee82f00d"},{"name":"seal","duration":512674,"timestamp":554229279,"id":1297,"parentId":1152,"tags":{},"startTime":1785335270083,"traceId":"95310bdcee82f00d"},{"name":"webpack-compilation","duration":1908170,"timestamp":552833877,"id":1152,"parentId":16,"tags":{"name":"client"},"startTime":1785335268687,"traceId":"95310bdcee82f00d"},{"name":"emit","duration":30181,"timestamp":554742086,"id":1538,"parentId":16,"tags":{},"startTime":1785335270595,"traceId":"95310bdcee82f00d"},{"name":"webpack-close","duration":1763233,"timestamp":554774856,"id":1539,"parentId":16,"tags":{"name":"client"},"startTime":1785335270628,"traceId":"95310bdcee82f00d"},{"name":"webpack-generate-error-stats","duration":716,"timestamp":556538113,"id":1540,"parentId":1539,"tags":{},"startTime":1785335272392,"traceId":"95310bdcee82f00d"},{"name":"run-webpack-compiler","duration":16563585,"timestamp":539977403,"id":16,"parentId":1,"tags":{},"startTime":1785335255831,"traceId":"95310bdcee82f00d"},{"name":"format-webpack-messages","duration":103,"timestamp":556540999,"id":1541,"parentId":1,"tags":{},"startTime":1785335272394,"traceId":"95310bdcee82f00d"},{"name":"verify-typescript-setup","duration":20407984,"timestamp":556544588,"id":1543,"parentId":1,"tags":{},"startTime":1785335272398,"traceId":"95310bdcee82f00d"},{"name":"check-static-error-page","duration":23355,"timestamp":576990291,"id":1546,"parentId":1545,"tags":{},"startTime":1785335292844,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":30942,"timestamp":577214961,"id":1547,"parentId":1545,"tags":{"page":"/_app"},"startTime":1785335293068,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":30120,"timestamp":577215797,"id":1549,"parentId":1545,"tags":{"page":"/_document"},"startTime":1785335293069,"traceId":"95310bdcee82f00d"}]
|
|
9
|
+
[{"name":"check-page","duration":36189,"timestamp":577215732,"id":1548,"parentId":1545,"tags":{"page":"/_error"},"startTime":1785335293069,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":49294,"timestamp":577258509,"id":1682,"parentId":1677,"tags":{},"startTime":1785335293112,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":67592,"timestamp":577244476,"id":1677,"parentId":1545,"tags":{"page":"/icon.png"},"startTime":1785335293098,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":53585,"timestamp":577258623,"id":1684,"parentId":1679,"tags":{},"startTime":1785335293112,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":67522,"timestamp":577244705,"id":1679,"parentId":1545,"tags":{"page":"/icon1.png"},"startTime":1785335293098,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":74158,"timestamp":577258584,"id":1683,"parentId":1678,"tags":{},"startTime":1785335293112,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":88183,"timestamp":577244600,"id":1678,"parentId":1545,"tags":{"page":"/icon2.png"},"startTime":1785335293098,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":83558,"timestamp":577258662,"id":1685,"parentId":1550,"tags":{},"startTime":1785335293112,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":126438,"timestamp":577215829,"id":1550,"parentId":1545,"tags":{"page":"/_not-found"},"startTime":1785335293069,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":84650,"timestamp":577259128,"id":1686,"parentId":1551,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":127274,"timestamp":577216536,"id":1551,"parentId":1545,"tags":{"page":"/api/app/update-check"},"startTime":1785335293070,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":90485,"timestamp":577259393,"id":1688,"parentId":1552,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":132970,"timestamp":577216934,"id":1552,"parentId":1545,"tags":{"page":"/api/app/update"},"startTime":1785335293070,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":123136,"timestamp":577259241,"id":1687,"parentId":1553,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":165110,"timestamp":577217316,"id":1553,"parentId":1545,"tags":{"page":"/api/assistant/conversation"},"startTime":1785335293071,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":126378,"timestamp":577259469,"id":1690,"parentId":1555,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":167882,"timestamp":577217989,"id":1555,"parentId":1545,"tags":{"page":"/api/assistant/messages"},"startTime":1785335293071,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":129330,"timestamp":577259508,"id":1691,"parentId":1556,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":168341,"timestamp":577220528,"id":1556,"parentId":1545,"tags":{"page":"/api/assistant/session"},"startTime":1785335293074,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":130239,"timestamp":577259436,"id":1689,"parentId":1554,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":172032,"timestamp":577217663,"id":1554,"parentId":1545,"tags":{"page":"/api/assistant/current-output"},"startTime":1785335293071,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":132580,"timestamp":577259537,"id":1692,"parentId":1557,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":171282,"timestamp":577220855,"id":1557,"parentId":1545,"tags":{"page":"/api/assistant/start"},"startTime":1785335293074,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":135013,"timestamp":577259570,"id":1694,"parentId":1559,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":172993,"timestamp":577221611,"id":1559,"parentId":1545,"tags":{"page":"/api/assistant/tools"},"startTime":1785335293075,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":139457,"timestamp":577259587,"id":1695,"parentId":1560,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":177151,"timestamp":577221917,"id":1560,"parentId":1545,"tags":{"page":"/api/auth/login"},"startTime":1785335293075,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":139583,"timestamp":577259558,"id":1693,"parentId":1558,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":177976,"timestamp":577221180,"id":1558,"parentId":1545,"tags":{"page":"/api/assistant/terminal"},"startTime":1785335293075,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":140397,"timestamp":577259599,"id":1696,"parentId":1561,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":177772,"timestamp":577222262,"id":1561,"parentId":1545,"tags":{"page":"/api/auth/logout"},"startTime":1785335293076,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":142859,"timestamp":577259702,"id":1698,"parentId":1562,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":179987,"timestamp":577222590,"id":1562,"parentId":1545,"tags":{"page":"/api/auth/status"},"startTime":1785335293076,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":145989,"timestamp":577259625,"id":1697,"parentId":1563,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":182043,"timestamp":577223591,"id":1563,"parentId":1545,"tags":{"page":"/api/daily-summary"},"startTime":1785335293077,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":148184,"timestamp":577259869,"id":1700,"parentId":1564,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":184188,"timestamp":577223884,"id":1564,"parentId":1545,"tags":{"page":"/api/daily-summary/status"},"startTime":1785335293077,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":149579,"timestamp":577259793,"id":1699,"parentId":1565,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":185197,"timestamp":577224201,"id":1565,"parentId":1545,"tags":{"page":"/api/external-apps/[id]/health"},"startTime":1785335293078,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":151837,"timestamp":577260048,"id":1702,"parentId":1567,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":187098,"timestamp":577224805,"id":1567,"parentId":1545,"tags":{"page":"/api/external-apps"},"startTime":1785335293078,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":152419,"timestamp":577259950,"id":1701,"parentId":1566,"tags":{},"startTime":1785335293113,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":187860,"timestamp":577224524,"id":1566,"parentId":1545,"tags":{"page":"/api/external-apps/[id]"},"startTime":1785335293078,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":154496,"timestamp":577260145,"id":1703,"parentId":1568,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":189532,"timestamp":577225124,"id":1568,"parentId":1545,"tags":{"page":"/api/fs/browse"},"startTime":1785335293079,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":154684,"timestamp":577260227,"id":1704,"parentId":1569,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":189521,"timestamp":577225407,"id":1569,"parentId":1545,"tags":{"page":"/api/fs/recent-paths"},"startTime":1785335293079,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":156524,"timestamp":577260272,"id":1706,"parentId":1571,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":190256,"timestamp":577226561,"id":1571,"parentId":1545,"tags":{"page":"/api/ollama/models"},"startTime":1785335293080,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":156732,"timestamp":577260255,"id":1705,"parentId":1570,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":190759,"timestamp":577226273,"id":1570,"parentId":1545,"tags":{"page":"/api/hooks/claude-done"},"startTime":1785335293080,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":159685,"timestamp":577260365,"id":1707,"parentId":1572,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":193197,"timestamp":577226875,"id":1572,"parentId":1545,"tags":{"page":"/api/push/subscriptions"},"startTime":1785335293080,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":159710,"timestamp":577260438,"id":1708,"parentId":1573,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":192980,"timestamp":577227178,"id":1573,"parentId":1545,"tags":{"page":"/api/push/vapid"},"startTime":1785335293081,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":161322,"timestamp":577260461,"id":1709,"parentId":1574,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":194400,"timestamp":577227457,"id":1574,"parentId":1545,"tags":{"page":"/api/repositories/[id]"},"startTime":1785335293081,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":164278,"timestamp":577260480,"id":1710,"parentId":1575,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":197049,"timestamp":577227728,"id":1575,"parentId":1545,"tags":{"page":"/api/repositories/[id]/todos/[todoId]"},"startTime":1785335293081,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":167067,"timestamp":577260497,"id":1711,"parentId":1577,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":199292,"timestamp":577228296,"id":1577,"parentId":1545,"tags":{"page":"/api/repositories/clone/[jobId]"},"startTime":1785335293082,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":168736,"timestamp":577260538,"id":1713,"parentId":1579,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":199940,"timestamp":577229355,"id":1579,"parentId":1545,"tags":{"page":"/api/repositories/excluded"},"startTime":1785335293083,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":170850,"timestamp":577260553,"id":1714,"parentId":1576,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":203421,"timestamp":577227999,"id":1576,"parentId":1545,"tags":{"page":"/api/repositories/[id]/todos"},"startTime":1785335293081,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":172574,"timestamp":577260570,"id":1715,"parentId":1580,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":203537,"timestamp":577229628,"id":1580,"parentId":1545,"tags":{"page":"/api/repositories/restore"},"startTime":1785335293083,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":173316,"timestamp":577260523,"id":1712,"parentId":1578,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":204778,"timestamp":577229077,"id":1578,"parentId":1545,"tags":{"page":"/api/repositories/clone"},"startTime":1785335293082,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":174348,"timestamp":577260596,"id":1716,"parentId":1581,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":205069,"timestamp":577229891,"id":1581,"parentId":1545,"tags":{"page":"/api/repositories"},"startTime":1785335293083,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":176432,"timestamp":577260615,"id":1717,"parentId":1583,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":206647,"timestamp":577230421,"id":1583,"parentId":1545,"tags":{"page":"/api/repositories/sync"},"startTime":1785335293084,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":176450,"timestamp":577260689,"id":1718,"parentId":1582,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":206954,"timestamp":577230198,"id":1582,"parentId":1545,"tags":{"page":"/api/repositories/scan"},"startTime":1785335293084,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":178080,"timestamp":577260780,"id":1719,"parentId":1584,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":208242,"timestamp":577230635,"id":1584,"parentId":1545,"tags":{"page":"/api/repositories/validate-path"},"startTime":1785335293084,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":180520,"timestamp":577260925,"id":1721,"parentId":1585,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":210678,"timestamp":577230784,"id":1585,"parentId":1545,"tags":{"page":"/api/sidebar/group-order"},"startTime":1785335293084,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":186482,"timestamp":577260863,"id":1720,"parentId":1586,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":216103,"timestamp":577231265,"id":1586,"parentId":1545,"tags":{"page":"/api/skills/[id]"},"startTime":1785335293085,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":188918,"timestamp":577261108,"id":1723,"parentId":1588,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":218514,"timestamp":577231530,"id":1588,"parentId":1545,"tags":{"page":"/api/skills/operations"},"startTime":1785335293085,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":190611,"timestamp":577260998,"id":1722,"parentId":1587,"tags":{},"startTime":1785335293114,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":221616,"timestamp":577231410,"id":1587,"parentId":1545,"tags":{"page":"/api/skills/installations"},"startTime":1785335293085,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":193171,"timestamp":577261256,"id":1725,"parentId":1590,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":222699,"timestamp":577231745,"id":1590,"parentId":1545,"tags":{"page":"/api/skills"},"startTime":1785335293085,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":193477,"timestamp":577261181,"id":1724,"parentId":1589,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":223032,"timestamp":577231639,"id":1589,"parentId":1545,"tags":{"page":"/api/skills/reindex"},"startTime":1785335293085,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":195376,"timestamp":577261289,"id":1727,"parentId":1593,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":224589,"timestamp":577232090,"id":1593,"parentId":1545,"tags":{"page":"/api/templates"},"startTime":1785335293085,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":197447,"timestamp":577261308,"id":1728,"parentId":1592,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":226808,"timestamp":577231963,"id":1592,"parentId":1545,"tags":{"page":"/api/templates/[id]"},"startTime":1785335293085,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":199177,"timestamp":577261368,"id":1729,"parentId":1594,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":228359,"timestamp":577232198,"id":1594,"parentId":1545,"tags":{"page":"/api/todos"},"startTime":1785335293086,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":201272,"timestamp":577261398,"id":1730,"parentId":1595,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":230387,"timestamp":577232299,"id":1595,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/auto-yes"},"startTime":1785335293086,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":203870,"timestamp":577261412,"id":1731,"parentId":1597,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":232476,"timestamp":577232821,"id":1597,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/cli-tool"},"startTime":1785335293086,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":206815,"timestamp":577261427,"id":1732,"parentId":1596,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":235603,"timestamp":577232697,"id":1596,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/capture"},"startTime":1785335293086,"traceId":"95310bdcee82f00d"}]
|
|
10
|
+
[{"name":"is-page-static","duration":209784,"timestamp":577261446,"id":1733,"parentId":1598,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":238272,"timestamp":577232979,"id":1598,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/cmate/schedules"},"startTime":1785335293086,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":210060,"timestamp":577261274,"id":1726,"parentId":1591,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":239492,"timestamp":577231858,"id":1591,"parentId":1545,"tags":{"page":"/api/slash-commands"},"startTime":1785335293085,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":212650,"timestamp":577261460,"id":1734,"parentId":1599,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":240947,"timestamp":577233182,"id":1599,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/current-output"},"startTime":1785335293087,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":213038,"timestamp":577261473,"id":1735,"parentId":1600,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":241149,"timestamp":577233376,"id":1600,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/execution-logs/[logId]"},"startTime":1785335293087,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":214923,"timestamp":577261485,"id":1736,"parentId":1601,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":242884,"timestamp":577233542,"id":1601,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/execution-logs"},"startTime":1785335293087,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":218811,"timestamp":577261499,"id":1737,"parentId":1603,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":246570,"timestamp":577233760,"id":1603,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/branch/create"},"startTime":1785335293087,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":218905,"timestamp":577261548,"id":1738,"parentId":1602,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":246818,"timestamp":577233651,"id":1602,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/files/[...path]"},"startTime":1785335293087,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":222288,"timestamp":577261575,"id":1740,"parentId":1605,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":249639,"timestamp":577234304,"id":1605,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/branches"},"startTime":1785335293088,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":227445,"timestamp":577261562,"id":1739,"parentId":1604,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":255201,"timestamp":577233864,"id":1604,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/branch/delete"},"startTime":1785335293087,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":232362,"timestamp":577258120,"id":1681,"parentId":1676,"tags":{},"startTime":1785335293112,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":246427,"timestamp":577244077,"id":1676,"parentId":1545,"tags":{"page":"/apple-icon.png"},"startTime":1785335293097,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":231287,"timestamp":577261591,"id":1741,"parentId":1607,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":258358,"timestamp":577234544,"id":1607,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/commit"},"startTime":1785335293088,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":231990,"timestamp":577261604,"id":1742,"parentId":1606,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":259191,"timestamp":577234431,"id":1606,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/checkout"},"startTime":1785335293088,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":234416,"timestamp":577261631,"id":1744,"parentId":1609,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":261365,"timestamp":577234760,"id":1609,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/fetch"},"startTime":1785335293088,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":236786,"timestamp":577261647,"id":1745,"parentId":1611,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":263488,"timestamp":577234965,"id":1611,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/pull"},"startTime":1785335293088,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":236961,"timestamp":577261659,"id":1746,"parentId":1610,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":263781,"timestamp":577234862,"id":1610,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/log"},"startTime":1785335293088,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":240361,"timestamp":577261676,"id":1747,"parentId":1612,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":266965,"timestamp":577235091,"id":1612,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/push"},"startTime":1785335293088,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":240433,"timestamp":577261691,"id":1748,"parentId":1613,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":266938,"timestamp":577235197,"id":1613,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/reset"},"startTime":1785335293089,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":241660,"timestamp":577261704,"id":1749,"parentId":1614,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":267797,"timestamp":577235585,"id":1614,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/revert"},"startTime":1785335293089,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":244200,"timestamp":577261727,"id":1751,"parentId":1616,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":270127,"timestamp":577235818,"id":1616,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/stage"},"startTime":1785335293089,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":245979,"timestamp":577261716,"id":1750,"parentId":1615,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":272000,"timestamp":577235711,"id":1615,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/show/[commitHash]"},"startTime":1785335293089,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":246717,"timestamp":577261740,"id":1752,"parentId":1618,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":272426,"timestamp":577236047,"id":1618,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/stash/[index]"},"startTime":1785335293089,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":248578,"timestamp":577261750,"id":1753,"parentId":1617,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":274427,"timestamp":577235920,"id":1617,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/staged"},"startTime":1785335293089,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":248994,"timestamp":577261764,"id":1754,"parentId":1619,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":274621,"timestamp":577236154,"id":1619,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/stash/apply"},"startTime":1785335293090,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":251144,"timestamp":577261785,"id":1756,"parentId":1622,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":276438,"timestamp":577236516,"id":1622,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/stash"},"startTime":1785335293090,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":252950,"timestamp":577261775,"id":1755,"parentId":1620,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":278484,"timestamp":577236260,"id":1620,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/stash/pop"},"startTime":1785335293090,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":253982,"timestamp":577261797,"id":1757,"parentId":1621,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":279429,"timestamp":577236367,"id":1621,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/stash/push"},"startTime":1785335293090,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":255621,"timestamp":577261810,"id":1758,"parentId":1623,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":280433,"timestamp":577237015,"id":1623,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/status"},"startTime":1785335293090,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":256726,"timestamp":577261824,"id":1759,"parentId":1625,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":281288,"timestamp":577237277,"id":1625,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/working-diff"},"startTime":1785335293091,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":258321,"timestamp":577261841,"id":1760,"parentId":1626,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":282794,"timestamp":577237385,"id":1626,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/interrupt"},"startTime":1785335293091,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":259360,"timestamp":577261617,"id":1743,"parentId":1608,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":286341,"timestamp":577234653,"id":1608,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/diff"},"startTime":1785335293088,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":259236,"timestamp":577261851,"id":1761,"parentId":1624,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":283942,"timestamp":577237158,"id":1624,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/git/unstage"},"startTime":1785335293091,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":260988,"timestamp":577261872,"id":1762,"parentId":1627,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":285392,"timestamp":577237486,"id":1627,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/kill-session"},"startTime":1785335293091,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":265018,"timestamp":577262032,"id":1764,"parentId":1629,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":289389,"timestamp":577237699,"id":1629,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/logs"},"startTime":1785335293091,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":265359,"timestamp":577261958,"id":1763,"parentId":1628,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":289739,"timestamp":577237595,"id":1628,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/logs/[filename]"},"startTime":1785335293091,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":265322,"timestamp":577262062,"id":1766,"parentId":1631,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":289497,"timestamp":577237897,"id":1631,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/memos/[memoId]"},"startTime":1785335293091,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":268015,"timestamp":577262098,"id":1768,"parentId":1633,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":291698,"timestamp":577238438,"id":1633,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/messages"},"startTime":1785335293092,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":268101,"timestamp":577262082,"id":1767,"parentId":1632,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":291889,"timestamp":577238309,"id":1632,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/memos"},"startTime":1785335293092,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":274056,"timestamp":577262120,"id":1769,"parentId":1634,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":297655,"timestamp":577238547,"id":1634,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/prompt-response"},"startTime":1785335293092,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":276474,"timestamp":577262168,"id":1771,"parentId":1636,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":299835,"timestamp":577238828,"id":1636,"parentId":1545,"tags":{"page":"/api/worktrees/[id]"},"startTime":1785335293092,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":280410,"timestamp":577262188,"id":1772,"parentId":1639,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":303491,"timestamp":577239168,"id":1639,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/schedules"},"startTime":1785335293093,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":294361,"timestamp":577262201,"id":1773,"parentId":1638,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":317540,"timestamp":577239051,"id":1638,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/schedules/active"},"startTime":1785335293092,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":297736,"timestamp":577262220,"id":1774,"parentId":1640,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":320702,"timestamp":577239274,"id":1640,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/search"},"startTime":1785335293093,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":298106,"timestamp":577262138,"id":1770,"parentId":1635,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":321543,"timestamp":577238717,"id":1635,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/respond"},"startTime":1785335293092,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":300583,"timestamp":577262239,"id":1775,"parentId":1637,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":323911,"timestamp":577238931,"id":1637,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/schedules/[scheduleId]"},"startTime":1785335293092,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":301102,"timestamp":577262273,"id":1776,"parentId":1641,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":323713,"timestamp":577239680,"id":1641,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/send"},"startTime":1785335293093,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":305649,"timestamp":577262388,"id":1777,"parentId":1642,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":328257,"timestamp":577239805,"id":1642,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/git-workflow"},"startTime":1785335293093,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":308694,"timestamp":577262650,"id":1779,"parentId":1644,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":331324,"timestamp":577240040,"id":1644,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/plan"},"startTime":1785335293093,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":312503,"timestamp":577262544,"id":1778,"parentId":1643,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":335156,"timestamp":577239915,"id":1643,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/install"},"startTime":1785335293093,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":313082,"timestamp":577262805,"id":1780,"parentId":1646,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":335657,"timestamp":577240249,"id":1646,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/uninstall"},"startTime":1785335293094,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":313721,"timestamp":577262882,"id":1781,"parentId":1647,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":336270,"timestamp":577240350,"id":1647,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/skills"},"startTime":1785335293094,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":315622,"timestamp":577262914,"id":1782,"parentId":1648,"tags":{},"startTime":1785335293116,"traceId":"95310bdcee82f00d"}]
|
|
11
|
+
[{"name":"check-page","duration":338412,"timestamp":577240451,"id":1648,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/slash-commands"},"startTime":1785335293094,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":313836,"timestamp":577265982,"id":1783,"parentId":1645,"tags":{},"startTime":1785335293119,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":339688,"timestamp":577240146,"id":1645,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/skills/[skillId]/uninstall-plan"},"startTime":1785335293094,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":315013,"timestamp":577266035,"id":1784,"parentId":1649,"tags":{},"startTime":1785335293119,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":340512,"timestamp":577240554,"id":1649,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/special-keys"},"startTime":1785335293094,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":316235,"timestamp":577266054,"id":1785,"parentId":1650,"tags":{},"startTime":1785335293119,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":341362,"timestamp":577240945,"id":1650,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/start-polling"},"startTime":1785335293094,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":317480,"timestamp":577266076,"id":1786,"parentId":1651,"tags":{},"startTime":1785335293119,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":342478,"timestamp":577241096,"id":1651,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/terminal"},"startTime":1785335293094,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":318785,"timestamp":577266090,"id":1787,"parentId":1652,"tags":{},"startTime":1785335293119,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":343696,"timestamp":577241209,"id":1652,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/timers/history"},"startTime":1785335293095,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":320403,"timestamp":577266118,"id":1788,"parentId":1653,"tags":{},"startTime":1785335293120,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":345226,"timestamp":577241312,"id":1653,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/timers"},"startTime":1785335293095,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":321353,"timestamp":577266137,"id":1789,"parentId":1654,"tags":{},"startTime":1785335293120,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":346093,"timestamp":577241412,"id":1654,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/todos/[todoId]"},"startTime":1785335293095,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":322992,"timestamp":577266156,"id":1790,"parentId":1655,"tags":{},"startTime":1785335293120,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":347653,"timestamp":577241512,"id":1655,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/todos"},"startTime":1785335293095,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":323616,"timestamp":577266172,"id":1791,"parentId":1656,"tags":{},"startTime":1785335293120,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":348197,"timestamp":577241609,"id":1656,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/tree/[...path]"},"startTime":1785335293095,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":322263,"timestamp":577269454,"id":1792,"parentId":1657,"tags":{},"startTime":1785335293123,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":350022,"timestamp":577241710,"id":1657,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/tree"},"startTime":1785335293095,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":324299,"timestamp":577269494,"id":1793,"parentId":1658,"tags":{},"startTime":1785335293123,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":352003,"timestamp":577241808,"id":1658,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/upload/[...path]"},"startTime":1785335293095,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":324904,"timestamp":577269511,"id":1794,"parentId":1659,"tags":{},"startTime":1785335293123,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":352246,"timestamp":577242186,"id":1659,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/viewed"},"startTime":1785335293096,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":326371,"timestamp":577269622,"id":1795,"parentId":1660,"tags":{},"startTime":1785335293123,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":353702,"timestamp":577242318,"id":1660,"parentId":1545,"tags":{"page":"/api/worktrees"},"startTime":1785335293096,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":327058,"timestamp":577270033,"id":1796,"parentId":1666,"tags":{},"startTime":1785335293123,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":354160,"timestamp":577242948,"id":1666,"parentId":1545,"tags":{"page":"/proxy/[...path]"},"startTime":1785335293096,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":327331,"timestamp":577270721,"id":1797,"parentId":1680,"tags":{},"startTime":1785335293124,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":353270,"timestamp":577244803,"id":1680,"parentId":1545,"tags":{"page":"/manifest.webmanifest"},"startTime":1785335293098,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":350460,"timestamp":577272679,"id":1798,"parentId":1661,"tags":{},"startTime":1785335293126,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":380751,"timestamp":577242427,"id":1661,"parentId":1545,"tags":{"page":"/chat"},"startTime":1785335293096,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":351894,"timestamp":577272757,"id":1799,"parentId":1662,"tags":{},"startTime":1785335293126,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":382137,"timestamp":577242535,"id":1662,"parentId":1545,"tags":{"page":"/login"},"startTime":1785335293096,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":353885,"timestamp":577272825,"id":1800,"parentId":1663,"tags":{},"startTime":1785335293126,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":384087,"timestamp":577242640,"id":1663,"parentId":1545,"tags":{"page":"/more"},"startTime":1785335293096,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":354286,"timestamp":577272891,"id":1801,"parentId":1664,"tags":{},"startTime":1785335293126,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":384451,"timestamp":577242743,"id":1664,"parentId":1545,"tags":{"page":"/offline"},"startTime":1785335293096,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":357780,"timestamp":577272958,"id":1802,"parentId":1665,"tags":{},"startTime":1785335293126,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":387909,"timestamp":577242844,"id":1665,"parentId":1545,"tags":{"page":"/"},"startTime":1785335293096,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":363925,"timestamp":577273115,"id":1804,"parentId":1668,"tags":{},"startTime":1785335293127,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":393871,"timestamp":577243191,"id":1668,"parentId":1545,"tags":{"page":"/review"},"startTime":1785335293097,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":364100,"timestamp":577273042,"id":1803,"parentId":1667,"tags":{},"startTime":1785335293126,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":394085,"timestamp":577243075,"id":1667,"parentId":1545,"tags":{"page":"/repositories"},"startTime":1785335293096,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":364129,"timestamp":577273183,"id":1805,"parentId":1669,"tags":{},"startTime":1785335293127,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":394025,"timestamp":577243303,"id":1669,"parentId":1545,"tags":{"page":"/sessions"},"startTime":1785335293097,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":367504,"timestamp":577273247,"id":1806,"parentId":1671,"tags":{},"startTime":1785335293127,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":397247,"timestamp":577243522,"id":1671,"parentId":1545,"tags":{"page":"/skills/installed"},"startTime":1785335293097,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":370157,"timestamp":577273305,"id":1807,"parentId":1672,"tags":{},"startTime":1785335293127,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":399854,"timestamp":577243632,"id":1672,"parentId":1545,"tags":{"page":"/skills"},"startTime":1785335293097,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":377211,"timestamp":577273427,"id":1809,"parentId":1673,"tags":{},"startTime":1785335293127,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":406920,"timestamp":577243744,"id":1673,"parentId":1545,"tags":{"page":"/worktrees/[id]/files/[...path]"},"startTime":1785335293097,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":382418,"timestamp":577273364,"id":1808,"parentId":1670,"tags":{},"startTime":1785335293127,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":412393,"timestamp":577243410,"id":1670,"parentId":1545,"tags":{"page":"/skills/[skillId]"},"startTime":1785335293097,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":384986,"timestamp":577273563,"id":1811,"parentId":1675,"tags":{},"startTime":1785335293127,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":414618,"timestamp":577243962,"id":1675,"parentId":1545,"tags":{"page":"/worktrees/[id]/terminal"},"startTime":1785335293097,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":413484,"timestamp":577273489,"id":1810,"parentId":1674,"tags":{},"startTime":1785335293127,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":443190,"timestamp":577243850,"id":1674,"parentId":1545,"tags":{"page":"/worktrees/[id]"},"startTime":1785335293097,"traceId":"95310bdcee82f00d"},{"name":"is-page-static","duration":471617,"timestamp":577262049,"id":1765,"parentId":1630,"tags":{},"startTime":1785335293115,"traceId":"95310bdcee82f00d"},{"name":"check-page","duration":495905,"timestamp":577237800,"id":1630,"parentId":1545,"tags":{"page":"/api/worktrees/[id]/marp-render"},"startTime":1785335293091,"traceId":"95310bdcee82f00d"},{"name":"static-check","duration":744109,"timestamp":576989633,"id":1545,"parentId":1,"tags":{},"startTime":1785335292843,"traceId":"95310bdcee82f00d"},{"name":"generate-required-server-files","duration":300,"timestamp":577733946,"id":1813,"parentId":1,"tags":{},"startTime":1785335293587,"traceId":"95310bdcee82f00d"},{"name":"write-routes-manifest","duration":13403,"timestamp":577741609,"id":1815,"parentId":1,"tags":{},"startTime":1785335293595,"traceId":"95310bdcee82f00d"},{"name":"load-dotenv","duration":105,"timestamp":578909025,"id":1818,"parentId":1817,"tags":{},"startTime":1785335294762,"traceId":"95310bdcee82f00d"},{"name":"run-export-path-map","duration":375,"timestamp":579997728,"id":1819,"parentId":1817,"tags":{},"startTime":1785335295851,"traceId":"95310bdcee82f00d"},{"name":"next-export","duration":2408408,"timestamp":578908323,"id":1817,"parentId":1,"tags":{},"startTime":1785335294762,"traceId":"95310bdcee82f00d"},{"name":"move-exported-app-not-found-","duration":66,"timestamp":581318379,"id":1820,"parentId":1816,"tags":{},"startTime":1785335297172,"traceId":"95310bdcee82f00d"},{"name":"move-exported-page","duration":71726,"timestamp":581318525,"id":1821,"parentId":1816,"tags":{},"startTime":1785335297172,"traceId":"95310bdcee82f00d"},{"name":"static-generation","duration":2902428,"timestamp":578905416,"id":1816,"parentId":1,"tags":{},"startTime":1785335294759,"traceId":"95310bdcee82f00d"},{"name":"write-routes-manifest","duration":88446,"timestamp":581808336,"id":1822,"parentId":1,"tags":{},"startTime":1785335297662,"traceId":"95310bdcee82f00d"},{"name":"node-file-trace-build","duration":13917962,"timestamp":577736910,"id":1814,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1785335293590,"traceId":"95310bdcee82f00d"},{"name":"apply-include-excludes","duration":985,"timestamp":591654892,"id":1823,"parentId":1,"tags":{},"startTime":1785335307508,"traceId":"95310bdcee82f00d"},{"name":"print-tree-view","duration":7922,"timestamp":591656096,"id":1824,"parentId":1,"tags":{},"startTime":1785335307509,"traceId":"95310bdcee82f00d"},{"name":"telemetry-flush","duration":43,"timestamp":591664027,"id":1825,"parentId":1,"tags":{},"startTime":1785335307517,"traceId":"95310bdcee82f00d"},{"name":"next-build","duration":51923854,"timestamp":539740220,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.5.20","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1785335255594,"traceId":"95310bdcee82f00d"}]
|